mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-05-31 10:21:10 -04:00
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.
67 lines
2.2 KiB
HTML
67 lines
2.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>rsync mailing lists</TITLE>
|
|
</HEAD>
|
|
<!--#include virtual="header.html" -->
|
|
|
|
<H2 align="center">rsync mailing lists</H2>
|
|
|
|
<p>
|
|
There are three mailing lists for rsync. All are optionally
|
|
available in digest mode and also through web archives.
|
|
</p>
|
|
|
|
<p>
|
|
Since these lists can generate a lot of traffic we suggest that
|
|
you should not subscribe from a web-mail account such as Yahoo!
|
|
or Hotmail, because your mailbox is likely to overflow.
|
|
Instead, please read directly from the archives.
|
|
</p>
|
|
|
|
<ul>
|
|
<li>
|
|
<b>rsync</b> is the main mailing lists for developers and
|
|
users. It sees between zero and twenty messages per day.
|
|
This is a good place to send questions about rsync, but please
|
|
<a
|
|
href="https://www.catb.org/~esr/faqs/smart-questions.html">read
|
|
this before posting</a>.
|
|
|
|
[<a href="https://www.mail-archive.com/rsync@lists.samba.org/">archive 1</a>,
|
|
<a href="https://lists.samba.org/archive/rsync/">archive 2</a>,
|
|
<a href="https://lists.samba.org/mailman/listinfo/rsync">subscriptions</a>]
|
|
</li>
|
|
|
|
|
|
<li>
|
|
<b>rsync-announce</b> carries only messages from the
|
|
maintainer annoucing new releases, which happen at most a few
|
|
times per month.
|
|
|
|
[<a href="https://www.mail-archive.com/rsync-announce@lists.samba.org/">archive 1</a>,
|
|
<a href="https://lists.samba.org/archive/rsync-announce/">archive 2</a>,
|
|
<a href="https://lists.samba.org/mailman/listinfo/rsync-announce">subscriptions</a>]
|
|
</li>
|
|
|
|
|
|
<li>
|
|
<b>rsync-cvs</b> carries messages are automatically generated
|
|
whenever a developer changes the source code, which can happen
|
|
many times per day. If you subscribe, you should probably
|
|
choose digest mode.
|
|
|
|
[<a href="https://www.mail-archive.com/rsync-cvs@lists.samba.org/maillist.html">archive 1</a>,
|
|
<a href="https://lists.samba.org/archive/rsync-cvs/">archive 2</a>,
|
|
<a href="https://lists.samba.org/mailman/listinfo/rsync-cvs">subscriptions</a>]
|
|
</li>
|
|
</ul>
|
|
|
|
<p>
|
|
Please report problems with the lists to the <tt>postmaster</tt>
|
|
at <tt>samba.org</tt>, but note that you can control your own
|
|
subscription using the web interface.
|
|
</p>
|
|
|
|
<!--#include virtual="footer.html" -->
|