summaryrefslogtreecommitdiff
path: root/libgphoto2_port/doc
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2001-10-16 10:03:48 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2001-10-16 10:03:48 +0000
commitcfd18ed7ab56c9cd4068792aa4bb3362d75b98a5 (patch)
tree596d94fc639a14175c12d6da69dc086b3ad70e7d /libgphoto2_port/doc
parent2022aef8f0532f40d850de2e1856eaa9bfe24090 (diff)
downloadlibgphoto2-cfd18ed7ab56c9cd4068792aa4bb3362d75b98a5.tar.gz
*** empty log message ***
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2533 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port/doc')
-rw-r--r--libgphoto2_port/doc/.cvsignore15
-rw-r--r--libgphoto2_port/doc/libgphoto2-port.sgml56
2 files changed, 15 insertions, 56 deletions
diff --git a/libgphoto2_port/doc/.cvsignore b/libgphoto2_port/doc/.cvsignore
new file mode 100644
index 000000000..5707b6814
--- /dev/null
+++ b/libgphoto2_port/doc/.cvsignore
@@ -0,0 +1,15 @@
+Makefile
+Makefile.in
+gphoto2-port-api.html
+html
+sgml
+gphoto2-port-scan.c
+gphoto2-port-scan
+gphoto2-port-decl.txt
+gphoto2-port-decl-list.txt
+gphoto2-port-unused.txt
+gphoto2-port-undocumented.txt
+html.stamp
+sgml.stamp
+tmpl.stamp
+
diff --git a/libgphoto2_port/doc/libgphoto2-port.sgml b/libgphoto2_port/doc/libgphoto2-port.sgml
deleted file mode 100644
index ab76b0dd0..000000000
--- a/libgphoto2_port/doc/libgphoto2-port.sgml
+++ /dev/null
@@ -1,56 +0,0 @@
-<!DOCTYPE BOOK PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
-<!entity libgpio-gpio-ieee1394 SYSTEM "sgml/gpio-ieee1394.sgml">
-<!entity libgpio-gpio-network SYSTEM "sgml/gpio-network.sgml">
-<!entity libgpio-gpio-parallel SYSTEM "sgml/gpio-parallel.sgml">
-<!entity libgpio-gpio-serial SYSTEM "sgml/gpio-serial.sgml">
-<!entity libgpio-gpio-usb SYSTEM "sgml/gpio-usb.sgml">
-<!entity libgpio-gpioos2 SYSTEM "sgml/gpioos2.sgml">
-<!entity libgpio-gpio SYSTEM "sgml/gpio.sgml">
-]>
-
-<book>
- <bookinfo>
- <title>GPIO (gPhoto I/O) Library Reference Manual</title>
- <abstract>
- <para>
- This manual documents the GPIO, the GPhoto I/O library.
- It gives an overview of GPIO, discusses examples that
- come with GPIO and includes detailed documentation of
- the GPIO API.
- </para>
- </abstract>
- </bookinfo>
-
- <chapter id="gpio-overview">
- <title>GPIO Overview</title>
-
- <para>
- GPIO is the GPhoto I/O library.
- </para>
-
- <para>
- The benefit to using this library would be that all communications can be
- done quickly and without worry for device specific functions; all devices
- are abstracted to a point, allowing you to read/write to a device using
- the same interface. For example, you can set all the options on the
- serial port easily, and then read/write to that device. Additionally,
- you could easily switch over to a USB device, and read/write without
- having to learn the USB internals.
- </para>
-
- <para>
- The whole idea behind this is simplicity. It should be easy to write a
- program that uses any sort of serial-based device. This will take the
- hassle out of playing with low-level configurations and actually just
- get on to writing the core of the application.
- </para>
-
- &libgpio-gpio;
- &libgpio-gpio-usb;
- &libgpio-gpio-serial;
- &libgpio-gpio-network;
- &libgpio-gpio-parallel;
- &libgpio-gpio-ieee1394;
- &libgpio-gpioos2;
- </chapter>
-</book>