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

« back to all changes in this revision

Viewing changes to lib/conf/apps.py

  • Committer: dcoles
  • Date: 2008-02-25 02:26:39 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:562
Added new app: Diff (SVN diff application)
setup.py: Added diffservice script to jail scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
                    requireauth = False,
122
122
                    hashelp = False)
123
123
 
 
124
app_diff = App(dir = "diff",
 
125
                    name = "Diff",
 
126
                    #icon = "forum.png",
 
127
                    requireauth = True,
 
128
                    hashelp = False)
 
129
 
124
130
# Mapping URL names to apps
125
131
 
126
132
app_url = {
138
144
    "tos" : app_tos,
139
145
    "settings" : app_settings,
140
146
    "userservice" : app_userservice,
 
147
    "diff" : app_diff,
141
148
}
142
149
if enable_debuginfo:
143
150
    app_url["debuginfo"] = app_debuginfo