WebStack

Change of docs/index.html

350:bb9b193cc3bc
docs/index.html
     1.1 --- a/docs/index.html	Sun Apr 24 15:43:10 2005 +0000
     1.2 +++ b/docs/index.html	Sun Apr 24 22:47:22 2005 +0000
     1.3 @@ -1,36 +1,32 @@
     1.4 -<?xml version="1.0" encoding="iso-8859-1"?>
     1.5 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     1.6 -      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.7 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.8  <html xmlns="http://www.w3.org/1999/xhtml">
     1.9  <head>
    1.10    <title>Creating Web Applications with WebStack</title>
    1.11 -  <meta name="generator" content="amaya 8.1a, see http://www.w3.org/Amaya/" />
    1.12 +  <meta name="generator"
    1.13 + content="amaya 8.1a, see http://www.w3.org/Amaya/" />
    1.14    <link href="styles.css" rel="stylesheet" type="text/css" />
    1.15  </head>
    1.16 -
    1.17  <body>
    1.18  <h1>Creating Web Applications with WebStack</h1>
    1.19 -
    1.20 -<p>This set of documents describes the process of making a Web application
    1.21 +<p>This set of documents describes the process of making a Web
    1.22 +application
    1.23  using the WebStack framework.</p>
    1.24 -
    1.25  <h2>Setting Up</h2>
    1.26 -
    1.27  <p>First of all, let us assume that the WebStack distribution has been
    1.28  unpacked and now sits in the <code>WebStack-0.9</code> directory.</p>
    1.29 -
    1.30 -<p>Before we begin, we must make sure that the WebStack package is available
    1.31 +<p>Before we begin, we must make sure that the WebStack package is
    1.32 +available
    1.33  to Python. The easiest way to do this is to change into the
    1.34  <code>WebStack-0.9</code> directory and to run the <code>setup.py</code>
    1.35  script provided with the version of Python you are going to be using
    1.36  (possibly as a privileged user like <code>root</code>):</p>
    1.37  <pre>cd WebStack-0.9<br />python setup.py install</pre>
    1.38 -
    1.39 -<p>If you don't want to install WebStack in this way, or if you can't do so
    1.40 -because you don't have <code>root</code> privileges, you can just make sure
    1.41 -that the <code>WebStack-0.9</code> directory sits on the
    1.42 +<p>If you don't want to install WebStack in this way, or if you can't
    1.43 +do so
    1.44 +because you don't have <code>root</code> privileges, you can just make
    1.45 +sure
    1.46 +that the <code>WebStack-0.9</code> directory sits on your
    1.47  <code>PYTHONPATH</code>.</p>
    1.48 -
    1.49  <h2>About WebStack Applications</h2>
    1.50  <ul>
    1.51    <li><a href="anatomy.html">Anatomy of a WebStack Application</a></li>