An open API service indexing awesome lists of open source software.

https://github.com/oeway/docgenerator

A simple document generator, based on xml template, with webGUI.
https://github.com/oeway/docgenerator

Last synced: 8 days ago
JSON representation

A simple document generator, based on xml template, with webGUI.

Awesome Lists containing this project

README

          

Bottle-Bootstrap

A simple recipe for Bottle.py + Twitter Bootstrap + Heroku

Instructions cribbed from
http://blog.heroku.com/archives/2011/9/28/python_and_django/

$ # First you need ruby + rubygems...
$ # sudo aptitude install ruby rubygems
$ gem install heroku
$ # put heroku on your path
$ heroku create --stack cedar
$ git push heroku master

Then visit the web address shown!