aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/data
diff options
context:
space:
mode:
authorreinelt <>2004-06-02 05:28:06 +0000
committerreinelt <>2004-06-02 05:28:06 +0000
commit2e3c73e0883a2bdfa525fc6fe4e10d30971d9651 (patch)
tree8333b427632f129e005ca6f7d4796c18ffddccb6 /documentation/data
parent91ef53962dfc61a78b58a5fcd7ca2e3941a1be1b (diff)
downloadlcd4linux-2e3c73e0883a2bdfa525fc6fe4e10d30971d9651.tar.gz
[lcd4linux @ 2004-06-02 05:27:59 by reinelt]
added documentation tree
Diffstat (limited to 'documentation/data')
-rw-r--r--documentation/data/doc.css82
-rw-r--r--documentation/data/images/note-icon.pngbin0 -> 2288 bytes
-rw-r--r--documentation/data/images/warn-icon.pngbin0 -> 2592 bytes
-rw-r--r--documentation/data/references.xml65
4 files changed, 147 insertions, 0 deletions
diff --git a/documentation/data/doc.css b/documentation/data/doc.css
new file mode 100644
index 0000000..8a06636
--- /dev/null
+++ b/documentation/data/doc.css
@@ -0,0 +1,82 @@
+body {
+ margin: 0 10px 10px 10px;
+ padding: 0;
+}
+
+h1 {
+ margin-left: -10px;
+ margin-top: 5px;
+ text-align: center;
+ border-bottom: 2px groove black;
+}
+
+div.links {
+ float: right;
+ margin-left: 10px;
+ margin-top: 1em;
+ padding: 0 10px 0px 10px;
+ text-align: center;
+ border: 1px solid black;
+ background: white;
+} div.links div.title {
+ background: white;
+ margin: -0.5em 10px 5px 10px;
+ padding: 0 10px;
+ float: center;
+ border: 1px solid black;
+} div.links div.index {
+ position: relative;
+ bottom: 0;
+ left: -5px;
+ margin-top: 4px;
+ text-align: left;
+} div.links a {
+ color: black;
+ /*text-decoration: none;*/
+}
+
+div.cmd {
+ background: #000;
+ border: 1px solid #ddd;
+ font-family: monospace,fixed;
+ font-style: bold;
+ color: #fff;
+ white-space: pre;
+ font-size: 12px;
+ padding: 5px;
+ margin: 5px;
+}
+
+div.conf {
+ background: #eee;
+ border: 1px solid #111;
+ font-family: monospace,fixed;
+ white-space: pre;
+ font-size: 12px;
+ padding: 5px;
+ margin: 5px;
+}
+
+div.warn {
+ margin-top: 20px;
+ border: 2px solid #700000;
+ margin-left: 20px;
+ padding-left: 5px;
+ width: auto;
+ min-height: 30px;
+}
+
+div.note {
+ margin-top: 20px;
+ border: 2px solid #43607e;
+ margin-left: 20px;
+ padding-left: 5px;
+ width: auto;
+ min-height: 30px;
+}
+
+img.icon {
+ float: left;
+ margin-left: -14px;
+ margin-top: -20px;
+}
diff --git a/documentation/data/images/note-icon.png b/documentation/data/images/note-icon.png
new file mode 100644
index 0000000..33aa88b
--- /dev/null
+++ b/documentation/data/images/note-icon.png
Binary files differ
diff --git a/documentation/data/images/warn-icon.png b/documentation/data/images/warn-icon.png
new file mode 100644
index 0000000..2e1a2a3
--- /dev/null
+++ b/documentation/data/images/warn-icon.png
Binary files differ
diff --git a/documentation/data/references.xml b/documentation/data/references.xml
new file mode 100644
index 0000000..793dd2a
--- /dev/null
+++ b/documentation/data/references.xml
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<!DOCTYPE references SYSTEM "../dtd/references.dtd">
+
+<references>
+<!--Pages about lcd4linux-->
+ <ref id="index">
+ <class/>
+ <file>index</file>
+ <label>Documentation index</label>
+ <hiden/>
+ </ref>
+ <ref id="overview">
+ <class/>
+ <file>overview</file>
+ <label>&L4L; overview</label>
+ </ref>
+ <ref id="bug_report">
+ <class/>
+ <file>bug_report</file>
+ <label>How to report bugs or get support</label>
+ </ref>
+ <ref id="contact">
+ <class/>
+ <file>contact</file>
+ <label>How to contact us</label>
+ </ref>
+ <ref id="write_doc">
+ <class/>
+ <file>write_doc</file>
+ <label>How to write documentation</label>
+ </ref>
+
+ <ref id="test">
+ <class/>
+ <file>example</file>
+ <label>A test page</label>
+ </ref>
+
+<!--Drivers-->
+ <ref id="drivers_index">
+ <class>drivers</class>
+ <file>index</file>
+ <label>Drivers index</label>
+ <hiden/>
+ </ref>
+ <ref id="hd44780">
+ <class>drivers</class>
+ <file>hd44780</file>
+ <label>HD44780 displays driver</label>
+ </ref>
+
+<!--Plugins-->
+ <ref id="plugins_index">
+ <class>plugins</class>
+ <file>index</file>
+ <label>Plugins index</label>
+ <hiden/>
+ </ref>
+ <ref id="i2c_sensors">
+ <class>plugins</class>
+ <file>i2c_sensors</file>
+ <label>I2C sensors plugin</label>
+ </ref>
+
+</references>