Mercurial > libervia-web
diff src/twisted/plugins/libervia_server.py @ 512:750db9ff8525
server side: launching script improvments:
- no more difference between installed version and source version: libervia is a deamon by defaut, "fg" must be used to launch it foreground
- fixed bad constants module imported in python part of libervia.sh
- fixed stdout encoding in python part of libervia.sh
- APP_NAME and APP_NAME_FILE use the constants module values
- DATA_DIR variable moved to PLUGIN_OPTIONS
- (constants) ASCII_APP_NAME renamed to APP_NAME_FILE to be consistent with SàT backend.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 24 Aug 2014 18:43:45 +0200 |
parents | 6700386291f1 |
children | 530c88c1deee |
line wrap: on
line diff
--- a/src/twisted/plugins/libervia_server.py Thu Aug 21 16:58:10 2014 +0200 +++ b/src/twisted/plugins/libervia_server.py Sun Aug 24 18:43:45 2014 +0200 @@ -90,7 +90,7 @@ class LiberviaMaker(object): implements(IServiceMaker, IPlugin) - tapname = C.ASCII_APP_NAME + tapname = C.APP_NAME_FILE description = _(u'The web frontend of Salut à Toi').encode('utf-8') options = Options