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. git-svn-id: http://svn.openlayers.org/trunk/openlayers@7477 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -223,6 +223,7 @@ if __name__ == "__main__":
|
||||
d = getSvnInfo(url)
|
||||
tagvalues["modified"] = d["date"] or modtime
|
||||
tagvalues["author"] = d["author"] or "anonymous"
|
||||
tagvalues['link'] = example
|
||||
|
||||
exampleList.append(tagvalues)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user