Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
059a6431
Commit
059a6431
authored
Sep 02, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/user: enable docbook-xslt option "use.id.as.filename"
parent
7facad41
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
24 deletions
+24
-24
Makefile.am
Makefile.am
+1
-1
user.xml
doc/user.xml
+23
-23
No files found.
Makefile.am
View file @
059a6431
...
...
@@ -2083,7 +2083,7 @@ if HAVE_XMLTO
DOCBOOK_HTML
=
$
(
patsubst %.xml,%/index.html,
$(DOCBOOK_FILES)
)
$(DOCBOOK_HTML)
:
%/index.html: %.xml
$(XMLTO)
-o
$
(
@D
)
--stringparam
chunker.output.encoding
=
utf-8 html
$<
$(XMLTO)
-o
$
(
@D
)
--stringparam
chunker.output.encoding
=
utf-8 html
--stringparam
use.id.as.filename
=
1
$<
else
...
...
doc/user.xml
View file @
059a6431
...
...
@@ -4,7 +4,7 @@
<book>
<title>
The Music Player Daemon - User's Manual
</title>
<chapter>
<chapter
id=
"intro"
>
<title>
Introduction
</title>
<para>
...
...
@@ -37,7 +37,7 @@
</para>
</chapter>
<chapter>
<chapter
id=
"install"
>
<title>
Installation
</title>
<para>
...
...
@@ -47,7 +47,7 @@
package, which is very easy to install.
</para>
<section>
<section
id=
"install_debian"
>
<title>
Installing on Debian/Ubuntu
</title>
<para>
...
...
@@ -65,7 +65,7 @@
</para>
</section>
<section>
<section
id=
"install_source"
>
<title>
Compiling from source
</title>
<para>
...
...
@@ -134,7 +134,7 @@ apt-get install g++ automake autoconf \
<programlisting>
make install
</programlisting>
</section>
<section>
<section
id=
"systemd_socket"
>
<title><filename>
systemd
</filename>
socket activation
</title>
<para>
...
...
@@ -166,10 +166,10 @@ systemctl start mpd.socket</programlisting>
</section>
</chapter>
<chapter>
<chapter
id=
"config"
>
<title>
Configuration
</title>
<section>
<section
id=
"config_music_directory"
>
<title>
Configuring the music directory
</title>
<para>
...
...
@@ -199,7 +199,7 @@ systemctl start mpd.socket</programlisting>
</para>
</section>
<section>
<section
id=
"config_database_plugins"
>
<title>
Configuring database plugins
</title>
<para>
...
...
@@ -251,7 +251,7 @@ systemctl start mpd.socket</programlisting>
</para>
</section>
<section>
<section
id=
"config_input_plugins"
>
<title>
Configuring input plugins
</title>
<para>
...
...
@@ -312,7 +312,7 @@ systemctl start mpd.socket</programlisting>
</para>
</section>
<section>
<section
id=
"config_decoder_plugins"
>
<title>
Configuring decoder plugins
</title>
<para>
...
...
@@ -373,7 +373,7 @@ systemctl start mpd.socket</programlisting>
</para>
</section>
<section>
<section
id=
"config_encoder_plugins"
>
<title>
Configuring encoder plugins
</title>
<para>
...
...
@@ -386,7 +386,7 @@ systemctl start mpd.socket</programlisting>
</para>
</section>
<section
id=
"
audio_output
"
>
<section
id=
"
config_audio_outputs
"
>
<title>
Configuring audio outputs
</title>
<para>
...
...
@@ -552,7 +552,7 @@ systemctl start mpd.socket</programlisting>
</informaltable>
</section>
<section>
<section
id=
"config_filters"
>
<title>
Configuring filters
</title>
<para>
...
...
@@ -609,7 +609,7 @@ systemctl start mpd.socket</programlisting>
</informaltable>
</section>
<section>
<section
id=
"config_playlist_plugins"
>
<title>
Configuring playlist plugins
</title>
<para>
...
...
@@ -677,7 +677,7 @@ systemctl start mpd.socket</programlisting>
</para>
</section>
<section>
<section
id=
"config_audio_format"
>
<title>
Audio Format Settings
</title>
<section>
...
...
@@ -689,7 +689,7 @@ systemctl start mpd.socket</programlisting>
all outputs. Doing that is usually not a good idea. The
values are the same as in
<link
linkend=
"ao_format"
><varname>
format
</varname>
in the
<link
linkend=
"
audio_output
"
><varname>
audio_output
</varname></link>
linkend=
"
config_audio_outputs
"
><varname>
audio_output
</varname></link>
section
</link>
.
</para>
</section>
...
...
@@ -887,7 +887,7 @@ systemctl start mpd.socket</programlisting>
</section>
</section>
<section>
<section
id=
"config_other"
>
<title>
Other Settings
</title>
<section>
...
...
@@ -1078,10 +1078,10 @@ systemctl start mpd.socket</programlisting>
</section>
</chapter>
<chapter>
<chapter
id=
"use"
>
<title>
Using
<application>
MPD
</application></title>
<section>
<section
id=
"client"
>
<title>
The client
</title>
<para>
...
...
@@ -1105,7 +1105,7 @@ systemctl start mpd.socket</programlisting>
</para>
</section>
<section>
<section
id=
"music_directory_and_database"
>
<title>
The music directory and the database
</title>
<para>
...
...
@@ -1131,7 +1131,7 @@ systemctl start mpd.socket</programlisting>
</para>
</section>
<section>
<section
id=
"queue"
>
<title>
The queue
</title>
<para>
...
...
@@ -1143,7 +1143,7 @@ systemctl start mpd.socket</programlisting>
</section>
</chapter>
<chapter>
<chapter
id=
"plugin_reference"
>
<title>
Plugin reference
</title>
<section
id=
"database_plugins"
>
...
...
@@ -1921,7 +1921,7 @@ systemctl start mpd.socket</programlisting>
</section>
</section>
<section>
<section
id=
"output_plugins"
>
<title>
Output plugins
</title>
<section
id=
"alsa_output"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment