From 2550436fa227a41dc2ac2e3544c4432293d925e5 Mon Sep 17 00:00:00 2001 From: dion Date: Thu, 28 Aug 2003 07:03:02 +0000 Subject: [PATCH] Add docs for HEAD code, as the top level stuff will reflect the release as per discussions git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113885 13f79535-47bb-0310-9956-ffa450edef68 --- word2html/xdocs/current/changes.xml | 24 +++++++++++++++++++ word2html/xdocs/current/goals.xml | 20 ++++++++++++++++ word2html/xdocs/current/index.xml | 33 ++++++++++++++++++++++++++ word2html/xdocs/current/properties.xml | 27 +++++++++++++++++++++ 4 files changed, 104 insertions(+) create mode 100644 word2html/xdocs/current/changes.xml create mode 100644 word2html/xdocs/current/goals.xml create mode 100644 word2html/xdocs/current/index.xml create mode 100644 word2html/xdocs/current/properties.xml diff --git a/word2html/xdocs/current/changes.xml b/word2html/xdocs/current/changes.xml new file mode 100644 index 00000000..245c3588 --- /dev/null +++ b/word2html/xdocs/current/changes.xml @@ -0,0 +1,24 @@ + + + + Changes + dIon Gillard + + + + + + + Correctly handle files with .. in the names + + + Open the word documents in readonly mode + + + Make plugin run when maven site is invoked + + + + + + diff --git a/word2html/xdocs/current/goals.xml b/word2html/xdocs/current/goals.xml new file mode 100644 index 00000000..c3324e22 --- /dev/null +++ b/word2html/xdocs/current/goals.xml @@ -0,0 +1,20 @@ + + + + + Maven word2html Plug-in Goals + dIon Gillard + + + + + word2html:generate + Generate HTML docs from Word via CScript + + + word2html:prepare-filesystem + Create directories needed for the plugin + + + + \ No newline at end of file diff --git a/word2html/xdocs/current/index.xml b/word2html/xdocs/current/index.xml new file mode 100644 index 00000000..3443ad7f --- /dev/null +++ b/word2html/xdocs/current/index.xml @@ -0,0 +1,33 @@ + + + + + Maven Word 2 HTML Plug-in + dIon Gillard + + + +
+

+ This plug-in allows you to write your project documentation in Microsoft + Word, and generate HTML from it on a Windows platform + only. +

+

+ It converts Word documents to HTML using the + + Microsoft® Windows® Script. You will need this installed to + successfully use this plugin. +

+

+ To use this plug-in, make sure the property + ${maven.word2html.src.dir} has been set and run the + site:generate goal. +

+

+ All documents matching *.doc in the directory will be + converted to HTML. +

+
+ +
diff --git a/word2html/xdocs/current/properties.xml b/word2html/xdocs/current/properties.xml new file mode 100644 index 00000000..9bad61e4 --- /dev/null +++ b/word2html/xdocs/current/properties.xml @@ -0,0 +1,27 @@ + + + + + word2html Properties + dIon Gillard + + +
+ + + + + + + + + + + +
PropertyOptional?Description
maven.word2html.src.dirYes +

Default value is + MAVEN_WORD2HTML_SRC_DIR_NOT_SET.

+
+
+ +
\ No newline at end of file