changeset 349:3ae4319128da

revised link list of documentation
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 03 Jun 2009 00:38:58 +0200
parents 534a5ca26efa
children 09d52ae1ac84
files doc/README.html
diffstat 1 files changed, 16 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/doc/README.html	Wed Jun 03 00:08:39 2009 +0200
+++ b/doc/README.html	Wed Jun 03 00:38:58 2009 +0200
@@ -75,11 +75,6 @@
 <h2 id="introduction">Introduction</h2>
 
     <p>
-    Project website: <a href="http://www.profv.de/mingw_cross_env/"
-                             >http://www.profv.de/mingw_cross_env/</a>
-    </p>
-
-    <p>
     This Makefile compiles a MinGW cross compiler and cross compiles
     many free libraries such as GD and SDL. Thus, it provides a nice
     MinGW cross compiling environment. It
@@ -165,8 +160,9 @@
     install
     <a href="http://www.selenic.com/mercurial/">Mercurial</a>
     and run:
+    </p>
+
     <pre>hg clone http://www.profv.de/mingw_cross_env/hgweb.cgi mingw_cross_env</pre>
-    </p>
 
     <p>
     You can also browse the
@@ -559,8 +555,21 @@
 
     <ul>
     <li>
+        <a href="http://www.profv.de/mingw_cross_env/">Project website</a>
+    </li>
+    <li>
+        <a href="http://freshmeat.net/projects/mingw_cross_env">Project entry on Freshmeat</a>
+    </li>
+    <li>
         <a href="http://www.sandroid.org/imcross/">IMCROSS</a>
-        is another project with a very similar goal.
+        - another project with a similar goal
+    </li>
+    <li>
+        <a href="http://thebeezspeaks.blogspot.com/2009/04/cross-compilers-new-wave.html">Cross compilers, the new wave</a>
+        - an article which appeared on
+        <a href="http://lxer.com/module/newswire/view/118868">LXer</a>
+        and
+        <a href="http://www.linuxtoday.com/developer/2009041501335RVSWDV">Linux Today</a>
     </li>
     </ul>