You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by sv...@apache.org on 2017/12/12 17:41:46 UTC

[1/3] incubator-trafodion git commit: [TRAFODION-2831] Add project DOAP file for inclusion in ASF project list

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master c8761499b -> 8a328df22


[TRAFODION-2831] Add project DOAP file for inclusion in ASF project list

The project DOAP file was created from template at:
  https://projects.apache.org/create.html

That page also says it should not be included in source/binary packages,
hence it is excluded from git export used to create source product.


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/69bf35a6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/69bf35a6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/69bf35a6

Branch: refs/heads/master
Commit: 69bf35a682f3af588f0277e49fbfbe7e29f0672e
Parents: b2b01f4
Author: Steve Varnau <st...@esgyn.com>
Authored: Thu Dec 7 19:59:56 2017 +0000
Committer: Steve Varnau <st...@esgyn.com>
Committed: Thu Dec 7 19:59:56 2017 +0000

----------------------------------------------------------------------
 .gitattributes |  2 ++
 doap.rdf       | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69bf35a6/.gitattributes
----------------------------------------------------------------------
diff --git a/.gitattributes b/.gitattributes
index 085794d..185ecc6 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,3 +1,5 @@
 # git files
 .gitignore export-ignore
 .gitattributes export-ignore
+# project description file
+doap.rdf export-ignore

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69bf35a6/doap.rdf
----------------------------------------------------------------------
diff --git a/doap.rdf b/doap.rdf
new file mode 100644
index 0000000..a5383e9
--- /dev/null
+++ b/doap.rdf
@@ -0,0 +1,51 @@
+<?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://trafodion.incubator.apache.org">
+    <created>2017-12-07</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
+    <name>Apache Trafodion</name>
+    <homepage rdf:resource="http://trafodion.incubator.apache.org" />
+    <asfext:pmc rdf:resource="http://incubator.apache.org" />
+    <shortdesc>Webscale SQL-on-Hadoop solution enabling transactional or operational workloads on Apache Hadoop.</shortdesc>
+    <description>Trafodion builds on the scalability, elasticity, and flexibility of Hadoop. Trafodion extends Hadoop to provide guaranteed transactional integrity, enabling new kinds of big data applications to run on Hadoop.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/TRAFODION" />
+    <mailing-list rdf:resource="http://trafodion.incubator.apache.org/mail-lists.html" />
+    <download-page rdf:resource="http://trafodion.incubator.apache.org/download.html" />
+    <programming-language>C++</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data" />
+    <repository>
+      <GitRepository>
+        <location rdf:resource="http://git-wip-us.apache.org/repos/asf/incubator-trafodion.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=incubator-trafodion.git"/>
+      </GitRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Steve Varnau</foaf:name>
+          <foaf:mbox rdf:resource="mailto:svarnau@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>
+


[2/3] incubator-trafodion git commit: [TRAFODION-2831] Add security and events links to trafodion website

Posted by sv...@apache.org.
[TRAFODION-2831] Add security and events links to trafodion website


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/66a8f74e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/66a8f74e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/66a8f74e

Branch: refs/heads/master
Commit: 66a8f74e46d659fafc4b37707d4f55a0d7e93f77
Parents: 69bf35a
Author: Steve Varnau <st...@esgyn.com>
Authored: Fri Dec 8 22:34:56 2017 +0000
Committer: Steve Varnau <st...@esgyn.com>
Committed: Fri Dec 8 22:34:56 2017 +0000

----------------------------------------------------------------------
 docs/src/site/site.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/66a8f74e/docs/src/site/site.xml
----------------------------------------------------------------------
diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index 64328df..3b46546 100644
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -216,12 +216,14 @@
       <item href="http:divider" name=""/>
       <item href="team-redirect.html" name="Team"/>
       <item href="presentations.html" name="Presentations"/>
+      <item href="http://www.apache.org/events/current-event.html" name="Events"/>
       <item href="logo.html" name="Logo"/>
       <item href="mail-lists.html" name="Mailing Lists"/>
       <item href="http://im.qq.com" name="QQ (Group ID:176011868)"/>
       <item href="http:divider" name=""/>
       <item href="source-repository.html" name="Source Repository"/>
       <item href="issue-tracking.html" name="Issue Tracking"/>
+      <item href="http://www.apache.org/security/" name="Security"/>
       <item href="license.html" name="License"/>
     </menu>
     <menu name="Features">


[3/3] incubator-trafodion git commit: Merge [TRAFODION-2831] Website improvement per ASF checks

Posted by sv...@apache.org.
Merge [TRAFODION-2831] Website improvement per ASF checks


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/8a328df2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/8a328df2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/8a328df2

Branch: refs/heads/master
Commit: 8a328df220ec9804c386de61c2a232d43b8ceb4d
Parents: c876149 66a8f74
Author: Steve Varnau <st...@esgyn.com>
Authored: Tue Dec 12 17:40:48 2017 +0000
Committer: Steve Varnau <st...@esgyn.com>
Committed: Tue Dec 12 17:40:48 2017 +0000

----------------------------------------------------------------------
 .gitattributes         |  2 ++
 doap.rdf               | 51 +++++++++++++++++++++++++++++++++++++++++++++
 docs/src/site/site.xml |  2 ++
 3 files changed, 55 insertions(+)
----------------------------------------------------------------------