Author: twilliams
Date: Sun Sep 16 16:03:07 2012
New Revision: 1385293
URL: http://svn.apache.org/viewvc?rev=1385293&view=rev
Log:
Add links to project resources
Added:
incubator/blur/site/trunk/content/blur/get_involved.mdtext
Modified:
incubator/blur/site/trunk/templates/blur_header.mdtext
incubator/blur/site/trunk/templates/blur_navigation.mdtext
Added: incubator/blur/site/trunk/content/blur/get_involved.mdtext
URL:
http://svn.apache.org/viewvc/incubator/blur/site/trunk/content/blur/get_involved.mdtext?rev=1385293&view=auto
==============================================================================
--- incubator/blur/site/trunk/content/blur/get_involved.mdtext (added)
+++ incubator/blur/site/trunk/content/blur/get_involved.mdtext Sun Sep 16
16:03:07 2012
@@ -0,0 +1,59 @@
+Title: Apache Blur (Incubating) - Get Involved
+Notice: 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.
+
+
+If you're interested in searching massive amounts of data, there's a place for
+you here.
+
+### Source Code ###
+Blur uses Apache's git repo, users can checkout here:
+
+ git clone https://git-wip-us.apache.org/repos/asf/incubator-blur.git
+
+### Issues ###
+If you discover an issue with Blur, please create an issue in
+<a href="https://issues.apache.org/jira/browse/BLUR">JIRA</a> so we can track
it's
+resolution.
+
+### Mailing Lists ###
+Like everything else in the ASF, everything with Blur happens on a mailing
list of some sort.
+
+#### Users ####
+If you're using Blur or are interested in using Blur, this is where questions
of usage
+happen: <br/>
+<code>[email protected]</code>
+
+- Subscribe: <a
href="[email protected]">[email protected]</a>
+- Unsubscribe: <a
href="[email protected]">[email protected]</a>
+- Archives: <a
href="http://mail-archives.apache.org/mod_mbox/incubator-blur-user/">mail-archives.apache.org</a>
+
+#### Dev ####
+If you're interested in contributing to Blur internals or how Blur works,
please use the dev list:<br/>
+<code>[email protected]</code>
+
+- Subscribe: <a
href="[email protected]">[email protected]</a>
+- Unsubscribe: <a
href="[email protected]">[email protected]</a>
+- Archives: <a
href="http://mail-archives.apache.org/mod_mbox/incubator-blur-dev/">mail-archives.apache.org</a>
+
+#### Commits ####
+For developers actively tracking the code base, diffs of all commits go
here:<br/>
+<code>[email protected]</code>
+
+- Subscribe: <a
href="[email protected]">[email protected]</a>
+- Unsubscribe: <a
href="[email protected]">[email protected]</a>
+- Archives: <a
href="http://mail-archives.apache.org/mod_mbox/incubator-blur-commits/">mail-archives.apache.org</a>
\ No newline at end of file
Modified: incubator/blur/site/trunk/templates/blur_header.mdtext
URL:
http://svn.apache.org/viewvc/incubator/blur/site/trunk/templates/blur_header.mdtext?rev=1385293&r1=1385292&r2=1385293&view=diff
==============================================================================
--- incubator/blur/site/trunk/templates/blur_header.mdtext (original)
+++ incubator/blur/site/trunk/templates/blur_header.mdtext Sun Sep 16 16:03:07
2012
@@ -3,7 +3,7 @@
<a href=".">Home</a> <span class="nav-divider">|
</span> <a href="what_is_blur.html">About Blur</a> <span
class="nav-divider">|
</span> <a href="how_it_works.html">Technical Details</a> <span
class="nav-divider">|
- </span> <a href="https:/git-wip-us.apache.org/repos/asf/blur.git">Get
Blur</a>
+ </span> <a href="get_involved.html">Get Involved</a>
</div>
</div>
Modified: incubator/blur/site/trunk/templates/blur_navigation.mdtext
URL:
http://svn.apache.org/viewvc/incubator/blur/site/trunk/templates/blur_navigation.mdtext?rev=1385293&r1=1385292&r2=1385293&view=diff
==============================================================================
--- incubator/blur/site/trunk/templates/blur_navigation.mdtext (original)
+++ incubator/blur/site/trunk/templates/blur_navigation.mdtext Sun Sep 16
16:03:07 2012
@@ -33,7 +33,7 @@
</div>
-->
<div id="get-blur" class="nav-item">
- <a href="https:/git-wip-us.apache.org/repos/asf/blur.git">
+ <a href="get_involved.html">
<img src="images/get-blur-icon.png" class="icon" />
<img src="images/get-blur-text.png" class="text" />
<img src="images/get-blur-icon_hover.png" class="icon hidden" />