Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

A beautiful, open-source pastebin

NyrNyr Community Contributor, Veteran
edited February 2013 in General

So a few months ago I wanted to give out the paste.pm domain here at LET, but the guy who claimed it never got back to me.

A friend requested it some time later and promised to create a cool pastebin.

Here is the result:
http://paste.pm/
https://github.com/jdiez17/pastepm

«1

Comments

  • I really like that, very well done!

  • that's awesome

    syntax highlighting would be nice

  • This is well done.

    My suggestion: make it smaller than the whole site, because it's hard to see you're in a pastebin.

  • NyrNyr Community Contributor, Veteran

    @gubbyte it does have syntax highlighting, but sometimes doesn't recognize the language as it should. Try changing the extension of the URL ;)

  • NyrNyr Community Contributor, Veteran

    @Ishaq honestly, I like it that way, but thanks for the input ^^

  • Damn, have to say the frontend is better than mine ;) Released mine about 3 days ago. Nice job codeee.com

  • @kornnflake I've just loaded up codeee again, didn't realise that it saves your last session. Nice work :)

  • Definitely has a sleek look to it!

  • NyrNyr Community Contributor, Veteran

    @kornnflake I love yours, seriously.

    Also, please note that I am not the developer or designer of paste.pm, I simply donated the domain :)

  • Really nicely done. The only problem I am seeing is that when I select "RAW", it seems to return a blank page. ( http://paste.pm/raw/1ai ). I am able to see the content if I select "View Source" however.

    Other then that, I love it

  • @kornnflake said: Damn, have to say the frontend is better than mine ;) Released mine about 3 days ago. Nice job

    Is yours also open-source?

  • I want to throw this out here; ZeroBin,
    http://sebsauvage.net/paste/

    My favorite so far.. wanted to share the love.

  • Is there any guides to this, or a list of requirements, as I would love to run one. :)

  • @Mun said: Is there any guides to this, or a list of requirements, as I would love to run one. :)

    It's a Flask app
    http://flask.pocoo.org/

  • NyrNyr Community Contributor, Veteran

    @KMyers yesterday it was working for me, reported to the developer :)

  • smile93smile93 Member
    edited February 2013

    @David_P 1:43PM Flag

    Member
    I want to throw this out here; ZeroBin,
    http://sebsauvage.net/paste/

    This is good script. I will try it in day or two.

  • just trying hehe :D, with user login will good to save the paste code :)

  • NyrNyr Community Contributor, Veteran

    @sprabowo it's planned ^^

  • @KMyers said: Really nicely done. The only problem I am seeing is that when I select "RAW", it seems to return a blank page. ( http://paste.pm/raw/1ai ). I am able to see the content if I select "View Source" however.

    @Nyr I've got a pull request in the github repo to fix this issue.

  • Really nice done :)

  • SpeedBusSpeedBus Member, Host Rep
    edited February 2013

    wow, looks neat ;-) will give it a try in a bit thanks !

  • @gubbyte said: It's a Flask app

    http://flask.pocoo.org/

    So I'd have to install FlashApp first and then just pull the data from github to a public dir?

  • @ztec said: So I'd have to install FlashApp first and then just pull the data from github to a public dir?

    No. Unless you plan to use your own, Flask has a built-in webserver.

  • Really well done, simple and easy to use :)

    Maybe you could modify it to have 2 modes, the simple main page then another more advanced interface with accounts/comments?

  • codeee is better in my opinion. But both look very nice.

  • @titanicsaled said: codeee is better in my opinion. But both look very nice.

    Is codeee also open-source? I can't find it on github

  • @ztec said: Is codeee also open-source? I can't find it on github

    nope

  • @David_P said: I want to throw this out here; ZeroBin,

    http://sebsauvage.net/paste/

    My favorite so far.. wanted to share the love.

    I like and use ZeroBin myself, but this application really looks awesome! Good job!

  • taronyutaronyu Member
    edited February 2013

    @Nyr

    How does it take for you to write a simple setup how-to? I installed python-flask, sqlalchemy and redis. Edited config.sample.ini and renamed it to config.ini. I run create-db.py and got this:

    python create-db.py Traceback (most recent call last): File "create-db.py", line 1, in <module> from pastepm.database import init_db File "/var/www/paste.f63.net/pastepm/database.py", line 20, in <module> r = redis.StrictRedis(config.get('redis', 'host'), int(config.get('redis', 'port'))) AttributeError: 'module' object has no attribute 'StrictRedis'

  • @taronyu said: /var/www/paste.f63.net/pastepm/database.py

    what are you even doing

Sign In or Register to comment.