You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ka...@apache.org on 2014/01/03 03:14:24 UTC

git commit: [HELIX-348] Fix broken links on the sources page

Updated Branches:
  refs/heads/master 5db9c6c45 -> 180e5b483


[HELIX-348] Fix broken links on the sources page


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/180e5b48
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/180e5b48
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/180e5b48

Branch: refs/heads/master
Commit: 180e5b483c1363babf213e0aa5aea49924cbc20e
Parents: 5db9c6c
Author: Kanak Biscuitwala <ka...@apache.org>
Authored: Thu Jan 2 18:14:04 2014 -0800
Committer: Kanak Biscuitwala <ka...@apache.org>
Committed: Thu Jan 2 18:14:04 2014 -0800

----------------------------------------------------------------------
 website/src/site/markdown/sources.md | 54 +++++++++++++++++++++++++++++++
 website/src/site/site.xml            |  2 +-
 2 files changed, 55 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/180e5b48/website/src/site/markdown/sources.md
----------------------------------------------------------------------
diff --git a/website/src/site/markdown/sources.md b/website/src/site/markdown/sources.md
new file mode 100644
index 0000000..a8193b2
--- /dev/null
+++ b/website/src/site/markdown/sources.md
@@ -0,0 +1,54 @@
+<!---
+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.
+-->
+
+<head>
+  <title>Source Repository</title>
+</head>
+
+## Helix Source Repository
+
+### Overview
+
+This project uses [Git](http://git-scm.com/) to manage its source code. Instructions on Git can be found at [http://git-scm.com/documentation](http://git-scm.com/documentation).
+
+### Web Access
+
+The following is a link to the online source repository.
+
+[https://git-wip-us.apache.org/repos/asf?p=incubator-helix.git;a=summary](https://git-wip-us.apache.org/repos/asf?p=incubator-helix.git;a=summary)
+
+### Anonymous Access
+
+The source can be checked out anonymously from Git with this command (See [http://git-scm.com/docs/git-clone](http://git-scm.com/docs/git-clone)):
+
+```
+git clone https://git-wip-us.apache.org/repos/asf/incubator-helix.git
+```
+
+### Developer Access
+
+Only project developers can access the Git tree via this method (See [http://git-scm.com/docs/git-clone](http://git-scm.com/docs/git-clone)).
+
+```
+git clone https://git-wip-us.apache.org/repos/asf/incubator-helix.git
+```
+
+### Access from Behind a Firewall
+
+Refer to the documentation of the SCM used for more information about access behind a firewall.

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/180e5b48/website/src/site/site.xml
----------------------------------------------------------------------
diff --git a/website/src/site/site.xml b/website/src/site/site.xml
index adc9a1e..dcd48de 100644
--- a/website/src/site/site.xml
+++ b/website/src/site/site.xml
@@ -83,7 +83,7 @@
       <item name="Mailing Lists" href="mail-lists.html"/>
       <item name="Issues" href="issue-tracking.html"/>
       <item name="Team" href="team-list.html"/>
-      <item name="Sources" href="source-repository.html"/>
+      <item name="Sources" href="sources.html"/>
       <item name="Continuous Integration" href="integration.html"/>
       <item name="Building Guide" href="/involved/building.html"/>
       <item name="Release Guide" href="/releasing.html"/>