ATOM feed (almost) fully implemented
[wrigit.git] / README
blob5dc06a43b45e9e1df9134c1eb29020f94a4b73aa
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 
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 onfiguration file
32 The following features are planned,
34   - RSS (or Atom)
35   - Paging (next/prev)
36   - Search (by tags, date)
37   - ...
38