Content Management and Wikis that you can use here at SDF
There are many, many tools available for managing content these days, however, in this modern era of individual VPSs and virtual environments like Docker, most new tools are not set up to be implementable by users in a classic public shared server environment, such as we prize here at SDF. Instead, many tools assume that the user is admin on the web server that they want to install a CMS or Wiki, and can control custom configurations.
I have tried several freely available CMS and wiki packages, and have determined the following ones can be installed in your user html
space and work, as long as you have at least an ARPA membership. Each has certain strengths and weakenesses, and some are designed to be more multi-user, allowing you to have individual contributors that don't need SDF shell accounts. All are designed to allow you to create content from the website itself, not requiring you to log in to your shell account to add or modify content, and to give you an interface that doesn't require you to author content directly in HTML, and to give you templates to give your web site a cohesive look.
The packages listed here also use the regular file system for storage, so an SDF DBA membership is not required for them to work. There are even more CMSs and wikis, not listed below (Drupal, for example) that do require a database.
CMS and Wiki Options That Only Require ARPA Membership
- CMS
- Typesetter CMS: https://github.com/Typesetter/Typesetter Very nice, multi-user, great UI for page design, cool templates, but looks to be abandoned, may need look at the PHP update fork…
- GetSimple CMS: https://getsimple-ce.ovh/ Very straightforward. Single admin user. Looks bulletproof
- Flatpress CMS: https://www.flatpress.org/ A flat-file verison of wordpress that you can set up in your own web folder! Fewer features, but fully yours to control. Many templates for your site. Single admin user, though.
- Wikis
- DokuWiki: https://dokuwiki.org Used at SDF, it's a fine wiki, easy configuration and reskin using the UI Configuration Manager. Has a few decent Responsive Design skins that look good. Has editing buttons to make it so you don't need to know the markup well to use, but also the markup is pretty standardish.
- PmWiki: https://pmwiki.org super low resources, easy to extend with cookbooks. A handful of Responsive Design skins. Easy to turn WikiWords back on so it can be a classic quick-to-author wiki experience. Can use Creole markup vs the default, note that its markup is very old school and not what you're used to, but you can turn on editing buttons like dokuwiki has by default, too.