summaryrefslogtreecommitdiffstats
path: root/site/projects/eye-on-manga.org
blob: 6669436087285bec4c4dc8301d177caed6f496c1 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
#+TITLE: eye-on-manga
#+LINK: src    http://code.ryuslash.org/cgit.cgi/eye-on-manga/
#+LINK: tar_gz http://code.ryuslash.org/cgit.cgi/eye-on-manga/snapshot/eye-on-manga-master.tar.gz
#+LINK: zip    http://code.ryuslash.org/cgit.cgi/eye-on-manga/snapshot/eye-on-manga-master.zip
#+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.

  | Status   | On-hold |
  | Language | C       |
  | License  | GPLv2   |

* Why?

  I just keep forgetting which volumes of which manga I have.

* Features

  - Create/maintain a list of manga.
  - Keep track of which volumes have been acquired and read.

* Requirements

  - A Nokia N900, with Maemo, with fairly recent packages should be
    fine.

* Download

  I'll upload a package as soon as I can.

  Until then, if you have the maemo development environment set-up
  you can create your own.  Use the ~FREMANTLE_ARMEL~ configuration in
  scratchbox and create it with:

  #+BEGIN_EXAMPLE
    $ dpkg-buildpkg -rfakeroot
  #+END_EXAMPLE

* Install

  Once you have aqcuired a package, get it to your phone and:

  #+BEGIN_EXAMPLE
    $ dpkg -I eye-on-manga-*.deb
  #+END_EXAMPLE

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