= Cocode - Pastebin and Code Review = '''Cocode''' is a [wiki:License open source] PasteBin application that supports SourceHighlighting and UserAuthentication. It is designed for use within an organization, for example, when code may need to be reviewed but cannot be put on a public pastebin for sharing. Cocode is a work in progress, but many features are already complete. I am releasing it in hopes someone else may be interested in contributing to the project, or even in using it. Cocode is built on the [http://svn.jamessocol.com/maveric Maveric] MVC framework in PHP. == Features == * [wiki:InstallCocode Installed locally], source never leaves your control. * UserAuthentication and configurable AccessLevels. * Highlighted source code using [http://qbnz.com/highlighter/ GeSHi], supports over 120 languages. * User [wiki:Comments comments] on code snippets. * Web-based install and configuration (coming soon). * Post revisions and see [wiki:Diff diffs] from the previous version. == Demo == There is a checkout of trunk on http://cocode.jamessocol.com/. Theoretically, this is automatically updated with every commit, so may be broken. And, per #16 there's no way to register yet, but that's top of my list right now. == Get Involved == If you're bored and feel like doing a little open source contributing, the help is definitely appreciated! You can [/register register] on this site and read GettingInvolved. Not necessarily in that order. == License == Cocode is [wiki:License released] under the [http://www.opensource.org/licenses/mit-license.php MIT License].