damned-lies r915 - trunk



Author: claudep
Date: Sun Jun 22 18:39:28 2008
New Revision: 915
URL: http://svn.gnome.org/viewvc/damned-lies?rev=915&view=rev

Log:
2008-06-22  Claude Paroz  <claude 2xlibre net>

	* HACKING: Instructions on debugging.
	* gnome-modules.xml.in:
	* releases.xml.in: New module 'diary' in Extras.

Modified:
   trunk/ChangeLog
   trunk/HACKING
   trunk/gnome-modules.xml.in
   trunk/releases.xml.in

Modified: trunk/HACKING
==============================================================================
--- trunk/HACKING	(original)
+++ trunk/HACKING	Sun Jun 22 18:39:28 2008
@@ -1,3 +1,14 @@
+HOW TO DEBUG
+************
+
+To debug this web application on the command line with the Python debugger,
+insert "import pdb; pdb.set_trace()" where you want the program to enter the 
+debugger, go to the app root directory and type:
+$ export PATH_INFO=/url/you/want/to/debug
+$ python index.py
+
+PATH_INFO should not include the domain name.
+
 TO DO
 *****
 

Modified: trunk/gnome-modules.xml.in
==============================================================================
--- trunk/gnome-modules.xml.in	(original)
+++ trunk/gnome-modules.xml.in	Sun Jun 22 18:39:28 2008
@@ -268,6 +268,10 @@
     <branch id="HEAD"/>
   </module>
 
+  <module id="diary">
+    <branch id="HEAD"/>
+  </module>
+
   <module id="divifund">
     <branch id="HEAD"/>
   </module>

Modified: trunk/releases.xml.in
==============================================================================
--- trunk/releases.xml.in	(original)
+++ trunk/releases.xml.in	Sun Jun 22 18:39:28 2008
@@ -137,6 +137,7 @@
     <module id="criawips"/>
     <module id="cupid"/>
     <module id="deskscribe"/>
+    <module id="diary"/>
     <module id="divifund"/>
     <module id="drgeo"/>
     <module id="drivel"/>



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