summaryrefslogtreecommitdiffstats
path: root/site/projects/eye-on-manga.org
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-07-01 14:17:54 +0200
committerGravatar Tom Willemsen2012-07-01 14:17:54 +0200
commitd2efe59b0690eb6d13bac55bf8b81436c0284110 (patch)
treebb775b3439107f541847d83adb3bb4d0c2b29477 /site/projects/eye-on-manga.org
parent7fa6c1d1596192e59419731e8b84d22473e5e902 (diff)
downloadorgweb-d2efe59b0690eb6d13bac55bf8b81436c0284110.tar.gz
orgweb-d2efe59b0690eb6d13bac55bf8b81436c0284110.zip
Rewrite and hopefully improve upon a big chunk of the site
Diffstat (limited to 'site/projects/eye-on-manga.org')
-rw-r--r--site/projects/eye-on-manga.org43
1 files changed, 26 insertions, 17 deletions
diff --git a/site/projects/eye-on-manga.org b/site/projects/eye-on-manga.org
index e7c52de..6bb7b98 100644
--- a/site/projects/eye-on-manga.org
+++ b/site/projects/eye-on-manga.org
@@ -1,12 +1,20 @@
#+TITLE: eye-on-manga
#+STYLE: <link rel="stylesheet" type="text/css" href="../../stylesheet.css" />
#+LINK_UP: ../index.html
-#+LINK_HOME: ../index.html
+#+LINK_HOME: http://ryuslash.org
#+LINK: src https://github.com/ryuslash/eye-on-manga
#+LINK: tar_gz https://github.com/ryuslash/eye-on-manga/tarball/master
#+LINK: zip https://github.com/ryuslash/eye-on-manga/zipball/master
+#+STARTUP: showall
+
+#+begin_html
+ <script src="/keyjs.js" type="text/javascript"></script>
+ <script type="text/javascript">
+ keyjs_initialize({ "u": [ "keyjs_goto", "../index.html" ],
+ "h": [ "keyjs_goto", "http://ryuslash.org" ] });
+ </script>
+#+end_html
-#+INCLUDE: "../header.org" :lines "1-4"
#+INCLUDE: "dlmenu.inc"
* About
@@ -14,20 +22,6 @@
~eye-on-manga~ is a manga collection management application for the
Nokia N900.
-** Why
-
- I was always either standing in the shop, or at the
- F.A.C.T.S. event, looking at and for manga, and I'd completely
- forget which ones I needed to get and which ones I'd already read.
-
-** How
-
- ~eye-on-manga~ is a simple application for the N900, it keeps a
- list of manga in a SQLite database and makes it possible to edit
- this data through a UI. You can tell it how many volumes a manga
- should have and then it makes it easy to select which ones you've
- aquired and which ones you've read.
-
** Features
- Create a list of manga.
@@ -35,4 +29,19 @@
- Edit wrongfully entered entries.
- Easily mark a volume as acquired or read.
-#+INCLUDE: "../header.org" :lines "5-8"
+** Requirements
+
+ - A Nokia N900 with fairly recent packages should be fine.
+
+* Usage
+
+ When you start it up you will see a list of your manga, showing the
+ name, # acquired and # total. To add a new manga entry open the menu
+ by pressing on the application's title and click "New Manga". You
+ will then be prompted for the name and total number of books for
+ this manga.
+
+ If you press on one of the manga's names you will see its detail
+ view. Here you can change the information previously entered and
+ select the manga you'v acquired (left column) and the manga you've
+ read (right column).