OSDN Git Service

Update manual
[winmerge-jp/winmerge-jp.git] / Docs / Developers / README.md
1 # WinMerge Developer Documentation
2
3 This folder contains WinMerge's developer-documentation.
4
5 ## Developer Documentation
6
7 Developer documentation is in meant for people who want to compile WinMerge themselves, want to know how things work in WinMerge and possibly help with WinMerge development.
8
9 ### Important files:
10
11  * [ReadMe for developers](readme-developers.html) is old "main" document. Contains still lots and lots of useful information.
12  * [Translation instructions](../../Translations/README.md)
13  * [User manual information](../Users/Manual/README.md) tells how to convert manual from DocBook to HTML and HTML help.
14  * [Options](Options.html) explains WinMerge's options handling.
15  * [Plugins](../../Plugins/README.md) contains documentation about plugins-system.
16  * [ShellExtension](../../ShellExtension/README.md) contains tipps for the Windows Explorer shell integration.
17  * [InnoSetup](../../Installer/InnoSetup/README.md) contains documentation about WinMerge's installer.
18  * [Unit testing](UnitTesting.html) instructions for unit testing in WinMerge development.