You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/02/22 17:13:34 UTC

incubator-juneau-website git commit: Add developer article links to community page.

Repository: incubator-juneau-website
Updated Branches:
  refs/heads/asf-site 3719eaadd -> 995e9a766


Add developer article links to community page.

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/995e9a76
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/995e9a76
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/995e9a76

Branch: refs/heads/asf-site
Commit: 995e9a766702b61f856dc575bb2379deecdb6962
Parents: 3719eaa
Author: JamesBognar <ja...@apache.org>
Authored: Wed Feb 22 12:13:27 2017 -0500
Committer: JamesBognar <ja...@apache.org>
Committed: Wed Feb 22 12:13:27 2017 -0500

----------------------------------------------------------------------
 content/community.html | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/995e9a76/content/community.html
----------------------------------------------------------------------
diff --git a/content/community.html b/content/community.html
index 0b4adac..348ccca 100644
--- a/content/community.html
+++ b/content/community.html
@@ -56,7 +56,16 @@
 		<tr class='dark'><td>David M Goddard</td><td>Committer</td><td></td><tr>
 		<tr class='light'><td>Craig Chaney</td><td>Committer</td><td></td><tr>
 		<tr class='dark'><td>Min Idzelis</td><td>Committer</td><td></td><tr>
-		<tr class='light'><td>Brian Laskey</td><td>Committer</td><td></td><tr>
+		<tr class='light bb'><td>Brian Laskey</td><td>Committer</td><td></td><tr>
 	</table>
+
+	<h5 class='toc'>Developer how-to articles</h5>
+	<ul class='spaced-list'>
+		<li><a href='https://cwiki.apache.org/confluence/display/JUNEAU/Setting+up+your+Eclipse+workspace'>Setting up your Eclipse workspace</a>
+		<li><a href='https://cwiki.apache.org/confluence/display/JUNEAU/Coding+guidelines'>Coding guidelines</a>
+		<li><a href='https://cwiki.apache.org/confluence/display/JUNEAU/New+release+guidelines'>New release guidelines</a>
+		<li><a href='https://cwiki.apache.org/confluence/display/JUNEAU/Versioning+guidelines'>Versioniong guidelines</a>
+		<li><a href='https://cwiki.apache.org/confluence/display/JUNEAU/Using+the+code+formatting+stylesheet'>Using the code formatting stylesheet</a>
+	</ul>
 </body>
 </html>