| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| dita2confluence-1.2.2-readme.txt | 2009-12-01 | 2.9 kB | |
| dita2confluence1.2.2.javadoc.zip | 2009-12-01 | 96.0 kB | |
| dita2confluence1.2.2.source.zip | 2009-12-01 | 7.1 MB | |
| dita2confluence1.2.2.binary.zip | 2009-12-01 | 7.2 MB | |
| Totals: 4 Items | 14.4 MB | 0 | |
== DITA2Confluence 1.2.2 Release Notes == I. Overview II. Installing and verifying the installation III. Using DITA2Confluence to publish DITA content === Overview === This release delivers several enhancements and bug fixes as requested by the DITA2Wiki user community. See "Resolved issues" for more information. === Installing and verifying the installation === 1. Download the DITA2Confluence binary file, and then extract it to any folder on your computer. 2. Ensure that you have installed the required prerequisites (JDK, Ant) and set environment variables in your system for both. For help, see DITA2Confluence User Guide > Software requirements. 3 If your Confluence wiki instance is running on localhost:8080, you are ready to import the sample DITA module to the wiki. If it is running elsewhere, change the URL values in the confluence.config.xml file to point to the correct address. From command line, navigate to the [DITA2Confluence_home}\trunk folder and then run the following command: ant If you get errors at this point, ensure that you have set both JAVA_HOME and ANT_HOME environment variables correctly in your system path. Optionally, you can set JAVA_HOME from command line for the current session by running the command 'set JAVA_HOME=C:\Tools\Java\JDK6' (where 'C:\Tools\Java\JDK6' should be the path to your local JDK installation). ANT_HOME can be set similarly. 3. Point your web browser to localhost:8080. You should see a new space created from the sample DITA module (D2C User Guide). === Using DITA2Confluence to publish DITA content === See DITA2Confluence User Guide (PDF is available for download) for instructions and ideas on how to use the DITA2Wiki framework as a continuous publishing process. 1. Edit the confluence.content.xml file to specify your target DITA modules that you want to import to the wiki. Note: There are quite a few nifty properties with which you can program the wiki to organize and present the information in the way you want, and to administer the wiki, so be sure to explore in a test environment first. 2. Run the command: 'ant' 3. Review the resulting wiki output. === Resolved issues === Bug fixes: 2822522 Long tables cause Parse.Int error 2822520 Prolog elements not processed correctly Enhancements: 2820950 Allow prolog elements to be added to a ditamap (index terms) 2907006 Enable and disable 'generatetoc' property (for creating a Table of Contents home page from a DITA map) from command line === What's next === Releases are planned and scheduled based on input from the user community. If you have found a bug or have an idea for an enhancement you'd like to see in the product - or submit improved code! - please open a Tracker ticket at https://sourceforge.net/tracker/?group_id=238956.