[pygtk-web] 2009-12-29 Rafael Villar Burke <pachi rvburke com>



commit 857170794cddc156eb2ab172ae91162cb340083a
Author: Rafael Villar Burke <pachi rvburke com>
Date:   Tue Dec 29 20:02:51 2009 +0100

    2009-12-29  Rafael Villar Burke  <pachi rvburke com>
    
    	* about.src, applications.src, articles.src, developer.src,
    	feedback.src, head.src, index.src, newsitems.py, reference.src,
    	tutorial.src: Fix markup to make it more standards compliant. Patch
    	by Joel Juvenal Rivera Rivera. Thanks!

 ChangeLog        |    7 +++++++
 about.src        |    6 +++---
 applications.src |    6 +++---
 articles.src     |   54 +++++++++++++++++++++++++++++++-----------------------
 developer.src    |   14 +++++++-------
 feedback.src     |    4 ++--
 head.src         |    3 ++-
 index.src        |    2 +-
 newsitems.py     |    2 +-
 reference.src    |   14 +++++++-------
 tutorial.src     |   18 +++++++++---------
 11 files changed, 73 insertions(+), 57 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2707b3b..443c7fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-12-29  Rafael Villar Burke  <pachi rvburke com>
+
+	* about.src, applications.src, articles.src, developer.src,
+	feedback.src, head.src, index.src, newsitems.py, reference.src,
+	tutorial.src: Fix markup to make it more standards compliant. Patch
+	by Joel Juvenal Rivera Rivera. Thanks!
+
 2009-12-26  Gian Mario Tagliaretti  <gianmt gnome org>
 
 	* newsitems.py: Advertise 2.21.0 release of pygobject and
diff --git a/about.src b/about.src
index ae790bb..7944d18 100644
--- a/about.src
+++ b/about.src
@@ -10,7 +10,7 @@ using the <a href="http://python.org/";>Python</a> programming language.
 
 <h3>A powerful toolkit at your hands</h3>
 <div class="screenshot">
-<a href="img/gimp-screenshot.png"><img src="img/gimp-screenshot-thumb.png" /></a>
+<a href="img/gimp-screenshot.png"><img src="img/gimp-screenshot-thumb.png" alt="Gimp screenshot" /></a>
 <p>
 GTK+ is a powerful toolkit suited<br />
 for the most complex interfaces</p>
@@ -29,7 +29,7 @@ The current version of PyGTK requires at least GTK+ version 2.8.0.
 
 <h3>You can use it anywhere</h3>
 <div class="screenshot">
-<a href="img/platforms-screenshot.png"><img src="img/platforms-screenshot-thumb.png" /></a>
+<a href="img/platforms-screenshot.png"><img src="img/platforms-screenshot-thumb.png" alt="Multiplatform"/></a>
 <p>PyGTK apps running on Windows,<br />GNOME on GNU/Linux and OSX</p>
 </div>
 <p>
@@ -45,7 +45,7 @@ full featured applications.
 
 <h3>Get a perfect GNOME desktop integration</h3>
 <div class="screenshot">
-<a href="img/quodlibet-gajim.png"><img src="img/quodlibet-gajim-thumb.png" /></a>
+<a href="img/quodlibet-gajim.png"><img src="img/quodlibet-gajim-thumb.png" alt="Integration with GNOME"/></a>
 <p>
 PyGTK apps running on GNOME</p>
 </div>
diff --git a/applications.src b/applications.src
index 1de0c8e..13216e2 100644
--- a/applications.src
+++ b/applications.src
@@ -477,7 +477,7 @@
   <dd>Pycasa is a desktop application to manage (download and upload) Picasa
   photo albums.</dd>
 
-  <dt><a href="http://sk1project.org/modules.php?name=Products&product=pymfvu";>
+  <dt><a href="http://sk1project.org/modules.php?name=Products&amp;product=pymfvu";>
   Pymfvu</a></dt>
   <dd>The pymfvu program can open and render both Windows Metafile (WMF) and
   Enchanced Metafile (EMF) files.</dd>
@@ -494,7 +494,7 @@
   <dd>Sler is a RenderMan (pixar's render engine) shader generator and shader
   testing suite.</dd>
 
-  <dt><a href="http://sk1project.org/modules.php?name=Products&product=vsdviewer";>VSDViewer</a></dt>
+  <dt><a href="http://sk1project.org/modules.php?name=Products&amp;product=vsdviewer";>VSDViewer</a></dt>
   <dd>VSDViewer is a viewer for diagrams stored in the MS Visio binary file
   format (VSD and VSS). It can also convert them to SVG.</dd>
 </dl>
@@ -808,7 +808,7 @@
   <dd>Gazpacho is a Graphical User Interface designer for the GTK+ toolkit.
   Its goal is being feature complete, 100% libglade compatible but
   easy to use. It has lots of nice features such as an UIManager
-  Editor, well supported Copy&Paste and Undo/Redo capabilities, Templates,
+  Editor, well supported Copy&amp;Paste and Undo/Redo capabilities, Templates,
   Project views...</dd>
 
   <dt><a href="http://gquilt.sourceforge.net/";>gquilt</a></dt>
diff --git a/articles.src b/articles.src
index 2bef581..e9e43c4 100644
--- a/articles.src
+++ b/articles.src
@@ -24,7 +24,7 @@
 
     <tr>
       <td>Jan 2008</td>
-      <td><a href="http://www.tortall.net/mu/wiki/PyGTKCairoTutorial";>Cairo Tutorial for PyGTK Programmers</a><br />
+      <td><a href="http://www.tortall.net/mu/wiki/PyGTKCairoTutorial";>Cairo Tutorial for PyGTK Programmers</a></td>
       <td>Michael Urman</td>
     </tr>
 
@@ -43,14 +43,14 @@
     <tr>
       <td>Nov 2007</td>
       <td><a href="http://www.serpia.org/blog/2007/nov/03/matplotlib-and-pygtk-app/";>
-        Building an application using PyGTK and Matplotlib</a><br />
+        Building an application using PyGTK and Matplotlib</a></td>
       <td>Serpia</td>
     </tr>
 
     <tr>
       <td>Jul 2007</td>
       <td><a href="http://unpythonic.blogspot.com/2007/07/pygtk-py2exe-and-inno-setup-for-single.html";>
-        PyGTK, Py2exe, and Inno setup for single-file Windows installers</a><br />
+        PyGTK, Py2exe, and Inno setup for single-file Windows installers</a></td>
       <td>Ali Afshar</td>
     </tr>
 
@@ -58,9 +58,10 @@
       <td>Mar 2007</td>
       <td><a href="http://unpythonic.blogspot.com/2007/03/custom-pygtk-widgets-in-glade3-part-2.html";>Custom PyGTK Widgets in Glade3: part 2</a><br />
         <ul>
-          <li><a href="./articles/custom-widgets-glade/Custom_PyGTK_Widgets_in_Glade3-part-2.html">Local copy</a>
-          <li><a href="http://d.hatena.ne.jp/t2y-1979/20080604/1212566448";>Japanese translation</a>
+          <li><a href="./articles/custom-widgets-glade/Custom_PyGTK_Widgets_in_Glade3-part-2.html">Local copy</a></li>
+          <li><a href="http://d.hatena.ne.jp/t2y-1979/20080604/1212566448";>Japanese translation</a></li>
         </ul>
+	</td>
       <td>Ali Afshar</td>
     </tr>
 
@@ -68,9 +69,10 @@
       <td>Mar 2007</td>
       <td><a href="http://unpythonic.blogspot.com/2007/03/custom-pygtk-widgets-in-glade3.html";>Custom PyGTK Widgets in Glade3</a><br />
         <ul>
-          <li><a href="./articles/custom-widgets-glade/Custom_PyGTK_Widgets_in_Glade3.html">Local copy</a>
-          <li><a href="http://d.hatena.ne.jp/t2y-1979/20080604/1212555173";>Japanese translation</a>
+          <li><a href="./articles/custom-widgets-glade/Custom_PyGTK_Widgets_in_Glade3.html">Local copy</a></li>
+          <li><a href="http://d.hatena.ne.jp/t2y-1979/20080604/1212555173";>Japanese translation</a></li>
         </ul>
+      </td>
       <td>Ali Afshar</td>
     </tr>
 
@@ -78,9 +80,10 @@
       <td>Sep 2006</td>
       <td><a href="http://www.learningpython.com/2006/09/02/extending-our-pygtk-application/";>Extending our PyGTK Application</a><br />
         <ul>
-          <li><a href="./articles/extending-our-pygtk-application/extending-our-pygtk-application.htm">Local copy</a>
-          <li><a href="http://d.hatena.ne.jp/t2y-1979/20080606/1212711378";>Japanese Translation by Tetsuya Morimoto</a>
+          <li><a href="./articles/extending-our-pygtk-application/extending-our-pygtk-application.htm">Local copy</a></li>
+          <li><a href="http://d.hatena.ne.jp/t2y-1979/20080606/1212711378";>Japanese Translation by Tetsuya Morimoto</a></li>
         </ul>
+      </td>
       <td>Mark Mruss</td>
     </tr>
 
@@ -88,8 +91,9 @@
       <td>Aug 2006</td>
       <td><a href="http://www.learningpython.com/2006/08/19/wordpress-python-library/";>WordPy offline blogging tool</a><br />
         <ul>
-          <li><a href="./articles/wordpy-offline-blogging-tool/wordpy-offline-blogging-tool.htm">Local copy</a>
+          <li><a href="./articles/wordpy-offline-blogging-tool/wordpy-offline-blogging-tool.htm">Local copy</a></li>
         </ul>
+      </td>
       <td>Mark Mruss</td>
     </tr>
 
@@ -97,9 +101,10 @@
       <td>Jul 2006</td>
       <td><a href="http://www.learningpython.com/2006/07/25/writing-a-custom-widget-using-pygtk/";>Writing a custom widget using pygtk</a><br />
         <ul>
-          <li><a href="http://po3a.blogspot.com/2006/09/pygtk.html";>Japanese translation</a><br />
-          <li><a href="./articles/writing-a-custom-widget-using-pygtk/writing-a-custom-widget-using-pygtk.htm">Local copy</a>
+          <li><a href="http://po3a.blogspot.com/2006/09/pygtk.html";>Japanese translation</a></li>
+          <li><a href="./articles/writing-a-custom-widget-using-pygtk/writing-a-custom-widget-using-pygtk.htm">Local copy</a></li>
         </ul>
+      </td>
       <td>Mark Mruss</td>
     </tr>
 
@@ -107,11 +112,12 @@
       <td>Jun 2006</td>
       <td><a href="http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/";>Building an application with PyGTK and Glade</a><br />
         <ul>
-          <li><a href="http://blog.chinaunix.net/u/5462/showart.php?id=157696";>Chinese translation</a><br />
-          <li><a href="http://daniel.coquette.free.fr/dotclear/index.php/post/2006/12/18/Construire-une-application-avec-PyGTK-et-Glade";>French translation</a><br />
-          <li><a href="http://po3a.blogspot.com/2006/08/pygtk-glade.html";>Japanese translation</a><br />
-          <li><a href="./articles/application-pygtk-glade/Building_an_Application_with_PyGTK_and_Glade.htm">Local copy</a>
+          <li><a href="http://blog.chinaunix.net/u/5462/showart.php?id=157696";>Chinese translation</a></li>
+          <li><a href="http://daniel.coquette.free.fr/dotclear/index.php/post/2006/12/18/Construire-une-application-avec-PyGTK-et-Glade";>French translation</a></li>
+          <li><a href="http://po3a.blogspot.com/2006/08/pygtk-glade.html";>Japanese translation</a></li>
+          <li><a href="./articles/application-pygtk-glade/Building_an_Application_with_PyGTK_and_Glade.htm">Local copy</a></li>
         </ul>
+      </td>
       <td>Mark Mruss</td>
     </tr>
 
@@ -119,11 +125,13 @@
       <td>May 2006</td>
       <td><a href="http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/";>Creating a GUI using PyGTK and Glade</a><br />
         <ul>
-          <li>Chinese translation <a href="http://blog.chinaunix.net/u/5462/showart.php?id=150996";>Part I</a> and <a href="http://blog.chinaunix.net/u/5462/showart.php?id=151571";>Part II</a><br />
-          <li><a href="http://daniel.coquette.free.fr/dotclear/index.php/post/2006/12/11/Creer-des-interfaces-graphique-avec-PyGTK-et-Glade";>French translation</a><br />
-          <li><a href="http://po3a.blogspot.com/2006/08/pygtk-glade-gui.html";>Japanese translation</a><br />
-          <li><a href="./articles/pygtk-glade-gui/Creating_a_GUI_using_PyGTK_and_Glade.htm">Local copy</a>
+          <li>Chinese translation <a href="http://blog.chinaunix.net/u/5462/showart.php?id=150996";>Part I</a> and
+              <a href="http://blog.chinaunix.net/u/5462/showart.php?id=151571";>Part II</a> </li>
+          <li><a href="http://daniel.coquette.free.fr/dotclear/index.php/post/2006/12/11/Creer-des-interfaces-graphique-avec-PyGTK-et-Glade";>French translation</a></li>
+          <li><a href="http://po3a.blogspot.com/2006/08/pygtk-glade-gui.html";>Japanese translation</a></li>
+          <li><a href="./articles/pygtk-glade-gui/Creating_a_GUI_using_PyGTK_and_Glade.htm">Local copy</a></li>
         </ul>
+      </td>
       <td>Mark Mruss</td>
     </tr>
 
@@ -131,7 +139,7 @@
       <td>Feb 2006</td>
       <td><a href="./articles/cairo-pygtk-widgets/cairo-pygtk-widgets2.htm">Writing a Widget Using Cairo and PyGTK 2.8, Part 2</a><br />
         <ul>
-          <li><a href="http://www.oluyede.org/blog/writing-a-widget-using-cairo-and-pygtk-28-part-2/";>Original source</a>
+          <li><a href="http://www.oluyede.org/blog/writing-a-widget-using-cairo-and-pygtk-28-part-2/";>Original source</a></li>
         </ul>
       </td>
       <td>Lawrence Oluyede</td>
@@ -147,7 +155,7 @@
       <td>Dec 2005</td>
       <td><a href="./articles/cairo-pygtk-widgets/cairo-pygtk-widgets.htm">Writing a Widget Using Cairo and PyGTK 2.8</a><br />
         <ul>
-          <li><a href="http://www.oluyede.org/blog/writing-a-widget-using-cairo-and-pygtk-28/";>Original source</a>
+          <li><a href="http://www.oluyede.org/blog/writing-a-widget-using-cairo-and-pygtk-28/";>Original source</a></li>
         </ul>
       </td>
       <td>Lawrence Oluyede</td>
@@ -159,7 +167,7 @@
         <a href="articles/bitpodder/BitPodder.htm">
         Writing win32 applications with python and glade</a>
           <ul>
-            <li><a href="articles/bitpodder/BitPodder_doc.pdf">[PDF (520kb)]</a>
+            <li><a href="articles/bitpodder/BitPodder_doc.pdf">[PDF (520kb)]</a></li>
           </ul>
       </td>
       <td>Nzeka Gilbert</td>
diff --git a/developer.src b/developer.src
index 6854a3f..0424a6f 100644
--- a/developer.src
+++ b/developer.src
@@ -20,10 +20,10 @@ There are a number of ways to help out with PyGTK development:
     <li><a href="http://bugzilla.gnome.org/enter_bug.cgi?product=pygtk";>Report 
         bugs</a></li>
     <li>Write testcases and triage <a
-    href="http://bugzilla.gnome.org/buglist.cgi?product=pygtk&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&bug_file_loc=&bug_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&keywords=&keywords_type=anywords&op_sys_details=&op_sys_details_type=substring&version_details=&version_details_type=substring&cmdtype=doit&namedcmd=gnome-python&newqueryname=&order=Reuse+same+sort+as+last+time&form_name=query";>open bugs</a></li>
+    href="http://bugzilla.gnome.org/buglist.cgi?product=pygtk&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;bug_file_loc=&amp;bug_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords=&amp;keywords_type=anywords&amp;op_sys_details=&amp;op_sys_details_type=substring&amp;version_details=&amp;version_details_type=substring&amp;cmdtype=doit&amp;namedcmd=gnome-python&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time&amp;form_name=query";>open bugs</a></li>
     <li>Fix bugs and write patches</li>
     <li>Review <a
-    href="http://bugzilla.gnome.org/buglist.cgi?product=gnome-python&product=pygtk&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&bug_file_loc=&bug_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&keywords_type=anywords&op_sys_details=&op_sys_details_type=substring&version_details=&version_details_type=substring&cmdtype=doit&namedcmd=gnome-python&newqueryname=&order=Reuse+same+sort+as+last+time&form_name=query";>patches pending</a></li>
+    href="http://bugzilla.gnome.org/buglist.cgi?product=gnome-python&amp;product=pygtk&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;bug_file_loc=&amp;bug_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords_type=anywords&amp;op_sys_details=&amp;op_sys_details_type=substring&amp;version_details=&amp;version_details_type=substring&amp;cmdtype=doit&amp;namedcmd=gnome-python&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time&amp;form_name=query";>patches pending</a></li>
 </ul>
 
 If you are interested in helping with any of these tasks, write to the
@@ -36,18 +36,18 @@ reports.
 
 <ul>
     <li><a
-    href="http://bugzilla.gnome.org/buglist.cgi?product=pygtk&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&bug_file_loc=&bug_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&keywords=&keywords_type=anywords&op_sys_details=&op_sys_details_type=substring&version_details=&version_details_type=substring&cmdtype=doit&namedcmd=gnome-python&newqueryname=&order=Reuse+same+sort+as+last+time&form_name=query";>Bugs open on the PyGTK product</a></li>
+    href="http://bugzilla.gnome.org/buglist.cgi?product=pygtk&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;bug_file_loc=&amp;bug_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords=&amp;keywords_type=anywords&amp;op_sys_details=&amp;op_sys_details_type=substring&amp;version_details=&amp;version_details_type=substring&amp;cmdtype=doit&amp;namedcmd=gnome-python&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time&amp;form_name=query";>Bugs open on the PyGTK product</a></li>
     <li><a
-    href="http://bugzilla.gnome.org/buglist.cgi?product=gnome-python&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&bug_file_loc=&bug_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&keywords=&keywords_type=anywords&op_sys_details=&op_sys_details_type=substring&version_details=&version_details_type=substring&cmdtype=doit&namedcmd=gnome-python&newqueryname=&order=Reuse+same+sort+as+last+time&form_name=query";>Bugs open on the gnome-python product</a></li>
+    href="http://bugzilla.gnome.org/buglist.cgi?product=gnome-python&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;bug_file_loc=&amp;bug_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords=&amp;keywords_type=anywords&amp;op_sys_details=&amp;op_sys_details_type=substring&amp;version_details=&amp;version_details_type=substring&amp;cmdtype=doit&amp;namedcmd=gnome-python&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time&amp;form_name=query";>Bugs open on the gnome-python product</a></li>
     <li><p /></li>
     <li><a
-    href="http://bugzilla.gnome.org/buglist.cgi?product=gnome-python&product=pygtk&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=nobody%40pygtk.org&emailtype1=exact&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&bug_file_loc=&bug_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&keywords=&keywords_type=anywords&op_sys_details=&op_sys_details_type=substring&version_details=&version_details_type=substring&cmdtype=doit&namedcmd=gnome-python&newqueryname=&order=Reuse+same+sort+as+last+time&form_name=query";>Bugs assigned to nobody pygtk org</a> <b>(help
+    href="http://bugzilla.gnome.org/buglist.cgi?product=gnome-python&amp;product=pygtk&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=nobody%40pygtk.org&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;bug_file_loc=&amp;bug_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords=&amp;keywords_type=anywords&amp;op_sys_details=&amp;op_sys_details_type=substring&amp;version_details=&amp;version_details_type=substring&amp;cmdtype=doit&amp;namedcmd=gnome-python&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time&amp;form_name=query";>Bugs assigned to nobody pygtk org</a> <b>(help
     wanted!)</b></li>
     <li><a
-    href="http://bugzilla.gnome.org/buglist.cgi?product=gnome-python&product=pygtk&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=nobody%40pygtk.org&emailtype1=notregexp&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&bug_file_loc=&bug_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&keywords=&keywords_type=anywords&op_sys_details=&op_sys_details_type=substring&version_details=&version_details_type=substring&cmdtype=doit&namedcmd=gnome-python&newqueryname=&order=Reuse+same+sort+as+last+time&form_name=query";>Bugs assigned to others</a></li>
+    href="http://bugzilla.gnome.org/buglist.cgi?product=gnome-python&amp;product=pygtk&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=nobody%40pygtk.org&amp;emailtype1=notregexp&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;bug_file_loc=&amp;bug_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords=&amp;keywords_type=anywords&amp;op_sys_details=&amp;op_sys_details_type=substring&amp;version_details=&amp;version_details_type=substring&amp;cmdtype=doit&amp;namedcmd=gnome-python&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time&amp;form_name=query";>Bugs assigned to others</a></li>
     <li><p /></li>
     <li><a
-    href="http://bugzilla.gnome.org/buglist.cgi?product=gnome-python&product=pygtk&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&bug_file_loc=&bug_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&keywords=PATCH&keywords_type=anywords&op_sys_details=&op_sys_details_type=substring&version_details=&version_details_type=substring&cmdtype=doit&namedcmd=gnome-python&newqueryname=&order=Reuse+same+sort+as+last+time&form_name=query";>Bugs
+    href="http://bugzilla.gnome.org/buglist.cgi?product=gnome-python&amp;product=pygtk&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;bug_file_loc=&amp;bug_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords=PATCH&amp;keywords_type=anywords&amp;op_sys_details=&amp;op_sys_details_type=substring&amp;version_details=&amp;version_details_type=substring&amp;cmdtype=doit&amp;namedcmd=gnome-python&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time&amp;form_name=query";>Bugs
     with patches pending review</a> (reviewers welcome!)</li>
 </ul>
 
diff --git a/feedback.src b/feedback.src
index 6493184..34bf318 100644
--- a/feedback.src
+++ b/feedback.src
@@ -56,12 +56,12 @@ report</b> on GNOME's Bugzilla server.</p>
   reproduce the bug, or stack traces of crashes.</li>
 </ol>
 
-<p>As <a href="http://www.async.com.br/~kiko/";>Christian Reis</a> likes to say, "If you won't do it for me, do it for the <strong>kittens</strong>"
+<p>As <a href="http://www.async.com.br/~kiko/";>Christian Reis</a> likes to say, "If you won't do it for me, do it for the <strong>kittens</strong>"</p>
 
 <h3>Commercial support</h3>
 
 <p>A list of companies providing commerical support for PyGTK can be 
-found <a href="consulting.html">here</a>.
+found <a href="consulting.html">here</a>.</p>
 
 <h3>Website Feedback</h3>
 
diff --git a/head.src b/head.src
index b0c6820..c2111a0 100644
--- a/head.src
+++ b/head.src
@@ -2,6 +2,7 @@
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en-US" xml:lang="en-US">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>PyGTK</title>
 <link rel="icon" type="image/png" href="http://developer.gnome.org/images/gnome-16.png"; />
 <link rel="stylesheet" type="text/css" href="default.css" />
@@ -17,7 +18,7 @@ urchinTracker();
   <body>
 
     <div id="header">
-      <a href="http://www.pygtk.org/";><img id="logo" src="img/gnome-64.png" /></a>
+      <a href="http://www.pygtk.org/";><img id="logo" src="img/gnome-64.png" alt="PyGTK" /></a>
       <div id="headerNavigation">
         <a href="http://www.gnome.org/";>Users</a> &#x00b7;
         <a href="http://developer.gnome.org/";><b>Developers</b></a> &#x00b7;
diff --git a/index.src b/index.src
index 6808342..0836260 100644
--- a/index.src
+++ b/index.src
@@ -7,7 +7,7 @@
 <h3>What is PyGTK?</h3>
 
 <div style="width: 100%;">
-<img style="float: left; margin-right: 20px;" src="img/pygtk-splash.jpg" />
+<img style="float: left; margin-right: 20px;" src="img/pygtk-splash.jpg" alt="PyGTK Code"/>
 <p>PyGTK lets you to <strong>easily create programs with a graphical user
 interface</strong> using the Python programming language.
 The underlying GTK+ library provides
diff --git a/newsitems.py b/newsitems.py
index 8ae583b..f96718c 100644
--- a/newsitems.py
+++ b/newsitems.py
@@ -33,7 +33,7 @@ item("PyGobject 2.20.0 released", (2009, 9, 23),
 item("PyGTK 2.16.0 released", (2009, 8, 23),
      """PyGTK 2.16.0 is a new major release containing the API recently added in GTK-+2.16. As usual, it's sources can be fetched
      <a href="http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.16/pygtk-2.16.0.tar.bz2";>here</a>.
-     Check out <a http://mail.gnome.org/archives/gnome-announce-list/2009-August/msg00059.html";>the release announcement and full list of changes</a>.""", 'Gian Mario Tagliaretti')
+     Check out <a href="http://mail.gnome.org/archives/gnome-announce-list/2009-August/msg00059.html";>the release announcement and full list of changes</a>.""", 'Gian Mario Tagliaretti')
 
 item("PyGobject 2.19.0 released", (2009, 8, 10),
      """PyGobject 2.19.0 has been released, this is an unstable release leading to 2.20.0. As usual, it's sources can be fetched
diff --git a/reference.src b/reference.src
index aff0fec..ad853da 100644
--- a/reference.src
+++ b/reference.src
@@ -5,7 +5,7 @@
 <h2>PyGTK Reference Manual</h2>
 
 <h3>PyGTK 2.x (GTK+ 2.x) Reference Manual </h3>
-    Last updated 2009-06-20<br>
+    Last updated 2009-06-20<br />
 
 <ul>
    <li><a href="http://library.gnome.org/devel/pygobject/stable/";>PyGObject Reference Manual</a></li>
@@ -23,42 +23,42 @@ you can find here:
 
 <ul>
    <li><a href="pygtkmozembed/index.html">Reference Manual</a></li>
-   <li><a href="dist/pygtkmozembed.tar.bz2">Bzip2'd Tarball of Reference Manual</a>
+   <li><a href="dist/pygtkmozembed.tar.bz2">Bzip2'd Tarball of Reference Manual</a></li>
 </ul>
 
 <h3>Python GtkSourceView Reference Manual</h3>
 
 <ul>
    <li><a href="pygtksourceview/index.html">Reference Manual</a></li>
-   <li><a href="dist/pygtksourceview.tar.bz2">Bzip2'd Tarball of Reference Manual</a>
+   <li><a href="dist/pygtksourceview.tar.bz2">Bzip2'd Tarball of Reference Manual</a></li>
 </ul>
 
 <h3>Python GtkSpell Reference Manual</h3>
 
 <ul>
    <li><a href="pygtkspell/index.html">Reference Manual</a></li>
-   <li><a href="dist/pygtkspell.tar.bz2">Bzip2'd Tarball of Reference Manual</a>
+   <li><a href="dist/pygtkspell.tar.bz2">Bzip2'd Tarball of Reference Manual</a></li>
 </ul>
 
 <h3>Python GnomePrint Reference Manual</h3>
 
 <ul>
    <li><a href="pygnomeprint/index.html">Reference Manual</a></li>
-   <li><a href="dist/pygnomeprint.tar.bz2">Bzip2'd Tarball of Reference Manual</a>
+   <li><a href="dist/pygnomeprint.tar.bz2">Bzip2'd Tarball of Reference Manual</a></li>
 </ul>
 
 <h3>Python GnomePrintUI Reference Manual</h3>
 
 <ul>
    <li><a href="pygnomeprintui/index.html">Reference Manual</a></li>
-   <li><a href="dist/pygnomeprintui.tar.bz2">Bzip2'd Tarball of Reference Manual</a>
+   <li><a href="dist/pygnomeprintui.tar.bz2">Bzip2'd Tarball of Reference Manual</a></li>
 </ul>
 
 <h3>Python GnomeVFS Reference Manual</h3>
 
 <ul>
    <li><a href="pygnomevfs/index.html">Reference Manual</a></li>
-   <li><a href="dist/pygnomevfs.tar.bz2">Bzip2'd Tarball of Reference Manual</a>
+   <li><a href="dist/pygnomevfs.tar.bz2">Bzip2'd Tarball of Reference Manual</a></li>
 </ul>
 
 </div>
diff --git a/tutorial.src b/tutorial.src
index d6beba7..9eec7de 100644
--- a/tutorial.src
+++ b/tutorial.src
@@ -9,8 +9,8 @@
 <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 2005-04-13<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>
@@ -18,21 +18,21 @@
 </ul>
 
 <h3>PyGTK 0.6.x (GTK+ 1.x)</h3>
- Last updated 2003-01-08<br>
- 
+ Last updated 2003-01-08<br />
+
 <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>
 </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 2005-01-19<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>
-    <p>Traducción: Lorenzo Gil Sánchez, Rafael Villar Burke, I&ntilde;igo Serna y Fernando San Mart&iacute;n Woerner</p>
+   <li style="list-style-type: none;"><p>Traducción: Lorenzo Gil Sánchez, Rafael Villar Burke, I&ntilde;igo Serna y Fernando San Mart&iacute;n Woerner</p></li>
 </ul>
 
 <h3>Bahasa Indonesia</h3>
@@ -40,9 +40,9 @@
     <li><a href="pygtk2tutorial-id/index.html">Tutorial</a></li>
     <li><a href="dist/pygtk2tutorial-id.tgz">Gzip'd Tarball of Tutorial</a></li>
     <li><a href="http://www.cornets.net/mige/pygtk2tutorial-id/pygtk2-tut-id.docbook.tgz";>Gzip'd Tarball of Docbook Source</a></li>
-    <p>Author: Mige Harimurti</p>
+    <li style="list-style-type: none;"><p>Author: Mige Harimurti</p></li>
 </ul>
- 
+
 </div>
 
 <!--stp:include('foot.src') -->



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