author | drw <drw> | 2004-04-07 14:35:55 (UTC) |
---|---|---|
committer | drw <drw> | 2004-04-07 14:35:55 (UTC) |
commit | 51218a62632aa83a84d4ef23a0044c7f8cf5aa9c (patch) (unidiff) | |
tree | cb4cb9551e602cff4584779d1e83c17acb95cc0a | |
parent | 4f1d28a25ce6180850c3d26bac9b638f0f25532b (diff) | |
download | opie-51218a62632aa83a84d4ef23a0044c7f8cf5aa9c.zip opie-51218a62632aa83a84d4ef23a0044c7f8cf5aa9c.tar.gz opie-51218a62632aa83a84d4ef23a0044c7f8cf5aa9c.tar.bz2 |
Added ChangeLog, README and TODO doc, see README for build info
-rw-r--r-- | noncore/apps/dagger/ChangeLog | 4 | ||||
-rw-r--r-- | noncore/apps/dagger/README | 61 | ||||
-rw-r--r-- | noncore/apps/dagger/TODO | 27 |
3 files changed, 92 insertions, 0 deletions
diff --git a/noncore/apps/dagger/ChangeLog b/noncore/apps/dagger/ChangeLog new file mode 100644 index 0000000..feb9a19 --- a/dev/null +++ b/noncore/apps/dagger/ChangeLog | |||
@@ -0,0 +1,4 @@ | |||
1 | 2004-04-06 Dan Williams <drw@handhelds.org> | ||
2 | |||
3 | * Released version 0.9.0 | ||
4 | * Initial check-in of new application | ||
diff --git a/noncore/apps/dagger/README b/noncore/apps/dagger/README new file mode 100644 index 0000000..4a4bb61 --- a/dev/null +++ b/noncore/apps/dagger/README | |||
@@ -0,0 +1,61 @@ | |||
1 | /************************************************************************ | ||
2 | /* | ||
3 | /* Opie - Dagger | ||
4 | /* =============== | ||
5 | /* Version 0.9.0 | ||
6 | /* | ||
7 | /* A Bible study/reader application | ||
8 | /* | ||
9 | /************************************************************************ | ||
10 | |||
11 | --------------------------------------------- | ||
12 | Release Notes for Opie-Dagger - April, 2004 | ||
13 | --------------------------------------------- | ||
14 | |||
15 | ====================== | ||
16 | = To-do = | ||
17 | ====================== | ||
18 | |||
19 | - See $OPIEDIR/noncore/apps/dagger/TODO for more info. | ||
20 | |||
21 | ====================== | ||
22 | = Build = | ||
23 | ====================== | ||
24 | |||
25 | In order to build opie-dagger, libsword needs to be present on | ||
26 | the build system along with the appropriate headers. | ||
27 | |||
28 | - libsword source (best to use version 1.5.x or greater): | ||
29 | - http://www.crosswire.org/sword/ | ||
30 | |||
31 | - the Sword library headers need to be located in an appropriate | ||
32 | include directory | ||
33 | |||
34 | ====================== | ||
35 | = Run = | ||
36 | ====================== | ||
37 | |||
38 | - In order to use opie-dagger, libsword must be installed | ||
39 | on the system. | ||
40 | - One or more Sword modules need to be installed, see | ||
41 | http://www.crosswire.org/sword/ to download modules | ||
42 | - When run for the first time, the path needs to be set to the | ||
43 | directory where the Sword modules are located. Select 'Edit->Configure' | ||
44 | from the menu bar and enter the path on the 'General' tab. Restart | ||
45 | Dagger. | ||
46 | |||
47 | ====================== | ||
48 | = Credits = | ||
49 | ====================== | ||
50 | |||
51 | - Opie-Dagger is (C) 2004 Dan Williams | ||
52 | |||
53 | ====================== | ||
54 | = Links = | ||
55 | ====================== | ||
56 | |||
57 | - Opie Project: http://opie.handhelds.org | ||
58 | - OpenZaurus Project: http://openzaurus.org | ||
59 | - Familiar Project: http://familiar.handhelds.org | ||
60 | - Crosswire Society http://www.crosswire.org/ | ||
61 | - The Sword Project http://www.crosswire.org/sword/ | ||
diff --git a/noncore/apps/dagger/TODO b/noncore/apps/dagger/TODO new file mode 100644 index 0000000..2548dd3 --- a/dev/null +++ b/noncore/apps/dagger/TODO | |||
@@ -0,0 +1,27 @@ | |||
1 | /************************************************************************ | ||
2 | /* | ||
3 | /* Opie - Dagger | ||
4 | /* =============== | ||
5 | /* Version 0.9.0 | ||
6 | /* | ||
7 | /* A Bible study/reader application | ||
8 | /* | ||
9 | /************************************************************************ | ||
10 | |||
11 | ------------------------------------ | ||
12 | To-do for Opie-Dagger - April, 2004 | ||
13 | ------------------------------------ | ||
14 | |||
15 | ====================== | ||
16 | = Current release = | ||
17 | ====================== | ||
18 | |||
19 | 1. Implement search function callback to animate OWait dialog | ||
20 | 2. Implement previous/next page scrolling | ||
21 | 3. Fix disablement of screen blanking | ||
22 | |||
23 | ====================== | ||
24 | = Future releases = | ||
25 | ====================== | ||
26 | |||
27 | 1. Margin notes \ No newline at end of file | ||