ui.messages (version 0.1, 22 April 2003) | index e:\bothans\ui\messages.py |
Common messages definitions for administration tools
Modules | ||||||
|
Functions | ||
|
Data | ||
MESSAGEADDPLUGIN = '<addplugin><path>%(path)s</path></addplugin>' MESSAGEADDSERVICE = '<addservice><path>%(path)s</path></addservice>' MESSAGEADDTARGET = '<addtarget><address><host>%(address)s</host><port>%(port)s</port></address></addtarget>' MESSAGEHELLO = '<hello/>' MESSAGELISTPLUGINS = '<listplugins/>' MESSAGELISTSERVICES = '<listservices/>' MESSAGELISTTARGETS = '<listtargets/>' TARGETCMDMONITORSERVICE = '<targetcmd><uid>%(uid)s</uid><monitorservice><sc...%(service)s</sclass></monitorservice></targetcmd>' __author__ = 'David Ferlier <david@netbsd-fr.org>' __date__ = '22 April 2003' __file__ = r'e:\bothans\ui\messages.pyc' __license__ = 'This file is part of Bothans\n\n Bothans is fre...lace, Suite 330, Boston, MA 02111-1307 USA\n ' __name__ = 'ui.messages' __status__ = 'beta' __version__ = '0.1' |
Author | ||
David Ferlier <david@netbsd-fr.org> |