Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmraya/conversa
Conversa DITA Publisher
https://github.com/rmraya/conversa
dita publishing xml
Last synced: about 8 hours ago
JSON representation
Conversa DITA Publisher
- Host: GitHub
- URL: https://github.com/rmraya/conversa
- Owner: rmraya
- License: mit
- Created: 2019-08-21T16:43:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T14:10:24.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T06:46:03.874Z (over 1 year ago)
- Topics: dita, publishing, xml
- Language: Java
- Size: 117 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conversa DITA Publisher
![alt text](https://www.maxprograms.com/images/conversa.png "Conversa DITA Publisher")
**Conversa** is an open source graphical user interface for **DITA Converter** (ditac) from [XMLmind](http://www.xmlmind.com/ditac/) that you can use to easily publish your DITA projects in multiple formats.Conversa works right out of the box. Just install it and generate PDF, HTML, EPUB or Web Help from your DITA files using the default configuration.
The output formats supported by Conversa are:
- HTML
- EPUB 2 & 3
- PostScript
- Eclipse Help
- Web Help & Web Help with HTML5
- HTML Help
- XSL-FO
- RTF
- DOCX
- ODT## Installers
Ready to use installers are available at [https://www.maxprograms.com/products/conversa.html](https://www.maxprograms.com/products/conversa.html)
## Building Yourself
You need Java 17 and Apache Ant 1.10.12 or newer
- Checkout this repository
- Point your JAVA_HOME variabe to JDK 17
- Copy the appropriate version of `swt.jar` from `/SWT` folder to `/lib`
- Download `ditac plus fop` package from [http://xmlmind.com/ditac/download.shtml](http://xmlmind.com/ditac/download.shtml)
- Unzip the downloaded package into a folder named `ditac`
- Run `ant compile` to recompile the source code if you made changes
- Get a JRE (Java Runtme Environment) from [Adoptium](https://adoptium.net/) and save it in a folder named `jre`Use the `.bat` or `.sh` launchers included in the project to run Conversa.