Skip to content

digitaljhelms/django-paste

Repository files navigation

===================================================
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 

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

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

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

    * Multilangual interface
    * Ability to annotate lines
    * Make django-mptt and pygments optional
    * Permanently stored user settings 

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!

About

Django powered pastebin application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages