SpammCan

Author: Christopher Arndt
Version: 0.2b
Date: 2008-11-18
Description:A simple pastbin built on TurboGears and Pygments.

Contents

General Information

SpammCan is yet another pastbin web application. It distinguishes itself from its competitors by the following features:

Getting the Code

You can run your own SpammCan server! For more information, downloads, and source code, visit the project home page at

http://chrisarndt.de/projects/spammcan

You can also install SpammCan via its Python Package Index (aka Cheeseshop) entry:

$ [sudo] easy_install SpammCan

Finally, if you want the latest development code for SpammCan, you can check it out from the Subversion repository:

$ svn co svn://chrisarndt.de/projects/SpammCan/trunk SpammCan

Todo



Changelog

0.2b (2008-11-18)

  • Removed unused images and commented out unused CSS (r348).
  • Keep current colour scheme when toggling line numbers even when JS is turned off (r343).
  • Fix errors in SpamBayesfilter validator - did not affect SpammCan (r340).
  • Improve production logging configuration (r339).
  • Add version number and full MIT license text to about page and fix project homepage link (r338, r346).
  • Honour tgMochiKit configuration when including MochiKit via ToscaWidgets (r341).
  • Fix project name in release upload script (r337).

0.1b (2008-11-10)

  • first public release