diff --git a/data/Makefile b/data/Makefile index 5d03229bad..48ce3d26fd 100644 --- a/data/Makefile +++ b/data/Makefile @@ -1,73 +1,73 @@ -# $Id: Makefile,v 1.25 1998-03-31 20:11:17 nik Exp $ +# $Id: Makefile,v 1.26 1998-04-11 16:50:13 jkh Exp $ .if exists(Makefile.conf) .include "Makefile.conf" .endif ACCESS_LOG_DIR?=/home/www/server/logs ACCESS_LOG_FILE?=access_log ANALOG?=/home/www/bin/analog # These are turned into validated, normalized HTML files. DOCS= about.sgml applications.sgml auditors.sgml availability.sgml branch.sgml DOCS+= cgallery.sgml commercial.sgml daemon.sgml docproj.sgml docs.sgml -DOCS+= features.sgml gallery.sgml index-site.sgml register.sgml +DOCS+= features.sgml gallery.sgml index-site.sgml mozilla.sgml register.sgml DOCS+= internet.sgml license.sgml mailto.sgml mirror.sgml newsflash.sgml DOCS+= npgallery.sgml pgallery.sgml publish.sgml search.sgml searchhints.sgml DOCS+= send-pr.sgml security.sgml support.sgml where.sgml resignation.sgml DOCS+= y2kbug.sgml search-mid.sgml CLEANFILES+=atoz.sgml # These will be directly installed. DATA= COPYING COPYING.LIB README.mirror robots.txt index.html # Files or targets listed here are defined in this file. #LOCAL= stats.html stats-img.html stats.html: ${ACCESS_LOG_DIR}/${ACCESS_LOG_FILE} renice +10 $$$$; \ (cd ${ACCESS_LOG_DIR};zcat ${ACCESS_LOG_FILE}.*.gz; \ cat ${ACCESS_LOG_FILE}) | \ egrep -iv '\.(gif|jpg|jpeg|au) ' | \ ${ANALOG} +i0 +R500 -o > ${.TARGET} stats-img.html: ${ACCESS_LOG_DIR}/${ACCESS_LOG_FILE} renice +10 $$$$; \ (cd ${ACCESS_LOG_DIR};zcat ${ACCESS_LOG_FILE}.*.gz; \ cat ${ACCESS_LOG_FILE}) | \ ${ANALOG} +i0 +R500 -o > ${.TARGET} index-site.sgml: atoz.sgml atoz.sgml: web.atoz sort -fu web.atoz | perl atoz.pl > ${.TARGET} cgallery.html: cgallery.sgml cgallery.inc cgallery.inc: gallery.db gengallery.pl ./gengallery.pl commercial gallery.db > cgallery.inc npgallery.html: npgallery.sgml npgallery.inc npgallery.inc: gallery.db gengallery.pl ./gengallery.pl nonprofit gallery.db > npgallery.inc pgallery.html: pgallery.sgml pgallery.inc pgallery.inc: gallery.db gengallery.pl ./gengallery.pl personal gallery.db > pgallery.inc # Subdirectories SUBDIR= cgi commercial docproj gifs ports releases tutorials ja_JP.EUC # Subdirectories that have linuxdoc docs and makefiles that use # . DOCSUBDIR= FAQ handbook SGMLOPTS+= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr WEBDIR= data .include "web.mk" diff --git a/data/mozilla.sgml b/data/mozilla.sgml new file mode 100644 index 0000000000..aaab5b192c --- /dev/null +++ b/data/mozilla.sgml @@ -0,0 +1,75 @@ + + + %includes; +]> + + + +&header; + +

Overview

+ +

Following Netscape's + decision to publically release the source code for their client + product, otherwise known as Mozilla, + a number of free software groups have become actively involved in + supporting and improving this technology for their own uses. The + FreeBSD Mozilla Group seeks to provide a focus for such + work in the FreeBSD world, providing centralized resources such as a + CVS repository, a mailing list and other tools for collaborative + development.

+ +

Resources

+ +
+
WEB Interface
+ +
CVSweb provides a web-based interface for viewing the CVS repository, + being able to select and compare specific revisions of the various + files within it.
+ +
CVSup
+ +
CVSup provides ongoing syncronization with the central Mozilla + repository, either for the CVS bits themselves (for those wishing to + keep a local repository) or for a "checked out" version, suitable for + directly building or editing. Fetch the CVSup binaries from + + ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/ and use a supfile + which looks something like this: +
+*default prefix=/usr/src/mozilla base=/usr/src/mozilla host=mozilla.FreeBSD.org release=cvs delete compress use-rel-suffix tag=.
+
+## Main Source Tree
+cvs-mozilla
+      
+ +
freebsd-mozilla
+ +
The FreeBSD-mozilla mailing list is provided for developers and + users of the FreeBSD mozilla port to discuss issues relating to building, + using and managing the mozilla sources and any FreeBSD-specific changes + to them. To subscribe, send mail to majordomo@freebsd.org and + say subscribe freebsd-mozilla in the body of your message.
+ +
+ +

More information

+ +
+
Mozilla.ORG
+ +
The Mozilla.org project provides central control over Mozilla + for all platforms, not just FreeBSD.
+ +
Cyclic Software
+ +
Cyclic Software has some good on-line tutorials on CVS
+
+&footer; + + + diff --git a/en/Makefile b/en/Makefile index 5d03229bad..48ce3d26fd 100644 --- a/en/Makefile +++ b/en/Makefile @@ -1,73 +1,73 @@ -# $Id: Makefile,v 1.25 1998-03-31 20:11:17 nik Exp $ +# $Id: Makefile,v 1.26 1998-04-11 16:50:13 jkh Exp $ .if exists(Makefile.conf) .include "Makefile.conf" .endif ACCESS_LOG_DIR?=/home/www/server/logs ACCESS_LOG_FILE?=access_log ANALOG?=/home/www/bin/analog # These are turned into validated, normalized HTML files. DOCS= about.sgml applications.sgml auditors.sgml availability.sgml branch.sgml DOCS+= cgallery.sgml commercial.sgml daemon.sgml docproj.sgml docs.sgml -DOCS+= features.sgml gallery.sgml index-site.sgml register.sgml +DOCS+= features.sgml gallery.sgml index-site.sgml mozilla.sgml register.sgml DOCS+= internet.sgml license.sgml mailto.sgml mirror.sgml newsflash.sgml DOCS+= npgallery.sgml pgallery.sgml publish.sgml search.sgml searchhints.sgml DOCS+= send-pr.sgml security.sgml support.sgml where.sgml resignation.sgml DOCS+= y2kbug.sgml search-mid.sgml CLEANFILES+=atoz.sgml # These will be directly installed. DATA= COPYING COPYING.LIB README.mirror robots.txt index.html # Files or targets listed here are defined in this file. #LOCAL= stats.html stats-img.html stats.html: ${ACCESS_LOG_DIR}/${ACCESS_LOG_FILE} renice +10 $$$$; \ (cd ${ACCESS_LOG_DIR};zcat ${ACCESS_LOG_FILE}.*.gz; \ cat ${ACCESS_LOG_FILE}) | \ egrep -iv '\.(gif|jpg|jpeg|au) ' | \ ${ANALOG} +i0 +R500 -o > ${.TARGET} stats-img.html: ${ACCESS_LOG_DIR}/${ACCESS_LOG_FILE} renice +10 $$$$; \ (cd ${ACCESS_LOG_DIR};zcat ${ACCESS_LOG_FILE}.*.gz; \ cat ${ACCESS_LOG_FILE}) | \ ${ANALOG} +i0 +R500 -o > ${.TARGET} index-site.sgml: atoz.sgml atoz.sgml: web.atoz sort -fu web.atoz | perl atoz.pl > ${.TARGET} cgallery.html: cgallery.sgml cgallery.inc cgallery.inc: gallery.db gengallery.pl ./gengallery.pl commercial gallery.db > cgallery.inc npgallery.html: npgallery.sgml npgallery.inc npgallery.inc: gallery.db gengallery.pl ./gengallery.pl nonprofit gallery.db > npgallery.inc pgallery.html: pgallery.sgml pgallery.inc pgallery.inc: gallery.db gengallery.pl ./gengallery.pl personal gallery.db > pgallery.inc # Subdirectories SUBDIR= cgi commercial docproj gifs ports releases tutorials ja_JP.EUC # Subdirectories that have linuxdoc docs and makefiles that use # . DOCSUBDIR= FAQ handbook SGMLOPTS+= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr WEBDIR= data .include "web.mk" diff --git a/en/projects/mozilla.sgml b/en/projects/mozilla.sgml new file mode 100644 index 0000000000..aaab5b192c --- /dev/null +++ b/en/projects/mozilla.sgml @@ -0,0 +1,75 @@ + + + %includes; +]> + + + +&header; + +

Overview

+ +

Following Netscape's + decision to publically release the source code for their client + product, otherwise known as Mozilla, + a number of free software groups have become actively involved in + supporting and improving this technology for their own uses. The + FreeBSD Mozilla Group seeks to provide a focus for such + work in the FreeBSD world, providing centralized resources such as a + CVS repository, a mailing list and other tools for collaborative + development.

+ +

Resources

+ +
+
WEB Interface
+ +
CVSweb provides a web-based interface for viewing the CVS repository, + being able to select and compare specific revisions of the various + files within it.
+ +
CVSup
+ +
CVSup provides ongoing syncronization with the central Mozilla + repository, either for the CVS bits themselves (for those wishing to + keep a local repository) or for a "checked out" version, suitable for + directly building or editing. Fetch the CVSup binaries from + + ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/ and use a supfile + which looks something like this: +
+*default prefix=/usr/src/mozilla base=/usr/src/mozilla host=mozilla.FreeBSD.org release=cvs delete compress use-rel-suffix tag=.
+
+## Main Source Tree
+cvs-mozilla
+      
+ +
freebsd-mozilla
+ +
The FreeBSD-mozilla mailing list is provided for developers and + users of the FreeBSD mozilla port to discuss issues relating to building, + using and managing the mozilla sources and any FreeBSD-specific changes + to them. To subscribe, send mail to majordomo@freebsd.org and + say subscribe freebsd-mozilla in the body of your message.
+ +
+ +

More information

+ +
+
Mozilla.ORG
+ +
The Mozilla.org project provides central control over Mozilla + for all platforms, not just FreeBSD.
+ +
Cyclic Software
+ +
Cyclic Software has some good on-line tutorials on CVS
+
+&footer; + + +