First, I am sorry if this post doesn't fit with this forum category, I just want to share my stuff related with manga.
I am amarullz. I am new in this forum & this is my first topic, and I am a big One Piece & other Manga fans. My hobby is programming & read manga offcourse. Not long ago I create some usefull stuff (maybe just for my own ) to manage downloaded manga into some easy to read. I named it OpenMangaReader (you will never found it anywhere except on this topic for now).
Here the screenshoot:
And Here the download link:
http://amarullz.110mb.com/data/mangareader.tar.gz
or
http://amarullz.110mb.com/data/mangareader.zip
or
http://amarullz.110mb.com/data/mangareader.rar
How to use?
# * Windows
# You need php.exe and php5ts.dll to build your manga reader,
# you can download it in [url]http://www.php.net/[/url]
# copy php.exe and php5ts.dll into the same directory where you
# place mangareader_builder.php
#
# Run in the command line something like this:
# c:\>mangabuilder.bat "c:\folder_to_manga\" "One Piece"
#
# Try to open the "c:\folder_to_manga" there will be index.html
#
# * Unix/Linux
# You need to install the php package
# (I don't need to tell you how :D)
# Simply run the mangareader_builder.php on your terminal,
# and read the help message...
# NOTE FOR UNIX USER:
# The manga directory must be writable access.
#
```**Where and How Should I Place My Manga Images?**
Create some directory like this:
[b][font]/OnePiece
|
+--- Volume1
|
+--- Chapter 1
|
+--- Page1.png
[/font][font] +--- Page2.png
[/font][font] +--- ...
[/font][font]
+--- Chapter 2
|
+--- 001.png
[/font][font] +--- 002.png
[/font][font] +--- ...
[/font][font]
+--- Volume2
|
+--- Chapter 1
|
+--- 01.png
[/font][font] +--- 02.png
[/font][font] +--- ...
[/font][font]
+--- Chapter 2
|
+--- c2_p01.png
[/font][font] +--- [/font][font]c2_p0[/font][font]2.png
[/font][font] +--- ...[/font]
[font] +--- Chapter ....
[/font][font] +--- Volume ....[/font][/b]
# ./mangareader_builder.php "/OnePiece" "One Piece (Eiichiro Oda)"
then you can open index.html on "/OnePiece" directory.
**Reccomended Browser**:
I reccomended you to use firefox or opera, In IE6 the top toolbar act wired due the unstandard css style "position:fixed" behaviour.
–------------------
I will be happy if somebody can compile it with something like **bamcompiler** or whatever to make the windows user easier to use it without download the php.exe and php5ts.dll, I can't do it because I am use Linux in my PC.
Or maybe another mirror or screenshoot :grin:!!
And sorry for my bad-bad-bad-bad english…
I hope this little program will usefull for you.
----------------------[ [B]AND ]–--------------------
**And some tips from me:**
If you already create your own manga directory, it will be useful to manage it like this:
- Example: you place the onepiece manga in folder "C:\manga\onepiece"
- Place the manga builder on "C:\manga\builder" (copy all files + php)
- Create update.bat in "C:\manga\onepiece" (C:\manga\onepiece\update.bat)
- edit update.bat with notepad/other text editor with this content:
@echo off
..\builder\php ..\builder\mangareader_builder.php "." "One Piece (Eiichiro Oda)"
pause