Add a mozilla project page. This is very rough and I'd more than welcome
someone's efforts to tart it up a bit with a nice picture or some better text, but for the time being, this is better than nothing.
This commit is contained in:
parent
fa35092e56
commit
3d9aeaa14b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2659
4 changed files with 154 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $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"
|
||||
|
@ -12,7 +12,7 @@ ANALOG?=/home/www/bin/analog
|
|||
|
||||
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
|
||||
|
|
75
data/mozilla.sgml
Normal file
75
data/mozilla.sgml
Normal file
|
@ -0,0 +1,75 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1998-04-11 16:50:15 $">
|
||||
<!ENTITY title 'FreeBSD Mozilla Group'>
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: mozilla.sgml,v 1.1 1998-04-11 16:50:15 jkh Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h2>Overview</h2>
|
||||
|
||||
<p>Following <a href="http://www.netscape.com">Netscape</a>'s
|
||||
decision to publically release the source code for their client
|
||||
product, otherwise known as <a href="http://www.mozilla.org">Mozilla</a>,
|
||||
a number of free software groups have become actively involved in
|
||||
supporting and improving this technology for their own uses. The
|
||||
<em>FreeBSD Mozilla Group</em> 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.</p>
|
||||
|
||||
<h2>Resources</h2>
|
||||
|
||||
<dl>
|
||||
<dt><a href="http://www.freebsd.org/cgi/cvsweb.cgi?cvsroot=mozilla">WEB Interface</a></dt>
|
||||
|
||||
<dd>CVSweb provides a web-based interface for viewing the <a
|
||||
href="http://www.freebsd.org/cgi/cvsweb.cgi">CVS repository</a>,
|
||||
being able to select and compare specific revisions of the various
|
||||
files within it.</dd>
|
||||
|
||||
<dt><a href="http://www.freebsd.org/handbook/cvsup.html">CVSup</a></dt>
|
||||
|
||||
<dd>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
|
||||
<a href="ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/">
|
||||
ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/</a> and use a supfile
|
||||
which looks something like this:
|
||||
<pre>
|
||||
*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
|
||||
</pre></dd>
|
||||
|
||||
<dt><a href="mailto:freebsd-mozilla@freebsd.org">freebsd-mozilla</a></dt>
|
||||
|
||||
<dd>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 <a
|
||||
href="mailto:majordomo@freebsd.org">majordomo@freebsd.org</a> and
|
||||
say <em>subscribe freebsd-mozilla</em> in the body of your message.</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
<h2>More information</h2>
|
||||
|
||||
<dl>
|
||||
<dt><a href="http://www.mozilla.org">Mozilla.ORG</a></dt>
|
||||
|
||||
<dd>The Mozilla.org project provides central control over Mozilla
|
||||
for all platforms, not just FreeBSD.</dd>
|
||||
|
||||
<dt><a href="http://www.cyclic.com">Cyclic Software</a></dt>
|
||||
|
||||
<dd>Cyclic Software has some good on-line tutorials on CVS</dd>
|
||||
</dl>
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,4 +1,4 @@
|
|||
# $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"
|
||||
|
@ -12,7 +12,7 @@ ANALOG?=/home/www/bin/analog
|
|||
|
||||
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
|
||||
|
|
75
en/projects/mozilla.sgml
Normal file
75
en/projects/mozilla.sgml
Normal file
|
@ -0,0 +1,75 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1998-04-11 16:50:15 $">
|
||||
<!ENTITY title 'FreeBSD Mozilla Group'>
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: mozilla.sgml,v 1.1 1998-04-11 16:50:15 jkh Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h2>Overview</h2>
|
||||
|
||||
<p>Following <a href="http://www.netscape.com">Netscape</a>'s
|
||||
decision to publically release the source code for their client
|
||||
product, otherwise known as <a href="http://www.mozilla.org">Mozilla</a>,
|
||||
a number of free software groups have become actively involved in
|
||||
supporting and improving this technology for their own uses. The
|
||||
<em>FreeBSD Mozilla Group</em> 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.</p>
|
||||
|
||||
<h2>Resources</h2>
|
||||
|
||||
<dl>
|
||||
<dt><a href="http://www.freebsd.org/cgi/cvsweb.cgi?cvsroot=mozilla">WEB Interface</a></dt>
|
||||
|
||||
<dd>CVSweb provides a web-based interface for viewing the <a
|
||||
href="http://www.freebsd.org/cgi/cvsweb.cgi">CVS repository</a>,
|
||||
being able to select and compare specific revisions of the various
|
||||
files within it.</dd>
|
||||
|
||||
<dt><a href="http://www.freebsd.org/handbook/cvsup.html">CVSup</a></dt>
|
||||
|
||||
<dd>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
|
||||
<a href="ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/">
|
||||
ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/</a> and use a supfile
|
||||
which looks something like this:
|
||||
<pre>
|
||||
*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
|
||||
</pre></dd>
|
||||
|
||||
<dt><a href="mailto:freebsd-mozilla@freebsd.org">freebsd-mozilla</a></dt>
|
||||
|
||||
<dd>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 <a
|
||||
href="mailto:majordomo@freebsd.org">majordomo@freebsd.org</a> and
|
||||
say <em>subscribe freebsd-mozilla</em> in the body of your message.</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
<h2>More information</h2>
|
||||
|
||||
<dl>
|
||||
<dt><a href="http://www.mozilla.org">Mozilla.ORG</a></dt>
|
||||
|
||||
<dd>The Mozilla.org project provides central control over Mozilla
|
||||
for all platforms, not just FreeBSD.</dd>
|
||||
|
||||
<dt><a href="http://www.cyclic.com">Cyclic Software</a></dt>
|
||||
|
||||
<dd>Cyclic Software has some good on-line tutorials on CVS</dd>
|
||||
</dl>
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue