diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-05-26 23:34:40 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-05-26 23:34:40 +0000 |
commit | 7e4ebdd6a80419d9b0d4236ca405520395fa320c (patch) | |
tree | ebd8a3ca43fe1dabd3a2d0b4c4949b6cd2322e69 /mig-download.html | |
parent | eaf0b53249d6fa673ca415a1c2bb3bf2f75a488b (diff) |
Add new files mig.html and mig-download.html for MiG.
Add menu entries for these files to all other files.
Diffstat (limited to 'mig-download.html')
-rw-r--r-- | mig-download.html | 150 |
1 files changed, 150 insertions, 0 deletions
diff --git a/mig-download.html b/mig-download.html new file mode 100644 index 00000000..06162922 --- /dev/null +++ b/mig-download.html @@ -0,0 +1,150 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" + "http://www.w3.org/TR/REC-html40/strict.dtd"> +<HTML> +<HEAD> +<TITLE>The GNU Hurd - GNU Project - Free Software Foundation (FSF)</TITLE> +<LINK REV="made" HREF="mailto:web-hurd@gnu.org"> +<META NAME="keywords" CONTENT="hurd"> +</HEAD> +<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#1F00FF" ALINK="#FF0000" VLINK="#9900DD"> +<TABLE width="100%" border="0" cellspacing="5" cellpadding="15"> +<TR> +<TD COLSPAN="2"> +<IMG SRC="/graphics/hurd_sm_mf.jpg" ALT=" [image of the Hurd logo] "> +[ + <A HREF="/software/hurd/mig-download.html">English</A> +] +</TD> +</TR> +<TR> +<TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#eeeeee"> +<A HREF="/software/hurd/whatsnew.html"><STRONG>What's New</STRONG></A><BR> + <BR> +<A HREF="/software/hurd/changelogs.html">ChangeLogs</A><BR> +<P> +<A HREF="/software/hurd/hurd.html"><STRONG>The GNU Hurd</STRONG></A><BR> + <BR> +<A HREF="/software/hurd/docs.html">Documentation</A><BR> +<A HREF="/software/hurd/install.html">Installation</A><BR> +<A HREF="/software/hurd/help.html">Getting Help</A><BR> +<A HREF="/software/hurd/download.html">Source Code</A><BR> +<A HREF="/software/hurd/devel.html">Development</A><BR> +<A HREF="/software/hurd/history.html">History</A><BR> + <BR> +<A HREF="/software/hurd/gnumach.html"><STRONG>GNU Mach</STRONG></A><BR> + <BR> +<A HREF="/software/hurd/gnumach-docs.html">Documentation</A><BR> +<A HREF="/software/hurd/gnumach-install.html">Installation</A><BR> +<A HREF="/software/hurd/gnumach-download.html">Source Code</A><BR> + <BR> +<A HREF="/software/hurd/mig.html"><STRONG>MiG</STRONG></A><BR> + <BR> +<A HREF="/software/hurd/mig-download.html">Source Code</A><BR> +</TD> +<TD ALIGN="LEFT" VALIGN="TOP"> +<HR> +<H3><A NAME="contents">Table of Contents</A></H3> +<UL> + <LI><A HREF="#release" NAME="TOrelease">Latest Release</A> + <LI><A HREF="#cvs" NAME="TOCcvs">CVS repository</A> + <LI><A HREF="#tarball" NAME="TOCtarball">Archived snapshots</A> + <LI><A HREF="#cvsweb" NAME="TOCcvsweb">Browsing the code</A> +</UL> +<HR> + +<H3><A HREF="#TOCmig" NAME="mig">Latest Release</A></H3> +<P> +The latest release of MiG is version 1.3, 2002-03-08. It features: +<UL> +<LI>Minor bug fixes.</LI> +<LI>The new keyword <CODE>retcode</CODE> is accepted as a parameter +modifier. This does not do anything, but is accepted for +compatibility with the MiG input syntax used with OSF Mach.</LI> +<LI>The <CODE>debian/</CODE> subdirectory of packaging files is now +included in the MiG source distribution.</LI> +</UL> +<P> +You can download the latest version of MiG from the GNU ftp server: +<UL> +<LI><CODE><A +HREF="ftp://ftp.gnu.org/gnu/mig/mig-1.3.tar.gz">mig-1.3.tar.gz</A></CODE> +[145K].</LI> +<LI><CODE><A +HREF="ftp://ftp.gnu.org/gnu/mig/mig-1.3.tar.gz.sig">mig-1.3.tar.gz.sig</A></CODE> +[1K].</LI> +</UL> + +<H3><A HREF="#TOCcvs" NAME="cvs">CVS repository</A></H3> +<P> +The MiG source code is managed in the version control system <A +HREF="/software/cvs/cvs.html">CVS</A>. You can check out the CVS +repository through anonymous (pserver) CVS with the following +instruction set. When prompted for a password for <I>anoncvs</I>, +simply press the Enter key. + +<P> +Source tree: +<SAMP>cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/hurd login</SAMP><BR> + <BR> +<SAMP>cvs -z3 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/hurd co mig</SAMP> + +<P>Updates from within the module's directory do not need the -d parameter. + +<H3><A HREF="#TOCtarball" NAME="tarball">Archived snapshots</A></H3> +<P> +The whole source code of MiG is also available as a single compressed +TAR file via FTP. The file <A +HREF="ftp://alpha.gnu.org/gnu/cvs/mig.tgz"><SAMP>ftp://alpha.gnu.org/gnu/cvs/mig.tgz +[145K]</SAMP></A> contains a snapshot of the MiG source repository +which is remade daily. + +<H3><A HREF="#TOCcvsweb" NAME="cvsweb">Browsing the code</A></H3> +<P> +You can also browse the <A +HREF="http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/hurd/mig/">CVS +repository of MiG</A> with your web browser. The web pages are +generated dynamically at the time you request them and are always up +to date. + +</TD> +</TR> +</TABLE> + +<HR> + +[ + <A HREF="/software/hurd/mig-download.html">English</A> +] + +<HR> + +<P> +Return to <A HREF="/home.html">GNU's home page</A>. +<P> + +Please send FSF & GNU inquiries & questions to + +<A HREF="mailto:gnu@gnu.org"><EM>gnu@gnu.org</EM></A>. +There are also <A HREF="/home.html#ContactInfo">other ways to +contact</A> the FSF. +<P> + +Please send comments on these web pages to + +<A HREF="mailto:web-hurd@gnu.org"><EM>web-hurd@gnu.org</EM></A>, +send other questions to +<A HREF="mailto:gnu@gnu.org"><EM>gnu@gnu.org</EM></A>. +<P> +Copyright (C) 2001, 2002 Free Software Foundation, Inc., +59 Temple Place - Suite 330, Boston, MA 02111, USA +<P> +Verbatim copying and distribution of this entire article is +permitted in any medium, provided this notice is preserved. +<P> +Updated: +<!-- timestamp start --> +$Date$ $Author$ +<!-- timestamp end --> +<HR> +</BODY> +</HTML> |