Makefile:

Add developer.sgml file

developer.sgml:
 Added resources for FreeBSD commiters.

On last commit i forgot to make "cvs add" for new developer.sgml file.
Thanks to Wolfram for point it.
This commit is contained in:
Jesus Rodriguez Cuesta 1999-05-11 15:07:08 +00:00
parent 6f5514d2b1
commit bfc66a75d2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4870
2 changed files with 45 additions and 1 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.5 1999-05-11 12:13:06 wosch Exp $
# $Id: Makefile,v 1.6 1999-05-11 15:07:06 jesusr Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -10,6 +10,7 @@ DOCS+= about.sgml
DOCS+= machines.sgml
DOCS+= mirror.sgml
DOCS+= statistic.sgml
DOCS+= developer.sgml
INDEXLINK= internal.html

View file

@ -0,0 +1,43 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-05-11 15:07:08 $">
<!ENTITY title "Recursos para los FreeBSD Committers">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<!-- $Id: developer.sgml,v 1.1 1999-05-11 15:07:08 jesusr Exp $ -->
<html>
&header;
<h2><a href="http://www.freebsd.org/~wosch/papers/webbuild.html">
Creaci&oacute;n de las p&aacute;ginas web de FreeBSD</a></h2>
Este documento describe como crear y actualizar manualmente las
p&aacute;ginas web de FreeBSD desde el reposotiry de CVS
<h2><a href=" http://www.freebsd.org/~asami/cvsguide.txt">
Gu&iacute;a para los FreeBSD Ports Committers</a></h2>
Una gu&iacute;a para los FreeBSD Ports Committers
<h2>Proyectos de FreeBSD</h2>
<ul>
<li><a href="../docproj/docproj.html">FreeBSD Documentation Project</a></li>
<li><a href="http://www.freebsd.org/~picobsd/">PicoBSD</a></li>
<li><a href="../alpha/">FreeBSD/Alpha Project</a></li>
<li><a href="../projects/">FreeBSD Development Projects</a></li>
</ul>
<h2>Otros recursos</h2>
<ul>
<li><a href="../support.html#cvs">CVS Repository</a></li>
<li><a href="../support.html#gnats">Bug Reports</a></li>
<li><a href="../security/">FreeBSD Security Information</a></li>
<li><a href="../copyright/copyright.html">Copyright</a></li>
</ul>
<p></p><A HREF="internal.html">FreeBSD Internal Home</a>
&footer;
</body>
</html>