summaryrefslogtreecommitdiff
path: root/doap.rdf
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2012-05-04 21:55:55 +0000
committerRoger Meier <roger@apache.org>2012-05-04 21:55:55 +0000
commit45320175c5f2266f063315108fd5b4f986e10a0d (patch)
tree47f83916cfff44aa5255b629bb2e57e403e360cc /doap.rdf
parent4fce960b7fa9e100cc67933b8cae663469748b9b (diff)
downloadthrift-45320175c5f2266f063315108fd5b4f986e10a0d.tar.gz
THRIFT-1574 Apache project branding requirements: DOAP file [PATCH]
Patch: Shane Curcuru roger: added more languages and categories git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1334209 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doap.rdf')
-rwxr-xr-xdoap.rdf77
1 files changed, 77 insertions, 0 deletions
diff --git a/doap.rdf b/doap.rdf
new file mode 100755
index 000000000..f5218be3c
--- /dev/null
+++ b/doap.rdf
@@ -0,0 +1,77 @@
+<?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://thrift.apache.org">
+ <created>2012-04-14</created>
+ <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+ <name>Apache Thrift</name>
+ <homepage rdf:resource="http://thrift.apache.org" />
+ <asfext:pmc rdf:resource="http://thrift.apache.org" />
+ <shortdesc>Apache Thrift software provides a framework for scalable cross-language services development, combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, JavaScript, Node.js, Smalltalk, OCaml and Delphi and other languages. </shortdesc>
+ <description>Apache Thrift allows you to define data types and service interfaces in a simple definition file. Taking that file as input, the compiler generates code to be used to easily build RPC clients and servers that communicate seamlessly across programming languages. Instead of writing a load of boilerplate code to serialize and transport your objects and invoke remote methods, you can get right down to business. </description>
+ <bug-database rdf:resource="https://issues.apache.org/jira/browse/THRIFT" />
+ <mailing-list rdf:resource="http://thrift.apache.org/mailing/" />
+ <download-page rdf:resource="http://thrift.apache.org/download/" />
+ <programming-language>ActionScript</programming-language>
+ <programming-language>C</programming-language>
+ <programming-language>C#</programming-language>
+ <programming-language>C++</programming-language>
+ <programming-language>Cocoa</programming-language>
+ <programming-language>D</programming-language>
+ <programming-language>Delphi</programming-language>
+ <programming-language>Erlang</programming-language>
+ <programming-language>Go</programming-language>
+ <programming-language>Haskell</programming-language>
+ <programming-language>Java</programming-language>
+ <programming-language>JavaScript</programming-language>
+ <programming-language>node.js</programming-language>
+ <programming-language>Ocaml</programming-language>
+ <programming-language>Perl</programming-language>
+ <programming-language>PHP</programming-language>
+ <programming-language>Python</programming-language>
+ <programming-language>SmallTalk</programming-language>
+ <category rdf:resource="http://projects.apache.org/category/http" />
+ <category rdf:resource="http://projects.apache.org/category/library" />
+ <category rdf:resource="http://projects.apache.org/category/network-client" />
+ <category rdf:resource="http://projects.apache.org/category/network-server" />
+ <release>
+ <Version>
+ <name>Apache Thrift 0.8.0</name>
+ <created>2011-11-29</created>
+ <revision>0.8.0</revision>
+ </Version>
+ </release>
+ <repository>
+ <SVNRepository>
+ <location rdf:resource="http://svn.apache.org/repos/asf/thrift"/>
+ <browse rdf:resource="http://svn.apache.org/viewvc/thrift"/>
+ </SVNRepository>
+ </repository>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Apache Thrift PMC</foaf:name>
+ <foaf:mbox rdf:resource="mailto:dev@thrift.apache.org"/>
+ </foaf:Person>
+ </maintainer>
+ </Project>
+</rdf:RDF>