<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Creating a private wiki with MoinMoin</title>
	<atom:link href="http://donc.wordpress.com/2006/08/02/creating-a-private-wiki-with-moinmoin/feed/" rel="self" type="application/rss+xml" />
	<link>http://donc.wordpress.com/2006/08/02/creating-a-private-wiki-with-moinmoin/</link>
	<description>cat foo &#62; /dev/null 2&#62;&#38;1</description>
	<lastBuildDate>Fri, 11 Sep 2009 13:59:45 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vasily Eremenko</title>
		<link>http://donc.wordpress.com/2006/08/02/creating-a-private-wiki-with-moinmoin/#comment-1614</link>
		<dc:creator>Vasily Eremenko</dc:creator>
		<pubDate>Thu, 23 Apr 2009 15:53:53 +0000</pubDate>
		<guid isPermaLink="false">https://donc.wordpress.com/2006/08/02/creating-a-private-wiki-with-moinmoin/#comment-1614</guid>
		<description>Thanks! Very useful information! But now the line &quot;theuser.save()&quot; is at the file &quot;MoinMoin/action/newuser.py&quot;. Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks! Very useful information! But now the line &#8220;theuser.save()&#8221; is at the file &#8220;MoinMoin/action/newuser.py&#8221;. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Instalacja MoinMoina - Jaws 0.8.9</title>
		<link>http://donc.wordpress.com/2006/08/02/creating-a-private-wiki-with-moinmoin/#comment-1609</link>
		<dc:creator>Instalacja MoinMoina - Jaws 0.8.9</dc:creator>
		<pubDate>Thu, 26 Feb 2009 08:20:54 +0000</pubDate>
		<guid isPermaLink="false">https://donc.wordpress.com/2006/08/02/creating-a-private-wiki-with-moinmoin/#comment-1609</guid>
		<description>[...] nowych użytkowników mniej więcej tak jak zostało to opisane na wygooglanej przeze mnie tej oto stronie.  Jaws Administrator &#124; 26 February 2009 &#124; General  &#124; 0 komentarze       Trackback URI: [...]</description>
		<content:encoded><![CDATA[<p>[...] nowych użytkowników mniej więcej tak jak zostało to opisane na wygooglanej przeze mnie tej oto stronie.  Jaws Administrator | 26 February 2009 | General  | 0 komentarze       Trackback URI: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WennaIllece</title>
		<link>http://donc.wordpress.com/2006/08/02/creating-a-private-wiki-with-moinmoin/#comment-1602</link>
		<dc:creator>WennaIllece</dc:creator>
		<pubDate>Mon, 27 Oct 2008 19:42:37 +0000</pubDate>
		<guid isPermaLink="false">https://donc.wordpress.com/2006/08/02/creating-a-private-wiki-with-moinmoin/#comment-1602</guid>
		<description>Is that a new way?   There are very few things like my   nutritious  ideas  Wanna good joke?   How many Microsoft employees does it take to screw in a lightbulb? None. We&#039;ll just declare darkness the new standard.</description>
		<content:encoded><![CDATA[<p>Is that a new way?   There are very few things like my   nutritious  ideas  Wanna good joke?   How many Microsoft employees does it take to screw in a lightbulb? None. We&#8217;ll just declare darkness the new standard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo Pinetti</title>
		<link>http://donc.wordpress.com/2006/08/02/creating-a-private-wiki-with-moinmoin/#comment-1594</link>
		<dc:creator>Eduardo Pinetti</dc:creator>
		<pubDate>Wed, 10 Sep 2008 18:44:41 +0000</pubDate>
		<guid isPermaLink="false">https://donc.wordpress.com/2006/08/02/creating-a-private-wiki-with-moinmoin/#comment-1594</guid>
		<description>Is it possible to have disable the search engine form to not logged users?

My idea is to have a private wiki limiting a only logging form as FrontPage. without any buttons

some idea??? thank</description>
		<content:encoded><![CDATA[<p>Is it possible to have disable the search engine form to not logged users?</p>
<p>My idea is to have a private wiki limiting a only logging form as FrontPage. without any buttons</p>
<p>some idea??? thank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://donc.wordpress.com/2006/08/02/creating-a-private-wiki-with-moinmoin/#comment-577</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Fri, 03 Aug 2007 17:46:11 +0000</pubDate>
		<guid isPermaLink="false">https://donc.wordpress.com/2006/08/02/creating-a-private-wiki-with-moinmoin/#comment-577</guid>
		<description>I put the following right after &quot;newuser&quot; is determined, within userform.py so that only a particular IP-address is allowed to create new users.   

          if newuser and self.request.remote_addr != &quot;1.1.1.23&quot;:
                return _(&quot;You have enountered a security flaw, user cannot be created. (%s)&quot; % self.request.remot
e_addr)

Then, in wikiconfig.py I assign

   acl_rights_default = u&quot;Known:read,write All:read&quot;

This makes a wiki that can be updated by those who log in and have Ids (which can only be created in a controlled way), yet everyone can read the wiki.</description>
		<content:encoded><![CDATA[<p>I put the following right after &#8220;newuser&#8221; is determined, within userform.py so that only a particular IP-address is allowed to create new users.   </p>
<p>          if newuser and self.request.remote_addr != &#8220;1.1.1.23&#8243;:<br />
                return _(&#8220;You have enountered a security flaw, user cannot be created. (%s)&#8221; % self.request.remot<br />
e_addr)</p>
<p>Then, in wikiconfig.py I assign</p>
<p>   acl_rights_default = u&#8221;Known:read,write All:read&#8221;</p>
<p>This makes a wiki that can be updated by those who log in and have Ids (which can only be created in a controlled way), yet everyone can read the wiki.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael Santos</title>
		<link>http://donc.wordpress.com/2006/08/02/creating-a-private-wiki-with-moinmoin/#comment-81</link>
		<dc:creator>Rafael Santos</dc:creator>
		<pubDate>Wed, 28 Feb 2007 18:31:30 +0000</pubDate>
		<guid isPermaLink="false">https://donc.wordpress.com/2006/08/02/creating-a-private-wiki-with-moinmoin/#comment-81</guid>
		<description>As superuser I&#039;ve edited the UserPreferences page and changed the ACL from
#acl MoinPagesEditorGroup:read,write,delete,revert All:read
to
#acl MoinPagesEditorGroup:read,write,delete,revert Known:read

And it worked as expected.

So far it is working, please try that.</description>
		<content:encoded><![CDATA[<p>As superuser I&#8217;ve edited the UserPreferences page and changed the ACL from<br />
#acl MoinPagesEditorGroup:read,write,delete,revert All:read<br />
to<br />
#acl MoinPagesEditorGroup:read,write,delete,revert Known:read</p>
<p>And it worked as expected.</p>
<p>So far it is working, please try that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Goldfish</title>
		<link>http://donc.wordpress.com/2006/08/02/creating-a-private-wiki-with-moinmoin/#comment-47</link>
		<dc:creator>Marcus Goldfish</dc:creator>
		<pubDate>Mon, 18 Dec 2006 14:17:46 +0000</pubDate>
		<guid isPermaLink="false">https://donc.wordpress.com/2006/08/02/creating-a-private-wiki-with-moinmoin/#comment-47</guid>
		<description>I modified this like Joseph did:

(1) in wikiconfig (farmconfig.py for me, as I run multipl wikis):

   acl_rights_before = u&quot;MyName:read,write,delete,revert,admin
   acl_rights_default = u&quot;+Known:read,write All:&quot;

(2) in UserPreferences

   #acl MoinPagesEditorGroup:read,write,delete,revert

This seems to work fine.</description>
		<content:encoded><![CDATA[<p>I modified this like Joseph did:</p>
<p>(1) in wikiconfig (farmconfig.py for me, as I run multipl wikis):</p>
<p>   acl_rights_before = u&#8221;MyName:read,write,delete,revert,admin<br />
   acl_rights_default = u&#8221;+Known:read,write All:&#8221;</p>
<p>(2) in UserPreferences</p>
<p>   #acl MoinPagesEditorGroup:read,write,delete,revert</p>
<p>This seems to work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cornelius Puschmann</title>
		<link>http://donc.wordpress.com/2006/08/02/creating-a-private-wiki-with-moinmoin/#comment-42</link>
		<dc:creator>Cornelius Puschmann</dc:creator>
		<pubDate>Tue, 12 Dec 2006 14:59:03 +0000</pubDate>
		<guid isPermaLink="false">https://donc.wordpress.com/2006/08/02/creating-a-private-wiki-with-moinmoin/#comment-42</guid>
		<description>Hey, thanks a bunch! Just the information I was looking for :-)</description>
		<content:encoded><![CDATA[<p>Hey, thanks a bunch! Just the information I was looking for :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Armbruster</title>
		<link>http://donc.wordpress.com/2006/08/02/creating-a-private-wiki-with-moinmoin/#comment-40</link>
		<dc:creator>Joseph Armbruster</dc:creator>
		<pubDate>Sat, 09 Dec 2006 19:33:02 +0000</pubDate>
		<guid isPermaLink="false">https://donc.wordpress.com/2006/08/02/creating-a-private-wiki-with-moinmoin/#comment-40</guid>
		<description>I did not want users to be able to access User Preferences to register...  So, for UserPreferences, I set:

#acl MoinPagesEditorGroup:read,write,delete,revert

Any thoughts?</description>
		<content:encoded><![CDATA[<p>I did not want users to be able to access User Preferences to register&#8230;  So, for UserPreferences, I set:</p>
<p>#acl MoinPagesEditorGroup:read,write,delete,revert</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: donc</title>
		<link>http://donc.wordpress.com/2006/08/02/creating-a-private-wiki-with-moinmoin/#comment-35</link>
		<dc:creator>donc</dc:creator>
		<pubDate>Fri, 03 Nov 2006 18:19:53 +0000</pubDate>
		<guid isPermaLink="false">https://donc.wordpress.com/2006/08/02/creating-a-private-wiki-with-moinmoin/#comment-35</guid>
		<description>Rabe: For my wiki I don&#039;t want unknown users to access &lt;strong&gt;any&lt;/strong&gt; page including the UserPreferences page.  Setting acl_rights_before is a good way for me to enforce this policy.</description>
		<content:encoded><![CDATA[<p>Rabe: For my wiki I don&#8217;t want unknown users to access <strong>any</strong> page including the UserPreferences page.  Setting acl_rights_before is a good way for me to enforce this policy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
