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

« back to all changes in this revision

Viewing changes to doc/notes/architecture.txt

  • Committer: drtomc
  • Date: 2007-12-11 03:26:29 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:25
A bit more work on the userdb stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
(immediately when the first call to `write` or `write_html_headers` is made) -
123
123
in which the response headers are written to the server.
124
124
 
125
 
### Help files ###
126
 
 
127
 
There will be a "help" app which is special in that it goes inside all of the
128
 
other apps directories looking for a help file. So aside from "client.py",
129
 
another special file is "help.html" which is a static help file for each
130
 
module, sitting in that app's top-level directory.
131
 
 
132
 
help.html is not to be served directly. The "help" app will embed it within
133
 
another page. Therefore it is not a real HTML file - it should just be the
134
 
inside of a body (it should not contain html or body tags).
135
 
 
136
125
### Application directory hierarchy ###
137
126
 
138
127
Due to the handler, we have a nice property that the application directory