lanius / restprev

Web app that previews reStructuredText.

Home Page:http://restprev.nirvake.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reST Prev

What is this?

Web app that previews reStructuredText.

Live Demo

You can see demo running at http://restprev.nirvake.org/.

Installation

Local Machine

Download the source code:

$ git clone git://github.com/lanius/restprev.git

Install required libraries:

$ cd restprev/restprev
$ pip install -r requirements.txt

You may need to install python-imaging:

$ yum install python-imaging

Run reST Prev server:

$ python webapp.py

Host name and port number can be specified by arguments:

$ python webapp.py --host localhost --port 8080

About

Web app that previews reStructuredText.

http://restprev.nirvake.org/

License:MIT License


Languages

Language:JavaScript 93.9%Language:CSS 2.5%Language:Python 2.0%Language:HTML 1.6%Language:Procfile 0.0%