<?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 Open Source - new forum posts</title>
		<link>http://www.wikidot.org/forum/start</link>
		<description>Posts in forums of the site &quot;Wikidot Open Source&quot;</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://www.wikidot.org/forum/t-57746#post-708367</guid>
				<title>Re: iframe is NOT transparent in IE 6, cannot pass allowTransparency attribute</title>
				<link>http://www.wikidot.org/forum/t-57746/iframe-is-not-transparent-in-ie-6-cannot-pass-allowtransparency-attribute#post-708367</link>
				<description></description>
				<pubDate>Wed, 24 Feb 2010 19:31:18 +0000</pubDate>
				<wikidot:authorName>Yumanji</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Great, great, great!!!!!</p> <p>This is the first site where i can found a true solution!<br /> Thanks a lot, Adriano.</p> <p>and.. What are thinking about de IE developers when put this parameter????????????</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28020">Wikidot version 1 / Bugs</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-57746/iframe-is-not-transparent-in-ie-6-cannot-pass-allowtransparency-attribute">iframe is NOT transparent in IE 6, cannot pass allowTransparency attribute</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-205982#post-696110</guid>
				<title>Sounds Great...</title>
				<link>http://www.wikidot.org/forum/t-205982/some-news#post-696110</link>
				<description></description>
				<pubDate>Wed, 10 Feb 2010 11:18:39 +0000</pubDate>
				<wikidot:authorName>Zasurus</wikidot:authorName>				<wikidot:authorUserId>428248</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have over the past few weeks created my first wiki on wikidot.com (I had used wowwiki.com but never edited/updated a wiki) so have gotten use to how it works and what I can and can't do with it. Recently it occurred to me that if we used a wiki for our documentation for code changes (in our in-house system) this would be MUCH more versatile than loads of word documents…<br /> So when I started digging to find a free wiki we could install in the security of our own system and found you have already opened the source to wikidot.com and are about(ish) to open it again from the current branch and everything I have come to understand on wikidot.com I was so please. There will be no relearning the changes and anything I learn from my wiki on wikidot.com could be applied straight to using our local copy and all of our documentation.<br /> Thanks for all the hard work and keep it up! I can’t wait until you manager to release the new version!</p> <p>Regards,</p> <p>Zas</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-594">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-205982/some-news">Some News</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-214770#post-686078</guid>
				<title>Robots=&quot;noindex&quot; on not found pages</title>
				<link>http://www.wikidot.org/forum/t-214770/robots-noindex-on-not-found-pages#post-686078</link>
				<description></description>
				<pubDate>Thu, 28 Jan 2010 12:38:21 +0000</pubDate>
				<wikidot:authorName>Leandro Arndt</wikidot:authorName>				<wikidot:authorUserId>431350</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I've suggested this on Wikidot.com forum (<a href="http://community.wikidot.com/forum/t-214639/seo:canonical-page-and-noindex-on-lacking-pages">http://community.wikidot.com/forum/t-214639/seo:canonical-page-and-noindex-on-lacking-pages</a>):</p> <blockquote> <p>Wikidot already supports some tags needed for SEO (Search Engine Optimization), but it lacks 2 features that are a "must" for SEO.</p> <p><em>(…)</em></p> <h1><span>Robots tag = "noindex"</span></h1> <p>Secondly, Wikidot could use the code bellow on non-existing pages, so that the search engines won't index pages with that default text:</p> <p>&gt; + The page does not (yet) exist.<br /> &gt;<br /> &gt; The page blablabla you want to access does not exist.<br /> &gt;<br /> &gt; * create page</p> <p>This is not only duplicated content, but also hides our real contents behind these "keywords": "page", "exist", "create"… This is specially true on newly created wikis, not fully populated yet.</p> <p>The code needed on these pages is:</p> <p>[[code type="HTML"]]<br /> &lt;head&gt;<br /> …<br /> &lt;meta name="robots" content="noindex" /&gt;<br /> …<br /> &lt;/head&gt;<br /> [[/code]]</p> <p>The same could be done to admin:manage (anyone wants it to appear on Google?).</p> </blockquote> <p>Doing a quick search on Wikidot.org source files, I think I've found a way of implementing it. Maybe the solution for the <em>robots=noindex</em> on not found pages might be like the following (code starts on line 50 of <a href="http://github.com/gabrys/wikidot/blob/master/templates/layouts/WikiLayout.tpl">http://github.com/gabrys/wikidot/blob/master/templates/layouts/WikiLayout.tpl</a>):</p> <div class="code"> <div class="hl-main"> <pre> <span class="hl-inlinetags">&lt;?</span><span class="hl-code"> </span><span class="hl-identifier">php</span><span class="hl-code"> </span><span class="hl-comment">// [...] Line 50:</span><span class="hl-code"> &lt;</span><span class="hl-identifier">meta</span><span class="hl-code"> </span><span class="hl-identifier">http</span><span class="hl-code">-</span><span class="hl-identifier">equiv</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">content-type</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-identifier">content</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">text/html;charset=UTF-8</span><span class="hl-quotes">"</span><span class="hl-code">/&gt; &lt;</span><span class="hl-identifier">meta</span><span class="hl-code"> </span><span class="hl-identifier">http</span><span class="hl-code">-</span><span class="hl-identifier">equiv</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">content-language</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-identifier">content</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-var">{$site-&gt;getLanguage()}</span><span class="hl-quotes">"</span><span class="hl-code">/&gt; </span><span class="hl-comment">// *************** NEW CODE START ***************</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-var">$pageNotExists</span><span class="hl-brackets">}</span><span class="hl-code"> &lt;</span><span class="hl-identifier">meta</span><span class="hl-code"> </span><span class="hl-identifier">name</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">robots</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-identifier">content</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">noindex</span><span class="hl-quotes">"</span><span class="hl-code"> /&gt; </span><span class="hl-brackets">{</span><span class="hl-code">/</span><span class="hl-reserved">if</span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-comment">// **************** NEW CODE END ****************</span><span class="hl-code"> &lt;</span><span class="hl-identifier">script</span><span class="hl-code"> </span><span class="hl-identifier">type</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">text/javascript</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-identifier">src</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">/common--javascript/WIKIDOT.js</span><span class="hl-quotes">"</span><span class="hl-code">&gt;&lt;/</span><span class="hl-identifier">script</span><span class="hl-code">&gt; </span><span class="hl-comment">// and so on...</span><span class="hl-code"> </span><span class="hl-inlinetags">?&gt;</span> </pre></div> </div> <p>In my opinion it seems to be an easy solution for that problem of duplicated content and unwanted search keywords.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28017">Wikidot version 1 / Requests and Ideas</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-214770/robots-noindex-on-not-found-pages">Robots=&quot;noindex&quot; on not found pages</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-208656#post-673688</guid>
				<title>This is how you log into the postgres database via webmin</title>
				<link>http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone#post-673688</link>
				<description></description>
				<pubDate>Tue, 12 Jan 2010 20:15:46 +0000</pubDate>
				<wikidot:authorName>ppp-admin</wikidot:authorName>				<wikidot:authorUserId>22570</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>That was a hard one.</p> <p>To access the database via webmin you have to login with the username and password it is run by.<br /> In my case i had to login with:</p> <p>user: root<br /> pass: myrootpassword</p> <p>I hope this helps someone - it did help me.<br /> So i was neither a postgres-database problem nor a wikidot one.<br /> It seems so simple but it took me some time to see "the big picture" ;)</p> <p>/tud-geek</p> <p>ps: thanks for "<strong>Ed Johnson</strong>" again!</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone">Locked out: howto &quot;unprivate&quot; page? Login page gone</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-208656#post-670258</guid>
				<title>Re: Reset Database?</title>
				<link>http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone#post-670258</link>
				<description></description>
				<pubDate>Fri, 08 Jan 2010 03:04:20 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Once you have access as postgres, you should be able to change it</p> <p><a href="http://scratching.psybermonkey.net/2009/06/21/postgresql-how-to-reset-user-name-postgres-password/">http://scratching.psybermonkey.net/2009/06/21/postgresql-how-to-reset-user-name-postgres-password/</a></p> <p>hope this helps.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone">Locked out: howto &quot;unprivate&quot; page? Login page gone</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-208705#post-669579</guid>
				<title>Re: Cannot log in to site once it is set as private</title>
				<link>http://www.wikidot.org/forum/t-208705/cannot-log-in-to-site-once-it-is-set-as-private#post-669579</link>
				<description></description>
				<pubDate>Thu, 07 Jan 2010 13:20:42 +0000</pubDate>
				<wikidot:authorName>ppp-admin</wikidot:authorName>				<wikidot:authorUserId>22570</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I will get back to you later when i solved the exact same problem:</p> <p><a href="http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone#post-667222">http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone#post-667222</a></p> <p>/tudgeek</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-208705/cannot-log-in-to-site-once-it-is-set-as-private">Cannot log in to site once it is set as private</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-208705#post-669426</guid>
				<title>Re: Cannot log in to site once it is set as private</title>
				<link>http://www.wikidot.org/forum/t-208705/cannot-log-in-to-site-once-it-is-set-as-private#post-669426</link>
				<description></description>
				<pubDate>Thu, 07 Jan 2010 07:32:21 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>No one has set their site as private and got it working? Or does everyone set up their site as public?</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-208705/cannot-log-in-to-site-once-it-is-set-as-private">Cannot log in to site once it is set as private</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-208656#post-667222</guid>
				<title>Reset Database?</title>
				<link>http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone#post-667222</link>
				<description></description>
				<pubDate>Mon, 04 Jan 2010 13:32:37 +0000</pubDate>
				<wikidot:authorName>ppp-admin</wikidot:authorName>				<wikidot:authorUserId>22570</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If shit hits the fan…</p> <p>I also did not write down the database password which i need to reset.<br /> After to many attempts to login i get locked out:</p> <p>*Error - Access denied for 192.168.178.101*</p> <p>So i need to reset to password for the Database. How to?</p> <p>Thanks again in advance!</p> <p>edit: little postgres howto use</p> <p>change to postgresuser</p> <div class="code"> <pre> <code>su postgres</code> </pre></div> <p>invoke "postgres command line":</p> <div class="code"> <pre> <code>psql</code> </pre></div> <p>list databases</p> <div class="code"> <pre> <code>\l</code> </pre></div> <p>quit psql command line</p> <div class="code"> <pre> <code>\q</code> </pre></div> <p>Still need to figure out how to reset the password…</p> <p>/tud-geek</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone">Locked out: howto &quot;unprivate&quot; page? Login page gone</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-667098</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-667098</link>
				<description></description>
				<pubDate>Mon, 04 Jan 2010 08:49:37 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You're welcome.</p> <blockquote> <p>php -v still says cli.</p> </blockquote> <p>This should always say cli, because this is the binary you call from commandline (cli). This however should say cgi-fcgi:</p> <blockquote> <p>php-cgi -v<br /> php5-cgi -v</p> </blockquote> <p>Cheers!</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-208656#post-667064</guid>
				<title>Re: Locked out: howto &quot;unprivate&quot; page? Login page gone</title>
				<link>http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone#post-667064</link>
				<description></description>
				<pubDate>Mon, 04 Jan 2010 07:31:06 +0000</pubDate>
				<wikidot:authorName>ppp-admin</wikidot:authorName>				<wikidot:authorUserId>22570</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thank you Ed,</p> <p>i will try your suggestion and it is the solution i was searching for.<br /> Webmin should be the right tool even for nebies in database stuff</p> <p>I will report back!</p> <p>/tud-geek</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone">Locked out: howto &quot;unprivate&quot; page? Login page gone</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-208705#post-667040</guid>
				<title>Cannot log in to site once it is set as private</title>
				<link>http://www.wikidot.org/forum/t-208705/cannot-log-in-to-site-once-it-is-set-as-private#post-667040</link>
				<description></description>
				<pubDate>Mon, 04 Jan 2010 06:17:35 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I have just set up a site recently, thanks to the help of Gabrys! :)</p> <p>I would like to set my site as private though and has come in a little problem. I have set my page as private, and set it to show the page auth:login if user is unauthorized. So far so good.</p> <p>However, I can't log in once the site is set as private! I currently have two admin accounts and both are members of my site. But when whenever I try logging in, it will say:</p> <blockquote> <p>Error<br /> Oooops!<br /> This Site is private and accessible only to its members.</p> </blockquote> <p>Good thing when I was trying that, I was using the accounts from two different computers at the same time. When this happened, one of the accounts was still logged in, and I was able to set it to be public again.</p> <p>Is this a bug of some sort? It seems that to actually log in, user should already have access to the site first as a member and should be logged in first. But thats a recursive loop…………??!!??</p> <p>Does anyone know a way around this?</p> <p>Thanks,<br /> Alex</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-208705/cannot-log-in-to-site-once-it-is-set-as-private">Cannot log in to site once it is set as private</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-667032</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-667032</link>
				<description></description>
				<pubDate>Mon, 04 Jan 2010 05:50:39 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I was able to the line in the single_wiki.conf file.<br /> But executing php -v still says cli.</p> <p>So I actually went ahead and installed php5-cgi again. And once thats done, reboot, run make again, and it is running! I can get to my page!</p> <p>So php5-cgi was somehow missing since the beginning. It is either not installed, or not properly installed when installing all the packages together (I reinstalled everything from scratch 3 times before I started asking for help here). Which is weird.</p> <p>Thank you very much for all your help Gabrys! :)</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-208656#post-666995</guid>
				<title>Re: Locked out: howto &quot;unprivate&quot; page? Login page gone</title>
				<link>http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone#post-666995</link>
				<description></description>
				<pubDate>Mon, 04 Jan 2010 04:36:16 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Install <a href="http://www.webmin.com/" >Webmin</a> on your server and log into Webmin using <em>https://www.yourserver.com:10000/</em> (or use <em>https://xxx.xxx.xxx.xxx:10000/</em> where the xxx's are your internal IP address). Under servers you should see "PostgreSQL Database Server".</p> <p>Select that and then your Wikidot database. Open the "site" table and then "View Data". Find your site that you set private, edit the record and change the private field to "f" (for false). Save the changes and you should be able to get back in.</p> <p>Once you're up and running again, you should create a system:join page that consists of this code:</p> <div class="code"> <pre> <code>[[note]] Please change this page according to your policy (configure first using [[[admin:manage|Site Manager]]]) and remove this note. [[/note]] + Who can join? You can write here who can become a member of this site. + Join! So you want to become a member of this site? Tell us why and apply now! [[module MembershipApply]] Or, if you already know a "secret password", go for it! [[module MembershipByPassword]]</code> </pre></div> <p>This is based on an older revision of WDOS (rev 393), so things might have changed in newer versions. Webmin is a great tool for remotely managing small changes in the wikdidot database. Hope this helps.</p> <p>-Ed</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone">Locked out: howto &quot;unprivate&quot; page? Login page gone</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-208656#post-666933</guid>
				<title>Locked out: howto &quot;unprivate&quot; page? Login page gone</title>
				<link>http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone#post-666933</link>
				<description></description>
				<pubDate>Mon, 04 Jan 2010 02:24:50 +0000</pubDate>
				<wikidot:authorName>ppp-admin</wikidot:authorName>				<wikidot:authorUserId>22570</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello,</p> <p>i locked myself out by turning the site private on my homenetwork-server.<br /> There is no, at least i do not see one, possible way to access the login page.</p> <p>The login page looks like:<br /> The page does not (yet) exist.</p> <p><strong>The page system:join you want to access does not exist.</strong></p> <p><strong>create page</strong></p> <p>and when i click on edit i see:</p> <p><strong>Error</strong><br /> <strong>Oooops!</strong></p> <p><strong>This Site is private and accessible only to its members.</strong></p> <p>Any help is appreciated!<br /> Thanks in adcace.</p> <p>/tud-geek</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone">Locked out: howto &quot;unprivate&quot; page? Login page gone</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-666276</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-666276</link>
				<description></description>
				<pubDate>Sat, 02 Jan 2010 22:40:17 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>locate the line</p> <blockquote> <p>"bin-path" =&gt; "/usr/bin/php5-cgi"</p> </blockquote> <p>in conf/lighttpd/single-wiki.conf</p> <p>execute that command with "-v" and check if it says cgi or cli. (You should have php5-cgi installed before).</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-666162</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-666162</link>
				<description></description>
				<pubDate>Sat, 02 Jan 2010 20:02:18 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>So I ran 'php -v' and it turns out I am not running cgi-fcgi, but cli instead.</p> <blockquote> <p>PHP 5.2.10-2ubuntu6.3 with Suhosin-Patch 0.9.7 (cli) (built: Nov 26&nbsp;2009&nbsp;14:42:49)</p> </blockquote> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-666142</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-666142</link>
				<description></description>
				<pubDate>Sat, 02 Jan 2010 19:36:08 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Here it is. Thanks.</p> <blockquote> <p>2009-12-29&nbsp;22:17:27: (log.c.97) server started<br /> 2009-12-29&nbsp;22:17:27: (mod_fastcgi.c.1051) the fastcgi-backend /usr/bin/php5-cgi failed to start:<br /> 2009-12-29&nbsp;22:17:27: (mod_fastcgi.c.1055) child exited with status 2 /usr/bin/php5-cgi<br /> 2009-12-29&nbsp;22:17:27: (mod_fastcgi.c.1058) If you're trying to run PHP as a FastCGI backend, make sure you're using the FastCGI-enabled version.<br /> You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT '(cgi)' NOR '(cli)'.<br /> For more information, check <a href="http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf">http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf</a> this is PHP on Gentoo, add 'fastcgi' to the USE flags.<br /> 2009-12-29&nbsp;22:17:27: (mod_fastcgi.c.1365) [ERROR]: spawning fcgi failed.<br /> 2009-12-29&nbsp;22:17:27: (server.c.902) Configuration of plugins failed. Going down.<br /> 2009-12-30&nbsp;13:53:26: (log.c.97) server started<br /> 2009-12-30&nbsp;13:53:26: (mod_fastcgi.c.1051) the fastcgi-backend /usr/bin/php5-cgi failed to start:<br /> 2009-12-30&nbsp;13:53:26: (mod_fastcgi.c.1055) child exited with status 2 /usr/bin/php5-cgi<br /> 2009-12-30&nbsp;13:53:26: (mod_fastcgi.c.1058) If you're trying to run PHP as a FastCGI backend, make sure you're using the FastCGI-enabled version.<br /> You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT '(cgi)' NOR '(cli)'.<br /> For more information, check <a href="http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf">http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf</a> this is PHP on Gentoo, add 'fastcgi' to the USE flags.<br /> 2009-12-30&nbsp;13:53:26: (mod_fastcgi.c.1365) [ERROR]: spawning fcgi failed.<br /> 2009-12-30&nbsp;13:53:26: (server.c.902) Configuration of plugins failed. Going down.<br /> 2009-12-30&nbsp;17:10:21: (log.c.97) server started<br /> 2009-12-30&nbsp;17:10:21: (mod_fastcgi.c.1051) the fastcgi-backend /usr/bin/php5-cgi failed to start:<br /> 2009-12-30&nbsp;17:10:21: (mod_fastcgi.c.1055) child exited with status 2 /usr/bin/php5-cgi<br /> 2009-12-30&nbsp;17:10:21: (mod_fastcgi.c.1058) If you're trying to run PHP as a FastCGI backend, make sure you're using the FastCGI-enabled version.<br /> You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT '(cgi)' NOR '(cli)'.<br /> For more information, check <a href="http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf">http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf</a> this is PHP on Gentoo, add 'fastcgi' to the USE flags.<br /> 2009-12-30&nbsp;17:10:21: (mod_fastcgi.c.1365) [ERROR]: spawning fcgi failed.<br /> 2009-12-30&nbsp;17:10:21: (server.c.902) Configuration of plugins failed. Going down.<br /> 2009-12-30&nbsp;17:59:24: (log.c.97) server started<br /> 2009-12-30&nbsp;17:59:24: (mod_fastcgi.c.1051) the fastcgi-backend /usr/bin/php5-cgi failed to start:<br /> 2009-12-30&nbsp;17:59:24: (mod_fastcgi.c.1055) child exited with status 2 /usr/bin/php5-cgi<br /> 2009-12-30&nbsp;17:59:24: (mod_fastcgi.c.1058) If you're trying to run PHP as a FastCGI backend, make sure you're using the FastCGI-enabled version.<br /> You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT '(cgi)' NOR '(cli)'.<br /> For more information, check <a href="http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf">http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf</a> this is PHP on Gentoo, add 'fastcgi' to the USE flags.<br /> 2009-12-30&nbsp;17:59:24: (mod_fastcgi.c.1365) [ERROR]: spawning fcgi failed.<br /> 2009-12-30&nbsp;17:59:24: (server.c.902) Configuration of plugins failed. Going down.<br /> 2010-01-01&nbsp;15:00:18: (log.c.97) server started<br /> 2010-01-01&nbsp;15:00:18: (mod_fastcgi.c.1051) the fastcgi-backend /usr/bin/php5-cgi failed to start:<br /> 2010-01-01&nbsp;15:00:18: (mod_fastcgi.c.1055) child exited with status 2 /usr/bin/php5-cgi<br /> 2010-01-01&nbsp;15:00:18: (mod_fastcgi.c.1058) If you're trying to run PHP as a FastCGI backend, make sure you're using the FastCGI-enabled version.<br /> You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT '(cgi)' NOR '(cli)'.<br /> For more information, check <a href="http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf">http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf</a> this is PHP on Gentoo, add 'fastcgi' to the USE flags.<br /> 2010-01-01&nbsp;15:00:18: (mod_fastcgi.c.1365) [ERROR]: spawning fcgi failed.<br /> 2010-01-01&nbsp;15:00:18: (server.c.902) Configuration of plugins failed. Going down.<br /> 2010-01-02&nbsp;11:16:03: (log.c.97) server started<br /> 2010-01-02&nbsp;11:16:03: (mod_fastcgi.c.1051) the fastcgi-backend /usr/bin/php5-cgi failed to start:<br /> 2010-01-02&nbsp;11:16:03: (mod_fastcgi.c.1055) child exited with status 2 /usr/bin/php5-cgi<br /> 2010-01-02&nbsp;11:16:03: (mod_fastcgi.c.1058) If you're trying to run PHP as a FastCGI backend, make sure you're using the FastCGI-enabled version.<br /> You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT '(cgi)' NOR '(cli)'.<br /> For more information, check <a href="http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf">http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf</a> this is PHP on Gentoo, add 'fastcgi' to the USE flags.<br /> 2010-01-02&nbsp;11:16:03: (mod_fastcgi.c.1365) [ERROR]: spawning fcgi failed.<br /> 2010-01-02&nbsp;11:16:03: (server.c.902) Configuration of plugins failed. Going down.</p> </blockquote> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-665881</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-665881</link>
				<description></description>
				<pubDate>Sat, 02 Jan 2010 08:35:03 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Do you have conf/lighttpd/wikidot_ini.conf file? Or just wikidot_ini.conf.orig? If only the latter, you need to run</p> <blockquote> <p>bin/configure.php</p> </blockquote> <p>Once you have both *.ini files in conf/wikidot, go to your Wikidot root directory and run this as root:</p> <blockquote> <p>lighttpd -D -f conf/lighttpd/single_wiki.conf</p> </blockquote> <p>This is what Wikidot calls in order to run Lighttpd. Additionally here's the -D flag, that makes Lighttpd not go to background. If errors don't show on the consele, they should be logged to tmp/lighttpd/error.log (in Wikidot root directory).</p> <p>Put here any errors on console or logged to file.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-665701</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-665701</link>
				<description></description>
				<pubDate>Sat, 02 Jan 2010 00:34:09 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks once again for the fast reply!</p> <p>port 8080 is not being listed. So I guess wikidot is not binding to lighttpd properly. What should be configured so that it would bind to lighttpd? Thanks.</p> <p>Alex</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-665415</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-665415</link>
				<description></description>
				<pubDate>Fri, 01 Jan 2010 11:41:39 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>After issuing "wikidotctl start" check if the service is running by issuing (by root):</p> <blockquote> <ol> <li>netstat -natp | grep lighttpd</li> </ol> </blockquote> <p>This should return at least two lines, one for default :80 lighttpd server, second for lighttpd run from wikidotctl. If you have indeed two different ports listed (for example :80 and :8080) try <a href="http://127.0.0.1:8080/">http://127.0.0.1:8080/</a> in your browser to see what Lighttpd has to say :-).</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-665170</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-665170</link>
				<description></description>
				<pubDate>Thu, 31 Dec 2009 20:22:42 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks for the prompt reply Gabrys.</p> <p>Yes, I did use that to start wikidot, and it did give me a message stating that wikidot has started, without any errors. So I assume everything has been installed correctly.</p> <p>Do I need to make any manual configurations or changes to other files in order to get this to work? For example, the ones mentioned in the previous posts, or any other files that you can think of?</p> <p>Alex</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-665045</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-665045</link>
				<description></description>
				<pubDate>Thu, 31 Dec 2009 16:12:19 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>After you installed Wikidot, how did you start it? Have you used "./wikidotctl start" ?</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-664743</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-664743</link>
				<description></description>
				<pubDate>Thu, 31 Dec 2009 02:07:23 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Also, I would like to add that I did not make any extra configurations or modifications to the following files as there are no instructions in doing so in the installation guide:</p> <p>/etc/lighttpd/lighttpd.conf<br /> /wikidot/conf/lighttpd/wikidot_ini.conf<br /> /wikidot/conf/lighttpd/single_wiki.conf<br /> /wikidot/conf/lighttpd/wikidot_ini.conf.orig</p> <p>I did modify /wikidot/conf/wikidot.ini to not use wikidot as username and password though.</p> <p>Thanks,<br /> Alex</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-664733</guid>
				<title>Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-664733</link>
				<description></description>
				<pubDate>Thu, 31 Dec 2009 01:41:01 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I want to setup a Wikidot site from home and I have encounter a trouble.</p> <p>I am using Ubuntu Server 9.10 and it is running on Virtualbox. I followed the guide at <a href="http://www.wikidot.org/installation-guide">http://www.wikidot.org/installation-guide</a> , and even though I have encountered different issues before, everything is set up right now.</p> <p>However, when I enter the link at the end of 'make', I get "Internet explorer cannot display the webpage". I also tried using Firefox (which is recommended for wikidot) and I am still unable to load the page.</p> <p>I have tried loading the page from another computer on the same network, using the IP of this ubuntu machine; as well as using the local host IP directly from the ubuntu machine. Both of which have similar results.</p> <p>When loading the IP without specifying port 8080 (ie. using the default port 80), I do get the default page from lightpd, so I know lighttpd is working.</p> <p>Would someone be able to enlighten me in the right direction if they haev encountered this? Or if anyone have any suggestions?</p> <p>Thanks,<br /> Alex</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-84514#post-656500</guid>
				<title>Re: Browsable SVN Site Down?</title>
				<link>http://www.wikidot.org/forum/t-84514/browsable-svn-site-down#post-656500</link>
				<description></description>
				<pubDate>Wed, 16 Dec 2009 11:07:53 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Wikidot code is now hosted on GitHub:</p> <p><a href="http://github.com/gabrys/wikidot">http://github.com/gabrys/wikidot</a></p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28012">Wikidot version 1 / General talk</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-84514/browsable-svn-site-down">Browsable SVN Site Down?</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-84514#post-656435</guid>
				<title>Re: Browsable SVN Site Down?</title>
				<link>http://www.wikidot.org/forum/t-84514/browsable-svn-site-down#post-656435</link>
				<description></description>
				<pubDate>Wed, 16 Dec 2009 08:12:16 +0000</pubDate>
				<wikidot:authorName>derwisch</wikidot:authorName>				<wikidot:authorUserId>28774</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I am getting "no route to host" errors on both.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28012">Wikidot version 1 / General talk</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-84514/browsable-svn-site-down">Browsable SVN Site Down?</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-57746#post-645787</guid>
				<title>Re: iframe is NOT transparent in IE 6, cannot pass allowTransparency attribute</title>
				<link>http://www.wikidot.org/forum/t-57746/iframe-is-not-transparent-in-ie-6-cannot-pass-allowtransparency-attribute#post-645787</link>
				<description></description>
				<pubDate>Tue, 01 Dec 2009 15:30:57 +0000</pubDate>
				<wikidot:authorName>Adriano Galesso Alves</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Sorry, Im just a year late!!!</p> <p>To Iframe transparent background n IE6, just put this style on the Iframe</p> <div class="code"> <pre> <code>filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);</code> </pre></div> <p>=)</p> <p>Hugs, Adriano</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28020">Wikidot version 1 / Bugs</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-57746/iframe-is-not-transparent-in-ie-6-cannot-pass-allowtransparency-attribute">iframe is NOT transparent in IE 6, cannot pass allowTransparency attribute</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-193817#post-643659</guid>
				<title>Re: Remote Linking Forbidden</title>
				<link>http://www.wikidot.org/forum/t-193817/remote-linking-forbidden#post-643659</link>
				<description></description>
				<pubDate>Sat, 28 Nov 2009 02:05:26 +0000</pubDate>
				<wikidot:authorName>nose hair</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Embedding code from other sites</p> <p>Sometimes web sites (mainly social-oriented ones) allow you to paste a code block directly into other pages in order to increase your site functionality or embed some content from the original site.<br /></p> <div class="error-block">Sorry, no match for the embedded content.</div> <p>For the list of supported services please see the page: Embedding code from other services.</p> <p>Please note that if the code contains &lt;script type="text/javascript"… i.e. just JavaScript, the content will not be fully rendered when you click preview while editing the page. It should be there however when you view the page afterwards.<br /> [[iframe]] element</p> <p>Using the iframe element one can embed content of any other web page. The syntax is</p> <p>[[iframe <a href="http://www.google.com">http://www.google.com</a>] height (0) width (0)]</p> <p>and it translates into HTML tags &lt;iframe src="url-source" attributes&gt;&lt;/iframe&gt;. The allowed attributes are: frameborder (0 or 1 allowed), align (left, right, top, bottom, middle), height (number of pixels or %), width (number of pixels or %), scrolling (yes or no), class, style</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-193817/remote-linking-forbidden">Remote Linking Forbidden</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-200059#post-643239</guid>
				<title>Re: Forum not activating</title>
				<link>http://www.wikidot.org/forum/t-200059/forum-not-activating#post-643239</link>
				<description></description>
				<pubDate>Fri, 27 Nov 2009 12:38:57 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Nice job! Sorry for giving giving not-detailed instructions before. I'm glad you figured the rest out! Very helpful, for other users.</p> <p>Thank you very much.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-200059/forum-not-activating">Forum not activating</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-200059#post-643185</guid>
				<title>Re: Forum not activating</title>
				<link>http://www.wikidot.org/forum/t-200059/forum-not-activating#post-643185</link>
				<description></description>
				<pubDate>Fri, 27 Nov 2009 10:52:30 +0000</pubDate>
				<wikidot:authorName>Rui Salgado</wikidot:authorName>				<wikidot:authorUserId>407153</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I had to do several inserts:</p> <p>insert into site values (DEFAULT, 'Forum', null, 'template-en', null, null, null, false, start, true, false);</p> <p><em>I couldn't insert the site_id = 0. It created a site_id 111 used below.</em></p> <p>insert into site_settings values (111, true, null,null, 314572800, false, 'system:join', 50, 20, true, null, false, false, 10485760, true);</p> <p>insert into forum_settings values ( 111, null, 'true', 500);</p> <p>insert into category values (DEFAULT, 111, 'forum', true, 20, false, 'e:;c:;m:;d:;a:;r:;z:;o:', true, 1, null, true, null, null, null, true, true, null, null, null, true, false, false, null);</p> <p>Then I had to create all the forum pages using the instructions <a href="http://community.wikidot.com/howto:forums-fixing-them">here</a></p> <p>I might have put the wrong permissions but it seems to be working for now.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-200059/forum-not-activating">Forum not activating</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-200059#post-642862</guid>
				<title>Re: Forum not activating</title>
				<link>http://www.wikidot.org/forum/t-200059/forum-not-activating#post-642862</link>
				<description></description>
				<pubDate>Thu, 26 Nov 2009 18:13:47 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>See if you have a row with site_id 0 in table site_settings. If not, create it (using default values). It should work then.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-200059/forum-not-activating">Forum not activating</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-200059#post-642860</guid>
				<title>Forum not activating</title>
				<link>http://www.wikidot.org/forum/t-200059/forum-not-activating#post-642860</link>
				<description></description>
				<pubDate>Thu, 26 Nov 2009 18:09:05 +0000</pubDate>
				<wikidot:authorName>Rui Salgado</wikidot:authorName>				<wikidot:authorUserId>407153</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I am trying to activate the foruns on a wikidot instalation but it seems that the DB records required to do so are not actually there.</p> <p>The error is <em>"Call to a member function getForumSettings() on a non-object in ManageSiteForumAction.php on line 46"</em>.</p> <p>Seems that it is looking for a site "template-en" but that does not exist on the sites table. Also the forum_settings and forum_categories tables are empty.</p> <p>Could you please provide the scripts?</p> <p>Thank you</p> <p><em>Installed from GIT with version of November 5th.</em></p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-200059/forum-not-activating">Forum not activating</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-171181#post-642800</guid>
				<title>Re: Account creation error after entering verification code</title>
				<link>http://www.wikidot.org/forum/t-171181/account-creation-error-after-entering-verification-code#post-642800</link>
				<description></description>
				<pubDate>Thu, 26 Nov 2009 16:25:18 +0000</pubDate>
				<wikidot:authorName>Rui Salgado</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Did you happen to find the solution for the Captcha not showing in IE or Firefox? I have the same problem… It only works on Chrome.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-171181/account-creation-error-after-entering-verification-code">Account creation error after entering verification code</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-198067#post-636750</guid>
				<title>Status of project</title>
				<link>http://www.wikidot.org/forum/t-198067/status-of-project#post-636750</link>
				<description></description>
				<pubDate>Wed, 18 Nov 2009 16:37:13 +0000</pubDate>
				<wikidot:authorName>slaufer</wikidot:authorName>				<wikidot:authorUserId>343204</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Greeting everyone,</p> <p>I've been asked to check on the status of the Wikidot project that you announced in August (new version based on current wikidot.com).</p> <p>Do you have any type of (very) rough timeframe?</p> <p>Thanks in advance.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28012">Wikidot version 1 / General talk</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-198067/status-of-project">Status of project</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-193817#post-636742</guid>
				<title>Re: Remote Linking Forbidden</title>
				<link>http://www.wikidot.org/forum/t-193817/remote-linking-forbidden#post-636742</link>
				<description></description>
				<pubDate>Wed, 18 Nov 2009 16:30:12 +0000</pubDate>
				<wikidot:authorName>slaufer</wikidot:authorName>				<wikidot:authorUserId>343204</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi Pieter,</p> <p>Thanks for your reply, and very sorry for the hassle. I took the user's report at face value and didn't investigate it as I should have. Thanks again.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-193817/remote-linking-forbidden">Remote Linking Forbidden</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-157399#post-630958</guid>
				<title></title>
				<link>http://www.wikidot.org/forum/t-157399/installation-guide#post-630958</link>
				<description></description>
				<pubDate>Thu, 12 Nov 2009 02:12:26 +0000</pubDate>
				<wikidot:authorName>montelongo</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>olas</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-594">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-157399/installation-guide">Installation Guide</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-193817#post-624759</guid>
				<title>Re: Remote Linking Forbidden</title>
				<link>http://www.wikidot.org/forum/t-193817/remote-linking-forbidden#post-624759</link>
				<description></description>
				<pubDate>Wed, 04 Nov 2009 12:49:16 +0000</pubDate>
				<wikidot:authorName>pieterh</wikidot:authorName>				<wikidot:authorUserId>99</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>50megs.com does not like what you're doing, I guess. Not a Wikidot.com problem as far as I can see.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-193817/remote-linking-forbidden">Remote Linking Forbidden</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-193817#post-624367</guid>
				<title>Remote Linking Forbidden</title>
				<link>http://www.wikidot.org/forum/t-193817/remote-linking-forbidden#post-624367</link>
				<description></description>
				<pubDate>Wed, 04 Nov 2009 01:36:44 +0000</pubDate>
				<wikidot:authorName>slaufer</wikidot:authorName>				<wikidot:authorUserId>343204</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>We're running open-source Wikidot from the July 25th 2009 GIT repository. Our users are receiving the following error message when attempting to link to outside images:</p> <p>"REMOTE LINKING FORBIDDEN. 50megs does not support remote linking of images or files for FREE accounts. PLEASE UPGRADE YOUR ACCOUNT"</p> <p>Is there any way around this?</p> <p>Thanks in advance.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-193817/remote-linking-forbidden">Remote Linking Forbidden</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-160608#post-579739</guid>
				<title></title>
				<link>http://www.wikidot.org/forum/t-160608/comparison-to-other-wiki-engines#post-579739</link>
				<description></description>
				<pubDate>Wed, 09 Sep 2009 04:16:34 +0000</pubDate>
				<wikidot:authorName>exerciciosresolvidos</wikidot:authorName>				<wikidot:authorUserId>247181</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Wikimatrix tables are …. not very clear. List pages in mediawiki doesn't exist, not by default. There is the dynamic list pages extension but no wiki farm has it enabled because it's heavy and slows down everyone. And all farms running mediawiki has the default 3 columns category pages, which are really bad for many scenarios, specially when categories are categorized and categories listing over 1000 pages.</p> <p>I think that there is a missconception of considering a wiki anything that has an edit this page button.</p> <p><a href="http://moinmo.in/WikiEngineComparison">http://moinmo.in/WikiEngineComparison</a><br /> <a href="http://mojomojo.org/documentation">http://mojomojo.org/documentation</a></p> <p>Lots of "this wiki has this, that wiki lacks that".</p> <p>there is one thing that I find it curious, all wiki engines support some features that add functionality to wikis, such as count pages or list all categories. Netcipia runs xwiki, which calls such things "mini-applications". Other wiki engines call them macros, sometimes scripts, or like mediawiki, extensions. Wikidot itself refers to them as "modules" for instance.</p> <p>I'm testing wikispot, they support tags like wikidot but their implementation is reverse. In wikidot you tag pages and list pages by tag, in wikispot you link a page to some kind of master page, which can act as hub for all pages that link to it. <span style="text-decoration: line-through;">Damn, sycamore lacks html tags, which I really depend on…</span> Sycamore has a different concept, there are no inline styling like mediawiki or mediawiki template definitions, they use css classes instead.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-594">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-160608/comparison-to-other-wiki-engines">Comparison To Other Wiki Engines</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-177243#post-565239</guid>
				<title>Re: Rescue data</title>
				<link>http://www.wikidot.org/forum/t-177243/rescue-data#post-565239</link>
				<description></description>
				<pubDate>Thu, 20 Aug 2009 11:58:35 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>All tables.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-177243/rescue-data">Rescue data</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-177243#post-565233</guid>
				<title>Re: Rescue data</title>
				<link>http://www.wikidot.org/forum/t-177243/rescue-data#post-565233</link>
				<description></description>
				<pubDate>Thu, 20 Aug 2009 11:54:24 +0000</pubDate>
				<wikidot:authorName>solaris</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>After some gamming with partition, i managed to log on linux.<br /> What tables from DB should I export?</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-177243/rescue-data">Rescue data</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-177243#post-565194</guid>
				<title>Re: Rescue data</title>
				<link>http://www.wikidot.org/forum/t-177243/rescue-data#post-565194</link>
				<description></description>
				<pubDate>Thu, 20 Aug 2009 10:55:05 +0000</pubDate>
				<wikidot:authorName>tsangk</wikidot:authorName>				<wikidot:authorUserId>47197</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>They are stored in PostgreSQL databases. You would need to somehow obtain the tables. I don't think it is possible :-(</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-177243/rescue-data">Rescue data</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-177243#post-565192</guid>
				<title>Rescue data</title>
				<link>http://www.wikidot.org/forum/t-177243/rescue-data#post-565192</link>
				<description></description>
				<pubDate>Thu, 20 Aug 2009 10:53:28 +0000</pubDate>
				<wikidot:authorName>solarko</wikidot:authorName>				<wikidot:authorUserId>145147</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,<br /> Problem is that I am not able to use linux anymore, but i have access to all files.<br /> Which files contains my wikidot pages? I would like to rescue as much text as possible</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-177243/rescue-data">Rescue data</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-175524#post-561247</guid>
				<title>Re: Are there any third party installations</title>
				<link>http://www.wikidot.org/forum/t-175524/big-progress#post-561247</link>
				<description></description>
				<pubDate>Fri, 14 Aug 2009 16:13:56 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><a href="http://www.wikicomplete.info/" >http://www.wikicomplete.info/</a> is running Wikidot software and I've been running the open source version at my work for nearly 2 years (private wiki).</p> <p>I have a "Wikidot-In-A-Box" installable ISO image that is based on an older revision of the open source code:<br /> <a href="http://my-wd-local.wikidot.com/guide:installable-iso-and-a-virtual-machine" >http://my-wd-local.wikidot.com/guide:installable-iso-and-a-virtual-machine</a></p> <p>That article describes how to install it in a VirtualBox VM, but it can also be used to install on any hardware that Ubuntu will run on.</p> <p>I've been working on a VMWare-based image, but it's not "ready for prime time" yet.</p> <p>-Ed</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-594">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-175524/big-progress">Big Progress</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-175524#post-561164</guid>
				<title>Are there any third party installations</title>
				<link>http://www.wikidot.org/forum/t-175524/big-progress#post-561164</link>
				<description></description>
				<pubDate>Fri, 14 Aug 2009 13:22:14 +0000</pubDate>
				<wikidot:authorName>Andre</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Are there any existing third party installations of Wikidot.org?</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-594">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-175524/big-progress">Big Progress</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-174647#post-561151</guid>
				<title>Error under Ubuntu 9.04 Jaunty</title>
				<link>http://www.wikidot.org/forum/t-174647/deb-packages-for-wikidot#post-561151</link>
				<description></description>
				<pubDate>Fri, 14 Aug 2009 12:54:31 +0000</pubDate>
				<wikidot:authorName>zoobab</wikidot:authorName>				<wikidot:authorUserId>2946</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Error under Ubuntu 9.04 Jaunty:</p> <blockquote> <p>$ sudo dpkg -i wikidot_0.90_all.deb<br /> (Lecture de la base de données… 152101 fichiers et répertoires déjà installés.)<br /> Dépaquetage de wikidot (à partir de wikidot_0.90_all.deb) …<br /> /var/lib/dpkg/tmp.ci/preinst: 29: /etc/init.d/postgresql-8.3: not found<br /> dpkg&nbsp;: erreur de traitement de wikidot_0.90_all.deb (—install)&nbsp;:<br /> le sous-processus pre-installation script a retourné une erreur de sortie d'état 127<br /> userdel&nbsp;: l'utilisateur wikidot n'existe pas<br /> sudo: no passwd entry for postgres!<br /> sudo: no passwd entry for postgres!<br /> Des erreurs ont été rencontrées pendant l'exécution&nbsp;:<br /> wikidot_0.90_all.deb</p> </blockquote> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-594">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-174647/deb-packages-for-wikidot">DEB Packages For Wikidot</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-78680#post-560238</guid>
				<title>Re: Updating Wikidot 1</title>
				<link>http://www.wikidot.org/forum/t-78680/updating-wikidot-1#post-560238</link>
				<description></description>
				<pubDate>Thu, 13 Aug 2009 08:46:46 +0000</pubDate>
				<wikidot:authorName>solaris</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>How can I pull latest code from repository with Git?</p> <p>i tried</p> <blockquote> <p>git pull git://github.com/gabrys/wikidot.git</p> </blockquote> <p>You asked me to pull without telling me which branch you<br /> want to merge with, and 'branch.master.merge' in<br /> your configuration file does not tell me either. Please<br /> name which branch you want to merge on the command line and<br /> try again (e.g. 'git pull &lt;repository&gt; &lt;refspec&gt;').<br /> See git-pull(1) for details on the refspec.</p> <p>If you often merge with the same branch, you may want to<br /> configure the following variables in your configuration<br /> file:</p> <p>branch.master.remote = &lt;nickname&gt;<br /> branch.master.merge = &lt;remote-ref&gt;<br /> remote.&lt;nickname&gt;.url = &lt;url&gt;<br /> remote.&lt;nickname&gt;.fetch = &lt;refspec&gt;</p> <p>See git-config(1) for details.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-78680/updating-wikidot-1">Updating Wikidot 1</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-175524#post-560058</guid>
				<title></title>
				<link>http://www.wikidot.org/forum/t-175524/big-progress#post-560058</link>
				<description></description>
				<pubDate>Thu, 13 Aug 2009 00:41:33 +0000</pubDate>
				<wikidot:authorName>sio4</wikidot:authorName>				<wikidot:authorUserId>308056</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi, I recently become a user of wikidot.com, and I like it so much now. (and currently I try to move my workplace onto it.) I like wikidot.com because is has rich good features, highly configurable, and finally it has open source version and community. (maybe many people agree with it.) so this "Big Progress" is very nice to all of us.</p> <p>Thanks,<br /> —<br /> "The love you take is equal to the love you make." — The End, by Beatles</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-594">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-175524/big-progress">Big Progress</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-162955#post-559926</guid>
				<title>DONE</title>
				<link>http://www.wikidot.org/forum/t-162955/bug-6-demo-server-not-public#post-559926</link>
				<description></description>
				<pubDate>Wed, 12 Aug 2009 20:18:03 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><a href="http://sandbox.wikidot.org/">http://sandbox.wikidot.org/</a></p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-594">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-162955/bug-6-demo-server-not-public">[BUG 6] Demo server not public</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-171893#post-559922</guid>
				<title></title>
				<link>http://www.wikidot.org/forum/t-171893/bug-21-make-ubuntu-packages#post-559922</link>
				<description></description>
				<pubDate>Wed, 12 Aug 2009 20:15:14 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>DONE</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-594">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-171893/bug-21-make-ubuntu-packages">[BUG 21] Make Ubuntu packages</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-175524#post-559908</guid>
				<title></title>
				<link>http://www.wikidot.org/forum/t-175524/big-progress#post-559908</link>
				<description></description>
				<pubDate>Wed, 12 Aug 2009 19:53:58 +0000</pubDate>
				<wikidot:authorName>pieterh</wikidot:authorName>				<wikidot:authorUserId>99</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>For what it's worth, the open source version of Wikidot is absolutely critical to our business plans. I've personally been writing open source since 1991, and I believe that any software that is not open source will eventually die. This has been my experience, without exception, on every project I've ever worked. 100%.</p> <p>Piotr has been doing an amazing, fantastic job on Wikidot.org and we now need to merge this experience back into Wikidot.com so that there is no risk of a permanent branch, which would be a serious problem.</p> <p>I appreciate your patience with this. We will, and this is a formal promise, continue to invest in an open source Wikidot product that is as close as possible to the codebase used on Wikidot.com.</p> <p>Thanks<br /> Pieter</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-594">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-175524/big-progress">Big Progress</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-174647#post-557317</guid>
				<title>Package created</title>
				<link>http://www.wikidot.org/forum/t-174647/deb-packages-for-wikidot#post-557317</link>
				<description></description>
				<pubDate>Sun, 09 Aug 2009 20:42:14 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The resulting <a href="http://www.wikidot.org/debian-packages">debian packages</a>.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-594">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-174647/deb-packages-for-wikidot">DEB Packages For Wikidot</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-174804#post-557205</guid>
				<title>FIXED</title>
				<link>http://www.wikidot.org/forum/t-174804/bug-23-download-the-zipped-backup-points-to-wrong-url#post-557205</link>
				<description></description>
				<pubDate>Sun, 09 Aug 2009 17:51:41 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><a href="http://github.com/gabrys/wikidot/commit/8c29b606a1b58872a31d60147d3bfa5efc5b5f95">http://github.com/gabrys/wikidot/commit/8c29b606a1b58872a31d60147d3bfa5efc5b5f95</a></p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-594">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-174804/bug-23-download-the-zipped-backup-points-to-wrong-url">[BUG 23] &quot;download the ZIPped backup&quot; points to wrong URL</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-170133#post-557203</guid>
				<title>Re: Backup on local wiki</title>
				<link>http://www.wikidot.org/forum/t-170133/backup-on-local-wiki#post-557203</link>
				<description></description>
				<pubDate>Sun, 09 Aug 2009 17:48:03 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It's bug in source. <a href="http://www.wikidot.org/bug:23">Bug 23</a></p> <p>Fixed in git.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28020">Wikidot version 1 / Bugs</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-170133/backup-on-local-wiki">Backup on local wiki</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-170133#post-557159</guid>
				<title>Re: Backup on local wiki</title>
				<link>http://www.wikidot.org/forum/t-170133/backup-on-local-wiki#post-557159</link>
				<description></description>
				<pubDate>Sun, 09 Aug 2009 16:25:50 +0000</pubDate>
				<wikidot:authorName>solarko</wikidot:authorName>				<wikidot:authorUserId>145147</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>please, tell me if this is bug only on my machine.<br /> im not so good at php, but will try to explore</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28020">Wikidot version 1 / Bugs</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-170133/backup-on-local-wiki">Backup on local wiki</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-172721#post-557074</guid>
				<title>Re:</title>
				<link>http://www.wikidot.org/forum/t-172721/demo-server-published#post-557074</link>
				<description></description>
				<pubDate>Sun, 09 Aug 2009 12:30:01 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Start with <a href="http://sandbox.wikidot.org/forms:_template/edit/true">http://sandbox.wikidot.org/forms:_template/edit/true</a> It's definition of the form.</p> <p>Then see how it looks on <a href="http://sandbox.wikidot.org/forms:something/edit/true">http://sandbox.wikidot.org/forms:something/edit/true</a></p> <p>The nicest (in my opinion) is the pagepath field type. It allows you to browse the pages tree in given category, to select a page from it.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-594">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-172721/demo-server-published">Demo Server Published</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-172721#post-557037</guid>
				<title></title>
				<link>http://www.wikidot.org/forum/t-172721/demo-server-published#post-557037</link>
				<description></description>
				<pubDate>Sun, 09 Aug 2009 11:16:44 +0000</pubDate>
				<wikidot:authorName>tsangk</wikidot:authorName>				<wikidot:authorUserId>47197</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>can you help me with the forms on your sandbox?</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-594">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-172721/demo-server-published">Demo Server Published</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-172721#post-556936</guid>
				<title>Re: Captcha not working?</title>
				<link>http://www.wikidot.org/forum/t-172721/demo-server-published#post-556936</link>
				<description></description>
				<pubDate>Sun, 09 Aug 2009 08:01:48 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi Ed,</p> <p>Captcha not working is a bug of no php5-gd in requirement list. Updating <a href="http://www.wikidot.org/installation-guide">Installation guide</a>. Thank you.</p> <p>On the other hand, registration should not be enabled, because I haven't set up the mail server, and this is also reported as bug <a href="http://www.wikidot.org/bug:11">11</a>.</p> <p>But sandbox is editable by anyone, so feel free to play anyhow :)</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-594">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-172721/demo-server-published">Demo Server Published</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-172721#post-556773</guid>
				<title>Captcha not working?</title>
				<link>http://www.wikidot.org/forum/t-172721/demo-server-published#post-556773</link>
				<description></description>
				<pubDate>Sun, 09 Aug 2009 00:51:36 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I finally got caught up with some other stuff and was going to play with the demo server. I can't get very far trying to create an account - captcha is not displaying properly.</p> <p>I recall having this issue WAAAAAAY BACK in the beginning with my server, but can't remember what ended up fixing it.</p> <p>I just installed the 30 day trial of VMWare Workstation 6.5. It's <strong>very</strong> impressive! I'm going to try a GIT install of the latest <em>bleeding edge</em> code and see how it goes.</p> <p>-Ed</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-594">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-172721/demo-server-published">Demo Server Published</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-173912#post-553945</guid>
				<title>Re: Return to original</title>
				<link>http://www.wikidot.org/forum/t-173912/return-to-original#post-553945</link>
				<description></description>
				<pubDate>Wed, 05 Aug 2009 15:40:00 +0000</pubDate>
				<wikidot:authorName>pieterh</wikidot:authorName>				<wikidot:authorUserId>99</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Try Ctrl-0.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-173912/return-to-original">Return to original</a>
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>