News

2009-08-03: version 1.0, Comments and Remembering

Akismet removed (too aggressive for Pastes)

Features added:

  • Comment system for Pastes using Django Comments Framework
  • Spam fighted using Django Honeypot by James Turk
  • Last user Pastes remembered by the system (through a session cookie)
  • There are some jquery effects but the whole site works even if you disable Javascript

2009-07-25: version 0.9, fight against spam

Use of Akismet for fighting Spam

Features added:

  • - Added Akismet antispam service using Michael Foord's akismet.py
  • - Added a hash key collision detection system that re-computes the hash value in case of collision

2009-07-23: version 0.8, improvements

Many improvements after a year of service utilization, developed in three days of free time

Features added:

  • - Added jquery framework
  • - Added thickbox
  • - Possibility to discuss (enhance) a Paste
  • - Possibility to view diffs between the original Paste
  • - Possibility to flag a Paste as Private
  • - Some graphical goodies
  • - Cleaner code
  • - Better hash function
  • - Better models
  • - More templates (404 template)
  • - Use of thickbox for report abuse
  • - Use of thickbox for view diff
  • - Use of diff_match_patch by Neil Fraser for doing diffs between files

2008-09-30: version 0.1, service launch

Service created as a challenge in learning Python Django. See about section and author's blog entry for more info.

Features:

  • - Paste some text or some code
  • - Decide whether to colorize its syntax or not
  • - Get a nice url with the form incollo.com/36044c9e
  • - Visualize the Paste either in plain text version or in colorized version
  • - Download the Paste as text file
  • - Report a Paste as abuse
  • - Search Pastes
  • - View Last 30 Pastes