Moin,
On Wednesday 26 April 2006 23:46, Brion Vibber wrote:
fred wrote:
I'm currently pushing my company to adopt mediawiki as our main collaborative working tool. I'm looking for a way to automaticaly create an article containing a list of permanent links pointing to specific versions of articles. It could be a category but this category should be "frozen"; the category should list the articles versions frozen at time T.
In short, I'm trying to "tag" (as in cvs or subversion) a list of articles.
Is it feasible with mediawiki? Maybe using some Bots?
If you're in the database, you can get the current revision number of each page from its page_latest field. You can then make a list of links using the 'oldid' URL parameter, and store it however you like.
And the best way would probably to write a new SpecialPage, call it SpecialFreezeList or something.
User could then select which articles need "freezing" and where to store the list linking to these revisions.
best wishes,
Tels