Commit e76659d1 by Gerald Pfeifer Committed by Gerald Pfeifer

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
parent a98cf819
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> 2017-03-17 Jonathan Wakely <jwakely@redhat.com>
* src/c++11/codecvt.cc (range): Add non-type template parameter and * src/c++11/codecvt.cc (range): Add non-type template parameter and
......
...@@ -1177,25 +1177,7 @@ ...@@ -1177,25 +1177,7 @@
</question> </question>
<answer xml:id="a-get_iso_cxx"> <answer xml:id="a-get_iso_cxx">
<para> <para>
Copies of the full ISO 14882 standard are available on line via Please refer to the Contributing section in our manual.
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.
</para> </para>
</answer> </answer>
</qandaentry> </qandaentry>
......
...@@ -45,9 +45,11 @@ ...@@ -45,9 +45,11 @@
the standard from their respective national standards the standard from their respective national standards
organization. In the USA, this national standards organization. In the USA, this national standards
organization is organization is
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.ansi.org">ANSI</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 (And if you've already registered with them you can <link
<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>.) 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> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment