Sidebar Network

cab A Django-based code snippets application.

The Basics

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.

See the code in action on djangosnippets.org!

Project Homehttp://code.google.com/p/cab/
Grab the Repository – svn checkout http://cab.googlecode.com/svn/trunk/
 

Recent Commits

  • 138 was committed 1 year, 3 months ago.
    Typo in bookmarks list template
  • 137 was committed 1 year, 4 months ago.
    One more tweak
  • 136 was committed 1 year, 4 months ago.
    And make it red
  • 135 was committed 1 year, 4 months ago.
    Stronger language in add_snippet template
  • 134 was committed 1 year, 5 months ago.
    Type coercion in template tags
  • 133 was committed 1 year, 5 months ago.
    Template validity tweaks
  • 132 was committed 1 year, 5 months ago.
    Typo
  • 131 was committed 1 year, 5 months ago.
    Better use of permalink
  • 130 was committed 1 year, 5 months ago.
    First stab at using the ‘permalink’ decorator; here’s hoping it doesn’t break anything…
  • 129 was committed 1 year, 5 months ago.
    Use name instead of slug there