Git commit b37befd5ed6d77c94690683fb12179bda537217a by Burkhard Lück. Committed on 08/04/2016 at 20:48. Pushed by lueck into branch 'master'.
move to proper subdir to install lang docbooks to correct place M +1 -4 doc/CMakeLists.txt C +0 -0 doc/kcontrol/CMakeLists.txt [from: doc/CMakeLists.txt - 100% similarity] A +136 -0 doc/kcontrol/index.docbook http://commits.kde.org/plasma-pa/b37befd5ed6d77c94690683fb12179bda537217a diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 340cc31..e74d414 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,4 +1 @@ -##### Install Plasma Pulseaudio Documentation ##### -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kcontrol/plasma-pa) - -##### Install System Settings Modules Documentation ##### +add_subdirectory(kcontrol) diff --git a/doc/CMakeLists.txt b/doc/kcontrol/CMakeLists.txt similarity index 100% copy from doc/CMakeLists.txt copy to doc/kcontrol/CMakeLists.txt diff --git a/doc/kcontrol/index.docbook b/doc/kcontrol/index.docbook new file mode 100644 index 0000000..41acb41 --- /dev/null +++ b/doc/kcontrol/index.docbook @@ -0,0 +1,136 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ + <!ENTITY i18n-plasmapa 'Audio Volume'> + <!ENTITY % addindex "IGNORE"> + <!ENTITY % English "INCLUDE"> +]> +<article id="plasmapa" lang="&language;"> + +<articleinfo> +<title>&i18n-plasmapa;</title> + +<authorgroup> +<author> +&Sebastian.Kuegler; +&Sebastian.Kuegler.mail; +</author> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<copyright> +<year>2015</year> +<holder>&Sebastian.Kuegler;</holder> +</copyright> +<legalnotice>&FDLNotice;</legalnotice> + +<date>2015-08-10</date> +<releaseinfo>Plasma 5.4</releaseinfo> + +<abstract> +<para> +This documentation describes the &i18n-plasmapa; Systemsettings module. +</para> +</abstract> + +<keywordset> +<keyword>KDE</keyword> +<keyword>System</keyword> +<keyword>Settings</keyword> +<keyword>configuration</keyword> +<keyword>multimedia</keyword> +<keyword>sound</keyword> +<keyword>volume</keyword> +<keyword>speaker</keyword> +<keyword>headset</keyword> +<keyword>bluetooth</keyword> +<keyword>phonon</keyword> +<keyword>pulseaudio</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="introduction"> +<title>Introduction</title> + +<para> +&i18n-plasmapa; provides the user with a mechanism to control the volume of devices and applications using the PulsAudio sound system. +</para> + +<sect2 id="kcm"> +<title>System Settings Module</title> + +<para> +&i18n-plasmapa; provides the user with a mechanism to control the volume of devices and applications using the PulsAudio sound system. +</para> + +<para> +&i18n-plasmapa; allows the user to control the volume of output devices, application-level channels, input and recording devices. It allows the user to route audio to and from specific devices. +&i18n-plasmapa; consists of a system settings module and a Plasma widget, which can usually be found in the system tray area. +</para> + +<para> +&i18n-plasmapa; groups volume and sound settings for different channels or devices into the following groups: +<itemizedlist> +<listitem><para> +Applications: Applications that play audio, such as your music player or web browser. +</para></listitem> +<listitem><para> +Recording: Change the volume of recording devices, such as a connected microphone or head set. +</para></listitem> +<listitem><para> +Output Devices: Output devices, you can find your headphone jack or bass woofer or connected bluetooth speaker here, grouped under the sound card they are connected to. +</para></listitem> +<listitem><para> +Input Devices: Sound input devices that maybe be connected to your computer. +</para></listitem> +<listitem><para> +Configuration: This tab allows to set specific profiles to such as Analog Stereo or Digital Surround 5.1. For bluetooth devices, you can switch to the high-fidelity AD2P bluetooth profile here. +</para></listitem> +</itemizedlist> +</para> + +</sect2> + +<sect2 id="plasmoid"> +<title>Plasma Widget</title> +<para>The &i18n-plasmapa; Plasma Widget is automatically loaded in the system tray area. Clicking on the speaker icon in the panel opens a popup with volume control sliders for different playback devices, and allows to change their volume individually. +</para> +</sect2> + +<sect2 id="credits"> + +<title>Credits and License</title> + +<para> +&plasmapa; +</para> +<para> +Program copyright 2014-2015 Harald Sitter +</para> + +<para> +Documentation Copyright © 2015 &Sebastian.Kuegler; &Sebastian.Kuegler.mail; +</para> + +<!-- TRANS:CREDIT_FOR_TRANSLATORS --> + +&underFDL; +&underGPL; +</sect2> + +</sect1> + +</article> + +<!-- +Local Variables: +mode: xml +sgml-minimize-attributes:nil +sgml-general-insert-case:lower +sgml-indent-step:0 +sgml-indent-data:nil +End: + +vim:tabstop=2:shiftwidth=2:expandtab +kate: space-indent on; indent-width 2; tab-width 2; indent-mode none; +--> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
