1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="VERSION" content="$Id$" />
<!-- xhtml page copyright 2010 Jean-Pierre Redonnet -->
<!-- Time-stamp: <> -->
<meta http-equiv="keywords" content=""/><meta http-equiv="description" content="" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css"></style>
<link href="styles.css" rel="stylesheet" type="text/css" />
<title>CiWiki alias DidiWiki Home Page</title>
</head>
<body>
<div id="container">
<div id="header">
<img src="ciwiki.png" border="0"/>
</div>
<div id="content">
<h2>About.</h2>
<p>
CiWiki is a fork of DidiWiki [1]. There are many new features but CiWiki stays a simple and fast wiki with low resources requirement.
</p>
<p>
Features include:
<ul>
<li>A built in webserver.</li>
<li>A support for tables, lists, quote, images, video, login, page permission, expand and collapse, table of contents, entries, text color, background color, diff...</li>
<li>Web standards compliant generated markup.</li>
</ul>
The main advantages:
<ul>
<li>Easy to install.</li>
<li>No database and no scripting languages are required.</li>
<li>A tiny binary size and a low memory requirement (less than 1MB).</li>
</ul>
</P>
<p><a HREF="https://sourceforge.net/projects/ciwiki/">Download CiWiKi</A></a></p>
<p>Jean-Pierre Redonnet - June 2010</p>
<p>
[1] Matthew Allum is the original autor of DidiWiki.
</p>
</div>
</div>
</body>
</html>
|