[OpenLayers-Commits] r7477 - trunk/openlayers/tools

commits at openlayers.org commits at openlayers.org
Tue Jul 8 08:47:30 EDT 2008


Author: crschmidt
Date: 2008-07-08 08:47:30 -0400 (Tue, 08 Jul 2008)
New Revision: 7477

Modified:
   trunk/openlayers/tools/exampleparser.py
Log:
not sure if this is right, but adding in a link to the metadata about
each entry. This seems to fix the issue reported earlier, that the links
in the example list are broken.


Modified: trunk/openlayers/tools/exampleparser.py
===================================================================
--- trunk/openlayers/tools/exampleparser.py	2008-07-08 00:35:23 UTC (rev 7476)
+++ trunk/openlayers/tools/exampleparser.py	2008-07-08 12:47:30 UTC (rev 7477)
@@ -223,6 +223,7 @@
         d = getSvnInfo(url)
         tagvalues["modified"] = d["date"] or modtime
         tagvalues["author"] = d["author"] or "anonymous"
+        tagvalues['link'] = example
 
         exampleList.append(tagvalues)
         



More information about the Commits mailing list