|
string
|
PROG_NAME = 'sue'
Name of this program
|
|
string
|
PROG_VERSION = '0.3.0'
Version of this program
|
|
string
|
PROG_DATE = 'Wed May 28 14:27:20 UTC 2008'
Date of this program's last install or packaging
|
|
string
|
NAME = 'Screenreader Usability Extensions'
Human readable name of this program
|
|
string
|
COPYRIGHT = 'Copyright (c) 2007 IT Science Center gGmbH Ruegen...
Copyright notice for this program
|
|
string
|
LICENSE = 'http://www.opensource.org/licenses/bsd-license.php'
License summary for this program
|
|
string
|
PREFIX = '/usr/local'
Install prefix for this program
|
|
string
|
HOME_USER = os.path.join(os.environ ['HOME'], '.'+ PROG_NAME)
Configuration directory for the Unix user currently running this
program
|
|
string
|
HOME_DIR = os.path.normpath(os.path.join(os.path.dirname(__fil...
Home directory for this program install (e.g.
|
|
string
|
DATA_DIR = os.path.join(PREFIX, 'share', PROG_NAME)
System data directory for this program install (e.g.
|
|
string
|
TEMPLATE_DIR = os.path.join(DATA_DIR, 'templates')
Template data directory for this program install (e.g.
|
|
list of integer
|
ICON_SIZES = [16, 24, 32, 36, 48, 64, 96]
Sizes for all installed program icons
|