3 @var XMLNS_IFACE: The XML namespace used for the core elements in an interface file
5 @var config_site: Where our configuration settings are stored
6 @var config_prog: Where our configuration settings are stored
8 @var injector_gui_uri: The URI of the graphical interface for the injector
11 # Copyright (C) 2006, Thomas Leonard
12 # See the README file for details, or visit http://0install.net.
14 XMLNS_IFACE
= 'http://zero-install.sourceforge.net/2004/injector/interface'
15 XMLNS_TRUST
= 'http://zero-install.sourceforge.net/2007/injector/trust'
17 config_site
= '0install.net'
18 config_prog
= 'injector'
20 injector_gui_uri
= 'http://0install.net/2007/interfaces/ZeroInstall-GUI.xml'