vote up 7 vote down star
3

Hello,

I'm looking for an open-source pastebin web-application written in either Python or Perl. I need it in order to implement a web-based specialized editor for my own needs, and I want to borrow code / ideas from the pastebin since I don't have much experience in web programming.

Can you point to one (or a few) ?

Thanks in advance

flag

71% accept rate

8 Answers

vote up 7 vote down check

Lodgeit is written in Python and is a nice pastebin

link|flag
Ah, great. I was aware of Lodgeit but didn't know how to get its code. 10x – eliben Oct 20 '08 at 15:54
Yeh, LodgdIt is great. I was actually going to post this, but I couldn't find the link. Thanks for this! – Jeremy Michael Cantrell Oct 20 '08 at 17:32
vote up 9 vote down

I like pastebot, which powers http://sial.org/pbot/paste (for example). It's Perl and uses POE.

link|flag
your link to sial.org doesn't work anymore – fudgey Oct 8 at 2:18
vote up 3 vote down

Stickum is written using TurboGears and supports syntax highlighting for a large number of languages thanks to its use of Pygments. You can see it in action at the Fedora Pastebin.

link|flag
vote up 1 vote down

http://dpaste.com/ is written in Python with Django. From http://dpaste.com/about/:

This site began as an exercise. It seemed silly that Django coders didn't have a pastebin app written in Django, when writing a pastebin app is just a couple steps above "Hello, World" in complexity. Initially it was all generic views — in other words, it was some configuration info plus a couple templates — and worked great, but as I've added features some actual programming has been needed. The source to the "pure generic" version of the site is still available here. At some point I may release the latest source, but that's contingent on finding time to do the cleanup and enhancements on my list.

The book Python Web Development with Django (co-written by Paul Bissex, the creator of dpaste) contains a chapter on creating a pastebin.

link|flag
vote up 2 vote down

Sean O'Connor recently released sPaste|source: "a secure, open source, pastebin", based on Django.

link|flag
vote up 0 vote down

Hpaste is good. comes with pln txt and python highlighting (pygments) but u can add more easily. n if u need help u can contact the author (patx@patx.me). hpaste wiki. also runs in pure python is veyr light wieght and easy to setup (upload to ur site).

link|flag
vote up 0 vote down

http://pastebin.im has the capability to debug over 50 programming languages.

It is running on pastebin.com's open-source application.

link|flag
vote up 0 vote down

Codepad.org is great for smallish examples, because it will compile and run your code. This is invaluable for making sure you and whomever else are on the same page. It is not open-source completely, but some pieces it uses are, and it's a good feature to consider.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.