Menu

Tree [3afd2d] master /
 History

HTTPS access


File Date Author Commit
 3rd 2018-12-02 kmvi kmvi [08690a] remove BESEN and add duktape
 baseunits 2018-12-30 kmvi kmvi [f35468] MangaPark, rewrite to lua
 config 2018-02-20 riderkick riderkick [af5e13] delete mangalist.ini and move the rest to base....
 extras 2017-07-23 riderkick riderkick [e9c876] mangafox, added watermark template
 lua 2018-12-30 kmvi kmvi [3afd2d] ChibiManga, update
 mangadownloader 2018-12-29 kmvi kmvi [1093b3] Bump version 0.9.157.0
 updater 2018-02-27 Havokdan Havokdan [5bc1ff] Update updater.pt_BR.po
 updaterslim 2018-04-27 kmvi kmvi [cb6091] updater, increase retry count
 .gitattributes 2015-08-09 riderkick riderkick [b6c6c6] update .gitattributes
 .gitignore 2018-02-15 riderkick riderkick [ff2cd6] added slim updater
 .gitmodules 2018-12-02 kmvi kmvi [08690a] remove BESEN and add duktape
 README.md 2018-12-29 kmvi kmvi [1093b3] Bump version 0.9.157.0
 changelog.txt 2018-12-29 kmvi kmvi [1093b3] Bump version 0.9.157.0
 license.txt 2018-01-07 riderkick riderkick [d95805] license file
 update 2018-12-29 kmvi kmvi [1093b3] Bump version 0.9.157.0

Read Me

The Free Manga Downloader (FMD)

(Forked from https://sf.net/p/fmd)

Download the latest release

Latest release Download latest release (Win32) Download latest release (Win64)

Content

About FMD

The Free Manga Downloader is a free open source application written in Object Pascal for managing and downloading manga from various websites. The source code was released under the GPLv2 license. FMD homesite is at https://github.com/riderkick/FMD or http://sf.net/p/newfmd.

Build instructions

In order to build FMD from the source code, you must install the latest version of Lazarus and Free Pascal Compiler from http://www.lazarus-ide.org/. Then you must install the following 3rd party libraries and components:

After everything is installed, open the file md.lpi by using Lazarus IDE. Make sure to add ssl_openssl to uses list of the laz_synapse package.
Then select Run -> Build to build the source code. If everything is ok, the binary file should be in FMD_source_code_folder/bin.

If InternetTools fail to compile (incompatible PPU), make sure to compile them individually first.

Localization

Translations are stored inside languages folder with .po extension. In order to translate FMD to your native languages you can copy fmd.po and rename it to fmd.xx.po, where xx stand for two-letter language code. Additionally you can add country code at the end of language code. For reference you can look at http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes and http://en.wikipedia.org/wiki/ISO_3166-1. For example id_ID will be recognized as Bahasa Indonesia (Indonesia). To translate the content of the file you need to use translation tools like Poedit. Once you have finished translating all of its content you can launch FMD and it will automatically detect your new languages upon startup.