71 lines
1.9 KiB
Org Mode
71 lines
1.9 KiB
Org Mode
#+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).
|