You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@senssoft.apache.org by rf...@apache.org on 2017/09/08 00:13:38 UTC

[4/7] incubator-senssoft-useralejs git commit: SENSSOFT-235: DOAP file.

SENSSOFT-235: DOAP file.


Project: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/commit/d68bb04b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/tree/d68bb04b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/diff/d68bb04b

Branch: refs/heads/SENSSOFT-192
Commit: d68bb04b200a329b25937295f77b2cf7e8fba2ab
Parents: 690d8a3
Author: msbeard <ms...@apache.org>
Authored: Mon Aug 21 14:27:15 2017 -0400
Committer: msbeard <ms...@apache.org>
Committed: Mon Aug 21 14:27:15 2017 -0400

----------------------------------------------------------------------
 doap-userale.js.rdf | 57 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/d68bb04b/doap-userale.js.rdf
----------------------------------------------------------------------
diff --git a/doap-userale.js.rdf b/doap-userale.js.rdf
new file mode 100644
index 0000000..11460c2
--- /dev/null
+++ b/doap-userale.js.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://senssoft.incubator.apache.org">
+        <created>2016-11-10</created>
+        <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+        <name>Apache SensSoft - UserALE.js</name>
+        <homepage rdf:resource="http://senssoft.incubator.apache.org" />
+        <asfext:pmc rdf:resource="http://senssoft.incubator.apache.org" />
+        <shortdesc>UserALE.js is the UserALE client for DOM and JavaScript-based applications.</shortdesc>
+        <description>UserALE.js is the UserALE client for DOM and JavaScript-based applications. It automatically attaches event handlers to log every user interaction on a web page, including rich JS single-page apps.</description>
+        <bug-database rdf:resource="https://issues.apache.org/jira/browse/SENSSOFT" />
+        <mailing-list rdf:resource="https://cwiki.apache.org/confluence/x/whTiAw" />
+        <download-page rdf:resource="https://cwiki.apache.org/confluence/x/whTiAw" />
+        <programming-language>Javascript</programming-language>
+        <category rdf:resource="https://projects.apache.org/projects.html?category#Library" />
+        <release>
+            <Version>
+                <name>0.1.0 release</name>
+                <created>2017-08-25</created>
+                <revision>0.1.0</revision>
+            </Version>
+        </release>
+        <repository>
+            <SVNRepository>
+                <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs.git"/>
+                <browse rdf:resource="https://github.com/apache/incubator-senssoft-useralejs"/>
+            </SVNRepository>
+        </repository>
+        <maintainer>
+            <foaf:Person>
+                <foaf:name>SensSoft Development Team</foaf:name>
+                <foaf:mbox rdf:resource="mailto:dev@senssoft.incubator.apache.org"/>
+            </foaf:Person>
+        </maintainer>
+    </Project>
+</rdf:RDF>
\ No newline at end of file