This file is indexed.

/usr/share/doc/rest2web/html/quickstart.html is in rest2web-doc 0.5.2~alpha+svn-r248-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
    <title>Rest2Web Quick start</title>
    <link rel="stylesheet" href="stylesheets/rest2web.css" type="text/css" />
    <link rel="stylesheet" href="stylesheets/voidspace_docutils2.css" type="text/css" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="description" content="rest2web - build websites with Python and docutils." />
    <meta name="author" content="Michael Foord" />
    <meta name="copyright" content="&copy; 2003-2006 Michael Foord, subject to BSD License" />
    <meta name="keywords" content="rest2web - build websites with Python and docutils,
    rest, restructured text, text, website, internet, web, net, web builder, site,
    site builder, docutils, i18n, internationalization, templates, templating, 
    python, quickstart, introduction, beginners, site builder, website, basics, guide, basic guide" />
    
</head>

<body style="background: url(images/logos/img_background.gif) top center repeat-y;">
  <div id="wrap">
    <div id="header-section">
		  <a href="http://www.voidspace.org.uk/python/index.shtml" title="Voidspace"><img src="images/logos/header760.gif" alt="Voidspace"/></a>
		  <p align="center" class="headertitle"><span style="font-size:130%">rest2web:</span> Building Websites Across the Known Universe</p>
		</div>

    <div id="header">
      <ul>
        <li><a href="index.html">rest2web</a></li>
<li>&gt;</li>
<li>Quickstart</li>

      </ul>
    </div>

    <table>
    <tr>
     <td><img src="images/logos/1.gif" width="1" height="1" alt="" /></td>
     <!-- main content cell first, with rowspan=2 -->
     <td valign="top" align="left" rowspan="2">
     
    <div id="middle-column">
        <a name="startcontent" id="startcontent"></a>
                
            <div id="gallery">
                <div class="document" id="rest2web-quick-start">
<h1 class="title">Rest2Web Quick start</h1>
<p>This document shows how to create a very simple site with <a class="reference external" href="http://www.voidspace.org.uk/python/rest2web/">rest2web</a>.</p>
<div class="contents topic" id="contents">
<p class="topic-title first">Contents</p>
<ul class="simple">
<li><a class="reference internal" href="#files-and-directories" id="id11">Files and Directories</a><ul>
<li><a class="reference internal" href="#do-this" id="id12">Do this</a></li>
<li><a class="reference internal" href="#things-to-note" id="id13">Things to note</a></li>
</ul>
</li>
<li><a class="reference internal" href="#configuration" id="id14">Configuration</a><ul>
<li><a class="reference internal" href="#id1" id="id15">Do this</a></li>
<li><a class="reference internal" href="#explanation" id="id16">Explanation</a></li>
</ul>
</li>
<li><a class="reference internal" href="#source-files" id="id17">Source files</a><ul>
<li><a class="reference internal" href="#id2" id="id18">Do this</a></li>
<li><a class="reference internal" href="#restindex-format" id="id19">restindex format</a></li>
<li><a class="reference internal" href="#what-it-means" id="id20">What it means</a></li>
<li><a class="reference internal" href="#id3" id="id21">Do this</a></li>
</ul>
</li>
<li><a class="reference internal" href="#templates" id="id22">Templates</a><ul>
<li><a class="reference internal" href="#id5" id="id23">Do this</a></li>
</ul>
</li>
<li><a class="reference internal" href="#build-your-site" id="id24">Build your site</a></li>
<li><a class="reference internal" href="#ignoring-and-including-files" id="id25">Ignoring and including files</a><ul>
<li><a class="reference internal" href="#how-to-not-overwrite-a-directory" id="id26">How to not overwrite a directory</a></li>
<li><a class="reference internal" href="#id7" id="id27">Do this</a></li>
<li><a class="reference internal" href="#how-to-include-a-file" id="id28">How to include a file</a></li>
<li><a class="reference internal" href="#id8" id="id29">Do this</a></li>
</ul>
</li>
<li><a class="reference internal" href="#congratulations" id="id30">Congratulations</a></li>
<li><a class="reference internal" href="#next-steps" id="id31">Next steps</a></li>
<li><a class="reference internal" href="#author-and-copyright" id="id32">Author and copyright</a></li>
</ul>
</div>
<div class="section" id="files-and-directories">
<h1><a class="toc-backref" href="#id11">Files and Directories</a></h1>
<p>You need:</p>
<ul class="simple">
<li>a config file (simple text file)</li>
<li>an input directory (the directory that <a class="reference external" href="http://www.voidspace.org.uk/python/rest2web/">rest2web</a> will process - your site's source)</li>
<li>an output directory (where <a class="reference external" href="http://www.voidspace.org.uk/python/rest2web/">rest2web</a> will place the new HTML files)</li>
<li>content!</li>
</ul>
<div class="section" id="do-this">
<h2><a class="toc-backref" href="#id12">Do this</a></h2>
<p>Make the following directory structure, with empty text files (<strong>directories</strong>, <em>files</em>).</p>
<ul class="simple">
<li><strong>quickstart</strong><ul>
<li><em>quickstart.ini</em></li>
<li><strong>input</strong><ul>
<li><em>index.txt</em></li>
<li><em>template.txt</em></li>
<li><em>somecontent.txt</em></li>
<li><strong>subdir1</strong><ul>
<li><em>index.txt</em></li>
</ul>
</li>
<li><strong>subdir2</strong></li>
</ul>
</li>
<li><strong>output</strong></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="things-to-note">
<h2><a class="toc-backref" href="#id13">Things to note</a></h2>
<ul class="simple">
<li><a class="reference external" href="http://www.voidspace.org.uk/python/rest2web/">rest2web</a> will build all the directories and files under <tt class="docutils literal"><span class="pre">input/</span></tt>.  If a directory does not have an <tt class="docutils literal"><span class="pre">index.txt</span></tt> file in it, <strong>the directory will not be processed</strong>.</li>
</ul>
</div>
</div>
<div class="section" id="configuration">
<h1><a class="toc-backref" href="#id14">Configuration</a></h1>
<div class="section" id="id1">
<h2><a class="toc-backref" href="#id15">Do this</a></h2>
<p>Add the following to <tt class="docutils literal"><span class="pre">quickstart.ini</span></tt>:</p>
<pre class="literal-block">
psyco = False
pause = False
log_file = '/home/user/quickstart/qs_log.txt'
DEBUG = False
compare_directory = ''

# these values we have edited for our site
start_directory = '/home/user/quickstart/input'
target_directory = '/home/user/quickstart/output'
macros = ''
</pre>
<p>Change the <tt class="docutils literal"><span class="pre">/home/user/</span></tt> prefix to a suitable location.  For windows users, simply use the appropriate syntax (e.g. <tt class="docutils literal"><span class="pre">C:\data\quickstart\</span></tt>).</p>
</div>
<div class="section" id="explanation">
<h2><a class="toc-backref" href="#id16">Explanation</a></h2>
<dl class="docutils">
<dt>log_file</dt>
<dd>where to write the log file</dd>
<dt>start_directory</dt>
<dd>the root directory of the source files</dd>
<dt>target_directory</dt>
<dd>where to write the HTML files</dd>
</dl>
<div class="note">
<p class="first admonition-title">Note</p>
<p class="last">You may use any location for the start and target directories; they do <strong>not</strong> have to be siblings, <strong>nor</strong> do they have to reside underneath the same directory as the ini file.</p>
</div>
</div>
</div>
<div class="section" id="source-files">
<h1><a class="toc-backref" href="#id17">Source files</a></h1>
<p>Each source file corresponds to a content file, except under special circumstances (like telling <a class="reference external" href="http://www.voidspace.org.uk/python/rest2web/">rest2web</a> <strong>not</strong> to process a directory, which we will cover later).  Every source file needs a <tt class="docutils literal"><span class="pre">restindex</span></tt> block at the very top.  The <tt class="docutils literal"><span class="pre">restindex</span></tt> can contain multiple options.</p>
<div class="section" id="id2">
<h2><a class="toc-backref" href="#id18">Do this</a></h2>
<p>Add the following to <tt class="docutils literal"><span class="pre">quickstart/input/index.txt</span></tt>:</p>
<pre class="literal-block">
restindex
    crumb: quickstart root
    format: rest
    page-title: the quickstart root!
    encoding: utf-8
    output-encoding: None
/restindex
</pre>
</div>
<div class="section" id="restindex-format">
<h2><a class="toc-backref" href="#id19">restindex format</a></h2>
<ul class="simple">
<li>Must be at the very top of the file</li>
<li>Must start with <tt class="docutils literal"><span class="pre">restindex</span></tt> and end with <tt class="docutils literal"><span class="pre">/restindex</span></tt></li>
<li>Each option must be indented by a consistent amount</li>
<li>An option with values must be in this format: <tt class="docutils literal"><span class="pre">option:</span> <span class="pre">value</span></tt></li>
<li>A block of options must start with <tt class="docutils literal"><span class="pre">option</span></tt> (indented) and end with <tt class="docutils literal"><span class="pre">/option</span></tt> (same indentation)</li>
</ul>
</div>
<div class="section" id="what-it-means">
<h2><a class="toc-backref" href="#id20">What it means</a></h2>
<dl class="docutils">
<dt>crumb</dt>
<dd>what should be shown on the breadcrumb trail for this page.</dd>
<dt>format</dt>
<dd>the two most common formats are <tt class="docutils literal"><span class="pre">rest</span></tt> for ReStructuredText; and html for HTML</dd>
<dt>page-title</dt>
<dd>The name of the page.  You do not need this if you specify a title in-line.</dd>
<dt>encoding</dt>
<dd>The encoding that <em>the source file</em> is in.  <tt class="docutils literal"><span class="pre">iso-8859-1</span></tt> and <tt class="docutils literal"><span class="pre">utf-8</span></tt> are common.</dd>
<dt>output-encoding</dt>
<dd>The encoding for the <em>output file</em>.  <tt class="docutils literal"><span class="pre">None</span></tt> means &quot;use the same encoding as the input file.&quot;</dd>
</dl>
</div>
<div class="section" id="id3">
<h2><a class="toc-backref" href="#id21">Do this</a></h2>
<p>Add a restindex block to each <tt class="docutils literal"><span class="pre">index.txt</span></tt> file in the <tt class="docutils literal"><span class="pre">input/</span></tt> tree, and also to any text files you want included in the build.  The easiest way is copy the example, or modify what you placed in the <tt class="docutils literal"><span class="pre">input/index.txt</span></tt> root source file, and add it to each.</p>
<p>Remember to customize the <tt class="docutils literal"><span class="pre">crumb</span></tt> and <tt class="docutils literal"><span class="pre">page-title</span></tt> options!</p>
<p>Oh, and <strong>add some content to each page</strong>.  That <em>is</em> the whole point, right?</p>
</div>
</div>
<div class="section" id="templates">
<h1><a class="toc-backref" href="#id22">Templates</a></h1>
<p>The template controls how your site looks, what navigation features to include - basically anything outside of the content.  We will use <a class="reference external" href="./tutorial.html#html-template">the same template</a> as in the <a class="reference external" href="./tutorial.html">tutorial</a>, and add the <tt class="docutils literal"><span class="pre">print_details(default_section)</span></tt> macro.</p>
<div class="section" id="id5">
<h2><a class="toc-backref" href="#id23">Do this</a></h2>
<p>Add the following to <tt class="docutils literal"><span class="pre">quickstart/template.txt</span></tt>:</p>
<pre class="literal-block">
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; lang=&quot;en&quot; xml:lang=&quot;en&quot;&gt;
&lt;head&gt;
    &lt;title&gt;&lt;% title %&gt;&lt;/title&gt;
    &lt;meta http-equiv=&quot;Content-Type&quot;
        content=&quot;text/html; charset=&lt;% final_encoding %&gt;&quot; /&gt;
    &lt;link rel=&quot;stylesheet&quot;
        href=&quot;&lt;% path_to_root %&gt;stylesheets/rest.css&quot;
        type=&quot;text/css&quot; /&gt;
    &lt;link rel=&quot;stylesheet&quot;
        href=&quot;&lt;% path_to_root %&gt;stylesheets/test.css&quot;
        type=&quot;text/css&quot; /&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;div id=&quot;nav&quot;&gt;
        &lt;ul&gt;
            &lt;# print_crumbs(breadcrumbs) #&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;div id=&quot;menu&quot;&gt;
    &lt;#
        print_details(default_section)
    #&gt;
    &lt;p/&gt;
    &lt;/div&gt;&lt;!--#menu--&gt;

    &lt;div id=&quot;main&gt;
        &lt;a name=&quot;startcontent&quot; id=&quot;startcontent&quot;&gt;&lt;/a&gt;

        &lt;% body %&gt;

        &lt;div id=&quot;end&quot;&gt;
            &lt;p&gt;&lt;a href=&quot;#startcontent&quot;&gt;Return to Top&lt;/a&gt;&lt;br /&gt;
            &lt;small&gt;
                Page last modified &lt;strong&gt;&lt;% modtime %&gt;&lt;/strong&gt;.
            &lt;/small&gt;
            &lt;/p&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
</div>
</div>
<div class="section" id="build-your-site">
<h1><a class="toc-backref" href="#id24">Build your site</a></h1>
<p>Run the following at the command line:</p>
<pre class="literal-block">
python /path/to/rest2web/r2w.py /path/to/quickstart/quickstart.ini -w
</pre>
<p>This builds your site, and display any warnings (<tt class="docutils literal"><span class="pre">-w</span></tt>).  If you see any errors, read them from the bottom up (especially if they are <a class="reference external" href="http://www.python.org/">Python</a> errors like <tt class="docutils literal"><span class="pre">traceback</span></tt>) and fix them.  If you cannot resolve an error, many helpful people on <a class="reference external" href="http://lists.sourceforge.net/lists/listinfo/rest2web-develop">the rest2web mailing list</a> are happy to help.</p>
</div>
<div class="section" id="ignoring-and-including-files">
<h1><a class="toc-backref" href="#id25">Ignoring and including files</a></h1>
<p><a class="reference external" href="http://www.voidspace.org.uk/python/rest2web/">rest2web</a> normally builds the entire site, ignoring any files not ending in &quot;<tt class="docutils literal"><span class="pre">.txt</span></tt>&quot;  This can be a problem if you have pre-existing content, perhaps built by another process, that you simply want <a class="reference external" href="http://www.voidspace.org.uk/python/rest2web/">rest2web</a> to link to.</p>
<div class="section" id="how-to-not-overwrite-a-directory">
<h2><a class="toc-backref" href="#id26">How to not overwrite a directory</a></h2>
<p>Assume we already have <tt class="docutils literal"><span class="pre">subdir2</span></tt> in the <tt class="docutils literal"><span class="pre">output/</span></tt> directory, and <a class="reference external" href="http://www.voidspace.org.uk/python/rest2web/">rest2web</a> should not overwrite that directory or the index.html file within it.</p>
</div>
<div class="section" id="id7">
<h2><a class="toc-backref" href="#id27">Do this</a></h2>
<p>Create <tt class="docutils literal"><span class="pre">quickstart/input/subdir2/index.txt</span></tt> and add the following:</p>
<pre class="literal-block">
restindex
  # NOTE: the files listed here must reside in the OUTPUT directory; r2w will NOT copy them over
  crumb: subdir2
  format: html
  page-title: subdir2's index
  encoding: utf-8
  output-encoding: None
  target: index.html
  # &quot;build: no&quot; prevents this page from overwriting the existing subdir2/index.html page!
  build: no
/restindex
</pre>
<p>Then rebuild the site.</p>
<p>As you may have guessed, the relevant option in the <tt class="docutils literal"><span class="pre">restindex</span></tt> block is <tt class="docutils literal"><span class="pre">build:</span> <span class="pre">no</span></tt>.  This tells <a class="reference external" href="http://www.voidspace.org.uk/python/rest2web/">rest2web</a> that there is a <tt class="docutils literal"><span class="pre">output/subdir2/index.html</span></tt> file, so <strong>do not overwrite it</strong>.  The <tt class="docutils literal"><span class="pre">crumb</span></tt> and <tt class="docutils literal"><span class="pre">page-title</span></tt> options mean that <a class="reference external" href="http://www.voidspace.org.uk/python/rest2web/">rest2web</a> will include those values in any site maps or sections.  The section of your site that <a class="reference external" href="http://www.voidspace.org.uk/python/rest2web/">rest2web</a> did <em>not</em> build will still be connected to the part that <a class="reference external" href="http://www.voidspace.org.uk/python/rest2web/">rest2web</a> <em>did</em> build.</p>
<div class="note">
<p class="first admonition-title">Note</p>
<p class="last"><a class="reference external" href="http://www.voidspace.org.uk/python/rest2web/">rest2web</a> will not create <tt class="docutils literal"><span class="pre">subdir2/</span></tt> or <tt class="docutils literal"><span class="pre">subdir2/index.html</span></tt>, so make sure you create it yourself.</p>
</div>
</div>
<div class="section" id="how-to-include-a-file">
<h2><a class="toc-backref" href="#id28">How to include a file</a></h2>
<p>Have files that you want to include but do not want them to get built?  Or files that <a class="reference external" href="http://www.voidspace.org.uk/python/rest2web/">rest2web</a> skips over, like <tt class="docutils literal"><span class="pre">.py</span></tt> text files or <tt class="docutils literal"><span class="pre">.png</span></tt> image files?  Never fear!  <tt class="docutils literal"><span class="pre">file:</span></tt> is here!</p>
</div>
<div class="section" id="id8">
<h2><a class="toc-backref" href="#id29">Do this</a></h2>
<ul class="simple">
<li>Create a new file and save it to <tt class="docutils literal"><span class="pre">quickstart/input/somefile.abc</span></tt>.</li>
<li>In <tt class="docutils literal"><span class="pre">quickstart/input/index.txt</span></tt>, add this option to the <tt class="docutils literal"><span class="pre">restindex</span></tt> block: <tt class="docutils literal"><span class="pre">file:</span> <span class="pre">somefile.abc</span></tt></li>
<li>Save <cite>index.txt</cite>.</li>
<li>Build your site.</li>
</ul>
<p>Result: <tt class="docutils literal"><span class="pre">quickstart/output/</span></tt> now has <tt class="docutils literal"><span class="pre">somefile.abc</span></tt>!</p>
<p>Some reasons to use <a class="reference external" href="http://www.voidspace.org.uk/python/rest2web/">rest2web</a> to handle files that it does not build:</p>
<ul class="simple">
<li><a class="reference external" href="http://www.voidspace.org.uk/python/rest2web/">rest2web</a> will never overwrite it in the <tt class="docutils literal"><span class="pre">output/</span></tt> directory, because it already knows about it.</li>
<li>The modification times will remain the same.</li>
<li>The file will <em>only</em> get copied over if it is newer than what is already in <tt class="docutils literal"><span class="pre">output/</span></tt>.</li>
</ul>
</div>
</div>
<div class="section" id="congratulations">
<h1><a class="toc-backref" href="#id30">Congratulations</a></h1>
<p>You finished the <a class="reference external" href="http://www.voidspace.org.uk/python/rest2web/">rest2web</a> quickstart!</p>
</div>
<div class="section" id="next-steps">
<h1><a class="toc-backref" href="#id31">Next steps</a></h1>
<ul class="simple">
<li><a class="reference external" href="./templating.html">Templates</a> are powerful ways to customize your site's look and navigation.</li>
<li>The stylesheets are probably not connected correctly.  Make new ones and use the <tt class="docutils literal"><span class="pre">file:</span></tt> keyword to have rest2web process them.</li>
<li><a class="reference external" href="./macros.html">Macros</a> are powerful ways to customize your site's look and naviga - oh wait, I already said that.  Well, they are <em>different</em> powerful ways.</li>
<li>The <a class="reference external" href="./tutorial.html">tutorial</a> gives much more detail about creating your site using <a class="reference external" href="http://www.voidspace.org.uk/python/rest2web/">rest2web</a>.</li>
</ul>
</div>
<div class="section" id="author-and-copyright">
<h1><a class="toc-backref" href="#id32">Author and copyright</a></h1>
<p>Written by <a class="reference external" href="http://www.rhymingpanda.com/">Andrew Ittner</a>, <span class="raw-html">&copy;</span> 2006.  Licensed under the same license as <a class="reference external" href="http://www.voidspace.org.uk/python/rest2web/">rest2web</a>.</p>
</div>
</div>

            </div>
    
            <div id="end">
                <p><a href="#startcontent">Return to Top</a><br />
                <small>Part of the <a href="http://www.voidspace.org.uk/python/rest2web/">rest2web Docs</a></small><br />
                <small>Page last modified <strong>Sun Jun 25 22:12:24 2006</strong>.</small> 
                </p>
            </div>
   
    	</div></td>
    </tr>
    <tr>
     <td valign="top" align="left" width="25%">
    <div id="left-column">
        <div id="sidie">
            <ul>
                <li class="left-navheader-first">
                    <a href="index.html" class="left-navheader">Index Page</a>
                </li> 
                <li class="left-navheader">Pages</li>

<li><a href="introduction.html">Introduction</a></li>
<li><a href="quickstart.html">Quickstart</a></li>
<li><a href="config_file.html">Config File</a></li>
<li><a href="tutorial.html">Tutorial</a></li>
<li><a href="command_line.html">Command Line</a></li>
<li><a href="force_mode.html">Force Mode</a></li>
<li><a href="templating.html">Templates</a></li>
<li><a href="restindex.html">restindex</a></li>
<li><a href="functions.html">Functions</a></li>
<li><a href="macros.html">Macros</a></li>
<li><a href="special_files.html">Special Files</a></li>

<li class="left-navheader">Sub Sections</li>

<li><a href="reference/index.html">Reference</a></li>
<li><a href="test_site/index.html">Test Site</a></li>
<li><a href="translation/index.html">Translation</a></li>
<li><a href="gallery_test/index.html">Gallery</a></li>


            </ul>
        </div>
        
        <p class="sidieimg">
            <a href="http://www.python.org">
            <img src="images/logos/new_python.gif" width="88"
                height="103" border="0" alt="Powered by Python" />
            </a>
        </p>

        <p class="sidieimg">
            <a href="http://sourceforge.net/donate/index.php?group_id=138579">
            <img src="http://images.sourceforge.net/images/project-support.jpg" width="100"
                height="32" border="0" alt="Support This Project" />
            </a>
        </p>

        <p class="sidieimg">
            <a href="http://www.voidspace.org.uk/python/rest2web/"><img 
            src="images/logos/rest2web140x62.gif" width="142" height="62"
            alt="Site Built with rest2web" /></a><br />
        </p>
    </div>
    </td>
    </tr>
</table>

    <hr />
    
    <p class="sidieimg">
        <a href="http://www.voidspace.org.uk/python/rest2web/"><img src="images/logos/rest2web200x80.gif" width="200" height="80" alt="Site Built with rest2web" /></a>
        <a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=138579&amp;type=5" width="210" height="62" alt="SourceForge.net Logo" /></a>
        <a href="http://www.opensource.org"><img src="images/logos/osi-certified-120x100.gif" width="120" height="100" alt="Certified Open Source" border="1" /></a>
    </p>
    
    <p class="sidieimg">
        <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
        </script>
        <script type="text/javascript">
        _uacct = "UA-203625-1";
        urchinTracker();
        </script>
    </p>
            
    <p class="sidieimg">
        <a href="http://www.voidspace.org.uk/python/index.shtml"><img 
        src="images/logos/pythonbanner.gif" width="468" height="60"
        alt="Python on Voidspace" /></a>
    </p>
    
    <div id="footer">
       Copyright &copy; Voidspace<br />Design by <a href="http://www.fuchsiashockz.co.uk">Fuchsiashockz</a> | <a href="http://validator.w3.org/check?uri=referer" title="Validate code as W3C XHTML 1.1 Strict Compliant">W3C XHTML 1.1</a> | <a href="http://jigsaw.w3.org/css-validator/check?uri=referer" title="Validate Style Sheet as W3C CSS 2.0 Compliant">W3C CSS 2.0</a>
    </div>
	</div>
</body>
</html>