mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-10 03:59:58 +08:00
2000-11-29 Phil Edwards <pme@sources.redhat.com> Sync with the documentation from wwwdocs. * docs/Makefile: New file (rebuilds FAQ text version). * docs/configopts.html: Update. * docs/documentation.html: Update. * docs/download.html: Update. * docs/index.html: Update. * docs/install.html: Update. * docs/links.html: Update. * docs/mail.html: Update. * docs/status.html: Update. * docs/thanks.html: Update. * docs/27_io/howto.html: Update. * docs/faq/index.html: Update for 2.91. * docs/faq/index.txt: Update for 2.91. * docs/footer.html: Removed. * docs/footer.ihtml: New file. * docs/gccrebuild.html: Removed. * docs/header.html: Removed. * docs/header.ihtml: New file. From-SVN: r37855
77 lines
2.1 KiB
HTML
77 lines
2.1 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<META NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
|
|
<TITLE>Standard C++ Library v3</TITLE>
|
|
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/">
|
|
<LINK REL=StyleSheet HREF="lib3styles.css">
|
|
<!-- $Id: mail.html,v 1.6 2000/11/26 01:04:27 gerald Exp $ -->
|
|
</HEAD>
|
|
<BODY>
|
|
|
|
<!--#include virtual="/libstdc++/header.ihtml"-->
|
|
|
|
|
|
|
|
<H3>Mailing list info</H3>
|
|
|
|
<P>There are three main mailing lists for this project:
|
|
<UL>
|
|
<LI>libstdc++@sources.redhat.com: the main discussion and
|
|
development list
|
|
<LI>libstdc++-cvs@sources.redhat.com: a mailing list of
|
|
CVS-produced messages (exciting reading!)
|
|
</UL>
|
|
</P>
|
|
|
|
<P>Use this handy little form to subscribe or unsubscribe from any of
|
|
these lists:
|
|
<BLOCKQUOTE>
|
|
<form method="get" action="/cgi-bin/ml-request">
|
|
Mailing list:
|
|
<select name="listname">
|
|
<option value="libstdc++">libstdc++
|
|
<option value="libstdc++-cvs">libstdc++-cvs
|
|
</select>
|
|
<br>
|
|
Your e-mail address:
|
|
<input type="text" name="username" size="20">
|
|
<br>
|
|
<input type="checkbox" name="digest">Digest version
|
|
<tt> </tt>
|
|
<select name="operation">
|
|
<option value="subscribe">subscribe
|
|
<option value="unsubscribe">unsubscribe
|
|
</select>
|
|
<tt> </tt>
|
|
<input type="Submit" name="submit" value="Send in the request">
|
|
</form>
|
|
</BLOCKQUOTE>
|
|
</P>
|
|
|
|
<P>Archives are also on the web for extra easy access. Just select
|
|
the links below to see the appropriate archive:
|
|
<UL>
|
|
<!-- These need to be moved to gcc.gnu.org -->
|
|
<LI><A HREF="http://sources.redhat.com/ml/libstdc++/">libstdc++</A>
|
|
<LI><A HREF="http://sources.redhat.com/ml/libstdc++-cvs/">libstdc++-cvs</A>
|
|
<LI><A HREF="http://sources.redhat.com/ml/libstdc++-prs/">libstdc++-prs</A>
|
|
(historical)
|
|
</UL>
|
|
</P>
|
|
|
|
<P>You can also ftp mbox formatted archives from the
|
|
<A HREF="ftp://sources.redhat.com/pub/libstdc++/mail-archives/">ftp
|
|
archives</A>.
|
|
</P>
|
|
|
|
<P>For more info, and features of the mailing list software, please consult
|
|
<A HREF="http://sources.redhat.com/lists.html#faqs">the
|
|
documentation page for sources.redhat mailing lists</A>.
|
|
</P>
|
|
|
|
|
|
|
|
<!--#include virtual="/libstdc++/footer.ihtml"-->
|
|
</BODY>
|
|
</HTML>
|