= Wikiup Installation, release 0.2.1 =

	1. Download the "tarball" from
             http://villate.org/dist/wikiup-0.2.1.tar.gz

	2. Untar it, and in its main directory run the setup.py script
	(as root) and isntall, to put the Python modules in place:

	./setup.py install
        install src/parsewikiup /usr/bin

	In Debian, that script needs the package python-dev. Alternatively
	you can copy the `lib/wikiup.py` module to the default Python library
	directory, and the script `src/parsewikiup` to `/usr/bin` or other
	directory from where it could be run. You can even copy both files to
	a directory where you have access, for example, your home directory
	if you do not have root privileges.

	3. You should read about the new features in release 0.2.1 and look at
	the Reference Manual, in the doc directory.

	4. To parse a source file "mypage" use:

        /directory/parsewikiup -o mypage.html mypage

	("directory" is where you installed the script)
	to generate an HTML file mypage.html

Porto, September 1st, 2005. Jaime Villate <villate@gnu.org>
 
#$Id: INSTALLATION,v 1.10 2005/09/01 14:04:42 villate Exp $
