Skip to content

jonstahl/Menno-Ipsum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Mennonite lorem ipsum generator.

This is a translation into Python of James Weber's original creation.

Installation:

  1. Get virtualenv:

    $ curl -O https://raw.github.com/pypa/virtualenv/master/virtualenv.py
  2. Create a virtualenv in this directory (this isolates our Python environment):

    $ python virtualenv.py --no-site-packages .
  3. Install the dependencies:

    $ bin/pip install PasteScript webob
  4. Serve the app:

    $ bin/python generator.py

Then visit http://localhost:8080/ in your browser.

About

Making filler text for Mennonite Designers since last month

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%