Author: veithm
Date: Mon Feb 4 14:51:51 2013
New Revision: 1442142
URL: http://svn.apache.org/viewvc?rev=1442142&view=rev
Log:
Adding DOAP file for project, renaming DOAP file for PMC
Added:
etch/site/trunk/infra/doap_Etch.rdf
etch/site/trunk/infra/doap_Etch_PMC.rdf
- copied unchanged from r1442123, etch/site/trunk/infra/pmc_etch.rdf
Removed:
etch/site/trunk/infra/pmc_etch.rdf
Added: etch/site/trunk/infra/doap_Etch.rdf
URL:
http://svn.apache.org/viewvc/etch/site/trunk/infra/doap_Etch.rdf?rev=1442142&view=auto
==============================================================================
--- etch/site/trunk/infra/doap_Etch.rdf (added)
+++ etch/site/trunk/infra/doap_Etch.rdf Mon Feb 4 14:51:51 2013
@@ -0,0 +1,93 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<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/">
+<!--
+ 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.
+-->
+ <Project rdf:about="http://etch.apache.org">
+ <created>2013-02-04</created>
+ <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+ <name>Apache Etch</name>
+ <homepage rdf:resource="http://etch.apache.org" />
+ <asfext:pmc
rdf:resource="http://svn.apache.org/repos/asf/etch/site/trunk/infra/doap_Etch_PMC.rdf"
/>
+ <shortdesc>Apache Etch provides is a cross-platform, language- and
transport-independent RPC-like messaging framework.</shortdesc>
+ <description>Etch is a cross-platform, language- and transport-independent
framework for building and consuming network services. The Etch toolset
includes a network service description language, a compiler, and binding
libraries for a variety of programming languages. Etch is also
transport-independent, allowing for a variety of different transports to be
used based on need and circumstance. The goal of Etch is to make it simple to
define small, focused services that can be easily accessed, combined, and
deployed in a similar manner. With Etch, service development and consumption
becomes no more difficult than library development and
consumption.</description>
+ <bug-database rdf:resource="https://issues.apache.org/jira/browse/ETCH" />
+ <mailing-list rdf:resource="http://etch.apache.org/mailinglists.html" />
+ <download-page rdf:resource="http://etch.apache.org/downloads.html" />
+ <programming-language>C</programming-language>
+ <programming-language>C#</programming-language>
+ <programming-language>C++</programming-language>
+ <programming-language>Go</programming-language>
+ <programming-language>Java</programming-language>
+ <programming-language>JavaScript</programming-language>
+ <programming-language>Python</programming-language>
+ <category
rdf:resource="http://projects.apache.org/category/network-server" />
+ <category
rdf:resource="http://projects.apache.org/category/network-client" />
+ <category rdf:resource="http://projects.apache.org/category/library" />
+ <release>
+ <Version>
+ <name>Apache Etch (incubating)</name>
+ <created>2012-01-03</created>
+ <revision>1.2.0-incubating</revision>
+ </Version>
+ </release>
+ <release>
+ <Version>
+ <name>Apache Etch (incubating)</name>
+ <created>2010-10-04</created>
+ <revision>1.1.0-incubating</revision>
+ </Version>
+ </release>
+ <release>
+ <Version>
+ <name>Apache Etch (incubating)</name>
+ <created>2009-03-05</created>
+ <revision>1.0.2-incubating</revision>
+ </Version>
+ </release>
+ <release>
+ <Version>
+ <name>Apache Etch (incubating)</name>
+ <created>2008-09-08</created>
+ <revision>1.0.1-incubating</revision>
+ </Version>
+ </release>
+ <release>
+ <Version>
+ <name>Apache Etch (incubating)</name>
+ <created>2008-07-29</created>
+ <revision>1.0.0-incubating</revision>
+ </Version>
+ </release>
+ <repository>
+ <SVNRepository>
+ <location rdf:resource="http://svn.apache.org/repos/asf/etch"/>
+ <browse rdf:resource="http://svn.apache.org/viewvc/etch"/>
+ </SVNRepository>
+ </repository>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Apache Etch PMC</foaf:name>
+ <foaf:mbox rdf:resource="mailto:[email protected]"/>
+ </foaf:Person>
+ </maintainer>
+ </Project>
+</rdf:RDF>