A complete environment to build HTML, PDF, EPUB and other formats from DocBook XML. See https://github.com/openSUSE/daps for more information. Documentation is available from https://opensuse.github.io/daps/doc/index.html. DAPS is released under the GPL (version 2 or 3 at your choice).
DAPS packages are available for openSUSE and SUSE Linux Enterprise. It has also been successfully tested on Debian, Fedora, Linux Mint, and Ubuntu. See INSTALL.adoc for installation instructions.
The latest DAPS version.
Use the GitHub Discussions of this repository.
To report bugs, use the bug tracker of this repository: https://github.com/openSUSE/daps/issues/new?template=bug.md.
If you would like to contribute to the project, do the following:
-
Fork this project.
-
Clone the project:
git clone git@github.com:YOUR_USERNAME/daps.git
-
Create a new branch from the main branch.
git branch <BRANCH_NAME> main
-
Make your changes.
-
Send a pull request. Note that we will only accept pull requests against the main branch.