From 9c9d74c245a62774e83e00472320aecaef72eb3a Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 4 Nov 2012 02:42:08 +0100 Subject: Move eye-on-manga to subdirectory --- projects/eye-on-manga.mdwn | 52 ---------------------------------------- projects/eye-on-manga/index.mdwn | 52 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 52 deletions(-) delete mode 100644 projects/eye-on-manga.mdwn create mode 100644 projects/eye-on-manga/index.mdwn diff --git a/projects/eye-on-manga.mdwn b/projects/eye-on-manga.mdwn deleted file mode 100644 index 1b83298..0000000 --- a/projects/eye-on-manga.mdwn +++ /dev/null @@ -1,52 +0,0 @@ -# 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, still need to collect and still -need to read. - -When out looking for/buying manga it can be very difficult to remember -which volumes exactly you already have and which ones you're looking -for. A piece of paper comes in handy, but it gets messy when -maintaining large lists. An application for your phone would be much -nicer, and this is what *Eye on Manga* is for. - -## Links - -* [Screenshots](https://ryuslash.org/mediagoblin/mediagoblin.fcgi/u/ryuslash/collection/eye-on-manga/). -* [Code repository](http://code.ryuslash.org/cgit.cgi/eye-on-manga/) -* [Download ZIP](http://code.ryuslash.org/cgit.cgi/eye-on-manga/snapshot/eye-on-manga-master.zip) -* [Download TAR](http://code.ryuslash.org/cgit.cgi/eye-on-manga/snapshot/eye-on-manga-master.tar.gz) - -## Installing - -For the moment installing it requires you to have the Maemo -development environment installed. When running the `FREMANTLE_ARMEL` -configuration it should be a matter of issuing, from the -*Eye on Manga* directory: - - sh autogen.sh - ./configure - dpkg-buildpackage -rfakeroot - -Afterwards you should have a debian package in the directory above the -*Eye on Manga* directory which you should get to your phone, there you -should run: - - root - dpkg -i <> - -Where `<>` should be replaced with the location of the `.deb` -package. - -## Development - -If you would like to mess around with the source code of -*Eye on Manga*, you can get it using git: - - git clone git://ryuslash.org/eye-on-manga.git - -### Versioning - -Eye on Manga uses [Semantic Versioning](http://semver.org/), read it -if you would like to know more about it. In short, it means the -version tries to mean something. diff --git a/projects/eye-on-manga/index.mdwn b/projects/eye-on-manga/index.mdwn new file mode 100644 index 0000000..1b83298 --- /dev/null +++ b/projects/eye-on-manga/index.mdwn @@ -0,0 +1,52 @@ +# 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, still need to collect and still +need to read. + +When out looking for/buying manga it can be very difficult to remember +which volumes exactly you already have and which ones you're looking +for. A piece of paper comes in handy, but it gets messy when +maintaining large lists. An application for your phone would be much +nicer, and this is what *Eye on Manga* is for. + +## Links + +* [Screenshots](https://ryuslash.org/mediagoblin/mediagoblin.fcgi/u/ryuslash/collection/eye-on-manga/). +* [Code repository](http://code.ryuslash.org/cgit.cgi/eye-on-manga/) +* [Download ZIP](http://code.ryuslash.org/cgit.cgi/eye-on-manga/snapshot/eye-on-manga-master.zip) +* [Download TAR](http://code.ryuslash.org/cgit.cgi/eye-on-manga/snapshot/eye-on-manga-master.tar.gz) + +## Installing + +For the moment installing it requires you to have the Maemo +development environment installed. When running the `FREMANTLE_ARMEL` +configuration it should be a matter of issuing, from the +*Eye on Manga* directory: + + sh autogen.sh + ./configure + dpkg-buildpackage -rfakeroot + +Afterwards you should have a debian package in the directory above the +*Eye on Manga* directory which you should get to your phone, there you +should run: + + root + dpkg -i <> + +Where `<>` should be replaced with the location of the `.deb` +package. + +## Development + +If you would like to mess around with the source code of +*Eye on Manga*, you can get it using git: + + git clone git://ryuslash.org/eye-on-manga.git + +### Versioning + +Eye on Manga uses [Semantic Versioning](http://semver.org/), read it +if you would like to know more about it. In short, it means the +version tries to mean something. -- cgit v1.2.3-54-g00ecf