Google analytics in README
[wrigit.git] / README
blob14cf44ef872c04529fbd42207a0921ceb4be64e8
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
32   - Google Analytics
34 The following features are planned,
36   - Paging (next/prev)
37   - Search (by tags, date)
38   - ...
39