Skip to content

An AppEngine app to embed files from a github repository like a gist

Notifications You must be signed in to change notification settings

Climax777/gist-it

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gist-it

An AppEngine app to embed files from a github repository like a gist

http://github.com/robertkrimen/gist-it

Try it

You can try it at gist-it.appspot.com

Usage

Launch a working example with:

dev_appserver.py .

The gisting handler is located at app.py/dispatch_gist_it

Associated the handler with a path is pretty easy, for example:

wsgi_application = webapp.WSGIApplication( [
	( r'(.*)', dispatch_gist_it ),
], debug=True )

###WordPress Plugin

There is also a WordPress Plugin, which allows you to embed gist and files from Github in your blog posts or pages.

Testing

To run python unit2 tests:

make test

To run perl tests (against a running server):

make t

Author

Robert Krimen (robertkrimen@gmail.com)

About

An AppEngine app to embed files from a github repository like a gist

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.5%
  • JavaScript 8.0%
  • CSS 2.7%
  • Other 0.8%