You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/10/19 09:04:11 UTC

flex-site git commit: - Added the required "rdp" resources

Repository: flex-site
Updated Branches:
  refs/heads/maven-site f7c6932b8 -> dfa66b941


- Added the required "rdp" resources


Project: http://git-wip-us.apache.org/repos/asf/flex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-site/commit/dfa66b94
Tree: http://git-wip-us.apache.org/repos/asf/flex-site/tree/dfa66b94
Diff: http://git-wip-us.apache.org/repos/asf/flex-site/diff/dfa66b94

Branch: refs/heads/maven-site
Commit: dfa66b94115c671c0de8accf4f550cb49de8b7e1
Parents: f7c6932
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Wed Oct 19 11:04:04 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Wed Oct 19 11:04:04 2016 +0200

----------------------------------------------------------------------
 src/site/resources/doap_Flex.rdf | 57 +++++++++++++++++++++++++++++++++++
 src/site/resources/pmc_Flex.rdf  | 38 +++++++++++++++++++++++
 2 files changed, 95 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-site/blob/dfa66b94/src/site/resources/doap_Flex.rdf
----------------------------------------------------------------------
diff --git a/src/site/resources/doap_Flex.rdf b/src/site/resources/doap_Flex.rdf
new file mode 100644
index 0000000..d4bfd14
--- /dev/null
+++ b/src/site/resources/doap_Flex.rdf
@@ -0,0 +1,57 @@
+<?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://flex.apache.org">
+    <created>2013-01-06</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Flex</name>
+    <homepage rdf:resource="http://flex.apache.org" />
+    <asfext:pmc rdf:resource="http://flex.apache.org/pmc_Flex.rdf" />
+    <shortdesc>Apache Flex� is a highly productive, open source application framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops and devices (including smartphones, tablets and tv).</shortdesc>
+    <description>Apache Flex� is a highly productive, open source application framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops and devices (including smartphones, tablets and tv). It provides a modern, standards-based language and programming model that supports common design patterns suitable for developers from many backgrounds. Flex applications can be deployed to the ubiquitous Adobe� Flash� Player in the browser, Adobe� AIR\u2122 on desktop and mobile or to native Android\u2122, IOS\u2122, QNX�, Windows� or Mac� applications.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/FLEX" />
+    <mailing-list rdf:resource="http://flex.apache.org/community-mailinglists.html" />
+    <download-page rdf:resource="http://flex.apache.org/download-source.html" />
+    <programming-language>ActionScript</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/web-framework" />
+    <release>
+      <Version>
+        <name>Apache Flex SDK 4.15.0</name>
+        <created>2016-01-11</created>
+        <revision>4.15.0</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/flex-sdk.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-sdk.git;a=summary"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Alex Harui</foaf:name>
+          <foaf:mbox rdf:resource="mailto:aharui@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

http://git-wip-us.apache.org/repos/asf/flex-site/blob/dfa66b94/src/site/resources/pmc_Flex.rdf
----------------------------------------------------------------------
diff --git a/src/site/resources/pmc_Flex.rdf b/src/site/resources/pmc_Flex.rdf
new file mode 100644
index 0000000..bb09b2b
--- /dev/null
+++ b/src/site/resources/pmc_Flex.rdf
@@ -0,0 +1,38 @@
+<?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.
+-->
+    <asfext:pmc rdf:about="flex">
+        <asfext:name>Apache Flex</asfext:name>
+        <asfext:chair>
+            <foaf:Person>
+                <foaf:name>Alex Harui</foaf:name>
+            </foaf:Person>
+        </asfext:chair>
+        <foaf:homepage rdf:resource="http://flex.apache.org/about-people.html">
+        <asfext:charter>The mission of the Apache Flex project is
+    to create and maintain software related to the development of 
+    expressive web applications that deploy to all major browsers, 
+    desktops and devices (including smartphones, tablets and tv)
+        </asfext:charter>
+    </asfext:pmc>
+</rdf:RDF>