Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F1662200AEE for ; Wed, 4 May 2016 00:21:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EFFF91609F5; Wed, 4 May 2016 00:21:55 +0200 (CEST) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 466B11609F9 for ; Wed, 4 May 2016 00:21:55 +0200 (CEST) Received: (qmail 4092 invoked by uid 500); 3 May 2016 22:21:54 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 3881 invoked by uid 99); 3 May 2016 22:21:54 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2016 22:21:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 20954DFE16; Tue, 3 May 2016 22:21:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ctubbsii@apache.org To: commits@accumulo.apache.org Date: Tue, 03 May 2016 22:21:56 -0000 Message-Id: <2165bdd0f64c479b8f2180937ef6ef71@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/5] accumulo git commit: Markdownify another html table archived-at: Tue, 03 May 2016 22:21:56 -0000 Markdownify another html table Convert html table to markdown Update some links in the footer Remove unused links Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5a0c3a6b Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/5a0c3a6b Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/5a0c3a6b Branch: refs/heads/gh-pages Commit: 5a0c3a6b2b5101a037f0831506f4ce0bf2c4325d Parents: 9faab27 Author: Christopher Tubbs Authored: Tue May 3 18:18:43 2016 -0400 Committer: Christopher Tubbs Committed: Tue May 3 18:18:43 2016 -0400 ---------------------------------------------------------------------- source.md | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/5a0c3a6b/source.md ---------------------------------------------------------------------- diff --git a/source.md b/source.md index 7aad40f..c658fa0 100644 --- a/source.md +++ b/source.md @@ -178,14 +178,13 @@ Changes to non-private members of those classes are subject to additional scruti ### Coding Practices - - - - - - - -
License HeaderAlways add the current ASF license header as described in ASF Source Header.
Trailing WhitespacesRemove all trailing whitespaces. Eclipse users can use Source→Cleanup option to accomplish this.
IndentationUse 2 space indents and never use tabs!
Line WrappingUse 160-column line width for Java code and Javadoc.
Control Structure New LinesUse a new line with single statement if/else blocks.
Author TagsDo not use Author Tags. The code is developed and owned by the community.
+{: .table} +| **License Header** | Always add the current ASF license header as described in [ASF Source Header][srcheaders]. | +| **Trailing Whitespaces** | Remove all trailing whitespaces. Eclipse users can use Source→Cleanup option to accomplish this. | +| **Indentation** | Use 2 space indents and never use tabs! | +| **Line Wrapping** | Use 160-column line width for Java code and Javadoc. | +| **Control Structure New Lines** | Use a new line with single statement if/else blocks. | +| **Author Tags** | Do not use Author Tags. The code is developed and owned by the community. | ### Code Review @@ -212,9 +211,6 @@ Accumulo's release guide can be found [here][release]. [1]: https://creadur.apache.org/rat/apache-rat-plugin [anongit]: git://git.apache.org/accumulo.git [cgit]: https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=summary -[cms]: http://www.apache.org/dev/cms -[cmsanon]: http://www.apache.org/dev/cmsref#non-committer -[cmsusage]: http://www.apache.org/dev/cms#usage [contrib]: contrib [devlist]: mailto:dev@accumulo.apache.org [gh-pages]: https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=tree;h=gh-pages @@ -225,7 +221,7 @@ Accumulo's release guide can be found [here][release]. [intellij-formatter]: https://code.google.com/p/eclipse-code-formatter-intellij-plugin [jekyll]: https://jekyllrb.com [jenkins]: https://jenkins.io -[jira]: http://www.atlassian.com/software/jira/overview +[jira]: https://www.atlassian.com/software/jira [jiraloc]: https://issues.apache.org/jira/browse/ACCUMULO [lifecycle]: https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle [masterbuild]: https://builds.apache.org/job/Accumulo-Master @@ -235,5 +231,5 @@ Accumulo's release guide can be found [here][release]. [release]: governance/releasing [site-canon]: https://accumulo.apache.org [site-mirror]: http://apache.github.io/accumulo -[srcheaders]: http://www.apache.org/legal/src-headers +[srcheaders]: https://www.apache.org/legal/src-headers [styles]: https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=tree;f=contrib;hb=HEAD