X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/9c4fe2536841d3c6311b71cee9f067eaa32e9187..48f0fc4323550fdafaa33bb99725f16ab975b3d5:/bin/pages.py diff --git a/bin/pages.py b/bin/pages.py index b387734..b926b12 100644 --- a/bin/pages.py +++ b/bin/pages.py @@ -1,10 +1,10 @@ #!/usr/bin/env python -IRC_BASE = ["ircconnection", "irclib", "numerics", "baseircclient", "irctracker", "commandparser", "commands", "ircclient", "commandhistory", "nicknamevalidator"] -PANES = ["connect", "embed", "options", "about", "privacypolicy", "feedback", "faq"] +IRC_BASE = ["ircconnection", "irclib", "numerics", "baseircclient", "irctracker", "commandparser", "commands", "ircclient", "commandhistory", "nicknamevalidator", "ignorecontroller"] +PANES = ["connect", "embed", "options", "about", "feedback", "url"] UI_BASE = ["menuitems", "baseui", "baseuiwindow", "colour", "url", "theme", "notifications", "tabcompleter", "style", "xdomain"] UI_BASE.extend(["panes/%s" % x for x in PANES]) -DEBUG_BASE = ["qwebirc", "version", "jslib", "crypto", "md5", ["irc/%s" % x for x in IRC_BASE], ["ui/%s" % x for x in UI_BASE], "qwebircinterface", "auth", "sound"] +DEBUG_BASE = ["qwebirc", "version", "qhash", "jslib", "crypto", "md5", ["irc/%s" % x for x in IRC_BASE], ["ui/%s" % x for x in UI_BASE], "qwebircinterface", "auth", "sound"] BUILD_BASE = ["qwebirc"] JS_DEBUG_BASE = ["mootools-1.2.5-core-nc", "mootools-1.2.5.1-more-nc", "debug/soundmanager_defer", "soundmanager2"] JS_RAW_BASE = ["//ajax.googleapis.com/ajax/libs/mootools/1.2.5/mootools-yui-compressed.js"]