Non-Profit Website: How to allow non-techies to edit!
Problem: I work for a small (150 ppl) non-profit as a netadmin and we want a webpage (zomg 2007 right?). My specific issue is I want a platform that will allow:
Adding content/deleting content/adding PDF's/adding images
Without requiring input from me. The bureaucracy of our organization means that this will make life MUCH easier for me. As a result I prototyped the site in Plone, which worked out great except
Plone is a flaming turd of a product.
I really like Plone's in-template editing, drag and drop content ordering, staging (ie, bits can exist on the site ONLY when logged in). I need something that will run on Dreamhost (which is pretty much anything PHP/Perl/etc).
I have looked at: (
ask://cms)
WordPress
Expression Engine (I'd love to have their main site tempate)
TextPattern (
Perfect Implementation)
SilverStripe
This seems like a rather trivial adventure, except all of these products seem geared directly towards running a blog, with side static pages, as where Plone was a content manager with a blog addon.
Is CMS a synonym for Blogging these days? My users are fairly inept, and I do major styling (ie, they can handle textarea with buttons for formatting). I would love something where they can easily add sections. Let's use the Library site linked above as 'implentation' which uses features that aren't available to the public.
* Major sections, subsections shown on the right in content area
* Each major section has a 'landing page' that is styled differnetly
* User's can concievably add a new content area and it is automatically added to the navigation system.
One specific gripe with MT is that it seems to be all static pages, and I see a benefit to having dynamically built pages so I can add in php code later to do things on the fly (database lookups in page?).
I don't need any blogging functionality at all, which is the biggest stumbling block here. Everything I look at is primarily driven off this 'articles' idea, whereas I simply want 'pages'. I want to have a way to specify the display order in the navigation. All things Plone did, but I cant find something more lightweight (preferably in PHP) that can do the same.
I am on the edge of just writing my own custom app in PHP/Smarty, but it seems silly to do that when SOMETHING must automate this all for me. There are great examples of sites running off these platforms.
posted by devilsbrigade at 8:09 AM on August 14, 2007