Menu

Tree [r131] /
 History

HTTPS access


File Date Author Commit
 doc 2008-03-28 joskulj [r90] title, directory and template added
 locale 2008-04-05 joskulj [r121] German translation updated
 po 2008-04-05 joskulj [r120] German translation updated
 src 2008-05-19 joskulj [r131] Method matchPattern() implemented, WhiteSpaceTo...
 templates 2008-03-21 joskulj [r58] initial revision
 CHANGELOG 2008-04-05 joskulj [r122] CHANGELOG added
 LICENSE 2008-03-21 joskulj [r59] initial revision
 README 2008-03-21 joskulj [r59] initial revision
 skiwikidi.sh 2008-03-21 joskulj [r59] initial revision

Read Me

Skiwikidi 2.0pre - Wiki-based HTML-Generator 

http://skiwikidi.svn.sourceforge.net/viewvc/skiwikidi/

Introduction
------------
Skiwikidi is supposed to be a small tool for creating HTML pages. The idea is 
fairly simple: Skiwikidi converts a set of texts written in a wiki-like syntax 
into a set of static HTML pages. The layout of the generated HTML pages and the 
different HTML elements (like links, headings or list) can be set up by using 
templates. So you can ensure a consistent appearance of the generated pages. 
Furthermore by using these templates the appearance can be changed 
independently from the content.

PLEASE NOTE: This is an development version. It's uncomplete, ugly and buggy.
This version is not intended to be used. However, comments, hints for 
improvement and bug reports are always welcomed. Please visit the project page

http://sourceforge.net/projects/skiwikidi

or contact me by mail:

jochen@jochenskulj.de 

Requirements
------------
- a GNU/Linux operation system
- Python 2.5
- GTK 2.5
- PyGTK 2.5

Installation
------------
The easiest way to install Skiwikidi is to extract the tarball to

/opt/skiwikidi

You can start Skiwikidi by executing skwikidi.sh

If you decide to install Skiwikidi in a different directory you have to edit
following files:

- ./skiwikidi.sh
  Change SKIWIKIDI_HOME. SKIWIKIDI_HOME must contain the path of the 
  Skiwikidi installation

  ./src/skiwikidi.conf
  Change templatePath. This configuration entry must contain the path of
  the directory in which the templates can be found.

Copyright
---------
Copyright 2006-2008 Jochen Skulj <jochen@jochenskulj.de>

This software is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

This library 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
Library General Public License for more details.

ou should have received a copy of the GNU Library General Public
License along with this library; if not, write to the
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.