############################################################################### # Name: info.py # # Purpose: Global project information # # Author: Cody Precord # # Copyright: (c) 2008 Cody Precord # # License: wxWindows License # ############################################################################### """Editra Project information module""" __author__ = "Cody Precord " __svnid__ = "$Id: info.py 73347 2013-01-05 19:58:31Z CJP $" __revision__ = "$Revision: 73347 $" #-----------------------------------------------------------------------------# AUTHOR = 'Cody Precord' VERSION = '0.7.20' PROG_NAME = 'Editra' HOME_PAGE = "http://editra.org" I18N_PAGE = "https://translations.launchpad.net/editra/trunk/+pots/editra" CONTACT_MAIL = "staff@editra.org"