-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated README and renamed it to README.rst (Github supports this soo…
…n :) git-svn-id: http://django-paste.googlecode.com/svn/trunk/dpaste@28 1e28be48-2e37-0410-b882-833e1ed5e216
- Loading branch information
1 parent
8aa189f
commit 367303e
Showing
2 changed files
with
38 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! | ||
|