home *** CD-ROM | disk | FTP | other *** search
- $Id: README.txt,v 1.1 2004/01/12 22:14:04 comsubvie Exp $
-
- WikkiTikkiTavi - README
- -----------------------
-
- Copyright (C) 2000-2001 Scott Moonen and others.
-
- WikkiTikkiTavi is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
- Comments are welcome.
-
- [Information about general setup]
-
- README.txt
- -------------
-
- README.txt is the file you are currently reading. It contains general
- information on WikkiTikkiTavi, including how the code is organized and
- what is included with it.
-
- INSTALL.txt
- -------------
-
- The INSTALL.txt file contains information and instructions on installing and
- setting up your own Wiki using the WikkiTikkiTavi WikiEngine.
-
- LICENSE.txt
- -------------
-
- The LICENSE.txt file contains a copy of the GNU General Public License,
- which WikkiTikkiTavi is licensed under.
-
- TODO.txt
- -------------
-
- The TODO.txt file lists the developers current TODO list.
-
- NEWS.txt
- -------------
-
- The NEWS.txt file contains important information, news, or events regarding
- WikkiTikkiTavi. This could include new release information, major new
- features, or anything else the developers feel warrants mention.
-
- ChangeLog.txt
- -------------
-
- ChangeLog.txt contains a date history of changes and updates made to
- WikkiTikkiTavi.
-
- index.php
- -------------
-
- The index.php file is the "default" page loaded when accessing a Wiki
- run by WikkiTikkiTavi.
-
- config.php
- -------------
-
- config.php is not present in the 'Tavi distribution. It is created when
- you install 'Tavi using the install/configure.pl script. It contains
- various vital configuration settings for the wiki.
-
- action/
- -------------
-
- admin/
- -------------
-
- contrib/
- -------------
-
- The contrib/ directory contains scripts, patches, and other add-ons or
- extras that are not part of the "official" code base (and thus, not
- maintained by us, nor supported by us) but might be useful to you.
- Please note that these extras may not work, or may require tweaking on
- your part to get them working with the latest releases of
- WikkiTikkiTavi.
-
- install/
- -------------
-
- The install/ directory contains scripts and utilities to aid with the
- installation and setup of the WikkiTikkiTavi engine. You can find a
- database creation script, as well as conversion scripts to help you
- upgrade your Wiki from an older release of 'Tavi.
-
- lib/
- -------------
-
- parse/
- -------------
-
- template/
- -------------
-