summaryrefslogtreecommitdiff
path: root/xdelta3
diff options
context:
space:
mode:
authorJoshua MacDonald <josh.macdonald@gmail.com>2015-03-30 21:33:00 -0700
committerJoshua MacDonald <josh.macdonald@gmail.com>2015-03-30 21:33:00 -0700
commitd33bb8605b03ea04d371a4f8a0aa7fa24866000d (patch)
tree9c3cb244796fd5425c597c9ac537397b4be35447 /xdelta3
parenta4aba85c92f68f15421a6c2360a9a3d3851f7a8f (diff)
Update code.google.com URLs to Github
Diffstat (limited to 'xdelta3')
-rw-r--r--xdelta3/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/xdelta3/README b/xdelta3/README
index be7c6ce..3ad940b 100644
--- a/xdelta3/README
+++ b/xdelta3/README
@@ -1,5 +1,6 @@
1Xdelta 3.x readme.txt 1Xdelta 3.x readme.txt
2Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 2Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
32009, 2010, 2011, 2012, 2013, 2014, 2015
3<josh.macdonald@gmail.com> 4<josh.macdonald@gmail.com>
4 5
5 6
@@ -10,22 +11,22 @@ distribution for VCDIFF differential compression, a.k.a. delta
10compression. The latest information and downloads are available here: 11compression. The latest information and downloads are available here:
11 12
12 http://xdelta.org/ 13 http://xdelta.org/
13 http://code.google.com/p/xdelta/ 14 http://github.com/jmacd/xdelta/
14 15
15The command-line syntax: 16The command-line syntax:
16 17
17 http://code.google.com/p/xdelta/wiki/CommandLineSyntax 18 https://github.com/jmacd/xdelta/blob/wiki/CommandLineSyntax.md
18 19
19Run 'xdelta3 -h' for brief help. Run 'xdelta3 test' for built-in tests. 20Run 'xdelta3 -h' for brief help. Run 'xdelta3 test' for built-in tests.
20 21
21Sample commands (like gzip, -e means encode, -d means decode) 22Sample commands (like gzip, -e means encode, -d means decode)
22 23
23 xdelta3 -9 -S djw -e -vfs OLD_FILE NEW_FILE DELTA_FILE 24 xdelta3 -9 -S lzma -e -vfs OLD_FILE NEW_FILE DELTA_FILE
24 xdelta3 -d -vfs OLD_FILE DELTA_FILE DECODED_FILE 25 xdelta3 -d -vfs OLD_FILE DELTA_FILE DECODED_FILE
25 26
26File bug reports and browse open support issues here: 27File bug reports and browse open support issues here:
27 28
28 http://code.google.com/p/xdelta/issues/list 29 https://github.com/jmacd/xdelta/issues
29 30
30The source distribution contains the C/C++/Python APIs, Unix, Microsoft VC++ 31The source distribution contains the C/C++/Python APIs, Unix, Microsoft VC++
31and Cygwin builds. Xdelta3 is covered under the terms of the GPL, see 32and Cygwin builds. Xdelta3 is covered under the terms of the GPL, see