<?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 or CMS that will work for this?</title>
	<link>http://ask.metafilter.com/96345/Wiki-or-CMS-that-will-work-for-this/</link>
	<description>Comments on Ask MetaFilter post Wiki or CMS that will work for this?</description>
	<pubDate>Fri, 11 Jul 2008 12:08:15 -0800</pubDate>
	<lastBuildDate>Fri, 11 Jul 2008 12:08:15 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Wiki or CMS that will work for this?</title>
		<link>http://ask.metafilter.com/96345/Wiki-or-CMS-that-will-work-for-this</link>	
		<description>I need a Wiki or CMS that has a WYSIWYG editor for a site with about a 100 static pages, sorted into categories. 
 &lt;br /&gt;&lt;br /&gt; I&apos;m trying to revamp an extranet website for an elementary school, where they store all the information about their programs, tution, phone lists, fundraising, etc., and parents and staff can login and look at all that and print it out. &lt;br&gt;
&lt;br&gt;
Right now I&apos;ve got this site setup with Edit-Point, a really lightweight CMS, which uses TinyMCE for the WYSIWYG editor and just saves to .txt files. It&apos;s great for editing existing pages...as long as the navigation part of the site never changes. &lt;br&gt;
&lt;br&gt;
That&apos;s the problem. They want to be able to add new pages, and change the names of existing pages, and have that be tied to the navigation. But I&apos;ve got the navigation set up in a Javascript drop-down menu, which I have to go in and manually edit whenever they want to change anything. It&apos;s a pain in the ass. &lt;br&gt;
&lt;br&gt;
I&apos;ve used Wordpress before, and like it for some stuff, but I don&apos;t like how adding new &apos;pages&apos; works. Maybe there&apos;s a plugin for sites that only want to have a lot of &apos;pages&apos; sorted into categories, but I feel like that kind of goes against what WordPress is. &lt;br&gt;
&lt;br&gt;
Something like PmWiki is closer to what I&apos;m looking for, where there is just a long list of pages on the side - but you have to use their special markup, which I really don&apos;t like, and won&apos;t fly for this. &lt;br&gt;
&lt;br&gt;
There&apos;s no budget for this, so open source would be great.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.96345</guid>
		<pubDate>Fri, 11 Jul 2008 11:44:48 -0800</pubDate>
		<dc:creator>andrewzipp</dc:creator>
		
			<category>cms</category>
		
			<category>wiki</category>
		
			<category>open</category>
		
			<category>source</category>
		
	</item> <item>
		<title>By: lia</title>
		<link>http://ask.metafilter.com/96345/Wiki-or-CMS-that-will-work-for-this#1405333</link>	
		<description>movable type 4 does this perfectly, and it comes in a fully-functional &lt;a href=&quot;http://www.movabletype.org/opensource/&quot;&gt;open source&lt;/a&gt; flavor!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.96345-1405333</guid>
		<pubDate>Fri, 11 Jul 2008 12:08:15 -0800</pubDate>
		<dc:creator>lia</dc:creator>
	</item><item>
		<title>By: bricoleur</title>
		<link>http://ask.metafilter.com/96345/Wiki-or-CMS-that-will-work-for-this#1405358</link>	
		<description>&lt;a href=&quot;http://drupal.org&quot;&gt;Drupal&lt;/a&gt;. There&apos;s a TinyMCE module that works very well, so that&apos;s covered. You can either use Drupal&apos;s Categories to categorize or, as I suspect, set up different content types for the different types of entries you may have. Changing menus is very easy, and you can do it either from the Menu admin page or from the edit tab of the page you are changing. No special markup for your users to learn.&lt;br&gt;
&lt;br&gt;
It&apos;s free and open source. You just need PHP and MySQL from you host.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.96345-1405358</guid>
		<pubDate>Fri, 11 Jul 2008 12:25:35 -0800</pubDate>
		<dc:creator>bricoleur</dc:creator>
	</item><item>
		<title>By: bricoleur</title>
		<link>http://ask.metafilter.com/96345/Wiki-or-CMS-that-will-work-for-this#1405359</link>	
		<description>Um, &quot;from &lt;i&gt;your&lt;/i&gt; host.&quot;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.96345-1405359</guid>
		<pubDate>Fri, 11 Jul 2008 12:26:14 -0800</pubDate>
		<dc:creator>bricoleur</dc:creator>
	</item><item>
		<title>By: SirStan</title>
		<link>http://ask.metafilter.com/96345/Wiki-or-CMS-that-will-work-for-this#1405373</link>	
		<description>Wordpress will do what you want quite easily.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.96345-1405373</guid>
		<pubDate>Fri, 11 Jul 2008 12:31:26 -0800</pubDate>
		<dc:creator>SirStan</dc:creator>
	</item><item>
		<title>By: cedar</title>
		<link>http://ask.metafilter.com/96345/Wiki-or-CMS-that-will-work-for-this#1405444</link>	
		<description>I&apos;m a huge fan of &lt;a href=&quot;http://expressionengine.com&quot;&gt;Expression Engine&lt;/a&gt; for this kind of stuff. If you give the architecture enough thought it will spit out the nav dynamically and reflect any changes/additions that you make. &lt;br&gt;
&lt;br&gt;
EE is remarkably flexible and, while not open source (there is a free &quot;Core&quot; version), isn&apos;t too expensive.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.96345-1405444</guid>
		<pubDate>Fri, 11 Jul 2008 13:10:11 -0800</pubDate>
		<dc:creator>cedar</dc:creator>
	</item><item>
		<title>By: andrewzipp</title>
		<link>http://ask.metafilter.com/96345/Wiki-or-CMS-that-will-work-for-this#1405521</link>	
		<description>Ok...maybe this will work in Wordpress. &lt;br&gt;
&lt;br&gt;
I got a plugin called Mass Page Maker that will let me easily set up all the 100 or so pages, and another plugin called pageMash that will let me sort them in to categories easily. &lt;br&gt;
&lt;br&gt;
Any suggestions on making the list look nicer? I haven&apos;t seen a lot of nice menus in Wordpress yet.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.96345-1405521</guid>
		<pubDate>Fri, 11 Jul 2008 14:10:15 -0800</pubDate>
		<dc:creator>andrewzipp</dc:creator>
	</item><item>
		<title>By: SirStan</title>
		<link>http://ask.metafilter.com/96345/Wiki-or-CMS-that-will-work-for-this#1405563</link>	
		<description>A local company called &lt;a href=&quot;http://vernalcreative.com/&quot;&gt;Vernal Creative&lt;/a&gt; &lt;a href=&quot;http://vernalcreative.com/blog&quot;&gt;blogged&lt;/a&gt; about their efforts to convert a local non-profit organization called &lt;a href=&quot;http://craftemergency.org/&quot;&gt;Craft Emergency Relief Fund&lt;/a&gt; from Drupal to Wordpress.  I really like the outcome.  The site isn&apos;t 2.0 modern, but its still nice looking and has a good look.&lt;br&gt;
&lt;br&gt;
Wordpress doesn&apos;t dictate your design (much).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.96345-1405563</guid>
		<pubDate>Fri, 11 Jul 2008 14:53:05 -0800</pubDate>
		<dc:creator>SirStan</dc:creator>
	</item><item>
		<title>By: mac-way</title>
		<link>http://ask.metafilter.com/96345/Wiki-or-CMS-that-will-work-for-this#1405595</link>	
		<description>I&apos;d totally second Expression Engine.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.96345-1405595</guid>
		<pubDate>Fri, 11 Jul 2008 15:33:29 -0800</pubDate>
		<dc:creator>mac-way</dc:creator>
	</item><item>
		<title>By: anildash</title>
		<link>http://ask.metafilter.com/96345/Wiki-or-CMS-that-will-work-for-this#1405801</link>	
		<description>I work with the &lt;a href=&quot;http://www.movabletype.org/&quot;&gt;Movable Type&lt;/a&gt; team, and it&apos;s great at exactly this kind of stuff. It&apos;s free and open source and there are even templates for proper sites like this, that don&apos;t look like blogs, but rather have a set of pages accessed by navigation. And the pages are static, so it handles traffic better than some of the other options here if you&apos;re on a simple web server. Plus, it has much better security than WordPress, so your school won&apos;t have to worry about getting hacked or having constant security updates.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.96345-1405801</guid>
		<pubDate>Fri, 11 Jul 2008 19:21:00 -0800</pubDate>
		<dc:creator>anildash</dc:creator>
	</item>
	</channel>
</rss>
