summaryrefslogtreecommitdiffstats
path: root/site/projects/dvdroid.org
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-19 02:48:40 +0100
committerGravatar Tom Willemsen2013-01-19 02:48:40 +0100
commiteb9348bf34808eaef2cff462a104929bc2c9e8dd (patch)
treee8c25258819ed54f1617374bc1ded543c8e9046e /site/projects/dvdroid.org
parenta3a3f0cf54e3b994da2d093bbe5d895768cf22e7 (diff)
downloadorgweb-eb9348bf34808eaef2cff462a104929bc2c9e8dd.tar.gz
orgweb-eb9348bf34808eaef2cff462a104929bc2c9e8dd.zip
Update and add project pages
I've once again thought up a different common structure for website pages, I hope this one sticks longer than the ones before, but this limits duplication of data somewhat and keeps maintenance costs of these pages fairly low.
Diffstat (limited to 'site/projects/dvdroid.org')
-rw-r--r--site/projects/dvdroid.org49
1 files changed, 20 insertions, 29 deletions
diff --git a/site/projects/dvdroid.org b/site/projects/dvdroid.org
index 1e289e0..bc243bb 100644
--- a/site/projects/dvdroid.org
+++ b/site/projects/dvdroid.org
@@ -2,6 +2,8 @@
#+LINK: src http://code.ryuslash.org/cgit.cgi/dvdroid/
#+LINK: tar_gz http://code.ryuslash.org/cgit.cgi/dvdroid/snapshot/dvdroid-master.tar.gz
#+LINK: zip http://code.ryuslash.org/cgit.cgi/dvdroid/snapshot/dvdroid-master.zip
+#+LINK: readme http://code.ryuslash.org/cgit.cgi/dvdroid/about/
+#+LINK: manual http://ryuslash.org/projects/dvdroid/manual/
#+STARTUP: showall
#+begin_html
@@ -14,7 +16,7 @@
#+INCLUDE: "dlmenu.inc"
-* About
+* What does it do?
DVDroid is a DVD collection application for the Android operating
system.
@@ -23,44 +25,33 @@
| Language | Java |
| License | GPLv3 |
-* Why?
+* Why was it written?
Very similar to [[file:eye-on-manga.org][Eye on Manga]], we keep forgetting which DVDs we have
and want when we're in the store.
-* Features
+* Who is it for?
- - Keep a list of DVDs you have.
- - Keep a list of DVDs you still need to watch.
- - Keep a list of DVDs you want to buy.
+ Me, I did not take anyone else into consideration when writing
+ this, but if you find it useful feel free to use it and send me bug
+ reports and such.
-* Dependencies
+* Data
- - Android :: Version 4.1 or higher.
+ | Version | 0 (development only) |
+ | Language | Java |
+ | License | GPLv3 |
-* Download
+** Features
- There are download links for a ~tar.gz~ and a ~zip~ file of the latest
- development version at the top of this page.
+ - Keep a list of DVDs you have.
+ - Keep a list of DVDs you still need to watch.
+ - Keep a list of DVDs you want to buy.
-* Install
+** Dependencies
- In order to install it you need to have the Android Java
- Development Kit installed, installing it is then a matter of
- building/installing it like any other development package.
+ - Android :: Version 4.1 or higher.
-* Usage
+* More...
- Start it up, you will have a list of the DVDs you own, which will
- be empty. In the top right corner there should be a button to add
- new titles to this list, here you can also specify if you have seen
- it or if you still want to get it.
-
- There is also a search button there that helps you look through
- your collection.
-
- To change the status of any title you can select it and edit and
- delete buttons should show up at the top of your screen.
-
- Use the menu button to switch "contexts", wish list, collection
- and watch list.
+ For further instructions I would refer you to the [[readme][README]] and [[manual][manual]].