codekasten/tycker/README.txt

15 lines
635 B
Plaintext
Raw Normal View History

2012-04-20 03:50:29 +02:00
= tycker - a web-based ticker input form =
2012-04-20 03:49:00 +02:00
2012-04-20 03:50:29 +02:00
tycker offers a very simple interface to be used for entering ticker information.
2012-04-20 03:49:00 +02:00
Each entry consists of the current time, a title and content.
The content may be written in wikicreole syntax:
http://www.wikicreole.org/imageServlet?page=CheatSheet%2Fcreole_cheat_sheet.png
The data items are stored in an sqlite database by default. Other options
(mysql/postgres) are easily configurable, as well.
The result is processed via the template "display.html". Adjust this file to
generate the desired layout.
2012-04-20 03:50:29 +02:00
Generated html files are stored in the parent directory of tycker's base directory.
2012-04-20 03:49:00 +02:00