Hi All
I'm thinking about writing two command line tools, one to rename pages,
and the other to delete pages.
There are three ways I can think of doing this:
* cgi-wiki scripts
Would mean everyone could use it, not just openguides
Would mean that category entries wouldn't be changed on delete (rename
would re-write internal links, which would fix categories)
Would be quite simple to write and test
* openguides scripts
Would mean only openguides could use it - normal cgi-wiki people
wouldn't benefit
Would allow category entries to be updated
Would be harder to write and test
* cgi-wiki scripts that called plugins, with openguides plugins
Would be useful to both cgi-wiki users and openguides users
post_delete plugin could remove category links (and remove empty
categories?)
Slightly harder still to write, but much easier to test
I'm thinking of going with the third option. Can anyone see any reason why
this wouldn't be a good plan?
Nick