CodeSharingZ
Introduction
CodeSharingZ is a Zope (2) Product that can be used to create paste sites (like http://rafb.net/paste or http://dpaste.com), where users can paste source code with notes and descriptions and then share such code with more people.
Getting the code
There is not a public release of this Product yet, but you can get the latest version using Subversion like that:
svn checkout http://oss.codigo23.net/zope/trunk/CodeSharingZ CodeSharingZ
You could even checkout the code directly inside your Zope instance Product folder, so you can update to the latest version of CodeSharingZ running:
svn update
inside the checkout directory.
Help/contributions
First get the code and test it. Probably you will find bugs and such things when using the paste product, so report them:
- In IRC: irc.freenode.net channels #Zope or #codigo23
- By email: sending an email to oss (at) codigo23 (dot) com
If you have experience with Zope, you should take a look at the source code, add whatever you think that could be useful. Then, you could get in touch by contacting us (both in IRC or by mail) and we could take a look at your patches/ideas/whatever. Then, you could get a commit account so you can get more involved in the project.
Finally, do not forget to check, from time to time, our roadmap, to get a list of TODO-like tasks (perhaps you could add a new feature by yourself!)
