Player

<?xml version="1.0"?>
<!-- $Id$ -->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY firstname "Pierre">
<!ENTITY surname "Pronchery">
<!ENTITY username "khorben">
<!ENTITY email "khorben@defora.org">
<!ENTITY package "DeforaOS Player">
<!ENTITY player1 "player.xml">
<!ENTITY playerctl1 "playerctl.xml">
]>
<book><?dbhtml filename="index.html"?>
<bookinfo>
<authorgroup>
<author>
<firstname>&firstname;</firstname>
<surname>&surname;</surname>
<contrib>Code and documentation.</contrib>
<address>
<email>&email;</email>
</address>
</author>
</authorgroup>
<copyright>
<year>2013</year>
<year>2014</year>
<year>2015</year>
<year>2016</year>
<year>2017</year>
<year>2018</year>
<year>2019</year>
<year>2020</year>
<year>2021</year>
<holder>&firstname; &surname; &lt;&email;&gt;</holder>
</copyright>
<legalnotice>
<para>This documentation was written for the DeforaOS
project (and may be used by others).
</para>
<para>Permission is granted to copy, distribute and/or
modify this document under the terms of the
Creative Commons Attribution 4.0 International
license.
</para>
</legalnotice>
</bookinfo>
<title>&package;</title>
<para>Media player for the DeforaOS desktop environment.</para>
<chapter>
<title>User manual</title>
<section>
<title>Main window</title>
</section>
<section>
<title>Playlist</title>
</section>
</chapter>
<chapter>
<title>Manual pages</title>
<section>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="&player1;"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="&playerctl1;"/>
</section>
</chapter>
</book>
<!-- vim: set noet ts=1 sw=1 sts=1 tw=80: -->