1.1 --- a/docs/directory.html Sat Sep 08 16:53:18 2007 +0000
1.2 +++ b/docs/directory.html Sat Sep 08 16:53:34 2007 +0000
1.3 @@ -1,8 +1,8 @@
1.4 +<?xml version="1.0" encoding="iso-8859-1"?>
1.5 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1.6 <html xmlns="http://www.w3.org/1999/xhtml"><head>
1.7 <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type" />
1.8 -
1.9 - <title>Creating Applications: Create a Directory</title><meta name="generator" content="amaya 8.1a, see http://www.w3.org/Amaya/" />
1.10 + <title>Creating Applications: Create a Directory</title>
1.11 <link href="styles.css" rel="stylesheet" type="text/css" /></head>
1.12 <body>
1.13 <h1>Creating Applications: Create
1.14 @@ -14,10 +14,7 @@
1.15 <tbody>
1.16 <tr>
1.17 <td width="60%"></td>
1.18 - <th style="text-align: left;" colspan="2" width="40%">Example
1.19 -Directory
1.20 -Structure<br />
1.21 - </th>
1.22 + <th style="text-align: left;" colspan="2" width="40%">Example Directory Structure</th>
1.23 </tr>
1.24 <tr>
1.25 <th style="text-align: right;">A
1.26 @@ -27,7 +24,7 @@
1.27 <td></td>
1.28 </tr>
1.29 <tr>
1.30 - <th style="text-align: right;">A subdirectory
1.31 + <th style="text-align: right;">A subdirectory
1.32 containing non-code resources for the
1.33 application</th>
1.34 <td style="background-color: rgb(204, 204, 255); border-left-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-width: 1px; border-right-width: 1px; border-bottom-width: 1px;"><br />
1.35 @@ -38,10 +35,10 @@
1.36 </tbody>
1.37 </table>
1.38 <p>For the above example, the
1.39 -directory structure would be created using UNIX-style commands
1.40 +directory structure would be created using UNIX-style commands
1.41 as follows:</p>
1.42 <pre>mkdir VerySimple<br />mkdir VerySimple/Resources<br />touch VerySimple/__init__.py</pre>
1.43 <p>It is in the <code>Resources</code>
1.44 subdirectory that we will save
1.45 our template files. First, however, we must undertake some <a href="data.html">data definition</a> as the next activity in the application development <a href="overview.html">process</a>.</p>
1.46 -</body></html>
1.47 \ No newline at end of file
1.48 +</body></html>