changeset 814:9a0f75190980

improved "See also" section and added a list of projects which use mingw-cross-env
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 23 Feb 2010 18:51:14 +0100
parents 484c8efc8d91
children 4bce5054926c a59628b500be
files doc/index.html
diffstat 1 files changed, 42 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Sun Feb 21 14:08:17 2010 +0100
+++ b/doc/index.html	Tue Feb 23 18:51:14 2010 +0100
@@ -171,6 +171,10 @@
     <li>
         creates libraries to be linked statically, no DLL hell
     </li>
+    <li>
+        is already
+        <a href="#used-by">used by several projects</a>
+    </li>
     </ul>
 </div>
 
@@ -1259,7 +1263,7 @@
 
     <h3>This project</h3>
 
-    <ul>
+    <ul class="compact-list">
     <li>
         <a href="http://mingw-cross-env.nongnu.org/">Project website</a>
     </li>
@@ -1271,13 +1275,10 @@
     </li>
     <li>
         <a href="http://freshmeat.net/projects/mingw_cross_env">Project entry on Freshmeat</a>
-        <br>
-        with a filled
-        <a href="http://freshmeat.net/projects/mingw_cross_env/comments">comments section</a>
+        / <a href="http://freshmeat.net/projects/mingw_cross_env/comments">comments section</a>
     </li>
     <li>
         <a href="http://lists.debian.org/debian-embedded/2007/06/msg00007.html">First release anouncement</a>
-        <br>
         and the discussion around it
     </li>
     </ul>
@@ -1308,7 +1309,7 @@
     </li>
     </ul>
 
-    <h3>Articles</h3>
+    <h3>Related articles</h3>
 
     <ul>
     <li>
@@ -1337,6 +1338,41 @@
         <a href="http://www.wxwidgets.org/">wxWidgets project</a>
     </li>
     </ul>
+
+    <h3 id="used-by">Projects which use mingw-cross-env</h3>
+
+    <ul class="compact-list">
+    <li>
+        <a href="http://toppler.sourceforge.net/">Tower Toppler</a>
+    </li>
+    <li>
+        <a href="http://pushover.sourceforge.net/">Pushover</a>
+    </li>
+    <li>
+        <a href="http://www.xs4all.nl/~thebeez/4tH/">The 4tH Compiler</a>
+    </li>
+    <li>
+        <a href="http://springrts.com/">Spring RTS</a>
+    </li>
+    <li>
+        <a href="http://github.com/phtrivier/ube">U.B.E</a>
+    </li>
+    <li>
+        <a href="http://marathon.sourceforge.net/">Marathon Aleph One</a>
+    </li>
+    <li>
+        <a href="http://sourceforge.net/projects/aorta/">Aorta</a>
+    </li>
+    <li>
+        <a href="http://msmtp.sourceforge.net/">msmtp</a>
+    </li>
+    <li>
+        <a href="http://mpop.sourceforge.net/">mpop</a>
+    </li>
+    <li>
+        <a href="http://cvtool.sourceforge.net/">cvtool</a>
+    </li>
+    </ul>
 </div>
 
 </body>