File: README.adoc

package info (click to toggle)
daps 3.3.2%2Bcleaned1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,540 kB
  • sloc: xml: 9,773; sh: 3,059; python: 1,322; lisp: 380; makefile: 239
file content (51 lines) | stat: -rw-r--r-- 1,436 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
= DocBook Authoring and Publishing Suite (DAPS)
The SUSE Documentation Team <doc-team@suse.com>

:numbered:
:website: https://github.com/openSUSE/daps
:giturl:  git@github.com:openSUSE/daps.git
:ghpages: http://opensuse.github.io/daps

A complete environment to build HTML, PDF, EPUB and other formats from
DocBook XML. See {website} 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).


== 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
link:INSTALL.adoc[INSTALL.adoc] for installation instructions.

The https://github.com/openSUSE/daps/releases/latest[latest DAPS version].


== Forum

Use the https://github.com/openSUSE/daps/discussions[GitHub Discussions] of this repository.


== Reporting Bugs

To report bugs, use the bug tracker of this repository: https://github.com/openSUSE/daps/issues/new?template=bug.md.


== Contributing

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.