Morten MacFly - 2020-12-13

If you know Subversion and want to contribute to the project, there is an easy way:

1.) Install Subversion, e.g. from here:
https://subversion.apache.org/packages.html

2.) Checkout the sources from the repository at SourceForge.net as described here:
https://sourceforge.net/p/webchangemon/code/HEAD/tree/
...i.e. using the following command:
svn checkout svn://svn.code.sf.net/p/webchangemon/code/trunk [your_code_folder]

3.) Do the changes as you want (note that there is a Code::Blocks project file if you want to edit in the Code::Blocks IDE, link: http://www.codeblocks.org )

4.) In the root-folder of the sources (so not in any sub-folder) run the following command:
svn diff > [name_of_the_patch_file].patch

5.) Create a feature request (FR) on SourceForge.net with a description what you've fixed and attach this patch file here:
https://sourceforge.net/p/webchangemon/feature-requests/

 

Last edit: Morten MacFly 2020-12-13