<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Wiki KnowledgeBase</title>
	<link>http://ask.metafilter.com/8692/Wiki-KnowledgeBase/</link>
	<description>Comments on Ask MetaFilter post Wiki KnowledgeBase</description>
	<pubDate>Tue, 13 Jul 2004 18:30:42 -0800</pubDate>
	<lastBuildDate>Tue, 13 Jul 2004 18:30:42 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Wiki KnowledgeBase</title>
		<link>http://ask.metafilter.com/8692/Wiki-KnowledgeBase</link>	
		<description>I am looking for a Wiki engine for a corporate knowledge-base; I&apos;ve tried a few already, and I am discouraged by the selection so far.  Recommendations? (more inside, of course) &lt;br /&gt;&lt;br /&gt; I&apos;ve already tried Tiki Wiki and Mediawiki (the latter&apos;s the engine behind Wikipedia).  Tiki has everything anybody could hope for, but I&apos;ve found it a bit slow, and its URLs are too ugly for my tastes.  Mediawiki is very clean and pretty but doesn&apos;t seem to have any decent access control (e.g. anonymous users are able to read everything, as far as I can tell).  I&apos;ve also looked into Moin Moin, but haven&apos;t tried it yet.&lt;br&gt;
&lt;br&gt;
Besides access control, I&apos;d like the abililty to display math formulas via TeX and attach files to pages (and yeah, clean URLs).</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2004:site.8692</guid>
		<pubDate>Tue, 13 Jul 2004 17:32:12 -0800</pubDate>
		<dc:creator>costas</dc:creator>
		
			<category>wiki</category>
		
			<category>software</category>
		
			<category>corporate</category>
		
			<category>knowledgebase</category>
		
	</item> <item>
		<title>By: wackybrit</title>
		<link>http://ask.metafilter.com/8692/Wiki-KnowledgeBase#166202</link>	
		<description>Nore: If you have mod_rewrite access on your server/Web hosting, then you can solve any URL ugliness problems with a couple of lines of code. For example, you can seamlessly have something like http://yoursite.com/test.html dynamically turn into http://yoursite.com/cgi-bin/wiki.cgi?subject=test without anyone knowing a thing :-)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.8692-166202</guid>
		<pubDate>Tue, 13 Jul 2004 18:30:42 -0800</pubDate>
		<dc:creator>wackybrit</dc:creator>
	</item><item>
		<title>By: obloquy</title>
		<link>http://ask.metafilter.com/8692/Wiki-KnowledgeBase#166204</link>	
		<description>Some previous AskMe queries that might help:&lt;br&gt;
&lt;a href=&quot;http://ask.metafilter.com/mefi/8462 &quot;&gt;1&lt;/a&gt;, &lt;a href=&quot;http://ask.metafilter.com/mefi/7950 &quot;&gt;2&lt;/a&gt;, &lt;a href=&quot;http://ask.metafilter.com/mefi/6446 &quot;&gt;3&lt;/a&gt;, &lt;a href=&quot;http://ask.metafilter.com/mefi/5518 &quot;&gt;4&lt;/a&gt;, &lt;a href=&quot;http://ask.metafilter.com/mefi/4670&quot;&gt;5&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.8692-166204</guid>
		<pubDate>Tue, 13 Jul 2004 18:37:28 -0800</pubDate>
		<dc:creator>obloquy</dc:creator>
	</item><item>
		<title>By: costas</title>
		<link>http://ask.metafilter.com/8692/Wiki-KnowledgeBase#166206</link>	
		<description>Thanks, obloquy... most of those threads were on personal wikis though...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.8692-166206</guid>
		<pubDate>Tue, 13 Jul 2004 18:51:05 -0800</pubDate>
		<dc:creator>costas</dc:creator>
	</item><item>
		<title>By: misterioso</title>
		<link>http://ask.metafilter.com/8692/Wiki-KnowledgeBase#166234</link>	
		<description>The only wiki software that I&apos;ve played with that has any sort of decent access control was &lt;a href=&quot;http://twiki.org&quot;&gt;TWiki&lt;/a&gt;. With some modifications, you can hook it up to do standard authentication (on *nix systems), but it&apos;s sort of an all or nothing kind of deal. You can a) allow anyone to edit or b) allow only registered users to edit. You can refine it a little bit, but it&apos;s not terribly easy to configure. However, other than mediawiki (what Wikipedia uses), I&apos;ve found that it&apos;s one of the most complete wiki engines. There&apos;s also many plugins available for extending its functionality, and is very actively developed.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.8692-166234</guid>
		<pubDate>Tue, 13 Jul 2004 21:00:25 -0800</pubDate>
		<dc:creator>misterioso</dc:creator>
	</item><item>
		<title>By: kaefer</title>
		<link>http://ask.metafilter.com/8692/Wiki-KnowledgeBase#166255</link>	
		<description>Take a look at &lt;a href=&quot;http://www.zwiki.org&quot;&gt;Zwiki&lt;/a&gt;, a wiki engine for Zope.  It has the core features you&apos;re asking for (fine grained security, clean URLs, links to attachments, etc.).  &lt;br&gt;
&lt;br&gt;
Plus, there&apos;s a version of it called &lt;a href=&quot;http://mcelrath.org/Notes/LatexWiki&quot;&gt;LatexWiki &lt;/a&gt;that allows for inline Tex.&lt;br&gt;
&lt;br&gt;
The learning curve on Zope can be steep, but with knowledge of the basics you can get a full zwiki up and running on windows or linux in about 10 minutes (including download time).  Feel free to email me if you have questions...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.8692-166255</guid>
		<pubDate>Tue, 13 Jul 2004 22:49:05 -0800</pubDate>
		<dc:creator>kaefer</dc:creator>
	</item><item>
		<title>By: loquacious</title>
		<link>http://ask.metafilter.com/8692/Wiki-KnowledgeBase#166289</link>	
		<description>I haven&apos;t actually installed it but I here that &lt;a href=&quot;http://everydevel.com/&quot;&gt;The Everything Development Engine&lt;/a&gt; is extrememly flexible to the point of insanity.&lt;br&gt;
&lt;br&gt;
I frequently use it in a highly modified form at &lt;a href=&quot;http://Everything2.com&quot;&gt;Everything2.com&lt;/a&gt; as part of an encyclopedia meets writing experiment meets text adventure meets role-playing game.&lt;br&gt;
&lt;br&gt;
The way you can arrange and sort information and track logical links between bits of information is quite addictive and useful, all while maintaining an easy to use user-created data interface/front end.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.8692-166289</guid>
		<pubDate>Wed, 14 Jul 2004 03:20:57 -0800</pubDate>
		<dc:creator>loquacious</dc:creator>
	</item>
	</channel>
</rss>
