[pygtk-web] 2012-10-07 Rafael Villar Burke <pachi rvburke com>



commit 2cadd4f11029b46352c74bdecd4913d33b904f21
Author: Rafael Villar Burke <pachi rvburke com>
Date:   Sun Oct 7 19:03:18 2012 +0200

    2012-10-07  Rafael Villar Burke  <pachi rvburke com>
    
            * Makefile: Change server with updated versions of tutorials
                        Fix encoding issues in tut-es

 ChangeLog    |    4 ++++
 Makefile     |    2 +-
 tutorial.src |    9 +++++----
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 90bd84c..488b155 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-10-07  Rafael Villar Burke <pachi rvburke com>
+	* Makefile: Change server with updated versions of tutorials
+		    Fix encoding issues in tut-es
+
 2012-08-17  Rafael Villar Burke  <pachi rvburke com>
 
 	* articles.src: Update link to Indonesia tutorial
diff --git a/Makefile b/Makefile
index f4b3bef..dc71fbf 100644
--- a/Makefile
+++ b/Makefile
@@ -108,7 +108,7 @@ local-tarballs:
 tarball-directory-fixups:
 	mkdir -p ${WEBDIR}/pygtk2tutorial-id
 	mkdir -p ${WEBDIR}/pygtk2tutorial-es
-	cp .htaccess-latin1 ${WEBDIR}/pygtk2tutorial-es/.htaccess
+	cp .htaccess ${WEBDIR}/pygtk2tutorial-es/.htaccess
 	cp .htaccess-latin1 ${WEBDIR}/pygtk2tutorial-id/.htaccess
 
 tarballs: local-tarballs remote-tarballs reference-tarballs tarball-directory-fixups
diff --git a/tutorial.src b/tutorial.src
index 9eec7de..bff873b 100644
--- a/tutorial.src
+++ b/tutorial.src
@@ -9,12 +9,12 @@
 <p>For a more hands-on and task oriented information the <a href="http://pygtk.org/articles.html";>articles section</a> should be consulted, while the <a href="http://pygtk.org/reference.html";>API reference</a> provides precise and terse information about the toolkit's programming interface details.</p>
 
 <h3>PyGTK 2.x (GTK+ 2.x)</h3>
-    Version 2.4 Last updated 2005-04-13<br />
+    Version 2.4 Last updated 2012-10-07<br />
 
 <ul>
    <li><a href="pygtk2tutorial/index.html">Tutorial</a></li>
-   <li><a href="dist/pygtk2tutorial.tgz">Gzip'd Tarball of Tutorial</a> (1.42 MB)</li>
-   <li><a href="dist/pygtk2-tut.pdf"> Tutorial PDF Version</a> (2.24 MB)</li>
+   <li><a href="dist/pygtk2tutorial.tgz">Gzip'd Tarball of Tutorial</a> (1.4 MB)</li>
+   <li><a href="dist/pygtk2-tut.pdf"> Tutorial PDF Version</a> (3.6 MB)</li>
 </ul>
 
 <h3>PyGTK 0.6.x (GTK+ 1.x)</h3>
@@ -23,12 +23,13 @@
 <ul>
    <li><a href="pygtktutorial/index.html">Tutorial</a></li>
    <li><a href="dist/pygtktutorial.tgz">Gzip'd Tarball of Tutorial</a> (1.5MB)</li>
+   <li><a href="dist/pygtk2-tut-es.pdf"> Tutorial PDF Version</a> (3.7 MB)</li>
 </ul>
 
 <h2>Localized versions</h2>
 
 <h3>Espa&ntilde;ol</h3>
-    Version 2.3 &Uacute;ltima actualizaci&oacute;n 2005-01-19<br />
+    Version 2.3 &Uacute;ltima actualizaci&oacute;n 2012-10-07<br />
 <ul>
    <li><a href="pygtk2tutorial-es/index.html">Tutorial de PyGTK 2.3 para GTK+ 2.4</a></li>
    <li><a href="dist/pygtk2tutorial-es.tgz">Paquete con el Tutorial</a> (1.4MB)</li>



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