You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by km...@apache.org on 2016/03/14 19:00:07 UTC

[24/24] incubator-quarks-website git commit: Cleaning out IBM content and adding site metadata

Cleaning out IBM content and adding site metadata

Added correct URL to config.yml

Project: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/commit/7cc16a75
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/tree/7cc16a75
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/diff/7cc16a75

Branch: refs/heads/master
Commit: 7cc16a759619e978957d0199a220d95b6a13388f
Parents: 3daa27b
Author: Alex-Cook4 <co...@us.ibm.com>
Authored: Mon Mar 14 11:55:48 2016 -0400
Committer: Alex-Cook4 <co...@us.ibm.com>
Committed: Mon Mar 14 11:55:48 2016 -0400

----------------------------------------------------------------------
 site/_config.yml                    | 29 +++++++++----
 site/_includes/contact.html         | 44 -------------------
 site/_includes/page_content.html    | 72 --------------------------------
 site/_includes/why_contributed.html | 31 --------------
 site/_site/index.html               | 10 ++---
 5 files changed, 27 insertions(+), 159 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/7cc16a75/site/_config.yml
----------------------------------------------------------------------
diff --git a/site/_config.yml b/site/_config.yml
index 6ab7ec3..90e50dd 100755
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -1,14 +1,29 @@
+# --------------------------------------------------------------------------#
+# 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.                                            #
+# --------------------------------------------------------------------------#
+
 # ----------------------- #
 #      Main Configs       #
 # ----------------------- #
 
-url: http://quarks-edge.github.io/
+
+url: http://quarks.incubator.apache.org
 baseurl:
 title: Quarks
 description: Quarks is an open source community for accelerating analytics at the edge.
-copyright: Copyright &copy; 2016 International Business Machines Corporation. All Rights Reserved.</br>
-    IBM is a trademark of International Business Machines Corp., registered in many jurisdictions worldwide.</br>
-    All other marks mentioned may be trademarks or registered trademarks of their respective owners.
 
 # ----------------------- #
 #    Jekyll & Plugins     #
@@ -31,10 +46,10 @@ social:
     url: http://stackoverflow.com/questions/ask?tags=quarks
 
 detach:  false
-port:    4003
-host:    9.26.55.129
+port:    4000
+host:    127.0.0.1
 
 #Base URLs
 docsurl: http://quarks-edge.github.io/quarks.documentation/
-sourceurl: https://github.com/quarks-edge/quarks
+sourceurl: https://github.com/apache/incubator-quarks
 projurl: http://quarks-edge.github.io/quarks

http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/7cc16a75/site/_includes/contact.html
----------------------------------------------------------------------
diff --git a/site/_includes/contact.html b/site/_includes/contact.html
deleted file mode 100755
index af4d5b5..0000000
--- a/site/_includes/contact.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<!--
-{% comment %}
-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.
-{% endcomment %}
--->
- <section id="contact">
-	<div class="banner">
-		<div class="container">
-
-			<div class="row">
-				<div class="col-lg-5">
-					<h2>Check out what we're working on <a href="{{site.sourceurl}}/pulse">here</a>.</h2>
-				</div>
-				<div class="col-lg-5 col-lg-offset-2">       
-                    <h2>What do you think Quarks should do next?&nbsp;&nbsp;&nbsp;&nbsp;<a href="{{site.sourceurl}}/issues/new" class="btn btn-default btn-lg"><i class="fa fa-lightbulb-o fa-fw"></i> <span class="network-name">Share your idea&nbsp;&nbsp;</span></a></h2>     
-                    
-				</div>
-			</div>
-            <!-- <div class="row">
-				<div class="col-lg-5 col-lg-offset-7 text-center">
-                    </br>
-                    <a href="#" class="btn btn-default btn-lg"><i class="fa fa-lightbulb-o fa-fw"></i> <span class="network-name">Share your idea</span></a>
-				</div>
-			</div> -->
-
-		</div>
-		<!-- /.container -->
-
-	</div>
-</section>
-<!-- /.banner -->

http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/7cc16a75/site/_includes/page_content.html
----------------------------------------------------------------------
diff --git a/site/_includes/page_content.html b/site/_includes/page_content.html
deleted file mode 100755
index 29b62b7..0000000
--- a/site/_includes/page_content.html
+++ /dev/null
@@ -1,72 +0,0 @@
-<!--
-{% comment %}
-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.
-{% endcomment %}
--->
- <section id="services">
-<!-- Page Content -->
-{% for post in site.posts reversed %}
-  {% capture thecycle %}{% cycle 'odd', 'even' %}{% endcapture %}
-    {% if thecycle == 'odd' %}
-    <div class="content-section-a">
-
-        <div class="container">
-
-            <div class="row">
-                <div class="col-lg-5 col-sm-6">
-                    <hr class="section-heading-spacer">
-                    <div class="clearfix"></div>
-                    <h2 class="section-heading">{{ post.title }}</h2>
-                    <div class="lead">{{ post.content }}</div>
-                </div>
-                <div class="col-lg-5 col-lg-offset-2 col-sm-6">
-                    {{post.linebreaks}}
-                    <img class="img-responsive center-block" src="{{ post.img }}" alt="">
-                </div>
-            </div>
-
-        </div>
-        <!-- /.container -->
-
-    </div>
-    <!-- /.content-section-a -->
-    {% else %}
-
-    <div class="content-section-b">
-
-        <div class="container">
-
-            <div class="row">
-                <div class="col-lg-5 col-lg-offset-1 col-sm-push-6  col-sm-6">
-                    <hr class="section-heading-spacer">
-                    <div class="clearfix"></div>
-                    <h2 class="section-heading">{{ post.title }}</h2>
-                    <div class="lead">{{ post.content }}</div>
-                </div>
-                <div class="col-lg-5 col-sm-pull-6  col-sm-6 special">
-                    {{post.linebreaks}}
-                  <img class="img-responsive" src="{{ post.img }}" alt="">
-                </div>
-            </div>
-
-        </div>
-        <!-- /.container -->
-
-    </div>
-    <!-- /.content-section-b -->
-    {% endif %}
-{% endfor %}
-</section>

http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/7cc16a75/site/_includes/why_contributed.html
----------------------------------------------------------------------
diff --git a/site/_includes/why_contributed.html b/site/_includes/why_contributed.html
deleted file mode 100755
index 3fb9414..0000000
--- a/site/_includes/why_contributed.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!--
-{% comment %}
-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.
-{% endcomment %}
--->
- <section id="whyContribute">
-    <div class="content-section-b">
-        <div class="container">
-
-            <div class="row">
-                <div class="col-lg-8 col-lg-offset-2 col-sm-6">
-                    <div class="clearfix"></div>
-                    <h2 class="section-heading text-center">Why did IBM open source Quarks?</h2>
-                    <div class="lead">With the growth of the Internet of Things there is a need to execute analytics at the edge.  Given the diverse nature of edge devices, local analytics is best addressed by an open community of software experts and device experts committed to expanding the capabilities and real-world use of Quarks. We encourage companies and individuals to join the Quarks community to enable edge analytics and innovate around the Internet of Things. </div>
-                </div>
-        </div>
-    </div>
-</section>

http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/7cc16a75/site/_site/index.html
----------------------------------------------------------------------
diff --git a/site/_site/index.html b/site/_site/index.html
index 989270c..e2cf9b1 100644
--- a/site/_site/index.html
+++ b/site/_site/index.html
@@ -97,20 +97,20 @@
                     <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About Quarks</a>
                       <ul class="dropdown-menu">
                         <li><a href="http://quarks-edge.github.io/quarks.documentation//docs/quarks/overview/">About Quarks</a></li>
-                        <li><a href="https://github.com/quarks-edge/quarks/blob/master/LICENSE">License</a></li>
+                        <li><a href="https://github.com/apache/incubator-quarks/blob/master/LICENSE">License</a></li>
                       </ul>
                     </li>
                     <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Community</a>
                       <ul class="dropdown-menu">
                         <li><a href="http://quarks-edge.github.io/quarks.documentation//docs/quarks/getinvolved/">Get Involved</a></li>
-                        <li><a href="https://github.com/quarks-edge/quarks/issues">Issue Tracker</a></li>
-                        <li><a href="https://github.com/quarks-edge/quarks/">Source Code</a></li>
+                        <li><a href="https://github.com/apache/incubator-quarks/issues">Issue Tracker</a></li>
+                        <li><a href="https://github.com/apache/incubator-quarks/">Source Code</a></li>
                         <li><a href="http://quarks-edge.github.io/quarks.documentation//docs/quarks/committers/">Committers</a></li>
                       </ul>
                     </li>
                     <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Getting Started</a>
                       <ul class="dropdown-menu">
-                        <li><a href="https://github.com/quarks-edge/quarks/releases/latest">Download</a></li>
+                        <li><a href="https://github.com/apache/incubator-quarks/releases/latest">Download</a></li>
                         <li><a href="http://quarks-edge.github.io/quarks.documentation//docs/quarks/samples/">Sample Programs</a></li>
                         <li><a href="http://quarks-edge.github.io/quarks.documentation//docs/quarks/faq/">FAQ</a></li>
 
@@ -136,7 +136,7 @@
                 </ul>
                 <ul class="nav navbar-nav navbar-right">
                     <li>
-                        <a href="https://github.com/quarks-edge/quarks/releases/latest">Download</a>
+                        <a href="https://github.com/apache/incubator-quarks/releases/latest">Download</a>
                     </li>
                    <!-- <li>
                         <a class="page-scroll" href="#services">Services</a>