dpaste.com update

My little pastebin site, dpaste.com, has been chugging along nicely since I announced it here about six weeks ago. Today I updated to the very latest Pygments codebase, which allowed me to add colorizers for Apache config files and bash scripts.

I’ve also started to add some Django-specific rules to the Python colorizer; it now recognizes Django model field types (model.CharField and the like). My thanks go to everyone who’s been using it, especially those who have given me feature suggestions and problem reports.


Lawrence Oluyede commented on Fri Dec 29 13:56:43 2006:

Any news about releasing it as opensource :-) ?


Dave commented on Sat Dec 30 00:43:23 2006:

dpaste.com is great. Thanks for helping this Django neophyte get a leg up.


CoolGoose commented on Sat Dec 30 05:35:40 2006:

Hmm dpaste is really nice.. bu bye rafb and pastebin :P


Armin Ronacher commented on Mon Jan 1 19:26:33 2007:

@Paul: With the next pygments release there will be support for filters. Those would simplify improving the output of a python lexer without having to subclass it.

Any news about releasing it as opensource :-) ?

While i don’t know about the status of dpaste as open source application i can give you the sourcecode of the pocoo pastebin which works as example application for pygments:

http://trac.pocoo.org/browser/lodgeit

The subversion repo is under http://trac.pocoo.org/repos/lodgeit

Regards, Armin


Paul commented on Mon Jan 1 20:38:04 2007:

Excellent, Armin, thanks for the update. I promise when my customizations add up to more than a few lines of code I’ll submit a patch!


Rob Hudson commented on Mon Jan 1 23:20:13 2007:

Could you share some info (possibly a blog post) about using Pygments with Django? I saw some news about Pygments recently and it looked like a great highlighter. I was considering adding support to my blog written in Django but haven’t dug into Pygments just yet.



Share: