summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-03-04 01:08:13 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-03-04 01:08:13 -0600
commitbfadda4dfa5b5dbe961269d20ddd994c34d6c1d4 (patch)
tree78abebb9c74170f91b89a86b21f3d013ed012fbe /doc
parentbf4df6e1c4bd1220e2e643307cc63e8a83e554b5 (diff)
downloadtdegraphics-bfadda4dfa5b5dbe961269d20ddd994c34d6c1d4.tar.gz
tdegraphics-bfadda4dfa5b5dbe961269d20ddd994c34d6c1d4.zip
Add camera protocol handbook.
Diffstat (limited to 'doc')
-rw-r--r--doc/tdeioslave/CMakeLists.txt9
-rw-r--r--doc/tdeioslave/Makefile.am4
-rw-r--r--doc/tdeioslave/camera/CMakeLists.txt9
-rw-r--r--doc/tdeioslave/camera/Makefile.am3
-rw-r--r--doc/tdeioslave/camera/index.docbook43
5 files changed, 68 insertions, 0 deletions
diff --git a/doc/tdeioslave/CMakeLists.txt b/doc/tdeioslave/CMakeLists.txt
new file mode 100644
index 00000000..6bc5f187
--- /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 00000000..561d25fa
--- /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 00000000..5bb83eee
--- /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 00000000..41691557
--- /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 00000000..36a371db
--- /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>