
cab
Cab (named for Cab Calloway) is a simple Django-based application designed to make it easy for a team, or a community, to share code snippets, while providing plenty of useful features:
- Friendly syntax highlighting of code snippets.
- Grouping of snippets by author, by language and by tag.
- A bookmarking feature to help users track snippets they find useful.
- A rating system which tracks the top-rated snippets.
- Easy download of any snippet as plain text.
Cab has two external dependencies:
- Pygments -- Used for code highlighting.
- Python-Markdown -- Used for text formatting.
And, of course, you'll need a recent checkout of Django (Cab makes use of Django's newforms
module, so you will need a recent Subversion checkout -- newforms
was not in the Django 0.95 release).
See the code in action on djangosnippets.org!
Project Information
- License: New BSD License
- 32 stars
- svn-based source control