Various changes after repository copy.
This commit is contained in:
parent
38645b85d5
commit
57fc4c1d6d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3240
13 changed files with 69 additions and 48 deletions
|
@ -1,10 +1,11 @@
|
|||
# $Id: Makefile,v 1.2 1998-06-17 18:14:52 wosch Exp $
|
||||
# $Id: Makefile,v 1.3 1998-08-03 09:51:12 wosch Exp $
|
||||
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
.endif
|
||||
|
||||
DOCS= current.sgml doc-set.sgml sgml.sgml submitting.sgml who.sgml
|
||||
DOCS= current.sgml
|
||||
DOCS+= doc-set.sgml
|
||||
DOCS+= sgml.sgml
|
||||
DOCS+= submitting.sgml
|
||||
DOCS+= who.sgml
|
||||
DOCS+= translations.sgml
|
||||
DOCS+= docproj.sgml
|
||||
|
||||
.include "../web.mk"
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY date "$Date: 1998-06-17 18:11:40 $">
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1998-08-03 09:51:12 $">
|
||||
<!ENTITY title "FreeBSD Documentation Project">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: docproj.sgml,v 1.11 1998-06-17 18:11:40 wosch Exp $ -->
|
||||
<!-- $Id: docproj.sgml,v 1.12 1998-08-03 09:51:12 wosch Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -37,7 +38,7 @@
|
|||
|
||||
<table bgcolor="#ffffcc" border="1" cellpadding="4" width="100%">
|
||||
<tr>
|
||||
<td><h2 align="center"><a href="docproj/current.html">Current
|
||||
<td><h2 align="center"><a href="current.html">Current
|
||||
projects</a></h2>
|
||||
|
||||
<p>There are a number of projects currently <em>in progress</em> as
|
||||
|
@ -47,30 +48,30 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<h2><a href="docproj/who.html">Who we are, how to join</a></h2>
|
||||
<h2><a href="who.html">Who we are, how to join</a></h2>
|
||||
|
||||
<p>This page explains who makes up the Documentation Project, and how
|
||||
you can join.</p>
|
||||
|
||||
<h2><a href="docproj/doc-set.html">The FreeBSD Documentation Set</a></h2>
|
||||
<h2><a href="doc-set.html">The FreeBSD Documentation Set</a></h2>
|
||||
|
||||
<p>This page outlines the components of the FreeBSD Documentation Set, and
|
||||
the sort of work that the Documentation Project does with them.</p>
|
||||
|
||||
<h2><a href="docproj/sgml.html">SGML and the Documentation Project</a></h2>
|
||||
<h2><a href="sgml.html">SGML and the Documentation Project</a></h2>
|
||||
|
||||
<p>The project is trying to use SGML for the documentation. This page
|
||||
outlines how this is accomplished, and directs the interested reader to
|
||||
further SGML resources.</p>
|
||||
|
||||
<h2><a href="docproj/submitting.html">Submitting Documentation</a></h2>
|
||||
<h2><a href="submitting.html">Submitting Documentation</a></h2>
|
||||
|
||||
<p>Submitting documentation is the best way to become a part of the
|
||||
project, and help make FreeBSD easier to use. This page explains the
|
||||
best way to submit documentation so that it gets looked at as soon as
|
||||
possible.</p>
|
||||
|
||||
<h2><a href="docproj/translations.html">Translation</a></h2>
|
||||
<h2><a href="translations.html">Translation</a></h2>
|
||||
<p>Translations of the FreeBSD documentation, Web pages,
|
||||
Handbook, Manual pages and FAQ.</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue