dion        2003/08/27 23:59:08

  Added:       src/plugins-build/word2html/xdocs/1.3 goals.xml
                        properties.xml changes.xml index.xml navigation.xml
  Log:
  Add 1.3 docs as a directory for history and ongoing navigation
  
  Revision  Changes    Path
  1.1                  maven/src/plugins-build/word2html/xdocs/1.3/goals.xml
  
  Index: goals.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <document>
    <properties>
      <title>Maven word2html Plug-in Goals</title>
      <author email="[EMAIL PROTECTED]">dIon Gillard</author>
    </properties>
    <body>
      <goals>
        <goal>
          <name>word2html:generate</name>
          <description>Generate HTML docs from Word via CScript</description>
        </goal>
        <goal>
          <name>word2html:prepare-filesystem</name>
          <description>Create directories needed for the plugin</description>
        </goal>
      </goals>
    </body>
  </document>
  
  
  1.1                  maven/src/plugins-build/word2html/xdocs/1.3/properties.xml
  
  Index: properties.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <document>
    <properties>
      <title>word2html Properties</title>
      <author email="[EMAIL PROTECTED]">dIon Gillard</author>
    </properties>
    <body>
      <section name="word2html Settings">
        <table>
          <tr>
            <th>Property</th>
            <th>Optional?</th>
            <th>Description</th>
          </tr>
          <tr>
            <td>maven.word2html.src.dir</td>
            <td>Yes</td>
            <td>
              <p>Default value is
                <code>MAVEN_WORD2HTML_SRC_DIR_NOT_SET</code>.</p>
            </td>
          </tr>
        </table>
      </section>
    </body>
  </document>
  
  
  1.1                  maven/src/plugins-build/word2html/xdocs/1.3/changes.xml
  
  Index: changes.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
    <properties>
      <title>Changes</title>
      <author email="[EMAIL PROTECTED]">dIon Gillard</author>
    </properties>
  
    <body>
  
      <release version="1.3" date="2003-08-28">
        <action dev="dion" type="fix">
          Correctly handle files with <code>..</code> in the names
        </action>
        <action dev="dion" type="fix">
          Open the word documents in readonly mode
        </action>
        <action dev="dion" type="fix">
          Make plugin run when maven site is invoked
        </action>
      </release>
  
    </body>
  </document>
  
  
  
  
  1.1                  maven/src/plugins-build/word2html/xdocs/1.3/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <document>
  
    <properties>
      <title>Maven Word 2 HTML Plug-in</title>
      <author email="[EMAIL PROTECTED]">dIon Gillard</author>
    </properties>
  
    <body>
      <section name="Maven Word to HTML Plug-in">
        <p>
          This plug-in allows you to write your project documentation in Microsoft
          Word, and generate HTML from it on a <strong>Windows</strong> platform
          only.
        </p>
        <p>
          It converts Word documents to HTML using the 
          <a 
href="http://msdn.microsoft.com/downloads/default.asp?url=/downloads/topic.asp?URL=/MSDN-FILES/028/001/175/topic.xml";>
          Microsoft� Windows� Script</a>. You will need this installed to
          successfully use this plugin.
        </p>
        <p>
          To use this plug-in, make sure the property 
          <code>${maven.word2html.src.dir}</code> has been set and run the 
          <code>site:generate</code> goal.
        </p>
        <p>
          All documents matching <code>*.doc</code> in the directory will be
          converted to HTML.
        </p>
      </section>
   </body>
  </document>
  
  
  
  1.1                  maven/src/plugins-build/word2html/xdocs/1.3/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <project name="Maven word2html Plugin">
    <title>Maven word2html Plugin</title>
    <body>
      <links>
        <item href="http://maven.apache.org/"; name="Maven">
        </item>
      </links>
      <menu name="Overview">
        <item href="/goals.html" name="Goals">
        </item>
        <item href="/properties.html" name="Properties">
        </item>
      </menu>
      <menu name="Downloads">
        <item name="Word2HTML Plugin 1.3"
            
href="http://www.ibiblio.org/maven/maven/plugins/maven-word2html-plugin-1.3.jar"/>
      </menu>
    </body>
  </project>
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to