[MKDoc-commit] [1.6] put Redirect plugin after Cache::Fake.

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Wed Feb 2 15:51:37 GMT 2005


Log Message:
-----------
[1.6] put Redirect plugin after Cache::Fake.  Otherwise installing
MKDoc::Apache_Cache exposes inconsistencies in Redirect table.

The correct fix would be to write a fsck tool for the Redirect table - This
could also reattach orphans in the Document table and check for the existence
of all editors and contributors etc..

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/conf:
        www.conf

-------------- next part --------------
Index: www.conf
===================================================================
RCS file: /var/spool/cvs/mkd/conf/www.conf,v
retrieving revision 1.1.2.20
retrieving revision 1.1.2.21
diff -Lconf/www.conf -Lconf/www.conf -u -r1.1.2.20 -r1.1.2.21
--- conf/www.conf
+++ conf/www.conf
@@ -30,6 +30,6 @@
 
 # main stuff
 flo::plugin::Cache::Writer
-flo::plugin::Redirect
 flo::plugin::Cache::Fake
+flo::plugin::Redirect
 flo::plugin::Error


More information about the MKDoc-commit mailing list