2012-06-21 21:24:54 +02:00
|
|
|
#+TITLE: eye-on-manga
|
|
|
|
#+STYLE: <link rel="stylesheet" type="text/css" href="../../stylesheet.css" />
|
|
|
|
#+LINK_UP: ../index.html
|
2012-07-01 14:17:54 +02:00
|
|
|
#+LINK_HOME: http://ryuslash.org
|
2012-06-21 21:24:54 +02:00
|
|
|
#+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
|
2012-07-01 14:17:54 +02:00
|
|
|
#+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
|
2012-06-21 21:24:54 +02:00
|
|
|
|
|
|
|
#+INCLUDE: "dlmenu.inc"
|
|
|
|
|
|
|
|
* About
|
|
|
|
|
|
|
|
~eye-on-manga~ is a manga collection management application for the
|
|
|
|
Nokia N900.
|
|
|
|
|
|
|
|
** Features
|
|
|
|
|
|
|
|
- Create a list of manga.
|
|
|
|
- Keep track of which volumes have been acquired and read.
|
|
|
|
- Edit wrongfully entered entries.
|
|
|
|
- Easily mark a volume as acquired or read.
|
|
|
|
|
2012-07-01 14:17:54 +02:00
|
|
|
** 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).
|