Branch: master

bfadda4d 2014-03-04 01:08:13 Darrell Anderson
Add camera protocol handbook.
A doc/tdeioslave/CMakeLists.txt
A doc/tdeioslave/Makefile.am
A doc/tdeioslave/camera/CMakeLists.txt
A doc/tdeioslave/camera/Makefile.am
A doc/tdeioslave/camera/index.docbook
M kamera/tdeioslave/camera.protocol
diff --git a/doc/tdeioslave/CMakeLists.txt b/doc/tdeioslave/CMakeLists.txt
new file mode 100644
index 0000000..6bc5f18
--- /dev/null
+++ b/doc/tdeioslave/CMakeLists.txt
@@ -0,0 +1,9 @@
+#################################################
+#
+#  Improvements and feedback are welcome
+#
+#  This file is released under GPL >= 2
+#
+#################################################
+
+tde_auto_add_subdirectories()
diff --git a/doc/tdeioslave/Makefile.am b/doc/tdeioslave/Makefile.am
new file mode 100644
index 0000000..561d25f
--- /dev/null
+++ b/doc/tdeioslave/Makefile.am
@@ -0,0 +1,4 @@
+SUBDIRS = $(AUTODIRS)
+KDE_LANG = en
+KDE_DOCS = AUTO
+
diff --git a/doc/tdeioslave/camera/CMakeLists.txt b/doc/tdeioslave/camera/CMakeLists.txt
new file mode 100644
index 0000000..5bb83ee
--- /dev/null
+++ b/doc/tdeioslave/camera/CMakeLists.txt
@@ -0,0 +1,9 @@
+#################################################
+#
+#  Improvements and feedback are welcome
+#
+#  This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION tdeioslave/camera )
diff --git a/doc/tdeioslave/camera/Makefile.am b/doc/tdeioslave/camera/Makefile.am
new file mode 100644
index 0000000..4169155
--- /dev/null
+++ b/doc/tdeioslave/camera/Makefile.am
@@ -0,0 +1,3 @@
+KDE_LANG = en
+KDE_DOCS = AUTO
+
diff --git a/doc/tdeioslave/camera/index.docbook b/doc/tdeioslave/camera/index.docbook
new file mode 100644
index 0000000..36a371d
--- /dev/null
+++ b/doc/tdeioslave/camera/index.docbook
@@ -0,0 +1,43 @@
+<?xml version="1.0" ?>
+<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
+  <!ENTITY % addindex "IGNORE">
+  <!ENTITY % English "INCLUDE" > <!-- change language only here -->
+]>
+
+<article lang="&language;" id="about">
+<title>camera</title>
+
+<articleinfo>
+
+<authorgroup>
+<author>&tde-authors;</author>
+<!-- TRANS:ROLES_OF_TRANSLATORS -->
+</authorgroup>
+
+<releaseinfo>&tde-release-version;</releaseinfo>
+<date>Reviewed: &tde-release-date;</date>
+
+<copyright>
+<year>&tde-copyright-date;</year>
+<holder>&tde-team;</holder>
+</copyright>
+
+<abstract>
+<para>
+This handbook describes the camera protocol.
+</para>
+</abstract>
+
+<keywordset>
+<keyword>TDE</keyword>
+<keyword>camera</keyword>
+<keyword>protocol</keyword>
+</keywordset>
+
+</articleinfo>
+
+<para>The camera protocol provides support for directly accessing the memory card
+in a digtal camera, thereby treating the memory card as just another storage device,
+like a hard drive.</para>
+
+</article>
diff --git a/kamera/tdeioslave/camera.protocol b/kamera/tdeioslave/camera.protocol
index 28046e1..8f73a1b 100644
--- a/kamera/tdeioslave/camera.protocol
+++ b/kamera/tdeioslave/camera.protocol
@@ -14,3 +14,4 @@
 Icon=camera
 maxInstances=1
 Class=:local
+DocPath=tdeioslave/camera/index.html