- Move files under <lang>/htdocs/share to <lang>/share. - s/WEB_PREFIX/DOC_PREFIX/ - Update the webupdate script to use the SVN repository. Approved by: doceng (implicit)
20 lines
523 B
Text
20 lines
523 B
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "..">
|
|
<!ENTITY date "$FreeBSD$">
|
|
<!ENTITY title "FreeBSD Errata Notices">
|
|
<!ENTITY % navinclude.support "INCLUDE">
|
|
<!ENTITY % developers PUBLIC "-//FreeBSD//ENTITIES FreeBSD Developers Entities//EN"> %developers;
|
|
<!ENTITY notices.html.inc SYSTEM "notices.html.inc">
|
|
]>
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<p>This web page contains a list of released FreeBSD Errata
|
|
Notices.</p>
|
|
|
|
¬ices.html.inc;
|
|
|
|
&footer;
|
|
</body>
|
|
</html>
|