You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2017/11/19 22:15:00 UTC

incubator-guacamole-website git commit: GUACAMOLE-436: Deploy project DOAP file (doap.rdf).

Repository: incubator-guacamole-website
Updated Branches:
  refs/heads/asf-site 1727f228d -> 063e1423a


GUACAMOLE-436: Deploy project DOAP file (doap.rdf).


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/commit/063e1423
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/tree/063e1423
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/diff/063e1423

Branch: refs/heads/asf-site
Commit: 063e1423aece3d4c040df4f41c3bde086f9e596b
Parents: 1727f22
Author: Michael Jumper <mj...@apache.org>
Authored: Sun Nov 19 14:14:47 2017 -0800
Committer: Michael Jumper <mj...@apache.org>
Committed: Sun Nov 19 14:14:47 2017 -0800

----------------------------------------------------------------------
 content/doap.rdf | 128 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 128 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/063e1423/content/doap.rdf
----------------------------------------------------------------------
diff --git a/content/doap.rdf b/content/doap.rdf
new file mode 100644
index 0000000..16dcc09
--- /dev/null
+++ b/content/doap.rdf
@@ -0,0 +1,128 @@
+<?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:asfext="http://projects.apache.org/ns/asfext#"
+    xmlns:foaf="http://xmlns.com/foaf/0.1/"
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+    <Project rdf:about="http://guacamole.apache.org">
+
+        <name>Apache Guacamole</name>
+        <created>2017-11-15</created>
+        <license rdf:resource="http://www.apache.org/licenses/LICENSE-2.0"/>
+        <asfext:pmc rdf:resource="http://guacamole.apache.org"/>
+
+        <!-- Description -->
+
+        <shortdesc>Clientless remote desktop gateway.</shortdesc>
+
+        <description>Apache Guacamole is a clientless remote desktop gateway
+            which supports standard protocols like VNC, RDP, and SSH. We call
+            it "clientless" because no plugins or client software are required.
+            Once Guacamole is installed on a server, all you need to access
+            your desktops is a web browser.</description>
+
+        <!-- Links -->
+
+        <bug-database rdf:resource="https://issues.apache.org/jira/browse/GUACAMOLE"/>
+        <download-page rdf:resource="http://guacamole.apache.org/releases/"/>
+        <homepage rdf:resource="http://guacamole.apache.org"/>
+        <mailing-list rdf:resource="http://guacamole.apache.org/support/#mailing-lists"/>
+
+        <!-- Programming languages -->
+
+        <programming-language>C</programming-language>
+        <programming-language>Java</programming-language>
+        <programming-language>JavaScript</programming-language>
+
+        <!-- Related categories -->
+
+        <category rdf:resource="http://projects.apache.org/category/network-client"/>
+        <category rdf:resource="http://projects.apache.org/category/network-server"/>
+
+        <!-- Source repositories -->
+
+        <repository>
+            <GitRepository>
+                <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-guacamole-client.git"/>
+                <browse rdf:resource="https://github.com/apache/incubator-guacamole-client"/>
+            </GitRepository>
+        </repository>
+        <repository>
+            <GitRepository>
+                <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual.git"/>
+                <browse rdf:resource="https://github.com/apache/incubator-guacamole-manual"/>
+            </GitRepository>
+        </repository>
+        <repository>
+            <GitRepository>
+                <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-guacamole-server.git"/>
+                <browse rdf:resource="https://github.com/apache/incubator-guacamole-server"/>
+            </GitRepository>
+        </repository>
+        <repository>
+            <GitRepository>
+                <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-guacamole-website.git"/>
+                <browse rdf:resource="https://github.com/apache/incubator-guacamole-website"/>
+            </GitRepository>
+        </repository>
+
+        <!-- Maintainer -->
+
+        <maintainer>
+            <foaf:Person>
+                <foaf:name>Apache Guacamole Community</foaf:name>
+                <foaf:mbox rdf:resource="mailto:dev@guacamole.apache.org"/>
+            </foaf:Person>
+        </maintainer>
+
+        <!-- Releases -->
+
+        <release>
+            <Version>
+                <name>Apache Guacamole</name>
+                <created>2017-07-30</created>
+                <revision>0.9.13-incubating</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Apache Guacamole</name>
+                <created>2017-04-01</created>
+                <revision>0.9.12-incubating</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Apache Guacamole</name>
+                <created>2017-02-02</created>
+                <revision>0.9.11-incubating</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Apache Guacamole</name>
+                <created>2016-12-29</created>
+                <revision>0.9.10-incubating</revision>
+            </Version>
+        </release>
+
+    </Project>
+</rdf:RDF>