Added macro for webbuild paper.
This commit is contained in:
parent
3a51524e71
commit
a663af8fe1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5667
4 changed files with 18 additions and 15 deletions
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/docproj/sgml.sgml,v 1.9 1999/09/06 07:02:43 peter Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/docproj/sgml.sgml,v 1.10 1999/09/19 09:09:21 wosch Exp $">
|
||||
<!ENTITY title "FreeBSD Documentation Project: SGML">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/docproj/sgml.sgml,v 1.9 1999/09/06 07:02:43 peter Exp $ -->
|
||||
<!-- $FreeBSD: www/en/docproj/sgml.sgml,v 1.10 1999/09/19 09:09:21 wosch Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -178,10 +178,7 @@
|
|||
href="http://www.freebsd.org/~wosch/papers/webbuild.html"><b>
|
||||
http://www.freebsd.org/~wosch/papers/webbuild.html</b></a></dt>
|
||||
|
||||
<dd><p>
|
||||
This document describe how to build and update the FreeBSD Web pages
|
||||
from the CVS repository by hand.
|
||||
</p></dd>
|
||||
<dd> &webbuild; </dd>
|
||||
</dl>
|
||||
|
||||
<p></p><a href="docproj.html">FreeBSD Documentation Project Home</a>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/en/includes.sgml,v 1.28 1999/09/06 07:02:37 peter 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
|
||||
|
@ -58,7 +58,10 @@ src="&base/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0"
|
|||
<!ENTITY a.latest.ann '<a href="&base/releases/3.2R/announce.html">'>
|
||||
|
||||
|
||||
|
||||
<!-- macro for webbuild paper -->
|
||||
<!ENTITY webbuild '
|
||||
<p>This document describe how to build and update
|
||||
the FreeBSD Web pages from the CVS repository by hand.</p>'>
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/about.sgml,v 1.27 1999/09/06 07:02:45 peter Exp $">
|
||||
<!ENTITY title "About the FreeBSD WWW Server">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/en/internal/about.sgml,v 1.27 1999/09/06 07:02:45 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -68,6 +68,11 @@
|
|||
Megan McCormack</A>
|
||||
</p>
|
||||
|
||||
<h2><a href="http://www.freebsd.org/~wosch/papers/webbuild.html">
|
||||
Building and updating the FreeBSD Web Pages</a></h2>
|
||||
|
||||
&webbuild;
|
||||
|
||||
<h2>Blocked ping packets</h2>
|
||||
|
||||
<p>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/developer.sgml,v 1.4 1999/09/06 07:02:45 peter Exp $">
|
||||
<!ENTITY title "Resources for FreeBSD Committers">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/en/internal/developer.sgml,v 1.4 1999/09/06 07:02:45 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -17,9 +17,7 @@ Almost everything a new committer to the FreeBSD Project needs to know
|
|||
<h2><a href="http://www.freebsd.org/~wosch/papers/webbuild.html">
|
||||
Build the FreeBSD Web Pages</a></h2>
|
||||
|
||||
|
||||
This document describe how to build and update the FreeBSD Web pages from the
|
||||
CVS repository by hand.
|
||||
&webbuild;
|
||||
|
||||
<h2><a href="../tutorials/docproj-primer/">FreeBSD Documentation Project Primer for New Contributors</a></h2>
|
||||
|
||||
|
|
Loading…
Reference in a new issue