doc/es/projects/mozilla.sgml
Peter Wemm 01a61279be $Id$,$Date$ -> $FreeBSD$
The jury is out on $Date$, but it's presently not being expanded..
1999-09-06 07:03:31 +00:00

89 lines
3.3 KiB
Text

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title 'FreeBSD Mozilla Group'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<!-- $FreeBSD$ -->
<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="../../handbook/synching.html#CVSUP">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="../../handbook/synching.html#ANONCVS">anoncvs</a></dt>
<dd>Anonymous CVS allows anyone to check things out of the FreeBSD
Mozilla repository using the standard <tt>cvs(1)</tt> commands.
Simply set your <em>CVSROOT</em> environment variable to point to:
<pre>
anoncvs@mozilla.freebsd.org:/mozilla
</pre>
<p>And you can then use <tt>cvs(1)</tt> for doing read-only operations
on the Mozilla CVS repository.</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>