On Sat, 2003-03-08 at 08:55, Laurent Guerby wrote: > Hi, I had no luck with my first contribution (still not in), here > is another one. Let me know if I'm doing things wrong (submission, > style, wrong list, ...).
Okay list, it would be nice tho if you would attach the patch to the mail, instead of having it embeded in the mail. I have applied it. Thanks for your work. > Laurent > > html/en/installation/ > Index: linux.html > =================================================================== > RCS file: /cvs/mono/monkeyguide/html/en/installation/linux.html,v > retrieving revision 1.7 > diff -u -r1.7 linux.html > --- linux.html 19 Feb 2003 19:09:14 -0000 1.7 > +++ linux.html 8 Mar 2003 07:47:20 -0000 > @@ -26,17 +26,27 @@ > > <h2>Binary install on RedHat & RPM based systems</h2> > > +To get Mono running you will need to download rpms made for your distribution from > a few sources. > > -Download the 4 rpms for your distribution from http://www.go-mono.org/download, > then type: > - > +<ul> > +<li>From <a > href="http://www.go-mono.org/download">http://www.go-mono.org/download</a> > <pre class="code"> > - > - rpm --install libgc-6.1-1.i386.rpm > - rpm --install libgc-devel-6.1-1.i386.rpm > - rpm --install mono-0.17-2.i386.rpm > - rpm --install mono-devel-0.17-2.i386.rpm > - > +libgc-6.1-1.i386.rpm > +libgc-devel-6.1-1.i386.rpm > +mono-0.23-1.i386.rpm > +mono-devel-0.23-1.i386.rpm > +</pre> > +<li>If you want to use GTK#, from <a > href="ftp://ftp.gnome-db.org/pub/gnome-db/">ftp://ftp.gnome-db.org/pub/gnome-db/</a> > +<pre class="code"> > +libgda-0.10.0-1.i386.rpm > +libgnomedb-0.10.0-1.i386.rpm > +</pre> > +And from <a > href="http://gtk-sharp.sourceforge.net/">http://gtk-sharp.sourceforge.net/</a> > +<pre class="code"> > +gtk-sharp-0.7-1.i386.rpm > </pre> > +</ul> > + > > <h2>Binary install on Debian</h2> > > Index: overview.html > =================================================================== > RCS file: /cvs/mono/monkeyguide/html/en/installation/overview.html,v > retrieving revision 1.4 > diff -u -r1.4 overview.html > --- overview.html 19 Feb 2003 19:09:14 -0000 1.4 > +++ overview.html 8 Mar 2003 07:47:20 -0000 > @@ -39,14 +39,14 @@ > installation. > </P > ><P > -> There are two items this document will <I > +> This document will <I > CLASS="emphasis" > >not > </I > -> cover: the first is how to self host the mcs compiler > -under linux and the second is the graphical user environment > -which is implemented as GTK#. These two interesting topics > -are the subject of two more howto's that I'm planning. > +> cover: </p> > +<ul> > +<li><p>How to self host the mcs compiler under linux.</p> > +</ul> > </P > ><P > > This document is also less useful for two types of people. > @@ -119,4 +119,4 @@ > > <div class="copyright">The Mono Handbook - <a href="http://www.go-mono.org">© > Copyright 2002 by Johannes Roith & Martin Willemoes Hansen</a></div> > </body> > -</html> > \ No newline at end of file > +</html> > > > > _______________________________________________ > Mono-docs-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-docs-list -- Martin Willemoes Hansen -------------------------------------------------------- E-Mail [EMAIL PROTECTED] Website mwh.sysrq.dk IRC MWH, freenode.net -------------------------------------------------------- _______________________________________________ Mono-docs-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-docs-list
