[gtk-web/gtk3-win32] Content list page, reversed the list and the usage howto



commit f70e3d6cd39fbedde9373bde66273156de8cb2ea
Author: mbachmann <tarnyko tarnyko net>
Date:   Fri Sep 27 15:08:30 2013 +0200

    Content list page, reversed the list and the usage howto

 download/win32_contentlist.php |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/download/win32_contentlist.php b/download/win32_contentlist.php
index 23208cb..653f73b 100644
--- a/download/win32_contentlist.php
+++ b/download/win32_contentlist.php
@@ -5,6 +5,18 @@ ob_start();
 ?>
 <h2><a name="ContentListDesc">GTK+ Bundle content list and description</a></h2>
 
+<h3><a name="ContentListHowTo">How to use this list</a></h3>
+
+<ul>
+ <li>
+  <p>To distribute a minimal GTK+3 program, ship the DLLs marked as <strong>Required</strong> above.</p>
+ </li>
+
+ <li>
+  <p>To distribute a GTK+3 program using .SVG images, ship the DLLs marked with <strong><font 
color="red">SVG support</font></strong> above, including the "<strong>lib\gdk-pixbuf-2.0</strong>" folder 
under the root.</p>
+ </li>
+</ul>
+
 <h3><a name="ContentList">Content list</a></h3>
 
 <h4>/bin</h4>
@@ -73,16 +85,4 @@ ob_start();
  <li> * : miscellaneous files. </li>
 </ul>
 
-<h3><a name="Description">Description</a></h3>
-
-<ul>
- <li>
-  <p>To distribute a minimal GTK+3 program, ship the DLLs marked as <strong>Required</strong> above.</p>
- </li>
-
- <li>
-  <p>To distribute a GTK+3 program using .SVG images, ship the DLLs marked with <strong><font 
color="red">SVG support</font></strong> above, including the "<strong>lib\gdk-pixbuf-2.0</strong>" folder 
under the root.</p>
- </li>
-</ul>
-
 <?php require '../template.php';


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]