How to implement editing?

Website editing and updating revision tracking

  • I need a tool that does website editing and updating revision tracking, meaning whenever a change is published to the website, a record of the change is recorded in some way. This is for a project that involves a site with maybe ten flat HTML files. For legal reasons, they need to track all published changes they make. Yes, I know MediaWiki does this, but I don't want to install MediaWiki for something so simple, for one. Also, the people I'm making the site for need to be able to make changes themselves, so MediaWiki includes an additional learning curve (we are talking about people with no HTML or coding knowledge and limited web experience.). So far, the only idea I've come up with is to use http://en.wikipedia.org/wiki/Adobe_Contribute#Pros_and_Cons with the plugin built into Microsoft Word (something they are quite comfortable with), and use the revision tracking that comes built into Word. Will this work? Are there any better ideas? I have had a hell of a time finding any good web tools for revision tracking. I have also considered maybe writing a perl module that copies the web pages to an archive directory any time changes are made, but I wouldn't know how to implement it. The other idea (since they just need to record changes), is to somehow use WGET on their Windows 2003 server to just download the website every night to their backup drive. That would perhaps be a suitable compromise. Your suggestions are much appreciated.

  • Answer:

chlorus at Ask.Metafilter.Com Visit the source

Was this solution helpful to you?

Other answers

Blazecock Pileon: Installed on the website? This looks like a client/server thing, and the users are running Windows XP btw. This looks very useful though.

chlorus

If you don't want to install something as complex as MediaWiki just to get versioning, what about http://en.wikipedia.org/wiki/Comparison_of_wiki_software?

Blazecock Pileon

This is what http://en.wikipedia.org/wiki/Subversion_%28software%29 and other revision control systems are for.

dmd

all changes are made in a staging area. When the changes are done, a script is run that checks the staging area into version control and then updates the directory of published pages from the copy in the version control system.

Good Brain

How about finding the simplest CMS that features both WYSIWYG editing and revision tracking? If you're lucky there'll be something that's less painful than cobbling together your own system.

malevolent

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.