[pygtk-web] 2010-03-26 Rafael Villar Burke <pachi rvburke com>



commit d8ac56fcc66e37255f65845c9f655e1fda186295
Author: Rafael Villar Burke <pachi rvburke com>
Date:   Fri Mar 26 13:36:31 2010 +0100

    2010-03-26  Rafael Villar Burke  <pachi rvburke com>
    
    	* applications.src: Add Acire Snippets
    	* newsitems.py: Add news item about contributions to Acire

 ChangeLog        |    5 +++++
 applications.src |    5 +++++
 newsitems.py     |    3 +++
 3 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ccd4945..c4523a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-26  Rafael Villar Burke  <pachi rvburke com>
+
+	* applications.src: Add Acire Snippets
+	* newsitems.py: Add news item about contributions to Acire
+
 2010-03-17  Rafael Villar Burke  <pachi rvburke com>
 
 	* applications.src: Add Edsa by Morar Zivica
diff --git a/applications.src b/applications.src
index 55066e4..6e57828 100644
--- a/applications.src
+++ b/applications.src
@@ -806,6 +806,11 @@
 
 <dl>
 
+  <dt><a href="http://aciresnippets.wordpress.com/";>Acire Snippets</a></dt>
+  <dd>The Acire Project aims to provide a library of Python snippets and
+  examples and a browser for the library that demonstrates how to perform
+  specific tasks.</dd>
+
   <dt><a href="http://clay.ll.pl/clarence.html";>Clarence</a></dt>
   <dd>Clarence is a small GTK+-based programmer's calculator.</dd>
 
diff --git a/newsitems.py b/newsitems.py
index 58adc45..b27967a 100644
--- a/newsitems.py
+++ b/newsitems.py
@@ -14,6 +14,9 @@ item = lambda *x: items.append(x)
 #      "INSERT AUTHOR HERE")
 
 # http://news.gmane.org/gmane.comp.gnome.gtk%2B.python/
+item("Help improving PyGTK documentation contributing to the Acire Snippets project", (2010, 03, 26),
+     """Acire Snippets is a library and browser of snippets and examples of Python code that demonstrates how to perform specific tasks. It has a new <a href="http://aciresnippets.wordpress.com/";>Acire Snippets website</a> with information on how to use it and send contributions and PyGTK users are encouraged to enrich the existing PyGTK snippets collection.""", 'Rafael Villar Burke')
+
 item("PyGObject, PyGTK and PyCairo windows installers updated", (2010, 01, 22),
      """The installers for win32 have been now updated to recent versions. As usual, they can be found
      <a href="http://ftp.gnome.org/pub/GNOME/binaries/win32";>here</a> (under the pygtk, pygobject and pycairo directories).



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