Author: veithm
Date: Mon Feb 4 14:08:40 2013
New Revision: 1442123
URL: http://svn.apache.org/viewvc?rev=1442123&view=rev
Log:
Adding DOAP files needed for creation of projects.apache.org website
Added:
etch/site/trunk/infra/ (with props)
etch/site/trunk/infra/ReadMe.txt
etch/site/trunk/infra/pmc_etch.rdf
Propchange: etch/site/trunk/infra/
------------------------------------------------------------------------------
--- tsvn:logrevregex (added)
+++ tsvn:logrevregex Mon Feb 4 14:08:40 2013
@@ -0,0 +1 @@
+\b(r\d+)|\b(revisions?(\(s\))?\s#?\d+([,
]+(and\s?)?\d+)*)|\b(revs?\.?\s?\d+([, ]+(and\s?)?\d+)*)
Added: etch/site/trunk/infra/ReadMe.txt
URL:
http://svn.apache.org/viewvc/etch/site/trunk/infra/ReadMe.txt?rev=1442123&view=auto
==============================================================================
--- etch/site/trunk/infra/ReadMe.txt (added)
+++ etch/site/trunk/infra/ReadMe.txt Mon Feb 4 14:08:40 2013
@@ -0,0 +1,6 @@
+This folder contains DOAP RDF files.
+These files are needed to generate the projects.apache.org website.
+
+More information can be found at:
+http://projects.apache.org/docs/index.html
+https://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects
\ No newline at end of file
Added: etch/site/trunk/infra/pmc_etch.rdf
URL:
http://svn.apache.org/viewvc/etch/site/trunk/infra/pmc_etch.rdf?rev=1442123&view=auto
==============================================================================
--- etch/site/trunk/infra/pmc_etch.rdf (added)
+++ etch/site/trunk/infra/pmc_etch.rdf Mon Feb 4 14:08:40 2013
@@ -0,0 +1,46 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+
+<!--
+ 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="etch">
+ <asfext:name>Apache Etch</asfext:name>
+ <asfext:chair>
+ <foaf:Person>
+ <foaf:name>Martin Veith</foaf:name>
+ </foaf:Person>
+ </asfext:chair>
+ <asfext:charter>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.
+ </asfext:charter>
+ </asfext:PMC>
+</rdf:RDF>
+