This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: A load of markup fixes for the libstdc++ pages


Installed.

2000-11-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

	* documentation.html, download.html, index.html, links.html,
	status.html, faq/index.html:  Markup fixes: <UL> cannot be embedded
	within <P>...</P>; logical markup instead of physical; missing tags.

Gerald

Index: documentation.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/documentation.html,v
retrieving revision 1.7
diff -u -3 -p -r1.7 documentation.html
--- documentation.html	2000/11/17 01:21:14	1.7
+++ documentation.html	2000/11/19 02:45:27
@@ -19,6 +19,7 @@
    <P>This is a short list of text files pertaining to this
    implementation of ISO 14882. A brief description follows the name
    of the file.
+   </P>
       <UL>
          <LI><A HREF="17_intro/BADNAMES">BADNAMES</A>
          - names to avoid because of potential collisions
@@ -45,13 +46,12 @@
          <LI><A HREF="17_intro/contribute.html">Contributor checklist</A>
          <LI><A HREF="17_intro/libstdc++-assign.txt">Copyright assignment form for libstdc++-v3</A>
       </UL>
-   </P>

 <HR>
 <H2><A NAME="2">Configuring, Building, Installing</A></H2>
       <UL>
-        <A HREF="configopts.html">Configure options</A><BR>
-        <A HREF="install.html">Getting started: configure, build, install</A><BR>
+        <LI><A HREF="configopts.html">Configure options</A>
+        <LI><A HREF="install.html">Getting started: configure, build, install</A><BR>
       </UL>

 <HR>
@@ -75,5 +75,3 @@
 <!--#include virtual="/libstdc++/footer.ihtml"-->
 </BODY>
 </HTML>
-
-
Index: download.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/download.html,v
retrieving revision 1.10
diff -u -3 -p -r1.10 download.html
--- download.html	2000/11/17 01:21:14	1.10
+++ download.html	2000/11/19 02:45:27
@@ -28,6 +28,7 @@
    the current libstdc++-v3 development sources.  To check out
    libstdc++-v3 only, use <TT>libstdc++-v3</TT> instead of <TT>gcc</TT>
    as the module.
+</P>
    <UL>
      <LI>Read-only CVS repository is available by anonymous CVS.  Directions
          are <A HREF="http://gcc.gnu.org/cvs.html">here</A>.  You can also
@@ -35,9 +36,8 @@
      <LI>Read-write CVS repository is available by authorized CVS via SSH.
          Directions are <A HREF="http://gcc.gnu.org/cvswrite.html">here</A>.
    </UL>
-</P>
 <P>Once you have the GCC sources checked out over CVS, you can use the
-   <TT>contrib/gcc_update</TT> script to retrieve the latest changes, and
+   <CODE>contrib/gcc_update</CODE> script to retrieve the latest changes, and
    automatically update the timestamps of certain files.  With the
    timestamps updated, you won't need autoconf or the other tools (unless
    you make changes, obviously).
@@ -52,4 +52,3 @@
 <!--#include virtual="/libstdc++/footer.ihtml"-->
 </BODY>
 </HTML>
-
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/index.html,v
retrieving revision 1.5
diff -u -3 -p -r1.5 index.html
--- index.html	2000/11/17 01:21:14	1.5
+++ index.html	2000/11/19 02:45:28
@@ -21,7 +21,7 @@

 <P>This is an ongoing project to implement the ISO 14882 Standard
    C++ Library as described in chapters 17 through 27 and Annex D.
-   <B>Participation is welcome!</B>
+   <STRONG>Participation is welcome!</STRONG>
 </P>

 <H2>What... is the airspeed velocity of an unladen swallow?</H2>
@@ -35,7 +35,7 @@
 <HR>

 <H3>News</H3>
-<P>
+
 <DL>
  <DT>2000-11-17
  <DD> Tenth snapshot release,
@@ -71,11 +71,8 @@
  <DT>1998-07-15
  <DD> First snapshot release.
 </DL>
-</P>


 <!--#include virtual="/libstdc++/footer.ihtml"-->
 </BODY>
 </HTML>
-
-
Index: links.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/links.html,v
retrieving revision 1.4
diff -u -3 -p -r1.4 links.html
--- links.html	2000/11/17 01:21:14	1.4
+++ links.html	2000/11/19 02:45:28
@@ -11,47 +11,43 @@
 <!--#include virtual="/libstdc++/header.ihtml"-->


-
 <H3>Links</H3>
+
+<P>Public websites that have info on known defects in the standard:</P>

-Public websites that have info on known defects in the standard:
-<P><UL>
+<UL>
   <LI><A HREF="http://www.dkuug.dk/jtc1/sc22/wg21/">defect reflector</A>
   <LI><A HREF="http://www.comeaucomputing.com/iso/">comeau reflector</A>
   <LI><A HREF="http://reality.sgi.com/austern_mti/std-c++/faq.html">c++ standards FAQ</A>
-</UL></P>
+</UL>

-<P><UL>
+<UL>
   <LI><A HREF="http://www.sgi.com/Technology/STL">The SGI STL page</A>
   <LI><A HREF="http://www.stlport.org/">STLport homepage</A>
-</UL></P>
+</UL>

-<P><UL>
+<UL>
   <LI><A HREF="http://math.nist.gov/tnt/">Template Numeric Toolkit</A>
   <LI><A HREF="http://www.acl.lanl.gov/Pooma/">POOMA</A>
   <LI><A HREF="http://www.maths.warwick.ac.uk/cpp/lia/">Language independent
       arithmetic</A>
   <LI><A HREF="http://www.boost.org">The Boost C++ Libraries</A>
-</UL></P>
+</UL>

-<P><UL>
+<UL>
   <LI><A HREF="http://webnz.com/robert/cpp_site.html">Internet sites for
       C++ users</A>
   <LI><A HREF="http://www.unicode.org">Unicode</A>
-</UL></P>
+</UL>

-<P><UL>
+<UL>
   <LI><A HREF="http://www.research.att.com/~bs/">Bjarne Stroustrup's page</A>
   <LI><A HREF="http://www.cantrip.org/cpp.html">Nathan Myers' locale page</A>
   <LI><A HREF="http://www.josuttis.com/libbook/">Nicolai Josuttis' Standard
       Library book</A>
-</UL></P>
-
+</UL>


-
 <!--#include virtual="/libstdc++/footer.ihtml"-->
 </BODY>
 </HTML>
-
-
Index: status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/status.html,v
retrieving revision 1.4
diff -u -3 -p -r1.4 status.html
--- status.html	2000/11/17 01:21:14	1.4
+++ status.html	2000/11/19 02:45:28
@@ -137,18 +137,13 @@
    <a href="http://gcc.gnu.org/ml/gcc-bugs/2000-03/msg00574.html"> here </a>

 <P>And the response from one of the powerpc port maintainers:
+</P>
    <BLOCKQUOTE><EM>
    I opposed the original solution (involving weak symbols) on ELF, as
    it seemed to be the wrong idea.  I'm not sure what the right fix is,
    and don't think I have time to work on it right now.
    </EM></BLOCKQUOTE>
-</P>
-
-

-
 <!--#include virtual="/libstdc++/footer.ihtml"-->
 </BODY>
 </HTML>
-
-
Index: faq/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/faq/index.html,v
retrieving revision 1.9
diff -u -3 -p -r1.9 index.html
--- index.html	2000/11/17 01:21:14	1.9
+++ index.html	2000/11/19 02:45:28
@@ -242,6 +242,7 @@ which is no longer available, thanks dej
    <H2><A NAME="2_1">2.1 How do I install libstdc++-v3?</A></H2>
       <P>Complete instructions are not given here (this is a FAQ, not
          an installation document), but the tools required are few:
+      </P>
          <UL>
             <LI> A release of libstdc++.
             <LI> A recent release of GCC (version 2.95 works). Note
@@ -253,7 +254,6 @@ HREF="http://sources.redhat.com/autoconf
 HREF="http://sources.redhat.com/automake/">automake</A>.
             <LI> GNU Make is the only make that supports these makefiles.
          </UL>
-      </P>
       <P>The file <A HREF="../documentation.html">documentation.html</A>
          provides a good overview of the steps necessary to build, install,
          and use the library.  Instructions for configuring the library
@@ -271,7 +271,7 @@ HREF="http://sources.redhat.com/automake
    <H2><A NAME="2_2">2.2 Is this a drop-in replacement for the
                          libstdc++ that's shipped with g++?</A></H2>
       <P>Yes, as of 2.90.8, it is intended as such.  And as of 2.91,
-         libstdc++-v3 <EM>is</EM></P> the library that's shipped with
+         libstdc++-v3 <EM>is</EM> the library that's shipped with
          g++, so much of this answer has become moot.
       </P>

@@ -522,9 +522,9 @@ HREF="http://sources.redhat.com/ml/libst
          it is better to refer to files there by their path, as in:
          <!-- Careful, the leading spaces in PRE show up directly. -->
          <PRE>
+      </P>
        #include &lt;ext/hash_map&gt;
          </PRE>
-      </P>
       <P>Extensions to the library have
          <A HREF="../ext/howto.html">their own page</A>.
       </P>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]