From 91225d6ff5bc70cd76d0cf54f35a1cf6186b538b Mon Sep 17 00:00:00 2001 From: necoro <> Date: Sat, 7 Jul 2007 02:27:31 +0000 Subject: Some documentation work --- portato/constants.py | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'portato/constants.py') diff --git a/portato/constants.py b/portato/constants.py index 7df6538..f8da545 100644 --- a/portato/constants.py +++ b/portato/constants.py @@ -10,6 +10,30 @@ # # Written by René 'Necoro' Neumann +""" +Constants used through out the program. Mainly different pathes. +These should be set during the installation. + +@var CONFIG_DIR: The configuration directory. +@type CONFIG_DIR: string +@var CONFIG_LOCATION: L{CONFIG_DIR} plus name of the config file. +@type CONFIG_LOCATION: string +@var DATA_DIR: Directory which contains several data files (e.g. ui-files). +@type DATA_DIR: string +@var PLUGIN_DIR: Directory containing the plugin xmls. +@type PLUGIN_DIR: string +@var VERSION: the current version +@type VERSION: string +@var ICON_DIR: directory containing the icons +@type ICON_DIR: string +@var APP_ICON: the path of the application icon +@type APP_ICON: string +@var FRONTENDS: the list of frontends which are installed +@type FRONTENDS: string[] +@var STD_FRONTEND: the frontend uses as the default, i.e. if no other one is given on the cmdline +@type STD_FRONTEND: string +""" + CONFIG_DIR = "/etc/portato/" CONFIG_LOCATION = CONFIG_DIR+"portato.cfg" -- cgit v1.2.3