How can my non-tech-savvy Mum maintain her own website?
January 16, 2007 11:46 AM
Subscribe
My mother needs a very simple website for a small business. I'm reasonably technically competent and I don't mind doing some work to set it up, but I'd like my mother to be able to update the content on her own. What software should I use?
Mum runs Ubuntu Linux (which I set up for her). She's become comfortable with email and word processing, but only with a lot of careful instruction and hand-holding. Now she'd like a website for her reflexology business. I'd have no problem putting it together myself in HTML/CSS, but I'd like Mum to be able to maintain the content on her own, so HTML is right out.
So, I'm looking for some kind of very very simple content management system that will let me create a professional looking website, with just a front page and a few subpages (all static). It needs to work with my Mum's own domain (although she hasn't got one yet). It doesn't matter if I have to write some CSS or something to start with, but the ongoing maintenance of the content has to be extremely simple.
Reasonably priced solutions are fine (but free ones are even better!)
Bonus points for a hosting company that will provide this kind of system out of the box, and for something with good looking themes, because my graphic design skills are not fantastic.
posted by emilyw to computers & internet (16 comments total)
9 users marked this as a favorite
Actually, if it's simple enough, you could even try writing something in Perl or Python or whatever your language of choice is that prompts her for a few inputs (her new content) and spits out the HTML. Build her the site she wants today, then put that code into a script and replace all the content with variables. Loop through the variables and prompt for input; put some sort of graphical "this is the page that this bit of content will go on" helper if you're feeling ambitious.
posted by spaceman_spiff at 11:53 AM on January 16, 2007