Fix three broken links in the report. This file is mixed XML/HTML so
I think multiple submitters were a bit confused. Everything inside the <body> tag is just pure HTML that is not processed by report.xsl, so one should use <a href=".." in there instead of <url link="..". Reported by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
This commit is contained in:
parent
272c8fda06
commit
8050e7b441
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=21767
2 changed files with 16 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/news/status/report-may-2004-june-2004.xml,v 1.1 2004/07/27 02:43:26 scottl Exp $ -->
|
||||
<!-- $FreeBSD: www/en/news/status/report-may-2004-june-2004.xml,v 1.2 2004/07/27 02:57:45 hrs Exp $ -->
|
||||
<report>
|
||||
<date>
|
||||
<month>May-June</month>
|
||||
|
|
@ -21,7 +21,8 @@
|
|||
freeze for FreeBSD 5.3 will happen on August 15, 2004. This is only
|
||||
a few weeks away and there is still a lot to do. The TODO list for
|
||||
the release can be found at
|
||||
<url href="http://www.freebsd.org/releases/5.3R/todo.html" />. If
|
||||
<a href="http://www.freebsd.org/releases/5.3R/todo.html">
|
||||
http://www.freebsd.org/releases/5.3R/todo.html</a>. If
|
||||
you are looking for a way to contribute to the release, this TODO list
|
||||
has several items that are in urgent and in need of attention.
|
||||
Testing is also very important. The tree has had some stability
|
||||
|
|
@ -526,7 +527,8 @@
|
|||
separate ports in order to make packages available for the
|
||||
software/features they provide is progressing. Porting of
|
||||
KOffice 1.3.2 are nearly completed. The Swedish FreeBSD
|
||||
snapshot server <url href="http://snapshots.se.freebsd.org" />,
|
||||
snapshot server <a href="http://snapshots.se.freebsd.org">
|
||||
http://snapshots.se.freebsd.org</a>,
|
||||
operated and maintained by members of the KDE/FreeBSD team,
|
||||
is back up and running at full steam. Additional amd64
|
||||
hardware has been added and amd64 snapshots will be available
|
||||
|
|
@ -992,8 +994,8 @@
|
|||
<li>The next highest number of build errors are caused by code
|
||||
that does not build on our 64-bit architectures due to the
|
||||
assumption that "all the world's a PC".
|
||||
<url href="http://portsmon.firepipe.net/ploticus/uniqueerrorcounts.html">
|
||||
Here is the entire list</url>; the individual bars are
|
||||
<a href="http://portsmon.firepipe.net/ploticus/uniqueerrorcounts.html">
|
||||
Here is the entire list</a>; the individual bars are
|
||||
clickable.</li>
|
||||
</ul>
|
||||
</body>
|
||||
|
|
@ -1063,7 +1065,7 @@
|
|||
increase concurrency. Also reviewing the BSD/OS CAM lockdown to see
|
||||
what ideas can be shared. Work should hopefully puck back up in late
|
||||
July. Development is taking place in the FreeBSD Perforce repository
|
||||
under the //depot/projects/scottl-camlock/... branch for now.</p>
|
||||
under the <tt>//depot/projects/scottl-camlock/...</tt> branch for now.</p>
|
||||
</body>
|
||||
</project>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/news/status/report-may-2004-june-2004.xml,v 1.1 2004/07/27 02:43:26 scottl Exp $ -->
|
||||
<!-- $FreeBSD: www/en/news/status/report-may-2004-june-2004.xml,v 1.2 2004/07/27 02:57:45 hrs Exp $ -->
|
||||
<report>
|
||||
<date>
|
||||
<month>May-June</month>
|
||||
|
|
@ -21,7 +21,8 @@
|
|||
freeze for FreeBSD 5.3 will happen on August 15, 2004. This is only
|
||||
a few weeks away and there is still a lot to do. The TODO list for
|
||||
the release can be found at
|
||||
<url href="http://www.freebsd.org/releases/5.3R/todo.html" />. If
|
||||
<a href="http://www.freebsd.org/releases/5.3R/todo.html">
|
||||
http://www.freebsd.org/releases/5.3R/todo.html</a>. If
|
||||
you are looking for a way to contribute to the release, this TODO list
|
||||
has several items that are in urgent and in need of attention.
|
||||
Testing is also very important. The tree has had some stability
|
||||
|
|
@ -526,7 +527,8 @@
|
|||
separate ports in order to make packages available for the
|
||||
software/features they provide is progressing. Porting of
|
||||
KOffice 1.3.2 are nearly completed. The Swedish FreeBSD
|
||||
snapshot server <url href="http://snapshots.se.freebsd.org" />,
|
||||
snapshot server <a href="http://snapshots.se.freebsd.org">
|
||||
http://snapshots.se.freebsd.org</a>,
|
||||
operated and maintained by members of the KDE/FreeBSD team,
|
||||
is back up and running at full steam. Additional amd64
|
||||
hardware has been added and amd64 snapshots will be available
|
||||
|
|
@ -992,8 +994,8 @@
|
|||
<li>The next highest number of build errors are caused by code
|
||||
that does not build on our 64-bit architectures due to the
|
||||
assumption that "all the world's a PC".
|
||||
<url href="http://portsmon.firepipe.net/ploticus/uniqueerrorcounts.html">
|
||||
Here is the entire list</url>; the individual bars are
|
||||
<a href="http://portsmon.firepipe.net/ploticus/uniqueerrorcounts.html">
|
||||
Here is the entire list</a>; the individual bars are
|
||||
clickable.</li>
|
||||
</ul>
|
||||
</body>
|
||||
|
|
@ -1063,7 +1065,7 @@
|
|||
increase concurrency. Also reviewing the BSD/OS CAM lockdown to see
|
||||
what ideas can be shared. Work should hopefully puck back up in late
|
||||
July. Development is taking place in the FreeBSD Perforce repository
|
||||
under the //depot/projects/scottl-camlock/... branch for now.</p>
|
||||
under the <tt>//depot/projects/scottl-camlock/...</tt> branch for now.</p>
|
||||
</body>
|
||||
</project>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue