~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/conf/apps.py

Added config validation spec: ivle/config/ivle-spec.conf.
ivle.conf.conf: No longer needs to do the cast-to-int hack.
ivle.config: Runs against the validator (with a XXX problem).
setup.util: ivle-spec.conf is installed with a new whitelist.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
    "tutorial" : app_tutorial,
131
131
    "serve" : app_server,
132
132
    "download" : app_download,
133
 
    "+help" : app_help,
 
133
    "help" : app_help,
134
134
    "forum" : app_forum,
135
135
    "tos" : app_tos,
136
136
    "userservice" : app_userservice,
144
144
# Note: The values in this list are the URL names as seen in app_url.
145
145
 
146
146
apps_in_tabs = ["files", "tutorial", "console",
147
 
                "forum", "subjects", "+help"]
 
147
                "forum", "subjects", "help"]