Ignore:
Timestamp:
15 Feb 2011, 08:47:13 (14 years ago)
Author:
Henrik Bettermann
Message:

Remove duplicate installation instructions from README.txt. They should only be in INSTALL.txt.

Remove the Building Docs section in INSTALL.txt. There is a special section which describes this.

The waeup.sirp string should be consitently italic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/docs/INSTALL.txt

    r5767 r5768  
    22************
    33
    4 .. note:: ``waeup.sirp`` might not work with Python > 2.5
     4.. note:: `waeup.sirp` might not work with Python > 2.5
    55          currently. Use of Python 2.5 is recommended.
    66
    7 .. note:: ``waeup.sirp`` does not work on Windows.
     7.. note:: `waeup.sirp` does not work on Windows.
    88
    99Prerequisites
    1010=============
    1111
    12 The ``waeup.sirp`` package is based on `Grok`_, which is a Python
     12The `waeup.sirp` package is based on `Grok`_, which is a Python
    1313framework for agile webapplication development. Grok itself is based
    1414on `Zope`_.
     
    2626compile the parts written in C.
    2727
    28 To deploy ``waeup.sirp`` most easily, we use `zc.buildout`_
     28To deploy `waeup.sirp` most easily, we use `zc.buildout`_
    2929
    3030.. _zc.buildout: http://cheeseshop.python.org/pypi/zc.buildout
     
    5959    eggs-directory = /home/bruno/buildout-eggs
    6060
    61 Running the ``waeup.sirp`` application
     61Running the `waeup.sirp` application
    6262======================================
    6363
     
    8585    $ bin/test
    8686
    87 Building the docs
    88 =================
    89 
    90 To build the docs,
    91 
    92 ::
    93 
    94     $bin/waeupdocs
    95 
    96 should be sufficient.
Note: See TracChangeset for help on using the changeset viewer.