MKDoc is an award-winning mod_perl web-based content management system with an emphasis on usability, accessibility and internationalisation.
MKDoc 1.6.29 is the latest in the ‘stable’ branch of MKDoc, development of new features for the upcoming 1.8 release takes place in the ‘unstable’ core.
This is a minor bugfix release, there is no need to upgrade unless you are having particular problems. Changes since the last release include:
Improved installation documentation.
404 document not found reports served as text/html again.
Improvements for the Gossamer Threads hosting environment.
Removal of situations where hidden-documents are linked-to.
More classes for CSS styling.
Configuration option for URL port-stripping.
MKDoc-1.6.29 can be downloaded here: http://download.mkdoc.com/mkdoc-1.6/
Changes since 1.6.28
2004-10-08 16:32:13 Chris Croome <chris@mkdoc.com> (chris) * flo/plugin/Error.pm: Fix for 404 pages being served as text/plain http://lists.webarch.co.uk/pipermail/mkdoc-dev/2004-October/000066.html
2004-10-01 12:48:32 Bruno Postle <bruno@mkdoc.com> (bruno) * tools/install-details-gt.pl: Add SetEnv MKD__URL_PORT_STRIP_REGEX "80\\d*" for gossammer threads 2004-09-30 14:49:26 Bruno Postle <bruno@mkdoc.com> (bruno) * INSTALL.TXT: Added some instructions for resetting permissions 2004-09-29 16:08:29 Bruno Postle <bruno@mkdoc.com> (bruno) * INSTALL.TXT, MODULES.TXT: added missing modules and reference to MKDoc::Apache_Cache * INSTALL.TXT: Made changes to install procedure as suggested by Andrew Brosnan * MKDoc/CGI.pm, MKDoc/Site/ConfigWriter/Httpd_Conf.pm: Backported Charlie Garrison's patch from 1.8 to 1.6 making port-number stripping configurable * flo/Editor.pm, flo/Editor.pm: Added class="mkdoc-link" to magically linked text
2004-09-28 20:49:41 Chris Croome <chris@mkdoc.com> (chris) * templates/print/en.html: Updated so that hidden documents are not linked to and the listing of child documents is also now omitted by default. * templates/admin/component_copy/en.html, templates/admin/component_move/en.html, templates/admin/copy/en.html, templates/admin/delete/en.html, templates/admin/move/en.html, templates/admin/new/en.html, templates/admin/properties/en.html, templates/admin/user_insert/en.html, templates/admin/user_modify/en.html, templates/discussion/post/en.html, templates/search/en.html: title attribute added to option elements this results in the title appearing as a tooltip as one scrolls through the list of options and changes depending on which option has focus. This is handy for lists of paths of documents, the title displays the title in this case and for lists of languages where the two (or more depending on the language) letter code is displayed. 2004-09-28 14:52:22 Bruno Postle <bruno@mkdoc.com> (bruno) * flo/Editor.pm, flo/Editor.pm: Both MKDoc-1.6 and 1.8 have a bug where even hidden child documents are linked-to by magic hyperlinking, this patch fixes it. I've also taken the opportunity to add a class to the hyperlink so it can be styled via CSS. 2004-09-24 12:36:36 Bruno Postle <bruno@mkdoc.com> (bruno) * tools/install-details-gt.pl, tools/install-details-gt.pl: Fixed stupid duplicate ServerName bug in gossamer threads installer 2004-09-22 15:10:53 Bruno Postle <bruno@mkdoc.com> (bruno) * conf/example.com.conf, tools/install-details-gt.pl, tools/install-site-gt.pl: Added files specific to installation on a gossamer threads hosted mod_perl server.