You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hb...@apache.org on 2015/07/04 19:31:51 UTC

svn commit: r1689183 - in /comdev/projects.apache.org: scripts/import/parsecommittees.py site/doap/whimsy/pmc.rdf site/json/foundation/committees.json

Author: hboutemy
Date: Sat Jul  4 17:31:51 2015
New Revision: 1689183

URL: http://svn.apache.org/r1689183
Log:
fixed Whimsy committee url, since it's not the usual http://<committeeId>.apache.org/

Modified:
    comdev/projects.apache.org/scripts/import/parsecommittees.py
    comdev/projects.apache.org/site/doap/whimsy/pmc.rdf
    comdev/projects.apache.org/site/json/foundation/committees.json

Modified: comdev/projects.apache.org/scripts/import/parsecommittees.py
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/scripts/import/parsecommittees.py?rev=1689183&r1=1689182&r2=1689183&view=diff
==============================================================================
--- comdev/projects.apache.org/scripts/import/parsecommittees.py (original)
+++ comdev/projects.apache.org/scripts/import/parsecommittees.py Sat Jul  4 17:31:51 2015
@@ -32,7 +32,8 @@ group_ids = {
 # homepages not matching http://<committee id>.apache.org/
 homepages = {
     'comdev': 'http://community.apache.org/',
-    'httpcomponents': 'http://hc.apache.org/'
+    'httpcomponents': 'http://hc.apache.org/',
+    'whimsy': 'http://whimsical.apache.org'
 }
 # short description for non-classical committees, that are not listed in http://www.apache.org/#projects-list
 shortdescs = {

Modified: comdev/projects.apache.org/site/doap/whimsy/pmc.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/whimsy/pmc.rdf?rev=1689183&r1=1689182&r2=1689183&view=diff
==============================================================================
--- comdev/projects.apache.org/site/doap/whimsy/pmc.rdf (original)
+++ comdev/projects.apache.org/site/doap/whimsy/pmc.rdf Sat Jul  4 17:31:51 2015
@@ -2,7 +2,7 @@
 <rdf:RDF xml:lang="en" xmlns="http://usefulinc.com/ns/doap#" xmlns:asfext="http://projects.apache.org/ns/asfext#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
 	<asfext:pmc>
 		<asfext:name>Apache Whimsy</asfext:name>
-		<homepage rdf:resource="http://whimsy.apache.org/"/>
+		<homepage rdf:resource="http://whimsical.apache.org"/>
 		<asfext:chair>
 			<foaf:Person>
 				<foaf:nick>rgardler</foaf:nick>

Modified: comdev/projects.apache.org/site/json/foundation/committees.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/foundation/committees.json?rev=1689183&r1=1689182&r2=1689183&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/foundation/committees.json (original)
+++ comdev/projects.apache.org/site/json/foundation/committees.json Sat Jul  4 17:31:51 2015
@@ -1708,7 +1708,7 @@
 "chair": "rgardler",
 "established": "2015-05",
 "group": "whimsy",
-"homepage": "http://whimsy.apache.org/",
+"homepage": "http://whimsical.apache.org",
 "id": "whimsy",
 "name": "Apache Whimsy",
 "rdf": "https://svn.apache.org/repos/asf/comdev/projects.apache.org/data/committees/whimsy.rdf",