Mercurial > p > roundup > code
comparison roundup/configuration.py @ 4714:ef7ae277a3b1
Typo fixed: Chamaleon -> Chameleon
| author | Bernhard Reiter <bernhard@intevation.de> |
|---|---|
| date | Fri, 28 Dec 2012 01:02:48 +0100 |
| parents | a2eb4fb3e6d8 |
| children | 6018617c55ab |
comparison
equal
deleted
inserted
replaced
| 4713:c92fcb355911 | 4714:ef7ae277a3b1 |
|---|---|
| 467 ("main", ( | 467 ("main", ( |
| 468 (FilePathOption, "database", "db", "Database directory path."), | 468 (FilePathOption, "database", "db", "Database directory path."), |
| 469 (Option, "template_engine", "zopetal", | 469 (Option, "template_engine", "zopetal", |
| 470 "Templating engine to use.\n" | 470 "Templating engine to use.\n" |
| 471 "Possible values are 'zopetal' for the old TAL engine\n" | 471 "Possible values are 'zopetal' for the old TAL engine\n" |
| 472 "ported from Zope, or 'chameleon' for Chamaleon."), | 472 "ported from Zope, or 'chameleon' for Chameleon."), |
| 473 (FilePathOption, "templates", "html", | 473 (FilePathOption, "templates", "html", |
| 474 "Path to the HTML templates directory."), | 474 "Path to the HTML templates directory."), |
| 475 (NullableFilePathOption, "static_files", "", | 475 (NullableFilePathOption, "static_files", "", |
| 476 "Path to directory holding additional static files\n" | 476 "Path to directory holding additional static files\n" |
| 477 "available via Web UI. This directory may contain\n" | 477 "available via Web UI. This directory may contain\n" |
