| Trees | Indices | Help |
|---|
|
|
Platform specific constants.
Author: Peter Parente
Organization: IBM Corporation
Copyright: Copyright (c) 2005, 2007 IBM Corporation
License: The BSD License
All rights reserved. This program and the accompanying materials are made available under the terms of the BSD license which accompanies this distribution, and is available at http://www.opensource.org/licenses/bsd-license.php
|
|||
| boolean |
|
||
|
|||
| string |
PROG_NAME = 'lsr'Name of this program |
||
| string |
PROG_VERSION = '0.5.3'Version of this program |
||
| string |
PROG_DATE = 'Mon Jun 4 11:35:56 UTC 2007'Date of this program's last install or packaging |
||
| string |
NAME = 'Linux Screen Reader'Human readable name of this program |
||
| string |
COPYRIGHT = 'Copyright (c) 2005, 2007 IBM Corporation'Copyright notice for this program |
||
| string |
LICENSE = 'All rights reserved. This program and the accompanyLicense 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(__filHome 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 |
||
|
|||
Initializes a path in the user's home directory, but only if the uid of the current process matches that of the home directory. Use to avoid creating paths during install owned by the root user when using sudo.
|
|
|||
LICENSELicense summary for this program
|
HOME_DIRHome directory for this program install (e.g. /usr/lib/python2.4/site-packages/lsr)
|
DATA_DIRSystem data directory for this program install (e.g. /usr/share/lsr)
|
TEMPLATE_DIRTemplate data directory for this program install (e.g. /usr/share/lsr/templates)
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 4 15:33:14 2007 | http://epydoc.sourceforge.net |