= Wikiup Installation - version 0.2 =

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

	2. Untar it, and in its main directory run the setup.py script
	(as root) 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
	a directory where you have access, for example, your home directory
	if you do not have root privileges.

	3. You can read about the [changes0_2 new features] in version 0.2
	and look at the [manual Reference Manual].

	4. You can now use:

        /directory/parsewikiup -o mypage.html mypage

	("directory" is where you installed the scripts)
	to generate `mypage.html` from a simple text file `mypage`.

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