You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2018/04/25 22:25:20 UTC

[accumulo-website] branch asf-site updated: Jekyll build from master:56428ab

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 79e9a13  Jekyll build from master:56428ab
79e9a13 is described below

commit 79e9a13650c42bf527b159bb7d3b2ade89bc325f
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Wed Apr 25 18:24:02 2018 -0400

    Jekyll build from master:56428ab
    
    Move doap and update issue tracker
    
    * Also format the doap using xmllint
---
 contributor/making-release.html        |  2 +-
 doap_Accumulo.rdf => doap/accumulo.rdf | 31 ++++++++++++++++---------------
 feed.xml                               |  4 ++--
 3 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/contributor/making-release.html b/contributor/making-release.html
index 1bdf6d7..a2606bc 100644
--- a/contributor/making-release.html
+++ b/contributor/making-release.html
@@ -272,7 +272,7 @@ automatically.</p>
   <li>Update downloads page</li>
   <li>Create a post in <code class="highlighter-rouge">_posts/release/</code> containing release notes</li>
   <li>Remove previous bug-fix release (if applicable)</li>
-  <li>Update doap_Accumulo.rdf</li>
+  <li>Update doap/accumulo.rdf</li>
 </ul>
 
 <h3 id="documentation">Documentation</h3>
diff --git a/doap_Accumulo.rdf b/doap/accumulo.rdf
similarity index 87%
rename from doap_Accumulo.rdf
rename to doap/accumulo.rdf
index 73ca457..883c08d 100644
--- a/doap_Accumulo.rdf
+++ b/doap/accumulo.rdf
@@ -1,11 +1,7 @@
 <?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/">
-<!--
+<rdf:RDF 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/" xml:lang="en">
+  <!--
     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.
@@ -23,16 +19,21 @@
 -->
   <Project rdf:about="https://accumulo.apache.org">
     <created>2012-03-26</created>
-    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
     <name>Apache Accumulo</name>
-    <homepage rdf:resource="https://accumulo.apache.org" />
-    <asfext:pmc rdf:resource="https://accumulo.apache.org" />
-    <description>The Apache Accumulo sorted, distributed key/value store is based on Google's BigTable design. It is built on top of Apache Hadoop, Apache Zookeeper, and Apache Thrift. It features a few novel improvements on the BigTable design in the form of cell-level access labels and a server-side programming mechanism that can modify key/value pairs at various points in the data management process.</description>
-    <bug-database rdf:resource="https://issues.apache.org/jira/browse/ACCUMULO" />
-    <mailing-list rdf:resource="https://accumulo.apache.org/mailing_list" />
-    <download-page rdf:resource="https://accumulo.apache.org/downloads" />
+    <homepage rdf:resource="https://accumulo.apache.org"/>
+    <asfext:pmc rdf:resource="https://accumulo.apache.org"/>
+    <description>The Apache Accumulo sorted, distributed key/value store is
+      based on Google's BigTable design. It is built on top of Apache Hadoop,
+      Apache Zookeeper, and Apache Thrift. It features a few novel improvements
+      on the BigTable design in the form of cell-level access labels and a
+      server-side programming mechanism that can modify key/value pairs at
+      various points in the data management process.</description>
+    <bug-database rdf:resource="https://github.com/apache/accumulo/issues"/>
+    <mailing-list rdf:resource="https://accumulo.apache.org/mailing_list"/>
+    <download-page rdf:resource="https://accumulo.apache.org/downloads"/>
     <programming-language>Java</programming-language>
-    <category rdf:resource="http://projects.apache.org/category/database" />
+    <category rdf:resource="http://projects.apache.org/category/database"/>
     <release>
       <Version>
         <name>Apache Accumulo</name>
@@ -238,7 +239,7 @@
     <maintainer>
       <foaf:Person>
         <foaf:name>Michael Wall</foaf:name>
-          <foaf:mbox rdf:resource="mailto:mjwall@apache.org"/>
+        <foaf:mbox rdf:resource="mailto:mjwall@apache.org"/>
       </foaf:Person>
     </maintainer>
   </Project>
diff --git a/feed.xml b/feed.xml
index dbe83fb..e0a7fa0 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Mon, 23 Apr 2018 17:01:19 -0400</pubDate>
-    <lastBuildDate>Mon, 23 Apr 2018 17:01:19 -0400</lastBuildDate>
+    <pubDate>Wed, 25 Apr 2018 18:24:17 -0400</pubDate>
+    <lastBuildDate>Wed, 25 Apr 2018 18:24:17 -0400</lastBuildDate>
     <generator>Jekyll v3.7.3</generator>
     
     

-- 
To stop receiving notification emails like this one, please contact
ctubbsii@apache.org.