Skip to content

Commit

Permalink
Updated README and renamed it to README.rst (Github supports this soo…
Browse files Browse the repository at this point in the history
…n :)

git-svn-id: http://django-paste.googlecode.com/svn/trunk/dpaste@28 1e28be48-2e37-0410-b882-833e1ed5e216
  • Loading branch information
[email protected] committed Aug 14, 2008
1 parent 8aa189f commit 367303e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 35 deletions.
35 changes: 0 additions & 35 deletions README

This file was deleted.

38 changes: 38 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
===================================================
dpaste is a code pastebin application using Django.
===================================================

Originally inspired by dpaste.com this application adds the ability to:

- See the differences between snippets
- A history of snippets as a tree
- See your latest 25 snippets (admin setting)
- A huge bunch of syntax highlighters (lexers)
- User defined settings to change the font-family as well as font-sizes
- Nicer colors
- Multilangual interface

Requirements:
=============

- django-mptt for the nested-set history tree
- Pygments for syntax highlighting

Todo/Maybe's:
=============

- Ability to annotate lines
- Make django-mptt and pygments optional
- Permanently stored user settings
- A RPC-API to fetch snippets via VIM or so
- Ability to let user delete his last ``n`` snippets
- Use random ids instead of continuous numbers


Example:
========

Check out the example page dpaste_de to see this application in action as well as the integration into other projects.

Or just visit dpaste.de!

0 comments on commit 367303e

Please sign in to comment.