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

« back to all changes in this revision

Viewing changes to doc/notes/architecture.txt

  • Committer: stevenbird
  • Date: 2008-01-24 04:23:25 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:282
* changed spelling of varible to variable
* example hello world test cases

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
 
125
136
### Application directory hierarchy ###
126
137
 
127
138
Due to the handler, we have a nice property that the application directory