~divmod-dev/divmod.org/athena-events-806545

« back to all changes in this revision

Viewing changes to Nevow/doc/howto/glossary.xhtml

  • Committer: exarkun
  • Date: 2010-04-06 11:05:45 UTC
  • Revision ID: svn-v4:866e43f7-fbfc-0310-8f2a-ec88d1da2979:trunk:17932
Apply nevow-doc-fixes.patch addressing release related doc issues

Author: exarkun
Reviewer: zooko, mithrandi
Fixes: #2998

Change Nevow's MANIFEST.in so that it includes everything beneath doc/ rather
than trying to list all of the extensions of files which should be included.

Also change the README in Nevow's doc directory to give the correct lore command
to build the documentation.

Also change Nevow's glossary to use valid lore markup (the old markup was probably
valid at some point, but only accidentally).

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
  <body>
12
12
    <h1>Glossary</h1>
13
13
 
14
 
    <h3>Object Traversal</h3>
 
14
    <h2>Object Traversal</h2>
15
15
 
16
16
    <p>
17
17
      The process by which a Python object is located to render HTML for a
23
23
      object until all path segments have been consumed.
24
24
    </p>
25
25
 
26
 
    <h3>Page Rendering</h3>
 
26
    <h2>Page Rendering</h2>
27
27
 
28
28
    <p>
29
29
      The process by which a Python object, usually a rend.Page subclass, turns
32
32
      the process generating HTML.
33
33
    </p>
34
34
 
35
 
    <h3>Deployment Environment</h3>
 
35
    <h2>Deployment Environment</h2>
36
36
 
37
37
    <p>
38
38
      The environment in which a Nevow application is deployed. Generally
41
41
      process. Deployment environments include CGI, WSGI, and twisted.web.
42
42
    </p>
43
43
 
44
 
    <h3>DOM</h3>
 
44
    <h2>DOM</h2>
45
45
 
46
46
    <p>
47
47
      Document Object Model. A tree of objects which represent the structure of
50
50
      nevow.stan.Tag instances.
51
51
    </p>
52
52
 
53
 
    <h3>Flattener</h3>
 
53
    <h2>Flattener</h2>
54
54
 
55
55
    <p>
56
56
      A Python function which knows how to translate from a rich type to a
59
59
      HTML, such as &lt;, &gt;, and &amp;.
60
60
    </p>
61
61
 
62
 
    <h3>Tag</h3>
 
62
    <h2>Tag</h2>
63
63
 
64
64
    <p>
65
65
      A class, defined at nevow.stan.Tag, which holds information about a
69
69
      node. children is a list indicating the child nodes of that node.
70
70
    </p>
71
71
 
72
 
    <h3>Tag Specials</h3>
 
72
    <h2>Tag Specials</h2>
73
73
 
74
74
    <p>
75
75
      A Tag attribute which is "special" to nevow. Tag specials include data,