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.
- Host: GitHub
- URL: https://github.com/oeway/docgenerator
- Owner: oeway
- License: gpl-3.0
- Created: 2013-08-04T05:44:46.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-25T08:25:27.000Z (almost 13 years ago)
- Last Synced: 2025-11-02T15:15:03.891Z (8 months ago)
- Language: CSS
- Size: 500 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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!