author | drw <drw> | 2004-05-27 14:39:07 (UTC) |
---|---|---|
committer | drw <drw> | 2004-05-27 14:39:07 (UTC) |
commit | 9e05044fd18d8940a9c2cc035b70fdec0cbbf34d (patch) (unidiff) | |
tree | dbee5c5038f00ce505c3e5ecdda610c5820cb1d9 /help | |
parent | 26d09a968a56e0d779e12e0f281c1a0f2b8b541f (diff) | |
download | opie-9e05044fd18d8940a9c2cc035b70fdec0cbbf34d.zip opie-9e05044fd18d8940a9c2cc035b70fdec0cbbf34d.tar.gz opie-9e05044fd18d8940a9c2cc035b70fdec0cbbf34d.tar.bz2 |
Initial help files for Dagger app
-rw-r--r-- | help/en/html/dagger.html | 15 | ||||
-rw-r--r-- | help/en/html/dagger/about.html | 11 | ||||
-rw-r--r-- | help/en/html/opie-dagger-help-en.control | 10 |
3 files changed, 36 insertions, 0 deletions
diff --git a/help/en/html/dagger.html b/help/en/html/dagger.html new file mode 100644 index 0000000..55b1d66 --- a/dev/null +++ b/help/en/html/dagger.html | |||
@@ -0,0 +1,15 @@ | |||
1 | <html><head><title>Dagger</title></head><body> | ||
2 | <p align="center"> | ||
3 | <img src="dagger/dagger"> | ||
4 | <h1>Dagger</h1> | ||
5 | <b>A Bible study program utilizing the Sword library</b> | ||
6 | <p align="left"> | ||
7 | <hr> | ||
8 | Dagger is a Bible study application which uses the Sword library and modules.<br> | ||
9 | For more information about the Sword library and/or to download text modules for | ||
10 | Dagger, please visit the <a href="http://www.crosswire.org/sword/">Sword website</a> | ||
11 | (http://www.crosswire.org/sword/). | ||
12 | <ul> | ||
13 | <li><a href="dagger/about.html"><img src="UtilsIcon">About</a></li> | ||
14 | </ul> | ||
15 | </body></html> | ||
diff --git a/help/en/html/dagger/about.html b/help/en/html/dagger/about.html new file mode 100644 index 0000000..856d810 --- a/dev/null +++ b/help/en/html/dagger/about.html | |||
@@ -0,0 +1,11 @@ | |||
1 | <html><head><title>Dagger: About</title></head><body> | ||
2 | <h1><img src="UtilsIcon">Dagger: About</h1> | ||
3 | <hr> | ||
4 | Opie Dagger team:<br> | ||
5 | <ul> | ||
6 | <li>Dan Williams</li> | ||
7 | </ul> | ||
8 | Dagger is part of the <a href="http://opie.handhelds.org"><b>Opie Project</b></a> | ||
9 | <p> | ||
10 | Dagger is licensed under the GNU General Public License. | ||
11 | </body></html> | ||
diff --git a/help/en/html/opie-dagger-help-en.control b/help/en/html/opie-dagger-help-en.control new file mode 100644 index 0000000..9c6de67 --- a/dev/null +++ b/help/en/html/opie-dagger-help-en.control | |||
@@ -0,0 +1,10 @@ | |||
1 | Package: opie-dagger-help-en | ||
2 | Files: help/en/html/dagger.html help/en/html/dagger/* | ||
3 | Priority: optional | ||
4 | Section: opie/onlinedoc | ||
5 | Maintainer: Dan Williams (drw@handhelds.org) | ||
6 | Architecture: all | ||
7 | Depends: opie-dagger | ||
8 | License: GPL | ||
9 | Description: Dagger help files (English) | ||
10 | Version: $QPE_VERSION$EXTRAVERSION | ||