source: trunk/packages/sipb-xen-www/config.todo @ 810

Last change on this file since 810 was 810, checked in by price, 16 years ago

todo lists for configuration

I looked through all the code for hardcoded details that should be moved
to configuration, and listed them in a file config.todo in each package
directory. These can be knocked off line-by-line as todo lists, and
removed when empty.

File size: 1.5 KB
Line 
1# will differ dev/prod
2files/etc/apache2/sites-available/ssl: web hostname
3files/etc/apache2/sites-available/svn: web hostname
4files/etc/init.d/apache2.invirt: principal for writing svn repo
5code/Makefile: base URI
6code/cache_acls.py: db uri
7code/controls.py: principal for remctl
8code/controls.py: remote.mit.edu
9code/main.py: domain
10code/main.py: console.xvm
11code/main.py: overlord group
12code/main.py: hostname
13code/main.py: db uri
14(code/templates/info.tmpl: should use domain)
15code/templates/list.tmpl: domain
16code/templates/unauth.tmpl: https://xvm.mit.edu
17
18# may differ dev/prod?
19files/etc/apache2/sites-available/default: assumes trac
20files/etc/apache2/sites-available/ssl: contact email
21files/etc/apache2/sites-available/ssl: trac uri
22files/etc/apache2/sites-available/svn: contact email
23files/etc/apache2/sites-available/svn: svn repo path
24code/cache_acls.py: afs cell for authz
25code/controls.py: xvm@mit.edu
26code/main.py: contact email
27code/main.py: error-mail blacklist: price, etc
28code/validation.py: afs cell for authz
29code/templates/error.tmpl: xvm@mit.edu
30code/templates/help.tmpl: assumes trac
31code/templates/list.tmpl: SIPB Virtual Servers
32code/templates/skeleton.tmpl: SIPB Virtual Servers (twice)
33code/templates/skeleton.tmpl: xvm@mit.edu
34code/templates/unauth.tmpl: tons of text
35code/static/about.html: tons of text
36code/static/about.html: SIPB Virtual Servers
37
38# will take real code to generalize
39code/getafsgroups.py: lockers, /mit
40code/getafsgroups.py: use of pts for authz
41code/main.py: lockers, pts, in help text
Note: See TracBrowser for help on using the repository browser.