Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.38 KB

README.adoc

File metadata and controls

47 lines (32 loc) · 1.38 KB

DocBook Authoring and Publishing Suite (DAPS)

Build Status

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).

1. Installing DAPS

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.

2. Contributing

If you would like to contribute to the project, do the following:

  1. Fork this project.

  2. Clone the project:

    git clone [email protected]:YOUR_USERNAME/daps.git
  3. Create a new branch from the develop branch.

    git branch <BRANCH_NAME> develop
  4. Make your changes.

  5. Send a pull request. Note that we will only accept pull requests against the develop branch.