Hi prcgian,
Here are patching instructions for Windows machines. You'll probably need to download and install a GNU-compatible patch tool, such as the one available at
http://unxutils.sourceforge.net. Once you've done so:
- Save the patch to the OJS installation directory
- Open up a command line
- cd \path\to\ojs\installation
- \path\to\patch -p0 --dry-run < patch_filename_here
- You can now delete the patch file.
The --dry-run option will cause the patch tool to stop short of actually modifying files; look over the output for error messages, and if everything looks OK, do it again without the --dry-run option.
These instructions are untested, as I haven't used the patch tool on a Windows platform, but they should be OK.
Regards,
Alec Smecher
Open Journal Systems Team