appendix_contributing.xml: Convert link to ansi.org to https.

* doc/xml/manual/appendix_contributing.xml: Convert link to
	ansi.org to https.
	Update link to the C++ standard at ansi.org.

	* doc/xml/faq.xml: Remove information redundant with the above;
	instead add a reference.

From-SVN: r246259
This commit is contained in:
Gerald Pfeifer 2017-03-18 18:39:54 +00:00 committed by Gerald Pfeifer
parent a98cf819ee
commit e76659d189
3 changed files with 15 additions and 22 deletions

View File

@ -1,3 +1,12 @@
2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
* doc/xml/manual/appendix_contributing.xml: Convert link to
ansi.org to https.
Update link to the C++ standard at ansi.org.
* doc/xml/faq.xml: Remove information redundant with the above;
instead add a reference.
2017-03-17 Jonathan Wakely <jwakely@redhat.com>
* src/c++11/codecvt.cc (range): Add non-type template parameter and

View File

@ -1177,25 +1177,7 @@
</question>
<answer xml:id="a-get_iso_cxx">
<para>
Copies of the full ISO 14882 standard are available on line via
the ISO mirror site for committee members. Non-members, or those
who have not paid for the privilege of sitting on the committee
and sustained their two-meeting commitment for voting rights, may
get a copy of the standard from their respective national
standards organization. In the USA, this national standards
organization is ANSI and their website is
right <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.ansi.org">here</link>. (And if
you've already registered with them, clicking this link will take
you to directly to the place where you can
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://webstore.ansi.org/RecordDetail.aspx?sku=ISO%2FIEC+14882:2003">buy the standard on-line</link>.
</para>
<para>
Who is your country's member body? Visit the
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.iso.ch/">ISO homepage</link> and find out!
</para>
<para>
The 2003 version of the standard (the 1998 version plus TC1) is
available in print, ISBN 0-470-84674-7.
Please refer to the Contributing section in our manual.
</para>
</answer>
</qandaentry>

View File

@ -45,9 +45,11 @@
the standard from their respective national standards
organization. In the USA, this national standards
organization is
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.ansi.org">ANSI</link>.
(And if you've already registered with them you can
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://webstore.ansi.org/RecordDetail.aspx?sku=INCITS%2fISO%2fIEC+14882-2012">buy the standard on-line</link>.)
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.ansi.org">ANSI</link>.
(And if you've already registered with them you can <link
xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="https://webstore.ansi.org/RecordDetail.aspx?sku=ISO%2fIEC+14882%3a2014">buy
the standard on-line</link>.)
</para>
</listitem>