ConfigObj dependency added to README (thanks Anand Chitipothu)
[wrigit.git] / README
blobd068ca298ce1ddc73586527fabdad12cdd28fbee
1 Wrigit
2 ======
4 :Date: 2007-12-18
6 Wrigit helps you create and manage your weblog and other static pages. It (will)
7 also supports a sane search facility that obviates tag/ and archives/ views.
9 Getting Started
10 ---------------
14   $ sudo easy_install docutils Mako Pygments ConfigObj
15   $ git clone http://repo.or.cz/r/wrigit.git
16   $ cd wrigit
17   $ ./wrigit.py --help
18   $ ./wrigit.py --conf example/conf
19   $ /usr/sbin/thttpd -p 8080 -d example/
20   $ firefox http://localhost:8080/
21   
22 Features
23 --------
25 The following features are supported,
27   - ReStructuredText
28   - Disqus.com for comments
29   - Syntax highlighting using Pygments
30   - default command-line options in configuration file
31   - ATOM and feedburner
33 The following features are planned,
35   - Paging (next/prev)
36   - Search (by tags, date)
37   - ...
38