|
Cookbook /
NetstreamsCMSSummary: A CMS (Content Management System) extension for pmwiki features different page-types (article, blog, comment issues), separation of content and layout, basic workflow capabilities, content-type based authentication and wysiwyg editing.
Version: 009bX
Prerequisites: pmwiki2.2.X
Status: Experimental
Questions answered by this recipeIs there a content managemet extension which features: Page-Types
Fully templated and web based configurable Layout
Workflow
User Authentication & Permissions
WYsiwYg-Editor
DescriptionA CMS (Content Management System) extension for pmwiki features different content types (article, blog, comment issues and custom types), seperation of content and layout and basic workflow capabilities. Try out a demonstration: http://demo.netstreams.org/cms Login/Password is Author/test or Admin/test. Installation
Demo
NotesThis is a experimental release. Weekly Releases. Suggestions and bug reports are very welcome. See AlsoContributorsCommentsDirkBlaas (2009-09-14)I am very interested in the promised 'Tiny MCE integration (optional)'. but I can't find it in the solution set and allso nowhere on the Netstreams demo. False promise ??
cmstrekker (2009-02-26):It's fantastic. Don't go too fast into databases, because enough CMSs force that, and few have flat file support.
Suggestion, the skin(s) lack fluid resize. Check MaguilaSkin re Holy Grail, One True Layout. Consider also full fluidity, like Lazy Days. Other ideas are FooterStickAlt and Deluxe CSS Dropdowns and Flyouts.
I don't know, but you might peek at WYMeditor.
Thanks for your feedback, grz Benjamin? March 03, 2009, at 12:47 PM cmstrekker (2009-03-03):Comments on the above (thank you). WYSIWYG defeats markup concepts, slows interactions, and is mega work. It's best for client apps like NvU. WYSIWYG eats coders for lunch.
Designers consider tables klunky old-school. They like DIVs with CSS/XHTML compliance.
DBs help with lots of data, but hurt with less. Zillions of PHP/SQL solutions exist: same-old, same-old. A filesystem is a DB, and can outperform SQL. A tmpfs-formatted ramdisk can easily hold the text of a site. I'd like a CMS with pure .txt files. You'd beat all SQL solutions. In /etc/fstab, tmpfs /mnt/ramdisk tmpfs rw,nosuid,noexec,noatime,size=100M,nr_inodes=2k 0 0 (A cron job can rsync to physical disk every so often as backup.) The wget trick for static pages runs circles around all PHP/SQL templating. Pages where comments are closed work fine this way.
User notes?: If you use, used or reviewed this recipe, you can add your name. The following format is recognized:
* (+) Optional positive comment. Name, date * (-) Optional negative comment. Name, date These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki. |