Add the cvsweb page to the projects listing and build, fix a typo.
Approved by: knu (mentor)
This commit is contained in:
parent
c0321fd44e
commit
c6304f170b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13553
3 changed files with 10 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/projects/Makefile,v 1.10 2001/11/13 09:40:02 kuriyama Exp $
|
||||
# $FreeBSD: www/en/projects/Makefile,v 1.11 2002/04/12 05:55:20 murray Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -11,6 +11,7 @@ DOCS= projects.sgml
|
|||
DOCS+= updater.sgml
|
||||
DOCS+= newbies.sgml
|
||||
DOCS+= libh.sgml
|
||||
DOCS+= cvsweb.sgml
|
||||
|
||||
INDEXLINK= projects.html
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/cvsweb.sgml,v 1.2 2002/06/17 16:47:55 knu Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/cvsweb.sgml,v 1.3 2002/06/29 09:07:08 nik Exp $">
|
||||
<!ENTITY title 'FreeBSD CVSweb Project'>
|
||||
<!ENTITY email 'freebsd-cvsweb>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -25,7 +25,7 @@
|
|||
|
||||
<p>CVSweb was originally written by &a.fenner; for the FreeBSD
|
||||
Project, and instantly won great popularity among software
|
||||
developpers for its usability.</p>
|
||||
developers for its usability.</p>
|
||||
|
||||
<p>FreeBSD-CVSweb, formerly known as knu-CVSweb, is an enhanced
|
||||
version of CVSweb based on and has been kept in sync with
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.125 2002/04/13 10:29:47 murray Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.126 2002/05/16 01:49:59 trhodes Exp $">
|
||||
<!ENTITY title "FreeBSD Development Projects">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -521,6 +521,11 @@ examples). </li>
|
|||
FreeBSD C99 & POSIX Conformance Project</a> aims to
|
||||
implement all requirements of the ISO 9899:1999 (C99) and
|
||||
IEEE 1003.1-2001 (POSIX) standards.</li>
|
||||
|
||||
<li><a name="cvsweb" href="cvsweb.html">CVSweb</a> is a WWW
|
||||
interface for CVS repositories with which you can browse a file
|
||||
hierarchy on your browser to view each file's revision history
|
||||
in a very handy manner.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue