]> git.ipfire.org Git - thirdparty/rsync.git/commit
import rsync-web website content as a subdirectory
authorAndrew Tridgell <tridge60@gmail.com>
Wed, 20 May 2026 04:57:50 +0000 (14:57 +1000)
committerAndrew Tridgell <andrew@tridgell.net>
Wed, 20 May 2026 05:36:44 +0000 (15:36 +1000)
commit0af88421dc65dfade55f0f6fc59a4c2edc2918b8
tree47b541e6f2657f33c02eb8cfb2e0ebf71cd8a10f
parent9d014670df406cd437ecc0dcb718ffe68f2d82ce
import rsync-web website content as a subdirectory

Fold the standalone rsync-web repo into the rsync source tree as
rsync-web/, eliminating the sibling-checkout convention and the
drift it causes between the release-time HTML snapshot in
../release/rsync-html and the source of truth in ../rsync-web.

Flat-copy import (no git history merge).  The standalone repo at
github.com/RsyncProject/rsync-web is retained for historical
reference and will be archived once the in-tree copy proves itself.

Add /rsync-web/ to .gitattributes with export-ignore so the
website content does not bloat the release source tarball
produced by 'git archive' in packaging/release.py step_7_tarball.

A follow-up commit repoints HTML_SRC in packaging/release.py at
the new in-tree location.
72 files changed:
.gitattributes
rsync-web/.gitignore [new file with mode: 0644]
rsync-web/COPYING.html [new file with mode: 0644]
rsync-web/COPYING2.html [new file with mode: 0644]
rsync-web/FAQ.html [new file with mode: 0644]
rsync-web/GPL.html [new file with mode: 0644]
rsync-web/GPL2.html [new file with mode: 0644]
rsync-web/backup.txt [new file with mode: 0644]
rsync-web/bar1.jpg [new file with mode: 0644]
rsync-web/bin/badge-update [new file with mode: 0755]
rsync-web/bin/upload [new file with mode: 0755]
rsync-web/bug-tracking.html [new file with mode: 0644]
rsync-web/bugtracking.html [new file with mode: 0644]
rsync-web/bugzilla.html [new file with mode: 0644]
rsync-web/convert-gpl [new file with mode: 0644]
rsync-web/daylight-savings.html [new file with mode: 0644]
rsync-web/doc-resources.html [new file with mode: 0644]
rsync-web/documentation.html [new file with mode: 0644]
rsync-web/download.html [new file with mode: 0644]
rsync-web/examples.html [new file with mode: 0644]
rsync-web/features.html [new file with mode: 0644]
rsync-web/filt [new file with mode: 0644]
rsync-web/find.html [new file with mode: 0644]
rsync-web/firewall.html [new file with mode: 0644]
rsync-web/footer.html [new file with mode: 0644]
rsync-web/header.html [new file with mode: 0644]
rsync-web/horus.txt [new file with mode: 0644]
rsync-web/how-rsync-works.html [new file with mode: 0644]
rsync-web/index.html [new file with mode: 0644]
rsync-web/issues.html [new file with mode: 0644]
rsync-web/lists.html [new file with mode: 0644]
rsync-web/newrsynclogo.jpg [new file with mode: 0644]
rsync-web/newrsynclogo.xcf [new file with mode: 0644]
rsync-web/nt.html [new file with mode: 0644]
rsync-web/nt.txt [new file with mode: 0644]
rsync-web/resources.html [new file with mode: 0644]
rsync-web/rsync-and-debian/.cvsignore [new file with mode: 0644]
rsync-web/rsync-and-debian/rsync-and-debian.sgml [new file with mode: 0644]
rsync-web/rsync-debug [new file with mode: 0644]
rsync-web/rsync_wrapper.pl [new file with mode: 0644]
rsync-web/security.html [new file with mode: 0644]
rsync-web/susan.txt [new file with mode: 0644]
rsync-web/tech_report/footnode.html [new file with mode: 0644]
rsync-web/tech_report/images.aux [new file with mode: 0644]
rsync-web/tech_report/images.log [new file with mode: 0644]
rsync-web/tech_report/images.pl [new file with mode: 0644]
rsync-web/tech_report/images.tex [new file with mode: 0644]
rsync-web/tech_report/img1.gif [new file with mode: 0644]
rsync-web/tech_report/img2.gif [new file with mode: 0644]
rsync-web/tech_report/img3.gif [new file with mode: 0644]
rsync-web/tech_report/img4.gif [new file with mode: 0644]
rsync-web/tech_report/img5.gif [new file with mode: 0644]
rsync-web/tech_report/img6.gif [new file with mode: 0644]
rsync-web/tech_report/img7.gif [new file with mode: 0644]
rsync-web/tech_report/index.html [new file with mode: 0644]
rsync-web/tech_report/labels.pl [new file with mode: 0644]
rsync-web/tech_report/next.gif [new file with mode: 0644]
rsync-web/tech_report/node1.html [new file with mode: 0644]
rsync-web/tech_report/node2.html [new file with mode: 0644]
rsync-web/tech_report/node3.html [new file with mode: 0644]
rsync-web/tech_report/node4.html [new file with mode: 0644]
rsync-web/tech_report/node5.html [new file with mode: 0644]
rsync-web/tech_report/node6.html [new file with mode: 0644]
rsync-web/tech_report/node7.html [new file with mode: 0644]
rsync-web/tech_report/node8.html [new file with mode: 0644]
rsync-web/tech_report/previous.gif [new file with mode: 0644]
rsync-web/tech_report/tech_report.css [new file with mode: 0644]
rsync-web/tech_report/tech_report.html [new file with mode: 0644]
rsync-web/tech_report/up.gif [new file with mode: 0644]
rsync-web/vger.txt [new file with mode: 0644]
rsync-web/win95.txt [new file with mode: 0644]
rsync-web/y2k.html [new file with mode: 0644]