Manga collection software for Maemo 5
Find a file
Tom Willemse 03f8c415ab Use SQL prepared statement for insertion
When creating a new manga with a name containing a quote (') it would
fail. No message was shown to indicate it had failed and the manga was
not added.

This was caused by not quoting the quote in the SQL. All SQL queries
should use prepared statements in order to make no mistakes quoting
quotes and other things.
2013-09-14 13:00:28 +02:00
data Upgrade license to GPLv3 2013-05-03 00:34:43 +02:00
debian Update debian/changelog 2012-10-21 21:53:53 +02:00
src Use SQL prepared statement for insertion 2013-09-14 13:00:28 +02:00
.gitignore Changed email adres 2011-01-20 15:41:19 +01:00
antigen.sh Upgrade license to GPLv3 2013-05-03 00:34:43 +02:00
autogen.sh Upgrade license to GPLv3 2013-05-03 00:34:43 +02:00
configure.ac Upgrade license to GPLv3 2013-05-03 00:34:43 +02:00
COPYING Upgrade license to GPLv3 2013-05-03 00:34:43 +02:00
INSTALL Makes 2010-10-25 23:18:15 +02:00
Makefile.am Upgrade license to GPLv3 2013-05-03 00:34:43 +02:00
README.org Replace README.md with README.org 2013-05-03 03:22:37 +02:00

Eye on Manga

Is an application for Maemo 5 and the Nokia N900. It lets you keep a list of the manga you have collected and still need to collect.

Why?

When out looking for manga, whenever I would find some I was collecting I couldn't remember which ones I already had. And I don't like walking around with pieces of paper in my wallet either. I have this phone that allows me to write software for it, I'm a developer and I have a great interest in C programming, sounds perfect to write something for.

Versioning

Eye on Manga uses Semantic Versioning, read it if you would like to know more about it. In short, it means the version tries to mean something.