[SCM] The rsync repository. - branch master updated
Rsync CVS commit messages
rsync-cvs at lists.samba.org
Wed Jun 10 01:09:25 UTC 2020
The branch, master has been updated
via 2ac7401b Mention the github rsync home.
from 44af7922 The samba rsync server now requires ssl.
https://git.samba.org/?p=rsync.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 2ac7401b44b63f01ecab9213da3b1bff76f38ff7
Author: Wayne Davison <wayne at opencoder.net>
Date: Tue Jun 9 17:41:15 2020 -0700
Mention the github rsync home.
-----------------------------------------------------------------------
Summary of changes:
README.md | 24 ++++++++++++++----------
md2man | 1 -
2 files changed, 14 insertions(+), 11 deletions(-)
Changeset truncated at 500 lines:
diff --git a/README.md b/README.md
index bcce1b8d..6323d0aa 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ WEB SITE
The main rsync web site is here:
- http://rsync.samba.org/
+> http://rsync.samba.org/
You'll find a FAQ list, downloads, resources, HTML versions of the
manpages, etc.
@@ -80,7 +80,7 @@ list, and there is also an announcement-only mailing list for those that
want official announcements. See the mailing-list page for full
details:
- http://rsync.samba.org/lists.html
+> http://rsync.samba.org/lists.html
BUG REPORTS
@@ -88,34 +88,38 @@ BUG REPORTS
To visit this web page for full the details on bug reporting:
- http://rsync.samba.org/bugzilla.html
+> http://rsync.samba.org/bugzilla.html
That page contains links to the current bug list, and information on how
to report a bug well. You might also like to try searching the Internet
for the error message you've received, or looking in the mailing list
archives at:
- http://mail-archive.com/rsync@lists.samba.org/
+> http://mail-archive.com/rsync@lists.samba.org/
To send a bug report, follow the instructions on the bug-tracking
page of the web site.
-Alternately, email your bug report to rsync at lists.samba.org .
+Alternately, email your bug report to <rsync at lists.samba.org>.
GIT REPOSITORY
--------------
If you want to get the very latest version of rsync direct from the
-source code repository then you can use git:
+source code repository, then you will need to use git. The git repo
+is hosted on github and on samba's site. Feel free to access it here:
+
+> https://github.com/WayneD/rsync
+
+or clone it from its samba repo:
git clone git://git.samba.org/rsync.git
See the download page for full details on all the ways to grab the
-source, including nightly tar files, web-browsing of the git repository,
-etc.:
+source:
- http://rsync.samba.org/download.html
+> http://rsync.samba.org/download.html
COPYRIGHT
@@ -129,7 +133,7 @@ Rsync may be used, modified and redistributed only under the terms of
the GNU General Public License, found in the file COPYING in this
distribution, or at:
- http://www.fsf.org/licenses/gpl.html
+> http://www.fsf.org/licenses/gpl.html
AVAILABILITY
diff --git a/md2man b/md2man
index 57840103..03ede269 100755
--- a/md2man
+++ b/md2man
@@ -28,7 +28,6 @@ HTML_START = """\
body {
max-width: 50em;
margin: auto;
- font-size: 1.2em;
}
body, b, strong, u {
font-family: 'Roboto', sans-serif;
--
The rsync repository.
More information about the rsync-cvs
mailing list