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

« back to all changes in this revision

Viewing changes to doc/notes/architecture.txt

  • Committer: William Grant
  • Date: 2009-03-25 11:25:11 UTC
  • Revision ID: grantw@unimelb.edu.au-20090325112511-vmrk9h2kmy9dupqo
Replace all uses of .textContent with .nodeValue.

.nodeValue is more correct (we don't actually want to accidentally be
silently clobbering all children), and .textContent is DOM Level 3,
which is like so only 5 years ago, which means IE8 doesn't support it.

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