Skip to content

matt-d-brown/p8ste

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is it ?

Paste-It is a python pastebin (where you paste code) for Google AppEngine. It is licensed under GPLv3.

Dependencies

Installation

  • Download the latest source from http://github.com/thomas-quemard/p8ste/tarball/master and extract it to a local directory.

  • Run make install-python-dependencies or extract python dependencies to /path/to/p8ste/src/

  • Run cd /path/to/paste-it && make check-install

Note : The repository does not contain images, if you want them, download the following archive : https://github.com/downloads/thomas-quemard/p8ste/p8ste_images.tar.gz

Run

cd /path/to/google_appengine/
python dev_appserver.py /path/to/p8ste/src

About

Python pastebin for Google AppEngine : auto-detected languages, syntax highlighting, paste forking, paste threading...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.2%
  • HTML 19.6%
  • CSS 5.1%
  • Other 1.1%