<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="http://freewiki.info">
<channel>
 <title>Free Wiki - Free Wiki Software, Wiki Info, Wiki Demos, Wiki Screenshots, Wiki Links and Wiki Feeds</title>
 <link>http://freewiki.info</link>
 <description>Free Wiki exists to provide new and experienced wiki-interested people with a good resource for existing free software wikis, complete with screenshots, links to pertinent information such as downloads and docs. We also provide the ability to quickly sort wikis according to your specific needs, ie programming language, database type and license.</description>
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/freewiki" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
 <title>Wetpaint Wikis</title>
 <link>http://freewiki.info/wetpaint_wikis</link>
 <description>&lt;p&gt;From &lt;a href="http://www.wetpaint.com"&gt;Wetpaint Site&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;"Wetpaint lets you build a rich, online community around the whatever-it-is that you’re really into. Utilizing the best features of wikis, blogs, forums and social networks, Wetpaint mixes everything you need so you can create, collect, and organize content on your own social website."&lt;/p&gt;
&lt;p&gt;Features:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.wetpaint.com/page/Wetpaint-Features"&gt;Partial Wetpaint Feature List&lt;/a&gt; (Scroll half-way down the page.)&lt;/p&gt;
&lt;p&gt;User Screenshot:&lt;/p&gt;
&lt;p&gt;Edit Page Screenshot:&lt;/p&gt;
&lt;p&gt;Demo Link:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.wetpaint.com"&gt;Wetpaint Demo&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Developer resources:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.wetpaintinjected.com"&gt;Wetpaint Documentation&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Frequently Asked Questions:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.wetpaintcentral.com/page/FAQ"&gt;Wetpaint FAQs&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;System Requirements:&lt;/p&gt;
&lt;p&gt;None. Wetpaint is a hosted wiki solution.&lt;/p&gt;
&lt;p&gt;Helpful Resources:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.wetpaint.com/wiki?zone=globalNav"&gt;Create a Wetpaint Wiki&lt;/a&gt; in 3 easy steps.&lt;br /&gt;
&lt;a href="http://www.wetpaintfreshcoats.com"&gt;Wetpaint Blog&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.wetpaintcentral.com"&gt;Wetpaint Support&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Installation:&lt;/p&gt;
&lt;p&gt;No installation required - wetpaint is a hosted solution.&lt;/p&gt;
&lt;p&gt;License:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://en.wikipedia.org/wiki/GPL"&gt;GNU General Public License (GPL)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/EZnNBqliiuoYEpAF8vkblCsubyY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EZnNBqliiuoYEpAF8vkblCsubyY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/EZnNBqliiuoYEpAF8vkblCsubyY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EZnNBqliiuoYEpAF8vkblCsubyY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://freewiki.info/wetpaint_wikis#comments</comments>
 <category domain="http://freewiki.info/taxonomy/term/27">GPL</category>
 <category domain="http://freewiki.info/taxonomy/term/30">No Database Required</category>
 <pubDate>Thu, 06 Nov 2008 00:48:48 +0000</pubDate>
 <dc:creator>freewiki</dc:creator>
 <guid isPermaLink="false">45 at http://freewiki.info</guid>
</item>
<item>
 <title>What is wiki software?</title>
 <link>http://freewiki.info/what_is_wiki_software</link>
 <description>&lt;p&gt;Wiki software is a type of collaborative software that runs a Wiki system. It is usually implemented as a server-side script that runs on one or more web servers, with the content generally stored in a relational database management system, although some implementations use the server's file system instead.&lt;/p&gt;
&lt;p&gt;The first such software was created by Ward Cunningham in 1995, but given the relative simplicity of the wiki concept, a large number of implementations now exist, ranging from very simple "hacks" implementing only core functionality to highly sophisticated content management systems. The primary difference between wikis and more complex types of content management systems is that wiki software tends to focus on the content, at the expense of the more powerful control over layout seen in &lt;a href="http://en.wikipedia.org/wiki/Content_management_system"&gt;CMS&lt;/a&gt;'s like &lt;a href="http://www.drupal.org"&gt;Drupal&lt;/a&gt; and &lt;a href="http://www.plainblack.com/getwebgui/"&gt;WebGUI&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;"Wiki software" could be interpreted as comprising all of the software required to run a wiki, which might include a web server such as &lt;a href="http://en.wikipedia.org/wiki/Apache_web_server"&gt;Apache&lt;/a&gt;, in addition to the "Wiki engine" itself, which implements the wiki technology. In some cases, such as ProjectForum, or some &lt;a href="http://en.wikipedia.org/wiki/WikiServers"&gt;WikiServers&lt;/a&gt;, the web server and wiki engine are bundled together as one self-contained system, which can often make them easier to install.&lt;/p&gt;
&lt;p&gt;The majority of wiki engines are open source, often available under the &lt;a href="http://en.wikipedia.org/wiki/GNU_General_Public_License"&gt;GNU General Public License (GPL)&lt;/a&gt;; large projects such as &lt;a href="http://freewiki.info/twiki"&gt;TWiki&lt;/a&gt; and the Wikipedia engine, &lt;a href="http://freewiki.info/mediawiki"&gt;MediaWiki&lt;/a&gt;, are developed collaboratively. Many wikis are highly modular, providing APIs which allow programmers to develop new features without requiring them to be familiar with the entire codebase.&lt;/p&gt;
&lt;p&gt;It is hard to determine which wiki engines are the most popular, although a list of leading candidates might include &lt;a href="http://freewiki.info/usemod"&gt;UseMod&lt;/a&gt;, &lt;a href="http://freewiki.info/twiki"&gt;TWiki&lt;/a&gt;, &lt;a href="http://freewiki.info/moinmoin"&gt;MoinMoin&lt;/a&gt;, &lt;a href="http://freewiki.info/pmwiki"&gt;PmWiki&lt;/a&gt; and &lt;a href="http://freewiki.info/mediawiki"&gt;MediaWiki&lt;/a&gt;. &lt;a href="http://c2.com/cgi/wiki?WikiEngines"&gt;Click here for a comprehensive list of wiki softwares.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Some wiki software is not intended for collaborative work, but for either content management or for personal information organising.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;This info was taken from &lt;a href="http://www.wikipedia.org"&gt;Wikipedia&lt;/a&gt; and is freely distributable according to the terms of the &lt;a href="http://www.gnu.org/copyleft/fdl.html"&gt;GNU Free Documentation License (GNU FDL)&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/dTOFkXqKmW6waLEJE4tUTzo8nX8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dTOFkXqKmW6waLEJE4tUTzo8nX8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/dTOFkXqKmW6waLEJE4tUTzo8nX8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dTOFkXqKmW6waLEJE4tUTzo8nX8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://freewiki.info/what_is_wiki_software#comments</comments>
 <category domain="http://freewiki.info/taxonomy/term/18">What is wiki software?</category>
 <pubDate>Wed, 16 Jul 2008 05:06:13 +0000</pubDate>
 <dc:creator>freewiki</dc:creator>
 <guid isPermaLink="false">18 at http://freewiki.info</guid>
</item>
<item>
 <title>What is a wiki?</title>
 <link>http://freewiki.info/what_is_a_wiki</link>
 <description>&lt;p&gt;A wiki (pronounced [wÉªkiË], [wiËkiË] or [viËkiË] is a web application that allows users to add content, as on an Internet forum, but also allows anyone to edit the content. The term Wiki also refers to the collaborative software used to create such a website.&lt;/p&gt;
&lt;p&gt;Wiki (with an upper case W) and WikiWikiWeb are both used to refer specifically to the Portland Pattern Repository, the first wiki ever created. Wiki proponents often spell 'wiki' with a lower case "w". The name is based on the Hawaiian term wiki wiki, meaning "quick" or "informal". Sometimes wikiwiki (or Wikiwiki) is used instead of wiki.&lt;/p&gt;
&lt;p&gt;A wiki enables documents to be written collectively (co-authoring) in a simple markup language using a web browser. A single page in a wiki is referred to as a "wiki page", while the entire body of pages, which are usually highly interconnected via hyperlinks, is called "the wiki"; in effect, a very simple database. Wikis can be used with podcasting.&lt;/p&gt;
&lt;p&gt;A defining characteristic of wiki technology is the ease with which pages can be created and updated. Generally, there is no review before modifications are accepted. Most wikis are open to the general public without the need to register any user account. Sometimes session log-in is requested to acquire a "wiki-signature" cookie for autosigning edits. More private wiki servers require user authentication when required.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;This info was taken from &lt;a href="http://www.wikipedia.org"&gt;Wikipedia&lt;/a&gt; and is freely distributable according to the terms of the &lt;a href="http://www.gnu.org/copyleft/fdl.html"&gt;GNU Free Documentation License (GNU FDL)&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/DuT4hlU7dYTabayDCb7u_ZSOhSA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/DuT4hlU7dYTabayDCb7u_ZSOhSA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/DuT4hlU7dYTabayDCb7u_ZSOhSA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/DuT4hlU7dYTabayDCb7u_ZSOhSA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://freewiki.info/what_is_a_wiki#comments</comments>
 <category domain="http://freewiki.info/taxonomy/term/17">What is a wiki?</category>
 <pubDate>Tue, 15 Jul 2008 07:15:02 +0000</pubDate>
 <dc:creator>freewiki</dc:creator>
 <guid isPermaLink="false">17 at http://freewiki.info</guid>
</item>
<item>
 <title>XWiki</title>
 <link>http://freewiki.info/xwiki</link>
 <description>&lt;p&gt;From &lt;a href="http://xwiki.org"&gt;XWiki Site&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;"XWiki is a WikiWiki clone written in Java which supports many popular features of other Wikis like:&lt;/p&gt;
&lt;p&gt;    * Wiki syntax (uses Radeox engine)&lt;br /&gt;
    * Content management (view/edit/preview/save)&lt;br /&gt;
    * Version Control&lt;br /&gt;
    * Attachments&lt;br /&gt;
    * Rights Management&lt;br /&gt;
    * Full-text Search&lt;/p&gt;
&lt;p&gt;XWiki also has many advanced features that many other wiki engines lack:&lt;/p&gt;
&lt;p&gt;    * Document Templates to ease creation of common documents.&lt;br /&gt;
    * Relational Database storage using Hibernate.&lt;br /&gt;
    * Design Engine for Meta-Data and Forms.&lt;br /&gt;
    * In-place (inline) editing of form information in pages.&lt;br /&gt;
    * Powerful programming API in documents (Velocity or Groovy)&lt;br /&gt;
    * Search API for more detailed searching in the Meta-Data.&lt;br /&gt;
    * Plugin System in Java.&lt;br /&gt;
    * Scalability and Performance using J2EE.&lt;br /&gt;
    * Complete Design Skin System (templates content as well as CSS) have a look to nice websites powered by XWiki&lt;br /&gt;
    * RSS output and display of external RSS feeds&lt;br /&gt;
    * Multi-Lingual capabilities&lt;br /&gt;
    * XML/RPC Remote API&lt;br /&gt;
    * Portlet Integration&lt;br /&gt;
    * Integrated Statistics&lt;br /&gt;
    * PDF Export&lt;br /&gt;
    * WYSIWYG HTML Editing"&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;XWiki Features:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.xwiki.org/xwiki/bin/view/Main/WhyIsXWikiDifferent"&gt;XWiki Features Page&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;XWiki User Screenshot:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://freewiki.info/screenshots/xwiki_user.png"&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;XWiki Edit Page Screenshot:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://freewiki.info/screenshots/xwiki_admin.png"&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;XWiki Demo Link:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.xwiki.org/xwiki/bin/view/Demo/WebHome"&gt;XWiki Demo Pages&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;XWiki Documentation:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.xwiki.com/xwiki/bin/view/Doc/WebHome"&gt;XWiki Docs&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;XWiki Frequently Asked Questions:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.xwiki.com/xwiki/bin/view/Doc/WebHome"&gt;XWiki FAQs&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;XWiki System Requirements:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.xwiki.org/xwiki/bin/view/AdminGuide/Install+and+Configure"&gt;XWiki System Requirements&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;XWiki Download Info:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.xwiki.org/xwiki/bin/view/Download/WebHome"&gt;Download Area for XWiki&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;XWiki Installation:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.xwiki.org/xwiki/bin/view/AdminGuide/Install+and+Configure"&gt;XWiki Installation Help Guide&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;XWiki Guides:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.xwiki.org/xwiki/bin/view/DevGuide/WebHome"&gt;XWiki Developer's Guide&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.xwiki.org/xwiki/bin/view/AdminGuide/WebHome"&gt;XWiki Administrators Guide&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.xwiki.org/xwiki/bin/view/Main/TuTorial"&gt;XWiki Users Guide&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Helpful Resources on the XWiki Site:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://xwiki.org"&gt;XWiki Homepage&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.xwiki.com/xwiki/bin/view/Blog/WebHome"&gt;XWiki Blog&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.xwiki.org/xwiki/bin/view/Main/TuTorial"&gt;XWiki Tutorial&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://thebestof.xwiki.com/xwiki/bin/view/Main/WebHome"&gt;The Best of XWiki (skins and more...)&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://forge.objectweb.org/mail/?group_id=170"&gt;XWiki Mailing Lists&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.xwiki.org/xwiki/bin/view/Main/Contacts"&gt;XWiki Contacts&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.xwiki.com/xwiki/bin/view/Doc/XWikiSyntax"&gt;The XWiki Syntax&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.xwiki.org/xwiki/bin/view/Main/WikiEngines"&gt;List of Wikis Comparable to XWiki&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Other XWiki Resources:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://freshmeat.net/projects/xwiki/"&gt;XWiki Freshmeat Listing&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://sourceforge.net/projects/xwiki"&gt;XWiki Sourceforge Page&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;XWiki License:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://en.wikipedia.org/wiki/GPL"&gt;GNU General Public License (GPL)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/d_zk-xxbK9zZAv8kqWEErgGU4jc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/d_zk-xxbK9zZAv8kqWEErgGU4jc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/d_zk-xxbK9zZAv8kqWEErgGU4jc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/d_zk-xxbK9zZAv8kqWEErgGU4jc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://freewiki.info/taxonomy/term/27">GPL</category>
 <category domain="http://freewiki.info/java">Java</category>
 <category domain="http://freewiki.info/mysql">MySQL</category>
 <category domain="http://freewiki.info/taxonomy/term/33">PostgreSQL</category>
 <category domain="http://freewiki.info/category/xwiki">XWiki</category>
 <pubDate>Mon, 30 Jan 2006 19:42:51 +0000</pubDate>
 <dc:creator>freewiki</dc:creator>
 <guid isPermaLink="false">35 at http://freewiki.info</guid>
</item>
<item>
 <title>GoWiki</title>
 <link>http://freewiki.info/gowiki</link>
 <description>&lt;p&gt;From &lt;a href="http://senseis.xmp.net/?GoWiki"&gt;GoWiki Site&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;"GoWiki is the 'engine' underlying Sensei's Library which presents the pages and diagrams based on a pure text version stored in a database.&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;GoWiki is a collection of [ext] PHP scripts which interface with a [ext] mySQL database, custom made for Sensei's Library.&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;GoWiki is based on [ext] PhpWiki which can be found at Sourceforge."&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Features:&lt;/p&gt;
&lt;p&gt;No features page available.&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;User Screenshot:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://freewiki.info/screenshots/gowiki_user.png"&gt;&lt;/p&gt;
&lt;p&gt;Edit Page Screenshot:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://freewiki.info/screenshots/gowiki_admin.png"&gt;&lt;/p&gt;
&lt;p&gt;Demo Link:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://senseis.xmp.net/?GoWiki"&gt;GoWiki Demo&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Documentation:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://senseis.xmp.net/?HowToUseWiki"&gt;GoWiki Docs&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Frequently Asked Questions:&lt;/p&gt;
&lt;p&gt;No FAQ's Available&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;System Requirements:&lt;/p&gt;
&lt;p&gt;No system requirements listed. PHP and mySQL are necessary.&lt;/p&gt;
&lt;p&gt;Helpful Resources:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://senseis.xmp.net/?GoWiki"&gt;GoWiki Homepage&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;GoWiki :&lt;/p&gt;
&lt;p&gt;&lt;a href="http://senseis.xmp.net/?SLSnapshot"&gt;Download GoWiki&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Installation:&lt;/p&gt;
&lt;p&gt;No installation instructions available.&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;License:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://en.wikipedia.org/wiki/GPL"&gt;GNU General Public License (GPL)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4fi90WiNm6N6IqiYK0gD_iAvNFM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4fi90WiNm6N6IqiYK0gD_iAvNFM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4fi90WiNm6N6IqiYK0gD_iAvNFM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4fi90WiNm6N6IqiYK0gD_iAvNFM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://freewiki.info/category/gowiki">GoWiki</category>
 <category domain="http://freewiki.info/taxonomy/term/27">GPL</category>
 <category domain="http://freewiki.info/mysql">MySQL</category>
 <category domain="http://freewiki.info/taxonomy/term/15">PHP</category>
 <pubDate>Thu, 01 Dec 2005 00:23:01 +0000</pubDate>
 <dc:creator>freewiki</dc:creator>
 <guid isPermaLink="false">29 at http://freewiki.info</guid>
</item>
<item>
 <title>Growing Comparison Chart of Wiki Softwares on Wikipedia</title>
 <link>http://freewiki.info/growing_comparison_chart_of_wiki_softwares_on_wikipedia</link>
 <description>&lt;p&gt;&lt;a href="http://en.wikipedia.org/wiki/Comparison_of_wiki_software"&gt;Here is a useful and growing comparison chart of wiki softwares on Wikipedia.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://freewiki.info/growing_comparison_chart_of_wiki_softwares_on_wikipedia"&gt;read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/eMX41gV9G4KlPveoNq5YXVEnFQ8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eMX41gV9G4KlPveoNq5YXVEnFQ8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/eMX41gV9G4KlPveoNq5YXVEnFQ8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eMX41gV9G4KlPveoNq5YXVEnFQ8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://freewiki.info/growing_comparison_chart_of_wiki_softwares_on_wikipedia#comments</comments>
 <pubDate>Sat, 19 Nov 2005 15:20:31 +0000</pubDate>
 <dc:creator>freewiki</dc:creator>
 <guid isPermaLink="false">28 at http://freewiki.info</guid>
</item>
<item>
 <title>TiddlyWiki</title>
 <link>http://freewiki.info/tiddlywiki</link>
 <description>&lt;p&gt;&lt;br&gt;From &lt;a href="http://www.tiddlywiki.com/"&gt;TiddlyWiki Site&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;"Welcome to TiddlyWiki, an experimental MicroContent WikiWikiWeb built by JeremyRuston. It's written in HTML, CSS and JavaScript to run on any modern browser without needing any ServerSide logic. It allows anyone to create personal SelfContained hypertext documents that can be posted to any WebServer, sent by email or kept on a USB thumb drive to make a WikiOnAStick."&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Features:&lt;/p&gt;
&lt;p&gt;TiddlyWiki has a very interesting way of displaying information which is incredibly cool, but does not leave the linking to of certain parts of the site as easy as more standard sites. This is neither good not bad, just unique and different. Thus, this posting will be unlike the others in that it will simply link to the &lt;a href="http://tiddlywiki.com"&gt;TiddlyWiki Site&lt;/a&gt; where you can find all the info usually linked directly to in a Free Wiki posting.&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;User Screenshot:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://freewiki.info/screenshots/tiddlywiki_user.jpg"&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Edit Page Screenshot:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://freewiki.info/screenshots/tiddlywiki_admin.jpg"&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Demo Link:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://tiddlywiki.com"&gt;TiddlyWiki Demo&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Documentation:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://tiddlywiki.com"&gt;TiddlyWiki Documentation&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Frequently Asked Questions:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://tiddlywiki.com"&gt;TiddlyWiki FAQ's&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;System Requirements:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://tiddlywiki.com"&gt;TiddlyWiki System Requirements&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Helpful Resources:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://tiddlywiki.com"&gt;TiddlyWiki Developer Site&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://groups-beta.google.com/group/TiddlyWiki"&gt;TiddlyWiki User Google Group&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://groups-beta.google.com/group/TiddlyWikiDev"&gt;TiddlyWiki Developer Google Group&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Download:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://tiddlywiki.com"&gt;Download TiddlyWiki&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Installation:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://tiddlywiki.com"&gt;TiddlyWiki Installation Instructions&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;License:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://en.wikipedia.org/wiki/BSD_License"&gt;BSD License (GPL)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Pg0eBGvpX0d4kVSoZkMMmWFdp5c/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Pg0eBGvpX0d4kVSoZkMMmWFdp5c/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Pg0eBGvpX0d4kVSoZkMMmWFdp5c/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Pg0eBGvpX0d4kVSoZkMMmWFdp5c/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://freewiki.info/tiddlywiki#comments</comments>
 <category domain="http://freewiki.info/taxonomy/term/29">BSD</category>
 <category domain="http://freewiki.info/taxonomy/term/30">No Database Required</category>
 <category domain="http://freewiki.info/category/tiddlywiki">TiddlyWiki</category>
 <pubDate>Tue, 20 Sep 2005 17:12:27 +0000</pubDate>
 <dc:creator>freewiki</dc:creator>
 <guid isPermaLink="false">24 at http://freewiki.info</guid>
</item>
<item>
 <title>Added TWiki to the Line Up</title>
 <link>http://freewiki.info/added_twiki_to_the_line_up</link>
 <description>&lt;p&gt;The &lt;a href="http://twiki.org"&gt;TWiki project&lt;/a&gt; really caught my attention. It is solid and very pretty as well - nice CSS.&lt;/p&gt;
&lt;p&gt;There is lots of documentation and &lt;a href="http://twiki.org/cgi-bin/view/Main/TWikiSuccessStories"&gt;plenty of serious companies out there that use it&lt;/a&gt; (not that that means much as such, but you get the point).&lt;/p&gt;
&lt;p&gt;&lt;a href="http://freewiki.info/twiki"&gt;Have a look!&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/UFHz9PTcFVqEdpCHsUjMixKr2Ec/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/UFHz9PTcFVqEdpCHsUjMixKr2Ec/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/UFHz9PTcFVqEdpCHsUjMixKr2Ec/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/UFHz9PTcFVqEdpCHsUjMixKr2Ec/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://freewiki.info/added_twiki_to_the_line_up#comments</comments>
 <category domain="http://freewiki.info/taxonomy/term/16">Site Updates</category>
 <pubDate>Sun, 31 Jul 2005 09:31:54 +0000</pubDate>
 <dc:creator>freewiki</dc:creator>
 <guid isPermaLink="false">23 at http://freewiki.info</guid>
</item>
<item>
 <title>TWiki</title>
 <link>http://freewiki.info/twiki</link>
 <description>&lt;p&gt;From &lt;a href="http://twiki.org"&gt;TWiki Site&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;"Welcome to TWiki, a flexible, powerful, and easy to use enterprise collaboration platform. It is a Structured Wiki, typically used to run a project development space, a document management system, a knowledge base, or any other groupware tool, on an intranet or on the internet. Web content can be created collaboratively by using just a browser. Users without programming skills can create web applications. Developers can extend the functionality of TWiki with Plugins."&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Features:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://twiki.org"&gt;Partial TWiki Feature List&lt;/a&gt; (Scroll half-way down the page.)&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;User Screenshot:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://freewiki.info/screenshots/twiki_user.png"&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Edit Page Screenshot:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://freewiki.info/screenshots/twiki_admin.png"&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Demo Link:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://twiki.org/cgi-bin/view/Main/WebHome"&gt;TWiki Demo&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Documentation:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://twiki.org/cgi-bin/view/TWiki/TWikiDocumentation"&gt;TWiki Documentation&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Frequently Asked Questions:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://twiki.org/cgi-bin/view/TWiki/TWikiFAQ"&gt;TWiki FAQs&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;System Requirements:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://twiki.org/cgi-bin/view/TWiki/TWikiSystemRequirements"&gt;TWiki System Requirements&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Helpful Resources:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://twiki.org"&gt;TWiki Developer Site&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://twiki.org/cgi-bin/view/TWiki/WebHome"&gt;TWiki User Guide, Reference Manual and Site Tools&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://sourceforge.net/projects/twiki/"&gt;TWiki Sourceforge Page&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://freshmeat.net/projects/twiki/"&gt;TWiki Freshmeat Listing&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Download:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://twiki.org/download.html"&gt;Download TWiki&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Installation:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://twiki.org/cgi-bin/view/TWiki/TWikiInstallationGuide"&gt;TWiki Installation Instructions&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;License:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://en.wikipedia.org/wiki/GPL"&gt;GNU General Public License (GPL)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/7OlYfKsy9wM4DGpAfAxpIsFk-5I/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7OlYfKsy9wM4DGpAfAxpIsFk-5I/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/7OlYfKsy9wM4DGpAfAxpIsFk-5I/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7OlYfKsy9wM4DGpAfAxpIsFk-5I/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://freewiki.info/twiki#comments</comments>
 <category domain="http://freewiki.info/taxonomy/term/27">GPL</category>
 <category domain="http://freewiki.info/taxonomy/term/30">No Database Required</category>
 <category domain="http://freewiki.info/taxonomy/term/35">Perl</category>
 <category domain="http://freewiki.info/category/twiki">TWiki</category>
 <pubDate>Sun, 31 Jul 2005 08:52:49 +0000</pubDate>
 <dc:creator>freewiki</dc:creator>
 <guid isPermaLink="false">22 at http://freewiki.info</guid>
</item>
<item>
 <title>Added UseMod, a wiki software written in Perl</title>
 <link>http://freewiki.info/added_usemod_a_wiki_software_written_in_perl</link>
 <description>&lt;p&gt;I added &lt;a href="http://freewiki.info/usemod"&gt;UseMod, a wiki software written in Perl.&lt;/p&gt;
&lt;p&gt;More for the line up!&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/31ntlvC_NgP0NuuQEHxv_lRaAmg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/31ntlvC_NgP0NuuQEHxv_lRaAmg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/31ntlvC_NgP0NuuQEHxv_lRaAmg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/31ntlvC_NgP0NuuQEHxv_lRaAmg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://freewiki.info/added_usemod_a_wiki_software_written_in_perl#comments</comments>
 <category domain="http://freewiki.info/taxonomy/term/16">Site Updates</category>
 <pubDate>Mon, 18 Jul 2005 11:46:59 +0000</pubDate>
 <dc:creator>freewiki</dc:creator>
 <guid isPermaLink="false">21 at http://freewiki.info</guid>
</item>
</channel>
</rss>
