File: daps-auto.xml

package info (click to toggle)
daps 3.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 16,060 kB
  • sloc: xml: 14,348; sh: 5,654; perl: 409; lisp: 380; python: 260; makefile: 254; sed: 8
file content (102 lines) | stat: -rw-r--r-- 2,989 bytes parent folder | download
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<?xml version="1.0" encoding="UTF-8"?>
			<!DOCTYPE refentry PUBLIC
			"-//OASIS//DTD DocBook XML V4.5//EN"
			"http://www.docbook.org/xml/4.5/docbookx.dtd"
			[
<!ENTITY daps_command "daps-auto">
	<!ENTITY % entities SYSTEM "entity-decl.ent">
%entities;
]>

	<refentry lang="en" id="daps-auto">
		<refentryinfo>
			<productname>&daps_command;</productname>
			<authorgroup>
				<author>
					<contrib>Developer</contrib>
					<firstname>Frank</firstname>
					<surname>Sundermeyer</surname>
					<email>fsundermeyer@opensuse.org</email>
				</author>
				<author>
					<contrib>Developer</contrib>
					<firstname>Thomas</firstname>
					<surname>Schraitle</surname>
					<email>toms@opensuse.org</email>
				</author>
				<author>
					<contrib>Developer</contrib>
					<firstname>Stefan</firstname>
					<surname>Knorr</surname>
				</author>
				<author>
					<contrib>Previous Developer of susedoc</contrib>
					<firstname>Berthold</firstname>
					<surname>Gunreben</surname>
				</author>
				<author>
					<contrib>Previous Developer of susedoc</contrib>
					<firstname>Jana</firstname>
					<surname>Jaeger</surname>
				</author>
			</authorgroup>
		</refentryinfo>
		<refmeta>
			<refentrytitle>&daps_command;</refentrytitle>
			<manvolnum>1</manvolnum>
			<refmiscinfo class="date"><?dbtimestamp format="Y B d"?></refmiscinfo>
			<refmiscinfo class="version">&dapsversion;</refmiscinfo>
			<refmiscinfo class="manual">&dapsacr;</refmiscinfo>
		</refmeta>
		<refnamediv>
			<refname>&daps_command;</refname>
			<refpurpose>

				A program in the DAPS software package, a complete environment to build
				HTML, PDF, ePUB and other formats from DocBook XML.

			</refpurpose>
		</refnamediv>

		<refsect1 id="daps-auto.description">
			<title>Description</title>
			<para>
				This manual page documents briefly the
				<filename>&daps_command;</filename> program.  
			</para>
			<para>

				The &daps_command; program creates documentation output with DAPS and rsync it
				to given servers. It needs a config file in ini style. A sample such file
				is located at /usr/share/daps/init_templates/daps-auto_sample.ini.

			</para>
		</refsect1>

		<refsect1> 

			<title>This man page author</title> 

			<para> 

				<author>
					<firstname>Filippo</firstname> <surname>Rusconi
						&lt;lopippo@debian.org&gt;</surname> <authorblurb> <para> This manual
							page was written by Filippo Rusconi &lt;lopippo@debian.org&gt;
							(initial writing 06&nbsp;february&nbsp;2019). Permission is granted to
							copy, distribute and/or modify this document under the terms of the
							GNU General Public License, Version&nbsp;3, published by the Free
							Software Foundation.  </para>

						<para>
							On a Debian system the complete text of the GNU General
							Public License version 3 can be found in the file
							<filename>/usr/share/common-licenses/GPL\-3</filename>.
						</para>

					</authorblurb>
				</author>
			</para>
		</refsect1>

	</refentry>