Undo last commit as "u.rel.notes" was already added.
Add "u.rel.hardware" entity. Fix paths to Release information.
This commit is contained in:
parent
572b848a3a
commit
df9e4b4ccd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15086
1 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/es/includes.sgml,v 1.13 2002/10/14 18:54:20 jesusr Exp $ -->
|
||||
<!-- $FreeBSD: www/es/includes.sgml,v 1.14 2002/11/30 04:44:59 jesusr Exp $ -->
|
||||
<!--
|
||||
Base is the absolute URL for the given page, minus the actual page
|
||||
part. It should either be specified as a fully qualified URL, or
|
||||
|
@ -29,7 +29,6 @@
|
|||
<!ENTITY date ''>
|
||||
<!ENTITY home '<a href="&base;/index.html"><img src="&base;/gifs/home.gif"
|
||||
alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"></a>'>
|
||||
<!ENTITY u.rel.notes '&base;/../releases/&rel.current;R/relnotes.html'>
|
||||
|
||||
<!-- Standard headers and footers -->
|
||||
|
||||
|
@ -75,9 +74,10 @@ src="&base;/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0
|
|||
<!ENTITY rel.current '4.7'>
|
||||
|
||||
<!-- URLs to information on the latest release -->
|
||||
<!ENTITY u.rel.notes '/releases/&rel.current;R/notes.html'>
|
||||
<!ENTITY u.rel.announce '/releases/&rel.current;R/announce.html'>
|
||||
<!ENTITY u.rel.errata '/releases/&rel.current;R/errata.html'>
|
||||
<!ENTITY u.rel.notes '&base;/../releases/&rel.current;R/notes.html'>
|
||||
<!ENTITY u.rel.announce '&base;/../releases/&rel.current;R/announce.html'>
|
||||
<!ENTITY u.rel.errata '&base;/../releases/&rel.current;R/errata.html'>
|
||||
<!ENTITY u.rel.hardware '&base;/..//releases/&rel.current;R/hardware.html'>
|
||||
|
||||
|
||||
<!-- macro for webbuild paper -->
|
||||
|
|
Loading…
Reference in a new issue