[Expat-checkins] htdocs index.html,1.60,1.61 oldnews.html,1.2,1.3

Karl Waclawek kwaclaw at users.sourceforge.net
Tue Jun 6 01:15:07 CEST 2006


Update of /cvsroot/expat/htdocs
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv13153

Modified Files:
	index.html oldnews.html 
Log Message:
Adjusted for changes in SF links and instructions.

Index: index.html
===================================================================
RCS file: /cvsroot/expat/htdocs/index.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- index.html	11 Jan 2006 15:52:12 -0000	1.60
+++ index.html	5 Jun 2006 16:27:08 -0000	1.61
@@ -33,7 +33,7 @@
   <li>
   <a href="dev/cvs.html"
      >CVS repository</a>
-  (<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/expat/"
+  (<a href="http://expat.cvs.sourceforge.net"
      >browse online</a>)</li>
   <li>
   <a href="http://sourceforge.net/bugs/?group_id=10127"
@@ -69,62 +69,6 @@
         1021776, 1023646, 1114960, 1156398, 1221160, 1271642.</li></ul>
       </p>
       </dd>
-  <dt><em>27 December 2005</em>,
-      Final Expat 2.0 pre-release snapshot made available.
-    </dt>
-  <dd>
-    <p>This <a href="http://www.libexpat.org/expat-2005-12-27.tar.gz" >
-    pre-release distribution</a> is based on the feedback we got from the
-    Dec. 23 snapshot and represents the final opportunity for
-    feedback before the actual release goes out.</p>
-    <p>We plan to release after the New Year.</p>
-    </dd>
-  <dt><em>23 December 2005</em>,
-      Expat 2.0 pre-release snapshot (another one) made available.
-    </dt>
-  <dd>
-    <p>As nothing happened here for a long time, we've posted another
-    <a href="http://www.libexpat.org/expat-2005-12-23.tar.gz" >pre-release
-    distribution snapshot</a> of the code currently in CVS on
-    libexpat.org.  Please try this out and report any problems you
-    have. We'd like to get Expat 2.0 out soon.</p>
-    <p>A late addition was the new (optional) <code>XML_LARGE_SIZE</code>
-    feature to enable 64-bit integers on some API members. Please check
-    how it builds and works for you.</p>
-    </dd>
-  <dt><em>28 January 2005</em>,
-      Expat pre-release snapshot made available.
-    </dt>
-  <dd>
-    <p>We've posted a <a href=
-    "http://www.libexpat.org/expat-2005-01-28.tar.gz" >pre-release
-    distribution snapshot</a> of the code currently in CVS on
-    libexpat.org.  Please try this out and report any problems you
-    have. We'd like to get a release out soon.</p>
-    <p>The coming release will either be 1.95.9 or 2.0, depending
-    primarily on the response to this snapshot. If we do decide to
-    make this 1.95.9, then we'll try to follow up with 2.0 in about a
-    month.</p>
-    </dd>
-  <dt><em>23 July 2004</em>,
-      Expat 1.95.8 released.
-    </dt>
-  <dd>
-    <p>The release schedule described in the previous news item didn't
-    work out.  As a compensation, we've fixed a number of the
-    nuissance warnings generated on many platforms, and added a nice
-    new suspend/resume feature to the parser.</p>
-    <p><ul>
-      <li> Major new feature: suspend/resume.  Handlers can now request
-           that a parse be suspended for later resumption or aborted
-           altogether.  See "Temporarily Stopping Parsing" in the
-           documentation for more details. </li>
-      <li> Some mostly minor bug fixes, but compilation should no
-           longer generate warnings on most platforms.  SF issues
-           include: 827319, 840173, 846309, 888329, 896188, 923913,
-           928113, 961698, 985192.</li>
-    </ul></p>
-    </dd>
 </dl>
 
 <p><a href="oldnews.html">Old news archive</a></p>
@@ -248,10 +192,9 @@
       </tr>
       <tr>
         <td class="corner">
-          <a href="http://sourceforge.net/"> 
-            <img src="http://cvs.sourceforge.net/sourceforge_whitebg.gif"
-                 width="136" height="79" border="0" alt="SourceForge
-                 Logo" />
+          <a href="http://sourceforge.net">
+            <img src="http://sflogo.sourceforge.net/sflogo.php?group_id=10127&amp;type=2"
+              width="125" height="37" border="0" alt="SourceForge.net Logo" />
           </a>
         </td>
       </tr>

Index: oldnews.html
===================================================================
RCS file: /cvsroot/expat/htdocs/oldnews.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- oldnews.html	27 Dec 2005 16:49:44 -0000	1.2
+++ oldnews.html	5 Jun 2006 16:27:08 -0000	1.3
@@ -17,6 +17,62 @@
 <p><a href="./index.html#news">Current news</a></p>
 
 <dl>
+  <dt><em>27 December 2005</em>,
+      Final Expat 2.0 pre-release snapshot made available.
+    </dt>
+  <dd>
+    <p>This <a href="http://www.libexpat.org/expat-2005-12-27.tar.gz" >
+    pre-release distribution</a> is based on the feedback we got from the
+    Dec. 23 snapshot and represents the final opportunity for
+    feedback before the actual release goes out.</p>
+    <p>We plan to release after the New Year.</p>
+    </dd>
+  <dt><em>23 December 2005</em>,
+      Expat 2.0 pre-release snapshot (another one) made available.
+    </dt>
+  <dd>
+    <p>As nothing happened here for a long time, we've posted another
+    <a href="http://www.libexpat.org/expat-2005-12-23.tar.gz" >pre-release
+    distribution snapshot</a> of the code currently in CVS on
+    libexpat.org.  Please try this out and report any problems you
+    have. We'd like to get Expat 2.0 out soon.</p>
+    <p>A late addition was the new (optional) <code>XML_LARGE_SIZE</code>
+    feature to enable 64-bit integers on some API members. Please check
+    how it builds and works for you.</p>
+    </dd>
+  <dt><em>28 January 2005</em>,
+      Expat pre-release snapshot made available.
+    </dt>
+  <dd>
+    <p>We've posted a <a href=
+    "http://www.libexpat.org/expat-2005-01-28.tar.gz" >pre-release
+    distribution snapshot</a> of the code currently in CVS on
+    libexpat.org.  Please try this out and report any problems you
+    have. We'd like to get a release out soon.</p>
+    <p>The coming release will either be 1.95.9 or 2.0, depending
+    primarily on the response to this snapshot. If we do decide to
+    make this 1.95.9, then we'll try to follow up with 2.0 in about a
+    month.</p>
+    </dd>
+  <dt><em>23 July 2004</em>,
+      Expat 1.95.8 released.
+    </dt>
+  <dd>
+    <p>The release schedule described in the previous news item didn't
+    work out.  As a compensation, we've fixed a number of the
+    nuissance warnings generated on many platforms, and added a nice
+    new suspend/resume feature to the parser.</p>
+    <p><ul>
+      <li> Major new feature: suspend/resume.  Handlers can now request
+           that a parse be suspended for later resumption or aborted
+           altogether.  See "Temporarily Stopping Parsing" in the
+           documentation for more details. </li>
+      <li> Some mostly minor bug fixes, but compilation should no
+           longer generate warnings on most platforms.  SF issues
+           include: 827319, 840173, 846309, 888329, 896188, 923913,
+           928113, 961698, 985192.</li>
+    </ul></p>
+    </dd>
   <dt><em>20 October 2003</em>,
       Expat 1.95.7 released.
     </dt>
@@ -179,10 +235,9 @@
       </tr>
       <tr>
         <td class="corner">
-          <a href="http://sourceforge.net/"> 
-            <img src="http://cvs.sourceforge.net/sourceforge_whitebg.gif"
-                 width="136" height="79" border="0" alt="SourceForge
-                 Logo" />
+          <a href="http://sourceforge.net">
+            <img src="http://sflogo.sourceforge.net/sflogo.php?group_id=10127&amp;type=2"
+              width="125" height="37" border="0" alt="SourceForge.net Logo" />
           </a>
         </td>
       </tr>



More information about the Expat-checkins mailing list