You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2015/09/22 21:12:23 UTC

svn commit: r1704696 - in /comdev/projects.apache.org: data/ data/committees/ site/doap/usergrid/ site/doap/yetus/ site/json/foundation/

Author: sebb
Date: Tue Sep 22 19:12:20 2015
New Revision: 1704696

URL: http://svn.apache.org/viewvc?rev=1704696&view=rev
Log:
Add Usergrid and Yetus

Added:
    comdev/projects.apache.org/data/committees/usergrid.rdf   (with props)
    comdev/projects.apache.org/data/committees/yetus.rdf   (with props)
    comdev/projects.apache.org/site/doap/usergrid/
    comdev/projects.apache.org/site/doap/usergrid/pmc-doap.rdf   (with props)
    comdev/projects.apache.org/site/doap/yetus/pmc-doap.rdf   (with props)
Modified:
    comdev/projects.apache.org/data/committees.xml
    comdev/projects.apache.org/site/json/foundation/committees.json
    comdev/projects.apache.org/site/json/foundation/pmcs.json

Modified: comdev/projects.apache.org/data/committees.xml
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/data/committees.xml?rev=1704696&r1=1704695&r2=1704696&view=diff
==============================================================================
--- comdev/projects.apache.org/data/committees.xml (original)
+++ comdev/projects.apache.org/data/committees.xml Tue Sep 22 19:12:20 2015
@@ -180,6 +180,7 @@
   <location>committees/turbine.rdf</location>
   <location>committees/tuscany.rdf</location>
   <location>committees/uima.rdf</location>
+  <location>committees/usergrid.rdf</location>
   <location>committees/vcl.rdf</location>
   <location>committees/velocity.rdf</location>
   <location>committees/vxquery.rdf</location>
@@ -194,6 +195,7 @@
   <!-- Retired <location>committees-retired/xml.rdf</location> -->
   <!-- Retired <location>committees-retired/xmlbeans.rdf</location> -->
   <location>committees/xmlgraphics.rdf</location>
+  <location>committees/yetus.rdf</location>
   <location>committees/zest.rdf</location>
   <location>committees/zookeeper.rdf</location>
 </list>

Added: comdev/projects.apache.org/data/committees/usergrid.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/data/committees/usergrid.rdf?rev=1704696&view=auto
==============================================================================
--- comdev/projects.apache.org/data/committees/usergrid.rdf (added)
+++ comdev/projects.apache.org/data/committees/usergrid.rdf Tue Sep 22 19:12:20 2015
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+ 
+       http://www.apache.org/licenses/LICENSE-2.0
+ 
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#" 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+  <asfext:pmc rdf:about="usergrid">
+    <asfext:name>Apache Usergrid</asfext:name>
+    <foaf:homepage rdf:resource="http://usergrid.apache.org/"/>
+  </asfext:pmc>
+</rdf:RDF>

Propchange: comdev/projects.apache.org/data/committees/usergrid.rdf
------------------------------------------------------------------------------
    svn:eol-style = native

Added: comdev/projects.apache.org/data/committees/yetus.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/data/committees/yetus.rdf?rev=1704696&view=auto
==============================================================================
--- comdev/projects.apache.org/data/committees/yetus.rdf (added)
+++ comdev/projects.apache.org/data/committees/yetus.rdf Tue Sep 22 19:12:20 2015
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+ 
+       http://www.apache.org/licenses/LICENSE-2.0
+ 
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#" 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+  <asfext:pmc rdf:about="yetus">
+    <asfext:name>Apache Yetus</asfext:name>
+    <foaf:homepage rdf:resource="http://yetus.apache.org/"/>
+  </asfext:pmc>
+</rdf:RDF>

Propchange: comdev/projects.apache.org/data/committees/yetus.rdf
------------------------------------------------------------------------------
    svn:eol-style = native

Added: comdev/projects.apache.org/site/doap/usergrid/pmc-doap.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/usergrid/pmc-doap.rdf?rev=1704696&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/usergrid/pmc-doap.rdf (added)
+++ comdev/projects.apache.org/site/doap/usergrid/pmc-doap.rdf Tue Sep 22 19:12:20 2015
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+ 
+       http://www.apache.org/licenses/LICENSE-2.0
+ 
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#" 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+  <asfext:pmc rdf:about="usergrid">
+    <asfext:name>Apache Usergrid</asfext:name>
+    <foaf:homepage rdf:resource="http://usergrid.apache.org/"/>
+  </asfext:pmc>
+</rdf:RDF>

Propchange: comdev/projects.apache.org/site/doap/usergrid/pmc-doap.rdf
------------------------------------------------------------------------------
    svn:eol-style = native

Added: comdev/projects.apache.org/site/doap/yetus/pmc-doap.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/yetus/pmc-doap.rdf?rev=1704696&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/yetus/pmc-doap.rdf (added)
+++ comdev/projects.apache.org/site/doap/yetus/pmc-doap.rdf Tue Sep 22 19:12:20 2015
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+ 
+       http://www.apache.org/licenses/LICENSE-2.0
+ 
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#" 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+  <asfext:pmc rdf:about="yetus">
+    <asfext:name>Apache Yetus</asfext:name>
+    <foaf:homepage rdf:resource="http://yetus.apache.org/"/>
+  </asfext:pmc>
+</rdf:RDF>

Propchange: comdev/projects.apache.org/site/doap/yetus/pmc-doap.rdf
------------------------------------------------------------------------------
    svn:eol-style = native

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=1704696&r1=1704695&r2=1704696&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/foundation/committees.json (original)
+++ comdev/projects.apache.org/site/json/foundation/committees.json Tue Sep 22 19:12:20 2015
@@ -854,7 +854,8 @@
 "id": "lens",
 "name": "Apache Lens",
 "rdf": "https://svn.apache.org/repos/asf/comdev/projects.apache.org/data/committees/lens.rdf",
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Unified analytics platform"
 },
 {
 "chair": "tomaz",
@@ -1018,7 +1019,8 @@
 "id": "nifi",
 "name": "Apache NiFi",
 "rdf": "https://svn.apache.org/repos/asf/comdev/projects.apache.org/data/committees/nifi.rdf",
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Easy to use, powerful, and reliable system to process and distribute data"
 },
 {
 "chair": "snagel",
@@ -1358,7 +1360,8 @@
 "id": "serf",
 "name": "Apache Serf",
 "rdf": "https://svn.apache.org/repos/asf/comdev/projects.apache.org/data/committees/serf.rdf",
-"reporting": 2
+"reporting": 2,
+"shortdesc": "High performance C-based HTTP client library built upon the Apache Portable Runtime (APR) library"
 },
 {
 "chair": "ksobkowiak",
@@ -1805,7 +1808,8 @@
 "group": "yetus",
 "homepage": "http://yetus.apache.org/",
 "id": "yetus",
-"name": "Apache Yetus"
+"name": "Apache Yetus",
+"rdf": "https://svn.apache.org/repos/asf/comdev/projects.apache.org/data/committees/yetus.rdf"
 },
 {
 "chair": "niclas",

Modified: comdev/projects.apache.org/site/json/foundation/pmcs.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/foundation/pmcs.json?rev=1704696&r1=1704695&r2=1704696&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/foundation/pmcs.json (original)
+++ comdev/projects.apache.org/site/json/foundation/pmcs.json Tue Sep 22 19:12:20 2015
@@ -971,6 +971,11 @@
 "name": "Apache UIMA",
 "rdf": "https://svn.apache.org/repos/asf/comdev/projects.apache.org/data/committees/uima.rdf"
 },
+"usergrid": {
+"homepage": "http://usergrid.apache.org/",
+"name": "Apache Usergrid",
+"rdf": "https://svn.apache.org/repos/asf/comdev/projects.apache.org/data/committees/usergrid.rdf"
+},
 "vcl": {
 "chair": {
 "Person": {
@@ -1081,6 +1086,11 @@
 "name": "Apache XML Graphics",
 "rdf": "https://svn.apache.org/repos/asf/comdev/projects.apache.org/data/committees/xmlgraphics.rdf"
 },
+"yetus": {
+"homepage": "http://yetus.apache.org/",
+"name": "Apache Yetus",
+"rdf": "https://svn.apache.org/repos/asf/comdev/projects.apache.org/data/committees/yetus.rdf"
+},
 "zest": {
 "homepage": "http://zest.apache.org/",
 "name": "Apache Zest",