DocExport

From Wiki4Intranet
Revision as of 15:03, 4 June 2013 by VitaliyFilippov (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

DocExport is a MediaWiki extension.

Status for Mediawiki4Intranet distribution:

  • Inclusion date: 2008-10-14
  • Included version: newest available
  • Improvement status: Created by MediaWiki4Intranet project

Features

  • Content-action tab «purge» is added — click it to clear article cache
  • «->m$word», «->openoffice» links are added to toolbox — click to open article in m$word/OO.o
  • «Clean HTML» link is also added — the intent is to allow display of «clean» page version, without any toolboxes and navigation, but with normal page styles. Link leads to &useskin=cleanmonobook by default («cleanmonobook» skin is required).
  • DocExport-templates.xml file contains some useful M$Word voodoo magic templates.

Russian help article has more details.

Installation

Add the following into your LocalSettings.php:

require_once "$IP/extensions/DocExport/DocExport.php";

You need to import (Special:Import) DocExport-templates.xml file from the extension directory into your wiki for Word-Voodoo-Magic to work.

For «Clean HTML» to work, you need cleanmonobook skin from Mediawiki4Intranet.

If you want to disable «Clean HTML» instead, add the following into your LocalSettings.php after including extension:

$egDocexportCleanHtmlParams = false;