summaryrefslogtreecommitdiff
path: root/www/docs/patch.t
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-20 17:24:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-20 17:24:10 +0000
commitc74ebf4c3b8b0d15991b54a4371e694d1629e689 (patch)
tree058074b1f35795f56cf44e50750f4bd9f380dca6 /www/docs/patch.t
parent20fb06ac2b5fe511c167c7eeb282e6cd1568465f (diff)
update
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3297 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/docs/patch.t')
-rw-r--r--www/docs/patch.t11
1 files changed, 10 insertions, 1 deletions
diff --git a/www/docs/patch.t b/www/docs/patch.t
index 8c601b0b14..1eafac947a 100644
--- a/www/docs/patch.t
+++ b/www/docs/patch.t
@@ -1,12 +1,21 @@
#define _PAGE_ How To Work With Patches
#include "head.t"
+<p>
+ When we speak of 'patches' in the Rockbox project, we mean a set of changes
+ to one or more source files.
<h2>Tools Of The Trade</h2>
<p>
Use the tools 'diff' and 'patch'. Preferably the GNU versions. They're readily
available for all imaginable platforms.
<p>
-[Add favourite diff/patch links here]
+Try one of these:
+<ul>
+<li> <a href="http://www.fsf.org/software/patch/patch.html">http://www.fsf.org/software/patch/patch.html</a>
+<li> <a href="http://www.gnu.org/directory/diffutils.html">http://www.gnu.org/directory/diffutils.html</a>
+<li> <a href="http://gnuwin32.sourceforge.net/packages/patch.htm">http://gnuwin32.sourceforge.net/packages/patch.htm</a> - patch for Windows
+<li> <a href="http://gnuwin32.sourceforge.net/packages/diffutils.htm">http://gnuwin32.sourceforge.net/packages/diffutils.htm</a> - diff for Windows
+</ul>
<h2>Creating A Patch</h2>
<p>