[gtk-web] Reshuffle documentation section a bit



commit a956a553e78893750d1cd943dbcf3004d9ce9baa
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jan 5 08:14:45 2015 -0500

    Reshuffle documentation section a bit
    
    Move the old tutorial to the old docs, and add a link to the
    new one. Rewrite the text a bit.

 documentation-old.php |   12 ++++++++++++
 documentation.php     |   18 +++++++++---------
 2 files changed, 21 insertions(+), 9 deletions(-)
---
diff --git a/documentation-old.php b/documentation-old.php
index b98fb0a..55d4ddc 100755
--- a/documentation-old.php
+++ b/documentation-old.php
@@ -7,6 +7,10 @@ ob_start();
 <h2><a name="OlderDocumentation">Older Documentation</a></h2>
 <p>We recommend the GTK+ 3.x libraries and documentation instead because older versions are no longer 
supported, this documentation is available for those that need it.</p>
 
+<h2><a name="API">API Documentation</a></h2>
+
+<p>The API documentation for GTK+ 2.x is still <a 
href="https://developer.gnome.org/gtk2/stable/";>available</a>.</p>
+
 <h2><a name="Books">Books</a></h2>
 <ul>
        <li>
@@ -31,6 +35,14 @@ ob_start();
        </li>
 </ul>
 
+<h2<a name="Tutorials">Tutorials</a></h2>
+<ul>
+        <li>
+                <a href="https://developer.gnome.org/gtk-tutorial/stable/"; class="external">GTK+ 2.x</a>
+                <br />The GTK+ 2.x Tutorial.
+        </li>
+
+
 <h2><a name="UsefulLinks">Useful Links</a></h2>
 <ul>
        <li>
diff --git a/documentation.php b/documentation.php
index d09f1d7..3f2c068 100755
--- a/documentation.php
+++ b/documentation.php
@@ -11,7 +11,7 @@ ob_start();
        <p>All documentation for the GTK+ project uses GTK-Doc to generate the HTML pages from comments in 
the C code. To find out more about GTK-Doc <a href="gtk-doc/" class="external">visit the project page</a>.</p>
 
        <h2><a name="OlderDocumentation">Older Documentation</a></h2>
-       <p>Although we recommend the GTK+ 3 platform, we keep the <a 
href="https://developer.gnome.org/gtk2/stable/";>GTK+ 2</a> and the <a href="documentation-old.php">GTK 1.2 
Documentation</a> around for those who need it.</p>
+       <p>Although we recommend the GTK+ 3 platform, we keep <a 
href="documentation-old.php">documentation</a> for older versions of GTK+ around for those who need it.</p>
 </div>
 
 
@@ -94,17 +94,17 @@ ob_start();
 
 <h2><a name="Tutorials">Tutorials</a></h2>
 <ul>
+        <li>
+               <a href="https://developer.gnome.org/gtk3/stable/gtk-getting-started.html"; 
class="external">Getting Started with GTK+</a>
+               <br />The GTK+ reference documentation includes a tutorial chapter.
+        </li>
        <li>
-               <a href="https://developer.gnome.org/gtk-tutorial/stable/"; class="external">GTK+ 2.x</a>
-               <br />The Official Tutorial.
+               <a href="http://scentric.net/tutorial/treeview-tutorial.html"; class="external">GTK+ Tree 
View</a> (<a href="http://scentric.net/tutorial/treeview-tutorial.pdf"; class="pdf">pdf</a>)
+               <br />This tutorial covers the GtkTreeView and was written by Tim-Philipp Müller. It was 
written for GTK+ 2.x, but most of the information applies to GTK+ 3 as well.
        </li>
        <li>
-               <a href="http://scentric.net/tutorial/treeview-tutorial.html"; class="external">GTK+ 2.x Tree 
View</a> (<a href="http://scentric.net/tutorial/treeview-tutorial.pdf"; class="pdf">pdf</a>)
-               <br />This tutorial covers the GtkTreeView and was written by Tim-Philipp Müller.
-       </li>
-       <li>
-               <a href="http://www.bravegnu.org/gtktext/"; class="external">GTK+ 2.x Text View</a>
-               <br />This tutorial covers the GtkTextView and was written by Vijay Kumar B.
+               <a href="http://www.bravegnu.org/gtktext/"; class="external">GTK+ Text View</a>
+               <br />This tutorial covers the GtkTextView and was written by Vijay Kumar B. It was written 
for GTK+ 2.x, but most of the information applies to GTK+ 3 as well.
        </li>
        <li>
                <a href="http://zetcode.com/tutorials/gtktutorial/"; class="external">GTK+ 2.x Tutorial for 
Beginners</a>


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