summaryrefslogtreecommitdiffstats
path: root/src/ipsilon.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename src package to ipsilonSimo Sorce2014-01-241-65/+0
| | | | | Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Add page class handlerSimo Sorce2013-12-181-1/+3
| | | | | | | This also adds support for sessions and a somewhat custom page dispatcher. Signed-off-by: Simo Sorce <simo@redhat.com>
* Fix global and app configsSimo Sorce2013-12-131-4/+10
| | | | | | | | | | | Do not overwrite config settings - the update() method replaces the global config, we just want to merge new directives normally Provide default app settings for quick development - allow ui/ to be served as static files when run in standalone mode Signed-off-by: Simo Sorce <simo@redhat.com>
* Fix settingsSimo Sorce2013-12-131-1/+1
| | | | | | | Fix logging to use right name and value Make all option relative to the base of the tree. Signed-off-by: Simo Sorce <simo@redhat.com>
* Use jinja2 as the templating systemSimo Sorce2013-12-111-8/+9
| | | | Add flashy css to indicate this is development stuff
* Add Admin preferences systemSimo Sorce2013-12-041-0/+5
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add example configurationSimo Sorce2013-12-041-0/+2
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add plugins loaderSimo Sorce2013-12-041-0/+6
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Initial moduleSimo Sorce2013-12-031-0/+43
Signed-off-by: Simo Sorce <simo@redhat.com>