This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | Fri Nov 28 07:43:28 -0800 2008 | |
| |
LICENSE | Wed Sep 10 03:19:45 -0700 2008 | |
| |
MANIFEST.in | Fri Nov 28 07:43:28 -0800 2008 | |
| |
README.rst | Fri Nov 28 08:10:59 -0800 2008 | |
| |
dpaste/ | ||
| |
setup.py | Fri Nov 28 08:10:59 -0800 2008 |
README.rst
dpaste - code pastebin application
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
- Nice colors
- Multilangual interface
- per-user defined expiration of snippets
Installation:
Add dpaste to your pythonpath.
Add dpaste to your INSTALLED_APPS in your django project settings.
Add this line to your urlsconf:
(r'^mypaste/', include('dpaste.urls')),
Requirements:
- django-mptt for the nested-set history tree
- Pygments for syntax highlighting
Latest version:
The primary repository is located on Github: http://github.com/bartTC/django-paste/








