Skip to content

rs3mk/FMD

This branch is 8 commits ahead of, 389 commits behind riderkick/FMD:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6259ee5 · Feb 27, 2018
Dec 29, 2017
Feb 26, 2018
Feb 20, 2018
Jul 23, 2017
Feb 27, 2018
Feb 26, 2018
Feb 12, 2018
Feb 18, 2018
Aug 9, 2015
Feb 15, 2018
Aug 22, 2017
Feb 25, 2018
Jan 7, 2018
Mar 23, 2017
Feb 25, 2018

Repository files navigation

FMD
The Free Manga Downloader.

---------------------------------

Content:
1.) About FMD
2.) Build instructions
3.) Localization

---------------------------------

FMD homesite is at http://sourceforge.net/projects/fmd/ or http://akarink.wordpress.com

---------------------------------

1.) 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.

2.) 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:
 - RichMemo, https://sourceforge.net/projects/lazarus-ccr/
 - Virtual TreeView, https://github.com/blikblum/VirtualTreeView-Lazarus/tree/lazarus-v4
 - Synapse, http://synapse.ararat.cz/
 - InternetTools, https://github.com/benibela/internettools
 - BESEN, https://github.com/BeRo1985/besen
 - MultiLog, https://github.com/blikblum/multilog
 - DCPCypt, https://sourceforge.net/projects/lazarus-ccr/

After everything is installed, open the file md.lpi by using Lazarus IDE, select Run->Build to build the source code. If everything is ok, the binary file should be in FMD_source_code_folder/bin

3.) 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.

---------------------------------

Packages

No packages published

Languages

  • Pascal 94.3%
  • Lua 5.6%
  • PHP 0.1%