[pygtk-web] 2010-05-28 Rafael Villar Burke <pachi rvburke com>
- From: Rafael Villar Burke <rvburke src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygtk-web] 2010-05-28 Rafael Villar Burke <pachi rvburke com>
- Date: Fri, 28 May 2010 10:49:02 +0000 (UTC)
commit 3f477843341f018ebfb10ab112d1e05f9e10b324
Author: Rafael Villar Burke <pachi rvburke com>
Date: Fri May 28 12:48:45 2010 +0200
2010-05-28 Rafael Villar Burke <pachi rvburke com>
* head.src: Use git URL for browsing code
* downloads.src: Add information on how to build the extensions
and that distutils can be used to build binary installers on win32.
ChangeLog | 6 ++++++
downloads.src | 13 ++++++++++++-
head.src | 2 +-
3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 056e79b..215f7e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-05-28 Rafael Villar Burke <pachi rvburke com>
+
+ * head.src: Use git URL for browsing code
+ * downloads.src: Add information on how to build the extensions
+ and that distutils can be used to build binary installers on win32.
+
2010-05-27 Rafael Villar Burke <pachi rvburke com>
* downloads.src: Improve win32 installation instructions
diff --git a/downloads.src b/downloads.src
index 80a979c..b8a24a0 100644
--- a/downloads.src
+++ b/downloads.src
@@ -7,7 +7,7 @@
<h3>Install PyGTK!</h3>
<h4>PyGTK for Microsoft Windows</h4>
-<p>In order to get PyGTK on Windows you need:</p>
+<p>In order to install PyGTK on Windows you need:</p>
<ul>
<li>A <strong>Python interpreter</strong> for Windows (you can get it at the
<a href="http://www.python.org/download/">Python downloads</a>) page.</li>
@@ -104,6 +104,17 @@ needed to run it.</p>
<p>Anyhow, if you are writing a new program, it is strongly recommended that
you use the latest GTK+ 2.x version of PyGTK instead.</p>
+<h3>Build PyGTK!</h3>
+
+<p>Both PyGTK and PyGObject sources have information on how to build the extensions. This includes support to create binary installers using distutils, to ease development on Windows.</p>
+<p>Build instructions files:</p>
+<ul>
+<li><a href="http://git.gnome.org/browse/pygobject/tree/README">PyGObject (Linux/Unix)</a></li>
+<li><a href="http://git.gnome.org/browse/pygobject/tree/README.win32">PyGObject (Windows)</a></li>
+<li><a href="http://git.gnome.org/browse/pygtk/tree/README">PyGTK (Linux/Unix)</a></li>
+<li><a href="http://git.gnome.org/browse/pygtk/tree/README.win32">PyGTK (Windows)</a></li>
+</ul>
+
</div>
<!--stp:include('foot.src') -->
diff --git a/head.src b/head.src
index c2111a0..070bd20 100644
--- a/head.src
+++ b/head.src
@@ -22,7 +22,7 @@ urchinTracker();
<div id="headerNavigation">
<a href="http://www.gnome.org/">Users</a> ·
<a href="http://developer.gnome.org/"><b>Developers</b></a> ·
- <a href="http://svn.gnome.org/viewcvs/pygtk/trunk">ViewCVS</a> ·
+ <a href="http://git.gnome.org/browse/pygtk/">Browse Sources</a> ·
<a href="http://ftp.gnome.org/pub/GNOME/sources/pygtk/">FTP</a> ·
<a href="http://bugzilla.gnome.org/browse.cgi?product=pygtk">Bugzilla</a> ·
<a href="http://faq.pygtk.org/">FAQ</a> ·
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]