]> jfr.im git - irc/quakenet/qwebirc.git/blob - bin/optionsgen.py
Add ability to control URL on embedded wizard page, as well as updating the about...
[irc/quakenet/qwebirc.git] / bin / optionsgen.py
1 import config, simplejson
2
3 def get_options():
4 options = dict(networkName=config.NETWORK_NAME, networkServices=[config.AUTH_SERVICE], loginRegex=config. AUTH_OK_REGEX, appTitle=config.APP_TITLE, baseURL=config.BASE_URL)
5 return simplejson.dumps(options)