liquid_feedback_frontend
diff README @ 81:134fce4bede3
Cache for rendered wiki texts; Accountless API keys; Reverse id order for initiative API
- Support for caching html version of drafts
- Using pre-rendered html versions of help messages
- Added Support for api keys not connected to an account
- Added order option "id_desc" to initiative API
- Support for caching html version of drafts
- Using pre-rendered html versions of help messages
- Added Support for api keys not connected to an account
- Added order option "id_desc" to initiative API
author | bsw |
---|---|
date | Sat Jul 24 17:22:05 2010 +0200 (2010-07-24) |
parents | 00d1004545f1 |
children | adc1b0554667 |
line diff
1.1 --- a/README Thu Jul 15 18:28:24 2010 +0200 1.2 +++ b/README Sat Jul 24 17:22:05 2010 +0200 1.3 @@ -59,3 +59,10 @@ 1.4 your webserver appropriatly. 1.5 1.6 1.7 +7. Compile help messages from wiki to html 1.8 + 1.9 +cd /opt/liquid_feedback_frontend/locale/help 1.10 +for file in *.txt; do /opt/rocketwiki-lqfb/rocketwiki-lqfb < $file > $file.html; done 1.11 + 1.12 + 1.13 +