X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/402966243a3e711ce1ab6b29dbac38a88d7a0850..09f39d2e45040e8ae0d605baa9deda6fcdccf0c0:/bin/pages.py diff --git a/bin/pages.py b/bin/pages.py index 32e9b87..b926b12 100644 --- a/bin/pages.py +++ b/bin/pages.py @@ -1,15 +1,15 @@ #!/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.1-core-nc", "mootools-1.2-more-nc"] -JS_RAW_BASE = ["//ajax.googleapis.com/ajax/libs/mootools/1.2.1/mootools-yui-compressed.js"] -JS_BASE = ["mootools-1.2-more"] -JS_EXTRA = ["soundmanager2"] +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"] +JS_BASE = ["mootools-1.2.5.1-more", "../../js/soundmanager_defer", "soundmanager2-nodebug-jsmin"] +JS_EXTRA = [] UIs = { "qui": {