renamed to "tycker"
This commit is contained in:
parent
745967b373
commit
324ee31bf5
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
= pycker - a web-based ticker input form =
|
||||
= tycker - a web-based ticker input form =
|
||||
|
||||
pycker offers a very simple interface to be used for entering ticker information.
|
||||
tycker offers a very simple interface to be used for entering ticker information.
|
||||
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
|
||||
|
@ -10,5 +10,5 @@ The data items are stored in an sqlite database by default. Other options
|
|||
|
||||
The result is processed via the template "display.html". Adjust this file to
|
||||
generate the desired layout.
|
||||
Generated html files are stored in the parent directory of pycker's base directory.
|
||||
Generated html files are stored in the parent directory of tycker's base directory.
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ import sqlobject
|
|||
import genshi.template
|
||||
|
||||
|
||||
db_uri = "sqlite:///%s/pycker.sqlite" % BASE_DIR
|
||||
db_uri = "sqlite:///%s/tycker.sqlite" % BASE_DIR
|
||||
sqlobject.sqlhub.processConnection = sqlobject.connectionForURI(db_uri)
|
||||
|
||||
loader = genshi.template.TemplateLoader(os.path.join(BASE_DIR, 'templates'), auto_reload=True)
|
Loading…
Reference in a new issue