<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Wikidot.org news and blog</title>
		<link>http://org.wikidot.com</link>
		<description></description>
				<copyright></copyright>
		<lastBuildDate>Mon, 13 Apr 2026 08:04:13 +0000</lastBuildDate>
		
					<item>
				<guid>http://org.wikidot.com/blog:some-news</guid>
				<title>Some News</title>
				<link>http://org.wikidot.com/blog:some-news</link>
				<description>

&lt;p&gt;The fact, this site is inactive doesn&#039;t mean we don&#039;t work on open source release of Wikidot software. In fact almost every day I do some cleaning in code, that makes it less specific to wikidot.com and more universal. We run Wikidot.com software on several servers in different paths, with different operating systems (CentOS, Debian, Ubuntu, Mac OS X) and under different domains (both local and global). This software begins to be customizable again :-).&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=2462&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776067452&quot; alt=&quot;Gabrys&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=2462)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;Gabrys&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Mon, 21 Dec 2009 20:47:24 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>The fact, this site is inactive doesn't mean we don't work on open source release of Wikidot software. In fact almost every day I do some cleaning in code, that makes it less specific to wikidot.com and more universal. We run Wikidot.com software on several servers in different paths, with different operating systems (CentOS, Debian, Ubuntu, Mac OS X) and under different domains (both local and global). This software begins to be customizable again :-).</p> <p>Recently I entirely removed the $GLOBALS['site'] variable from source, moved all Wikidot persistent files (beside database) to data/ directory (for easier backups and clarity), improved without-SSL configurations, worked hard on page saving internal API. In my free time I'm working on enabling INI configuration instead of old-bad conf/GlobalProperties.php which is hard to maintain.</p> <p>We added HMAC-based hashing to saved passwords (instead of plain MD5, which <em>might</em> be simple to break for some silly passwords if one has database access), we do more things in background than before, we optimized user interface, fixed text label and enabled cross-site-includes which lets regular users share their wiki code snippets, just as they were included by other sites. It's been long time since we moved our closed software to Git, and this makes developing it pretty nice. We're using branches (many of them) and a nicely described process to organize work nicely without breaking to many things and thus to produce high quality code. Oh, and we use Wikidot daily. As our issue-tracker, blog engine, chat room, personal file space and more, more, more.</p> <p>Pieter made Wikidot development more open, predictable and user-driven. He created at least the following successful projects at Wikidot (for Wikidot): <a href="http://blog.wikidot.com/">http://blog.wikidot.com/</a>, <a href="http://projects.wikidot.com/">http://projects.wikidot.com/</a> and many templates of sites (or even full-blown applications) that are instantly-ready-to-use by simply cloning them. The central place for those templates is <a href="http://iron-giant.wikidot.com/">http://iron-giant.wikidot.com/</a>.</p> <p>Having all of this done and being done, we're all getting this project to a point where we can (once again) open its source to other people and let them fix (or at least find) bugs, improve code quality and performance, add features and contribute to our outstanding wiki service. This time, we would like to continue open-developing, in contrast to the last opening of the source, which was basically forking the closed sourced and not merging changes in open-source back to Wikidot.com.</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/gabrys" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=2462&amp;amp;size=small&amp;amp;timestamp=1776067452" alt="Gabrys" style="background-image:url(http://www.wikidot.com/userkarma.php?u=2462)" /></a><a href="http://www.wikidot.com/user:info/gabrys" >Gabrys</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/blog:big-changes</guid>
				<title>Big Progress</title>
				<link>http://org.wikidot.com/blog:big-changes</link>
				<description>

&lt;p&gt;Once upon a time we decided to open the source of Wikidot &amp;#8212; the software behind the wikidot.com service. We forked the source, made it usable on domains other than wikidot.com, removed wikidot.com branding from different messages and made it really customizable.&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=2462&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776067452&quot; alt=&quot;Gabrys&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=2462)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;Gabrys&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Wed, 12 Aug 2009 19:01:20 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>Once upon a time we decided to open the source of Wikidot &#8212; the software behind the wikidot.com service. We forked the source, made it usable on domains other than wikidot.com, removed wikidot.com branding from different messages and made it really customizable.</p> <p>Then I made the software extremely easy to install. It started with wdlite, which was not a success, because the software is not designed to work face-to-face with other applications sharing the same webserver, and wdlite tried to do that. Then I said, hey, why not run own webserver, but on some non-standard port. And I did it. Now I can run any number of Wikidots on my machine, each on its own port.</p> <p>The making extremely easy to install finished with creating the *.deb package, that made installation as easy as 1 command, compared to 5 or 6 before. This can be both good and bad (if something goes wrong you won't know which part of the installation it is). Also the packaging I made is very bad. But it works from time to time. So this may save some people's time and this package can be used as a start for someone to create a really good Debian package.</p> <p>The situation we're facing is we now have two products, which are:</p> <ul> <li>wikidot.com with nice features</li> <li>Wikidot.org with easy installation</li> </ul> <p>We though we might migrate nice features from wikidot.com to Wikidot.org, but that seems impossible right now, because we have too many differences in code.</p> <p>So we decided to go other way. Migrate features from Wikidot.org to .com, at least:</p> <ul> <li>forms,</li> <li>configuration with the INI file,</li> <li>running on custom-port,</li> <li>search phrase highligthing (if you come from google for example we'll highlight words you search for).</li> </ul> <p>Then we'll replay the changes we made previously (when we created the open-source fork) to create the software unspecific and configurable again. We had a great change to test and do it the last time, so this time it's going to be much more smooth.</p> <p>Then (and that's different from the previous situation) we'll apply the changes to the wikidot.com, so in fact we'll run the open source software to supply the wikidot.com service.</p> <p>What does it mean?</p> <ul> <li>Current Wikidot.org development is frozen until we have the NEW version based on current wikidot.com software. (I'll accept fixes from you of course, but not fix bugs myself).</li> <li>Wikidot.org software will have all the great features that made wikidot.com much much better in the last year.</li> <li>Wikidot.org software will have all new features before they reach wikidot.com.</li> <li>You'll be able to actually see (and fix if you like) the software that runs wikidot.com.</li> <li>The developers (meaning mainly Michał and me) will be focused on one product not on two of them.</li> </ul> <p>If you really really need some of the <a href="http://org.wikidot.com/bugs">bugs</a> to be fixed before we freeze the development on current version, please open a bug, and leave a comment on this post to tell us how much you need it to be done and why we should consider doing it.</p> <p>Thanks for your patience.</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/gabrys" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=2462&amp;amp;size=small&amp;amp;timestamp=1776067452" alt="Gabrys" style="background-image:url(http://www.wikidot.com/userkarma.php?u=2462)" /></a><a href="http://www.wikidot.com/user:info/gabrys" >Gabrys</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/blog:deb-packages-for-wikidot</guid>
				<title>DEB Packages For Wikidot</title>
				<link>http://org.wikidot.com/blog:deb-packages-for-wikidot</link>
				<description>

&lt;p&gt;A few days ago I started learning how to make DEB packages, to finally make the packages for Wikidot.&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=2462&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776067452&quot; alt=&quot;Gabrys&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=2462)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;Gabrys&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 08 Aug 2009 22:23:10 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>A few days ago I started learning how to make DEB packages, to finally make the packages for Wikidot.</p> <div class="content-separator" style="display: none:"></div> <p>Today I managed to build the file, but the package is still far from being good. Anyway, I'm going to publish it, to reveal its badness.</p> <p>I'm looking for someone to publish the package in their PPA at launchpad (or somewhere else).</p> <p>Once we get more mature, we'll make separate packages for different things (PHP code, single-wiki-installation package and stuff) &#8212; i.e. do packages the &quot;Debian way&quot;.</p> <p>And all this is only for this:</p> <div class="code"> <pre><code>aptitude install wikidot</code></pre></div> <p>(Not true right now, because we need a custom repository, but once we improve the package building, Wikidot may finally get into Debian repositories or at least Ubuntu's.)</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/gabrys" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=2462&amp;amp;size=small&amp;amp;timestamp=1776067452" alt="Gabrys" style="background-image:url(http://www.wikidot.com/userkarma.php?u=2462)" /></a><a href="http://www.wikidot.com/user:info/gabrys" >Gabrys</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/blog:demo-server-published</guid>
				<title>Demo Server Published</title>
				<link>http://org.wikidot.com/blog:demo-server-published</link>
				<description>

&lt;p&gt;Today I launched the &lt;a class=&quot;newpage&quot; href=&quot;http://org.wikidot.com/demo-server&quot;&gt;demo server&lt;/a&gt;. This is an EC2 machine that runs the newest Wikidot from git. Feel free to experiment!&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=2462&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776067452&quot; alt=&quot;Gabrys&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=2462)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;Gabrys&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 30 Jul 2009 12:08:36 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>Today I launched the <a class="newpage" href="http://org.wikidot.com/demo-server">demo server</a>. This is an EC2 machine that runs the newest Wikidot from git. Feel free to experiment!</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/gabrys" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=2462&amp;amp;size=small&amp;amp;timestamp=1776067452" alt="Gabrys" style="background-image:url(http://www.wikidot.com/userkarma.php?u=2462)" /></a><a href="http://www.wikidot.com/user:info/gabrys" >Gabrys</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/blog:bug-killing-day</guid>
				<title>Bug Killing Day</title>
				<link>http://org.wikidot.com/blog:bug-killing-day</link>
				<description>

&lt;p&gt;Today 4 pending bugs, that were small, but quite annoying were fixed by me:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://org.wikidot.com/bug:2&quot;&gt;2&lt;/a&gt; &amp;#8212; long awaited fixing of SearchAll module,&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://org.wikidot.com/bug:9&quot;&gt;9&lt;/a&gt; &amp;#8212; some minor display issue on my account page,&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://org.wikidot.com/bug:10&quot;&gt;10&lt;/a&gt; &amp;#8212; another issue on my account page (but this could be fixed after installing in Site Manager) and&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://org.wikidot.com/bug:16&quot;&gt;16&lt;/a&gt; &amp;#8212; recently raised bug concerning missing pages.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=2462&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776067452&quot; alt=&quot;Gabrys&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=2462)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;Gabrys&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 18 Jul 2009 14:17:32 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>Today 4 pending bugs, that were small, but quite annoying were fixed by me:</p> <ul> <li><a href="http://org.wikidot.com/bug:2">2</a> &#8212; long awaited fixing of SearchAll module,</li> <li><a href="http://org.wikidot.com/bug:9">9</a> &#8212; some minor display issue on my account page,</li> <li><a href="http://org.wikidot.com/bug:10">10</a> &#8212; another issue on my account page (but this could be fixed after installing in Site Manager) and</li> <li><a href="http://org.wikidot.com/bug:16">16</a> &#8212; recently raised bug concerning missing pages.</li> </ul> <div class="content-separator" style="display: none:"></div> <p>Bugs 16 and 10 were easy to fix, because we have nice dump system <a href="http://org.wikidot.com/blog:improving-things-continues">I described before</a>.</p> <p>Fixing these is important because now I will work on developing forms for Wikidot. This means I won't put much attention into fixing small issues, while working on this big feature.</p> <p>Also we want to make a first Wikidot release (with or without forms), so basically these fixes were more important than big new feature (that wouldn't be necessarily ready for the first release).</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/gabrys" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=2462&amp;amp;size=small&amp;amp;timestamp=1776067452" alt="Gabrys" style="background-image:url(http://www.wikidot.com/userkarma.php?u=2462)" /></a><a href="http://www.wikidot.com/user:info/gabrys" >Gabrys</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/blog:improving-things-continues</guid>
				<title>Improving Things Continues</title>
				<link>http://org.wikidot.com/blog:improving-things-continues</link>
				<description>

&lt;p&gt;Today I worked on some really nice thing in Wikidot, which finally makes initial database dump more organized. Instead of one big single-wiki-dump.sql there are 6 files:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;0-schema.sql&lt;/li&gt;
&lt;li&gt;1-users.sql&lt;/li&gt;
&lt;li&gt;2-licenses.sql&lt;/li&gt;
&lt;li&gt;3-themes.sql&lt;/li&gt;
&lt;li&gt;4-main-site.sql&lt;/li&gt;
&lt;li&gt;5-template-site.sql&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The fact that they are split is a bit artificial, because they are all executed at once, but still it is nice to have 6 shorter files than one long. In case we want to add a new license to the initial dump, we don&#039;t need to search and be really careful to not break anything else. We just edit licenses file.&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=2462&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776067452&quot; alt=&quot;Gabrys&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=2462)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;Gabrys&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Fri, 19 Jun 2009 21:41:20 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>Today I worked on some really nice thing in Wikidot, which finally makes initial database dump more organized. Instead of one big single-wiki-dump.sql there are 6 files:</p> <ul> <li>0-schema.sql</li> <li>1-users.sql</li> <li>2-licenses.sql</li> <li>3-themes.sql</li> <li>4-main-site.sql</li> <li>5-template-site.sql</li> </ul> <p>The fact that they are split is a bit artificial, because they are all executed at once, but still it is nice to have 6 shorter files than one long. In case we want to add a new license to the initial dump, we don't need to search and be really careful to not break anything else. We just edit licenses file.</p> <div class="content-separator" style="display: none:"></div> <p>Even more important thing is removing pages from initial dump. As pages are quite a complex thing in Wikidot removing them from SQL dump decreases the size (and complexness) of it drastically. But we still need to populate the first wiki. And this is done with API methods and a <a href="http://github.com/gabrys/wikidot/tree/296c460a120ac7003d930d72c6dc75356d4d79c2/files/dump/sites">nice directory structure</a>:</p> <ul> <li>files/dump/sites <ul> <li>www <ul> <li>start.page</li> <li>admin.manage.page</li> <li>account.you.page</li> <li>auth.login.page</li> </ul> </li> <li>template <ul> <li>start.page</li> <li>admin.manage.page</li> </ul> </li> </ul> </li> </ul> <p>Site is directory, page is a file in such a directory. A special script (that is called by make) browses the files/dump/sites directory and call page.save API method on each page, supplying the content of the file as the wiki source of the page to be saved. Such a one saving creates many database objects:</p> <ul> <li>page</li> <li>page_revision</li> <li>page_source</li> <li>page_metadata</li> <li>category (if does not exist yet)</li> </ul> <p>So as you see, we benefit in two ways:</p> <ol> <li>initial database dump is easier to understand and modify</li> <li>adding pages to initial dump is much much easier</li> </ol> <p>This still needs some polishing, but is a lot better than before.</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/gabrys" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=2462&amp;amp;size=small&amp;amp;timestamp=1776067452" alt="Gabrys" style="background-image:url(http://www.wikidot.com/userkarma.php?u=2462)" /></a><a href="http://www.wikidot.com/user:info/gabrys" >Gabrys</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/blog:site-update</guid>
				<title>Site Update</title>
				<link>http://org.wikidot.com/blog:site-update</link>
				<description>

&lt;p&gt;I found that for some reason commenting was disabled for blog category. I am sorry about that. I enabled it back.&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=2462&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776067452&quot; alt=&quot;Gabrys&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=2462)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;Gabrys&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 04 Jun 2009 18:53:31 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>I found that for some reason commenting was disabled for blog category. I am sorry about that. I enabled it back.</p> <p>Also we wanted to make a comparison of Wikidot and other wiki engines, and we wanted to do it the wiki way, so we created a wiki page for this: <a href="http://org.wikidot.com/contrib:comparison-to-other-wiki-engines">Comparison to other wiki engines</a>. Everyone can edit! Feel invited.</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/gabrys" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=2462&amp;amp;size=small&amp;amp;timestamp=1776067452" alt="Gabrys" style="background-image:url(http://www.wikidot.com/userkarma.php?u=2462)" /></a><a href="http://www.wikidot.com/user:info/gabrys" >Gabrys</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/blog:the-current-state-of-wikidot</guid>
				<title>The current state of Wikidot</title>
				<link>http://org.wikidot.com/blog:the-current-state-of-wikidot</link>
				<description>

&lt;p&gt;Currently, Wikidot software is meant as &lt;strong&gt;just&lt;/strong&gt; a wiki engine. &amp;quot;Just&amp;quot;, because it used to be a complete wiki farm solution. Actually it&#039;s kind of both, but from start you get just a wiki, which makes it so easy to install.&lt;/p&gt;
&lt;p&gt;After you get the dependencies and the Wikidot source, you need to prepare a database and populate it. Normally this means two make commands (one for postgres user and second for your regular user). The default configuration options are to provide you a simple single-wiki engine, that just works. This means, that however you connect to Wikidot (with any IP or DNS name), you get the single wiki that you created. Wikidot needs a full namespace of URLs (starting from /), so you can&#039;t simply put it along with other web applications. This is why by default we use port 8080 for serving Wikidot. Also as we rely on very custom Lighttpd configuration, we supply a config file for it (that is partially generated when doing make). But don&#039;t worry, we also have a script that let&#039;s you control it. &lt;tt&gt;./wikidotctl start&lt;/tt&gt; starts Wikidot&#039;s Lighttpd, &lt;tt&gt;./wikidotctl stop&lt;/tt&gt; stops it. Pretty straight-forward, isn&#039;t it?&lt;/p&gt;
&lt;p&gt;But Wikidot software is also a full-featured wiki-farm solution. But you need a different database dump (that adds more wikis, like template wiki for each newly created wiki) and a different configuration. First of all, you need a full domain name namespace (for example *.mywikidot.mycompany.com). What&#039;s before .mywikidot.mycompany.com in the domain name is the name of wiki, so if you connect to abc.mywikidot.mycompany.com displayed is abc wiki. Also as this gets a bit complicated to deal with when having custom port, you need to run the Lighttpd on port 80 (the standard WWW port). This means, if you want to host a full wiki farm, you need to have a separate IP address just for Wikidot (any other web server can be run on a non-standard port only), and a root access to start Lighttpd (only root can bind to ports smaller than 1024).&lt;/p&gt;
&lt;p&gt;Actually you need quite a lot knowledge to understand what the wiki-farm-mode Wikidot does and to configure it, but once you get it, it&#039;s quite easy. Anyway, all I want to say, is that we want to ease the simplest (and most common) installation of Wikidot. If you want to have a wiki, but want to host it yourself rather that on &lt;strong&gt;Wikidot.com&lt;/strong&gt;, this is done just for you, just get the dependencies, Wikidot sources, prepare database, make and you&#039;re done. No need for painful configuration :).&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=2462&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776067452&quot; alt=&quot;Gabrys&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=2462)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;Gabrys&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 21 May 2009 18:42:14 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>Currently, Wikidot software is meant as <strong>just</strong> a wiki engine. &quot;Just&quot;, because it used to be a complete wiki farm solution. Actually it's kind of both, but from start you get just a wiki, which makes it so easy to install.</p> <p>After you get the dependencies and the Wikidot source, you need to prepare a database and populate it. Normally this means two make commands (one for postgres user and second for your regular user). The default configuration options are to provide you a simple single-wiki engine, that just works. This means, that however you connect to Wikidot (with any IP or DNS name), you get the single wiki that you created. Wikidot needs a full namespace of URLs (starting from /), so you can't simply put it along with other web applications. This is why by default we use port 8080 for serving Wikidot. Also as we rely on very custom Lighttpd configuration, we supply a config file for it (that is partially generated when doing make). But don't worry, we also have a script that let's you control it. <tt>./wikidotctl start</tt> starts Wikidot's Lighttpd, <tt>./wikidotctl stop</tt> stops it. Pretty straight-forward, isn't it?</p> <p>But Wikidot software is also a full-featured wiki-farm solution. But you need a different database dump (that adds more wikis, like template wiki for each newly created wiki) and a different configuration. First of all, you need a full domain name namespace (for example *.mywikidot.mycompany.com). What's before .mywikidot.mycompany.com in the domain name is the name of wiki, so if you connect to abc.mywikidot.mycompany.com displayed is abc wiki. Also as this gets a bit complicated to deal with when having custom port, you need to run the Lighttpd on port 80 (the standard WWW port). This means, if you want to host a full wiki farm, you need to have a separate IP address just for Wikidot (any other web server can be run on a non-standard port only), and a root access to start Lighttpd (only root can bind to ports smaller than 1024).</p> <p>Actually you need quite a lot knowledge to understand what the wiki-farm-mode Wikidot does and to configure it, but once you get it, it's quite easy. Anyway, all I want to say, is that we want to ease the simplest (and most common) installation of Wikidot. If you want to have a wiki, but want to host it yourself rather that on <strong>Wikidot.com</strong>, this is done just for you, just get the dependencies, Wikidot sources, prepare database, make and you're done. No need for painful configuration :).</p> <div class="content-separator" style="display: none:"></div> <p>If you decided to run your own wiki farm (in your company for example) start from getting single-wiki Wikidot running and then use older docs to figure out how to get it running as a wiki-farm. In case of problems, just ask on <a href="http://org.wikidot.com/irc-channel">IRC channel</a>. <strong>TIP:</strong> you need to set wiki_farm = true in [main] section in conf/wikidot.ini file.</p> <p>I hope more wiki enthusiasts will get simple Wikidot running at their work and school rather than choosing other wiki engine. They used to do that, because they were simpler to install. Now this changes.</p> <p>There is one more important note to make. We're going to polish the software, to make it run smoothly, so download (git clone) and test it as much as you can and please report <a href="http://org.wikidot.com/bugs">bugs</a>. You don't even have to be a registered Wikidot user to do that. Once we get all the quirks fixed, we want to release <strong>Debian/Ubuntu packages</strong>, that will enable you to just state <tt>aptitude install wikidot</tt> to get the Wikidot up and running in minutes without you touching the keyboard after that (well maybe to configure the Admin password). So if you can't wait for this to happen, please help us and test!</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/gabrys" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=2462&amp;amp;size=small&amp;amp;timestamp=1776067452" alt="Gabrys" style="background-image:url(http://www.wikidot.com/userkarma.php?u=2462)" /></a><a href="http://www.wikidot.com/user:info/gabrys" >Gabrys</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/blog:wikidot-moved-to-git-and-other-changes</guid>
				<title>Wikidot Moved To Git And Other Changes</title>
				<link>http://org.wikidot.com/blog:wikidot-moved-to-git-and-other-changes</link>
				<description>

&lt;p&gt;Yesterday I moved the Wikidot Open Source code to GitHub.&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=2462&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776067452&quot; alt=&quot;Gabrys&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=2462)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;Gabrys&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 21 May 2009 16:05:54 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>Yesterday I moved the Wikidot Open Source code to GitHub.</p> <div class="content-separator" style="display: none:"></div> <p>The preferred way to obtain the Wikidot is cloning our repository:</p> <div class="code"> <pre><code>git clone git://github.com/gabrys/wikidot.git cd wikidot git submodules update --init</code></pre></div> <p>The last line fetches additional software that Wikidot uses:</p> <ul> <li>Zend Framework</li> <li>H2o template language</li> <li>Spyc YAML file parser</li> </ul> <p>Additionally I reorganized this site a bit: introduced <a href="http://org.wikidot.com/blog">blog</a>, polished the theme, cleaned the outdated docs and updated the <a href="http://org.wikidot.com/installation-guide">installation guide</a>. Due to last changes to the Wikidot, it is now much easier to install. I would say, as easy as never before!</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/gabrys" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=2462&amp;amp;size=small&amp;amp;timestamp=1776067452" alt="Gabrys" style="background-image:url(http://www.wikidot.com/userkarma.php?u=2462)" /></a><a href="http://www.wikidot.com/user:info/gabrys" >Gabrys</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/blog:wikidot-opensource-changes-in-trunk</guid>
				<title>Wikidot Open Source Changes In Trunk</title>
				<link>http://org.wikidot.com/blog:wikidot-opensource-changes-in-trunk</link>
				<description>

&lt;p&gt;I decided to wait no more and share what I&#039;ve kept at my local disk. I committed the changes &lt;a href=&quot;http://piotr.gabryjeluk.pl/dev:wikidot-opensource-direction&quot;&gt;I&#039;ve been working on&lt;/a&gt; to the repository.&lt;/p&gt;
&lt;p&gt;The biggest change is Wikidot is now single wiki engine by default (you need additional configuration for the wiki farm mode).&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=2462&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776067452&quot; alt=&quot;Gabrys&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=2462)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;Gabrys&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 21 May 2009 16:01:13 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>I decided to wait no more and share what I've kept at my local disk. I committed the changes <a href="http://piotr.gabryjeluk.pl/dev:wikidot-opensource-direction">I've been working on</a> to the repository.</p> <p>The biggest change is Wikidot is now single wiki engine by default (you need additional configuration for the wiki farm mode).</p> <div class="content-separator" style="display: none:"></div> <p>What demonstrates the change is the simplified installation process.</p> <p>Now it's as simple as installing any other software or service:</p> <ol> <li>install the dependencies <ul> <li>for Ubuntu: <tt>sudo aptitude install lighttpd php5 php5-cli tetex-bin tetex-extra gs-gpl imagemagick libmagic1 subversion postgresql-8.3 php5-tidy php5-pgsql php5-gd zip make</tt></li> </ul> </li> <li>get the code <ul> <li><tt>svn co <a href="http://svn.wikidot.org/repos/wikidot1/trunk/">http://svn.wikidot.org/repos/wikidot1/trunk/</a> wikidot-install-dir</tt></li> <li><tt>cd wikidot-install-dir</tt></li> </ul> </li> <li>if on Ubuntu: configure conf/wikidot.ini and set user at [db] section to your login name</li> <li>prepare database (create role and database) <ul> <li>as user postgres: <tt>make prepare_db</tt></li> </ul> </li> <li>build Wikidot: configure files and make initial dabatase <ul> <li>as you: <tt>make</tt></li> <li>this prints a secret URL at the end, you'll use it to configure Admin password</li> </ul> </li> <li>start Wikidot <ul> <li>./wikidotctl start</li> </ul> </li> <li>set Admin password <ul> <li>use your browser and navigate to the secret URL make prints at the end</li> </ul> </li> </ol> <p>We would like to finally create Debian/Ubuntu packages for that (once it gets more stable and have some bug fixed). So keep tuned!</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/gabrys" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=2462&amp;amp;size=small&amp;amp;timestamp=1776067452" alt="Gabrys" style="background-image:url(http://www.wikidot.com/userkarma.php?u=2462)" /></a><a href="http://www.wikidot.com/user:info/gabrys" >Gabrys</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/blog:is-wikidot-open-source-stable</guid>
				<title>Is Wikidot Open Source Stable?</title>
				<link>http://org.wikidot.com/blog:is-wikidot-open-source-stable</link>
				<description>

&lt;p&gt;Many of you ask about the development of Wikidot Open Source Edition. Is it stable? Can we safely use it.&lt;/p&gt;
&lt;p&gt;The thing that needs to be said is the Wikidot Source changes. It is not meant to be &lt;strong&gt;solid&lt;/strong&gt; stable yet. The development of .com and OS version is quite separate, although there is a flow in code in two ways:&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=2462&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776067452&quot; alt=&quot;Gabrys&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=2462)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;Gabrys&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 21 May 2009 16:00:01 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>Many of you ask about the development of Wikidot Open Source Edition. Is it stable? Can we safely use it.</p> <p>The thing that needs to be said is the Wikidot Source changes. It is not meant to be <strong>solid</strong> stable yet. The development of .com and OS version is quite separate, although there is a flow in code in two ways:</p> <div class="content-separator" style="display: none:"></div> <ul> <li>fixes for bugs in .com having the way to OS</li> <li>many future improvements in .com are first tested and introduced in OS</li> </ul> <p>The latter introduces not-working revisions into the OS repository from time to time, but this is a product in creation (pre-1.0), so this just can happen.</p> <h1><span>Stability</span></h1> <p>The current version (revision 317) of Wikidot Open Source is used on <a href="http://www.wikicomplete.info">Wiki Complete</a>.</p> <p>It's rather stable, but you have to know the following:</p> <h2><span>Lighttpd only</span></h2> <p>It's for <a href="http://lighttpd.net/">lighttpd</a> only (we want support for Apache back in 1.0).</p> <h2><span>INI file for configuration</span></h2> <p>File <tt>conf/GlobalProperties.php</tt> is no longer needed and needs to be deleted. But first have a look at <tt>conf/wikidot.ini</tt> and try to migrate any custom settings you had in <tt>conf/GlobalProperties.php</tt>.</p> <p>The full-blown verbose example of wikidot.ini is stored in <a href="http://svn.wikidot.org/svn/showfile.svn?path=%2fwikidot1%2ftrunk%2fconf%2ffull-example-of-wikidot.ini&amp;revision=HEAD&amp;name=wikidotorg">conf/full-example-of-wikidot.ini</a>. This is not meant to even work, it's just every possible option listed and described. If the option has an default value it is also mentioned. Use the file as the reference for your wikidot.ini file.</p> <h2><span>HTML user-uploaded files hosting disabled by default</span></h2> <p>Since it could be dangerous in certain cases, we have disabled serving of HTML files with the default Wikidot installation. However Internet Explorer (6 and 7) ignores the hint to display HTML files as source, so it's not really a solution.</p> <p>The solution that really works is having a totally separate domain for hosting uploaded files only (at wikidot it is wdfiles.com). The settings for this would be:</p> <div class="code"> <pre><code>[security] upload_separate_domain = true upload_domain = your-different-domain.com ; having different domain for uploads we can safely enable user-uploaded HTML files serving upload_restrict_html = false</code></pre></div> <h2><span>Search All Wikis module</span></h2> <p>The SearchAllModule (allowing to search all wikis) is very experimental now. If you have already any content, that needs to be searched, don't upgrade (or you can restore the previous php/modules/search/SearchAllModule.php file after the upgrade).</p> <p>The module is being <a class="newpage" href="http://org.wikidot.com/dev:new-search-for-wikidot-first-preview">migrated</a> to Zend_Search_Lucene and require doing an initial indexing of all sites.</p> <p>Also it's very probable the search mechanisms changes any time soon, so I just don't recommend using the new version of module.</p> <p><strong>Search This Wiki</strong> feature is unaffected!</p> <h2><span>Search Highlight</span></h2> <p>In the meantime of developing new search engine for Wikidot, we came into an idea to highlight phrases user searches for (using internal Wikidot search or Google/Yahoo search engine).</p> <p>You can enable it in the wikidot.ini file appending:</p> <div class="code"> <pre><code>[search] highlight = true</code></pre></div> <p>Search features (the new SearchAllModule and Search Highlighting) is already tested on <a href="http://www.wikicomplete.info/">Wiki Complete</a>, however there are some known limitations it the search module, that need to be improved yet.</p> <h1><span>Upgrading</span></h1> <p>As a matter of fact, we don't supply any &quot;upgrade&quot; script. This unfortunately doesn't mean that there are no problems with that.</p> <p>Once we release the first stable version, we'll supply upgrade scripts for each incremental upgrade i.e. 1.0 -&gt; 1.1 -&gt; 1.2 and so.</p> <p>This is because it would be really easier if we know what version EXACTLY we're moving from to what EXACT version. Otherwise we would end up with scripts that can work but can break something. If you're in trouble with upgrading, ask on our <a href="http://groups.google.com/group/wikidot?hl=en">dev-list</a>.</p> <p><a href="http://piotr.gabryjeluk.pl/dev:is-wikidot-opensource-stable#comments">See comments at original post location</a></p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/gabrys" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=2462&amp;amp;size=small&amp;amp;timestamp=1776067452" alt="Gabrys" style="background-image:url(http://www.wikidot.com/userkarma.php?u=2462)" /></a><a href="http://www.wikidot.com/user:info/gabrys" >Gabrys</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/blog:ini-config-file-for-wikidot-os</guid>
				<title>INI Config File For Wikidot Open Source</title>
				<link>http://org.wikidot.com/blog:ini-config-file-for-wikidot-os</link>
				<description>

&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=2462&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776067452&quot; alt=&quot;Gabrys&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=2462)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;Gabrys&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 21 May 2009 15:57:01 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>Hello,</p> <p>today I managed to create configuration file mechanism for Wikidot &#8212; based on INI file.</p> <p>I posted two files &#8212; minimal one and one containing all possible options to the SVN repository:</p> <p>(deleted, see the update below).</p> <p>Moreover I polished the PingBack mechanisms for Wikidot.</p> <p><strong>UPDATE (May 2009):</strong> as we moved to github, here are the links for wikidot.ini and its full version:</p> <p><a href="http://github.com/gabrys/wikidot/blob/050ddc759354fb3daec88445fc8bb783018493eb/conf/wikidot.ini">wikidot.ini</a><br /> <a href="http://github.com/gabrys/wikidot/blob/050ddc759354fb3daec88445fc8bb783018493eb/conf/full-example-of-wikidot.ini">full-example-of-wikidot.ini</a></p> <p><a href="http://piotr.gabryjeluk.pl/dev:ini-config-file-for-wikidot-os#comments">See comments at original post location</a></p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/gabrys" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=2462&amp;amp;size=small&amp;amp;timestamp=1776067452" alt="Gabrys" style="background-image:url(http://www.wikidot.com/userkarma.php?u=2462)" /></a><a href="http://www.wikidot.com/user:info/gabrys" >Gabrys</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/blog:meet-us-at-fosdem</guid>
				<title>Meet us at FOSDEM</title>
				<link>http://org.wikidot.com/blog:meet-us-at-fosdem</link>
				<description>

&lt;p&gt;&lt;a href=&quot;http://www.wikidot.org/forum/t-42597/meet-us-at-fosdem&quot;&gt;Posted to news forum on 21 Feb 2008&lt;/a&gt; by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/michal-frackowiak&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=1&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776067452&quot; alt=&quot;michal-frackowiak&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=1)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/michal-frackowiak&quot;  &gt;michal-frackowiak&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=2462&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776067452&quot; alt=&quot;Gabrys&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=2462)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;Gabrys&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 21 May 2009 15:52:09 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p><a href="http://www.wikidot.org/forum/t-42597/meet-us-at-fosdem">Posted to news forum on 21 Feb 2008</a> by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/michal-frackowiak" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=1&amp;amp;size=small&amp;amp;timestamp=1776067452" alt="michal-frackowiak" style="background-image:url(http://www.wikidot.com/userkarma.php?u=1)" /></a><a href="http://www.wikidot.com/user:info/michal-frackowiak" >michal-frackowiak</a></span></p> <p>In case any of you goes to FOSDEM this year (23-24 Feb, Brussels), you can meet us there. Pieter Hintjens (<span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/pieterh" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=99&amp;amp;size=small&amp;amp;timestamp=1776067452" alt="pieterh" style="background-image:url(http://www.wikidot.com/userkarma.php?u=99)" /></a><a href="http://www.wikidot.com/user:info/pieterh" >pieterh</a></span>) is giving an opening talk on Software Patents on Saturday and I will surely hang around web/Java/virtualization-related talks.</p> <p>FOSDEM is an annual event for Open Source developers, enthusiasts and users. Read more at <a href="http://www.fosdem.org/2008/">http://www.fosdem.org/2008/</a></p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/gabrys" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=2462&amp;amp;size=small&amp;amp;timestamp=1776067452" alt="Gabrys" style="background-image:url(http://www.wikidot.com/userkarma.php?u=2462)" /></a><a href="http://www.wikidot.com/user:info/gabrys" >Gabrys</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/blog:wikidot-released-under-gnu-affero-general-public-licens</guid>
				<title>Wikidot released under GNU Affero General Public License v3</title>
				<link>http://org.wikidot.com/blog:wikidot-released-under-gnu-affero-general-public-licens</link>
				<description>

&lt;p&gt;&lt;a href=&quot;http://www.wikidot.org/forum/t-38631/wikidot-released-under-gnu-affero-general-public-license-v3&quot;&gt;Posted on news forum on 31 Jan 2008&lt;/a&gt; by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/michal-frackowiak&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=1&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776067453&quot; alt=&quot;michal-frackowiak&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=1)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/michal-frackowiak&quot;  &gt;michal-frackowiak&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=2462&amp;amp;amp;size=small&amp;amp;amp;timestamp=1776067453&quot; alt=&quot;Gabrys&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=2462)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/gabrys&quot;  &gt;Gabrys&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 21 May 2009 15:49:03 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p><a href="http://www.wikidot.org/forum/t-38631/wikidot-released-under-gnu-affero-general-public-license-v3">Posted on news forum on 31 Jan 2008</a> by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/michal-frackowiak" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=1&amp;amp;size=small&amp;amp;timestamp=1776067453" alt="michal-frackowiak" style="background-image:url(http://www.wikidot.com/userkarma.php?u=1)" /></a><a href="http://www.wikidot.com/user:info/michal-frackowiak" >michal-frackowiak</a></span></p> <p>The Wikidot Team is happy to announce the open-source release of the <a href="http://org.wikidot.com/what-is-wikidot">Wikidot software</a>. We are opening both the Version 1 codebase that currently powers Wikidot.com and the new development code for Wikidot 2, our next generation wiki platform, both under <a href="http://org.wikidot.com/license">GNU Affero General Public License version 3</a>.</p> <p>We have spent many, many hours on converting Wikidot.com into an open-source project but we believe it is worth the effort. Not only you (users, administrators, developers) get another piece of useful software, but hopefully the Wikidot project itself will benefit from feedback and contributions from users and developers.</p> <p>We have redesigned the <a href="http://www.wikidot.org">wikidot.org</a> website so that it can now be a community hub for Wikidot users. For developers we are preparing a <a href="http://dev.wikidot.org">Development wiki</a> and later on we will discuss the development workflow.</p> <p>Needless to say, we count on the community. There are several ways you could <a href="http://org.wikidot.com/how-to-contribute">actively support Wikidot</a>.</p> <p>The current software release is as stable and bug-free as we could do within our time limits and resources. It is greatly enhanced, more modular and configurable than the original software at Wikidot.com. So if you are planning to use Wikidot in real environment (your work, school, university), give it a try! If there are bugs, we will try to fix them ASAP. (Or, if you could <a href="http://dev.wikidot.org">submit fixes</a>, it would be even faster).</p> <p>So, for all of you who are code-hungry, open-source fans and hard-core wiki users &#8212; <a href="http://org.wikidot.com/get-wikidot">get Wikidot</a>, read <a href="http://org.wikidot.com/doc">Installation docs</a> (and the great <a href="http://org.wikidot.com/doc:debian-quickstart">Debian Quickstart</a>) and play with it!</p> <p>If you want to help developing the Wikidot, join us at <a href="http://dev.wikidot.org">dev.wikidot.org</a>!</p> <p>Good luck!</p> <p>The Wikidot Team</p> <p>More links:<br /> <a href="http://www.wikidot.com/pr:wikidot-released">Press release</a></p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/gabrys" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=2462&amp;amp;size=small&amp;amp;timestamp=1776067453" alt="Gabrys" style="background-image:url(http://www.wikidot.com/userkarma.php?u=2462)" /></a><a href="http://www.wikidot.com/user:info/gabrys" >Gabrys</a></span></p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>