summaryrefslogtreecommitdiffstats
path: root/site/projects/eye-on-manga.org
blob: 6bb7b988ecad02101f57db02645762ce6aee4460 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#+TITLE: eye-on-manga
#+STYLE: <link rel="stylesheet" type="text/css" href="../../stylesheet.css" />
#+LINK_UP: ../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: "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.

** 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).