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

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: mattgiuca
  • Date: 2008-03-16 02:46:19 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:712
setup: Added config option "motd_path" to hold the path for message-of-the-day
    announcements.
dispatch.login: Now tries to send the file in motd_path at the bottom of the
    login page.
This allows our admins to post system-wide announcements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
246
246
    file system):""",
247
247
    """
248
248
# In the local file system, where is the Terms of Service document located."""))
 
249
config_options.append(ConfigOption("motd_path",
 
250
    "/home/informatics/motd.html",
 
251
    """Location where the Message of the Day document is stored (on the local
 
252
    file system):""",
 
253
    """
 
254
# In the local file system, where is the Message of the Day document
 
255
# located. This is an HTML file (just the body fragment), which will
 
256
# be displayed on the login page. It is optional."""))
249
257
config_options.append(ConfigOption("public_host", "public.localhost",
250
258
    """Hostname which will cause the server to go into "public mode",
251
259
providing login-free access to student's published work:""",