summaryrefslogtreecommitdiff
path: root/xdelta3
diff options
context:
space:
mode:
authorJoshua MacDonald <josh.macdonald@gmail.com>2015-03-30 21:34:58 -0700
committerJoshua MacDonald <josh.macdonald@gmail.com>2015-03-30 21:34:58 -0700
commit729373a05b00410b2554904747444d92944d9b26 (patch)
tree52122d0c9f678cfde7561a3a439ac7d4c222959c /xdelta3
parentd33bb8605b03ea04d371a4f8a0aa7fa24866000d (diff)
README to README.md
Diffstat (limited to 'xdelta3')
-rw-r--r--xdelta3/Makefile.am4
-rw-r--r--xdelta3/README.md (renamed from xdelta3/README)0
-rw-r--r--xdelta3/examples/README.md (renamed from xdelta3/examples/README)0
-rw-r--r--xdelta3/readme.txt34
4 files changed, 2 insertions, 36 deletions
diff --git a/xdelta3/Makefile.am b/xdelta3/Makefile.am
index 2bfb7eb..29fa193 100644
--- a/xdelta3/Makefile.am
+++ b/xdelta3/Makefile.am
@@ -80,9 +80,9 @@ man1_MANS = xdelta3.1
80 80
81EXTRA_DIST = \ 81EXTRA_DIST = \
82 draft-korn-vcdiff.txt \ 82 draft-korn-vcdiff.txt \
83 README \ 83 README.md \
84 examples/Makefile \ 84 examples/Makefile \
85 examples/README \ 85 examples/README.md \
86 examples/checksum_test.cc \ 86 examples/checksum_test.cc \
87 examples/compare_test.c \ 87 examples/compare_test.c \
88 examples/encode_decode_test.c \ 88 examples/encode_decode_test.c \
diff --git a/xdelta3/README b/xdelta3/README.md
index 3ad940b..3ad940b 100644
--- a/xdelta3/README
+++ b/xdelta3/README.md
diff --git a/xdelta3/examples/README b/xdelta3/examples/README.md
index 60840bf..60840bf 100644
--- a/xdelta3/examples/README
+++ b/xdelta3/examples/README.md
diff --git a/xdelta3/readme.txt b/xdelta3/readme.txt
deleted file mode 100644
index be7c6ce..0000000
--- a/xdelta3/readme.txt
+++ /dev/null
@@ -1,34 +0,0 @@
1Xdelta 3.x readme.txt
2Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
3<josh.macdonald@gmail.com>
4
5
6Thanks for downloading Xdelta!
7
8This directory contains the Xdelta3 command-line interface (CLI) and source
9distribution for VCDIFF differential compression, a.k.a. delta
10compression. The latest information and downloads are available here:
11
12 http://xdelta.org/
13 http://code.google.com/p/xdelta/
14
15The command-line syntax:
16
17 http://code.google.com/p/xdelta/wiki/CommandLineSyntax
18
19Run 'xdelta3 -h' for brief help. Run 'xdelta3 test' for built-in tests.
20
21Sample commands (like gzip, -e means encode, -d means decode)
22
23 xdelta3 -9 -S djw -e -vfs OLD_FILE NEW_FILE DELTA_FILE
24 xdelta3 -d -vfs OLD_FILE DELTA_FILE DECODED_FILE
25
26File bug reports and browse open support issues here:
27
28 http://code.google.com/p/xdelta/issues/list
29
30The source distribution contains the C/C++/Python APIs, Unix, Microsoft VC++
31and Cygwin builds. Xdelta3 is covered under the terms of the GPL, see
32COPYING.
33
34Commercial inquiries welcome, please contact <josh.macdonald@gmail.com>