Web pages, may I introduce you to CVS. CVS, these are the web pages.

Yes, this is supposed to be a new top level in the repository.

For the moment any changes to this area must be cleared by myself
or Jordan.  Once the kinks are worked out, the policy will probably
be relaxed.
This commit is contained in:
John Fieber 1996-09-24 17:46:04 +00:00
commit 38df6f51c6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=543
189 changed files with 30753 additions and 0 deletions

39
data/includes.sgml Normal file
View file

@ -0,0 +1,39 @@
<!--
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
relative to the server root. It should be defined in the prolog
<em>before</em> including this file if the page does not live at the
default location below.
When making a link, use <a href="&base/mypage.html">foo</a> and
&base will be expanded appropriately. Base is also used in the
definition of standard boilerplate entities in this file, so be sure
base is correct!
-->
<!ENTITY base CDATA ".">
<!-- Images -->
<!ENTITY i.daemon '<img src="&base/gifs/biglogo.gif" alt="">'>
<!ENTITY i.new '<img src="&base/gifs/new.gif" alt="[New!]">'>
<!-- Components making up the standard headers and footers. -->
<!-- Override in the prolog <em>before</em> including this -->
<!-- file if necessary. -->
<!ENTITY copyright 'Copyright &#169; 1995, 1996 FreeBSD Inc.
All rights reserved.'>
<!ENTITY author '<a href="&base/mailto.html">www@freebsd.org</a><br>
&copyright;'>
<!ENTITY date ''>
<!ENTITY home '<a href="&base/"><img src="&base/gifs/home.gif"
alt="FreeBSD Home Page" border="0" align="right"></a>'>
<!-- Standard headers and footers -->
<!ENTITY header '<head><title>&title;</title></head>
<body text="#000000" bgcolor="#ffffff"><h1>&i.daemon;
&title;</h1><hr noshade>'>
<!ENTITY footer '<hr noshade>&home;<address>&author;<br>&date;</address>'>
<!-- Short names for various anchor points -->
<!ENTITY a.latest.not '<a href="&base/releases/2.1.5R/notes.html">'>
<!ENTITY a.latest.ann '<a href="&base/releases/2.1.5R/announce.html">'>