How can my non-tech-savvy Mum maintain her own website?
My answer to How can my non-tech-savvy Mum maintain her own website? on Ask MetaFilter
Here’s a trick I’ve used in the past. Find a simple wiki package (I used Tavi). Install it, twice. Point both installations at the same backend database. Now password protect one of them with .htaccess—that’s the one that gets used to edit her site. Make some simple template modifications to the other one to make it not look like a wiki—remove the edit links (and delete the edit saving code for good measure), configure it to display WikiLinks with spaces in the middle, then add the site’s navigation around the top. This wiki will be the public site.
If you’re even mildly comfortable with PHP the above modifications shouldn’t take more than twenty minutes or so. In return for that time investment you get a top class content management system with (hopefully) simple non-HTML markup and full revision tracking—so your Mum doesn’t have to worry about screwing anything up as she’ll always be able to get back to the old version.
This trick works especially well for sites that have more than one person collaborating on them thanks to the revision tracking, but it should be fine for just one person as well.
More recent articles
- AI-enhanced development makes me more ambitious with my projects - 27th March 2023
- I built a ChatGPT plugin to answer questions about data hosted in Datasette - 24th March 2023
- Weeknotes: AI won't slow down, a new newsletter and a huge Datasette refactor - 22nd March 2023
- Don't trust AI to talk accurately about itself: Bard wasn't trained on Gmail - 22nd March 2023
- A conversation about prompt engineering with CBC Day 6 - 18th March 2023
- Could you train a ChatGPT-beating model for $85,000 and run it in a browser? - 17th March 2023