You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2019/04/13 02:07:54 UTC

[incubator-flagon] branch FLAGON-344 updated: [FLAGON-362] Updated _includes files to reflect Flagon name change and asset URL changes

This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch FLAGON-344
in repository https://gitbox.apache.org/repos/asf/incubator-flagon.git


The following commit(s) were added to refs/heads/FLAGON-344 by this push:
     new be0739e  [FLAGON-362] Updated _includes files to reflect Flagon name change and asset URL changes
be0739e is described below

commit be0739e7f01964498fd57ebffb4504696854b273
Author: poorejc <po...@apache.org>
AuthorDate: Fri Apr 12 22:07:07 2019 -0400

    [FLAGON-362] Updated _includes files to reflect Flagon name change and asset URL changes
---
 site/_includes/doc_sidebar.html   | 12 ++++++------
 site/_includes/footer.html        | 15 +++++++--------
 site/_includes/header.html        |  6 +++---
 site/_includes/useralejsDemo.html |  2 +-
 4 files changed, 17 insertions(+), 18 deletions(-)

diff --git a/site/_includes/doc_sidebar.html b/site/_includes/doc_sidebar.html
index 3a670f3..05e21d8 100644
--- a/site/_includes/doc_sidebar.html
+++ b/site/_includes/doc_sidebar.html
@@ -1,5 +1,5 @@
-{% assign senssoft = site.docs | where:"component", "senssoft" | sort: "priority" %}
-{% assign system = site.docs | where:"component", "system" | sort: "priority" %}
+{% assign flagon = site.docs | where:"component", "flagon" | sort: "priority" %}
+{% assign stack = site.docs | where:"component", "stack" | sort: "priority" %}
 {% assign userale = site.docs | where:"component", "userale" | sort: "priority" %}
 {% assign useralejs = site.docs | where:"component", "useralejs" | sort: "priority" %}
 {% assign useralepy = site.docs | where:"component", "useralepy" | sort: "priority" %}
@@ -11,21 +11,21 @@
   <a class="item" href="{{ '/docs' | prepend: site.baseurl }}">About the Docs</a>
 </div> -->
 <div id="docs-nav" class="ui inverted accordion">
-  {% if page.component == "senssoft" %}
+  {% if page.component == "flagon" %}
     <div class="active title">
   {% else %}
     <div class="title">
   {% endif %}
     <i class="dropdown icon"></i>
-    Apache SensSoft
+    Apache Flagon
   </div>
-  {% if page.component == "senssoft" %}
+  {% if page.component == "flagon" %}
     <div class="active content">
   {% else %}
     <div class="content">
   {% endif %}
     <div class="ui inverted bulleted list docs-list">
-      {% for doc in senssoft %}
+      {% for doc in flagon %}
         <a class="item" href="{{ doc.url }}">{{ doc.title }}</a>
       {% endfor %}
     </div>
diff --git a/site/_includes/footer.html b/site/_includes/footer.html
index 02571b4..f4cdf24 100644
--- a/site/_includes/footer.html
+++ b/site/_includes/footer.html
@@ -26,11 +26,11 @@
       <div class="column">
         <h4 class="ui inverted header">Community</h4>
         <div class="ui inverted link list">
-          <a class="item" href="https://github.com/apache?q=senssoft">GitHub</a>
-          <a class="item" href="http://stackoverflow.com/questions/tagged/apache-senssoft">StackOverflow</a>
-          <a class="item" href="https://issues.apache.org/jira/browse/SENSSOFT">Jira Issue Tracker</a>
-          <a class="item" href="https://cwiki.apache.org/confluence/display/SENSSOFT">Project Wiki</a>
-          <a class="item" href="https://twitter.com/apachesenssoft">Twitter</a>
+          <a class="item" href="https://github.com/apache?q=flagon">GitHub</a>
+          <a class="item" href="http://stackoverflow.com/questions/tagged/apache-flagon">StackOverflow</a>
+          <a class="item" href="https://issues.apache.org/jira/browse/FLAGON">Jira Issue Tracker</a>
+          <a class="item" href="https://cwiki.apache.org/confluence/display/FLAGON">Project Wiki</a>
+          <a class="item" href="https://twitter.com/ApacheFlagon">Twitter</a>
         </div>
       </div>
       <div class="column">
@@ -48,12 +48,11 @@
   <div class="ui inverted vertical segment">
     <div class="ui two column middle aligned grid">
       <div class="column">
-        Apache SensSoft is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that th [...]
+        Apache Flagon is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the  [...]
       </div>
       <div class="center aligned column">
         Copyright &copy; {{ 'now' | date: "%Y" }} The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br>
-        Apache SensSoft, SensSoft, Apache, the Apache feather logo, the Apache SensSoft logo and the Apache Incubator logo are trademarks of The Apache Software Foundation.
-        Software as a Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        Apache Flagon, Flagon, Apache, the Apache feather logo, the Apache Flagon logo and the Apache Incubator logo are trademarks of The Apache Software Foundation.
       </div>
     </div>
   </div>
diff --git a/site/_includes/header.html b/site/_includes/header.html
index da6f3ff..3bbf22a 100644
--- a/site/_includes/header.html
+++ b/site/_includes/header.html
@@ -1,14 +1,14 @@
 <div class="site-header">
   <div id="main-menu" class="ui inverted padded fixed top borderless menu">
     <a class="site-title" href="{{ site.baseurl }}/">
-      <h3 class="ui inverted header item">Apache SensSoft</h3>
+      <h3 class="ui inverted header item">Apache Flagon</h3>
     </a>
 
     <div class="right menu">
       <div class="ui dropdown item">
         Components
         <div class="menu">
-          <a class="item" href="{{ '/system' | prepend: site.baseurl }}">System</a>
+          <a class="item" href="{{ '/stack' | prepend: site.baseurl }}">System</a>
           <a class="item" href="{{ '/userale' | prepend: site.baseurl }}">UserALE</a>
           <a class="item" href="{{ '/distill' | prepend: site.baseurl }}">Distill</a>
           <a class="item" href="{{ '/tap' | prepend: site.baseurl }}">Tap</a>
@@ -18,7 +18,7 @@
       <div class="ui dropdown item">
         <a href="{{ '/docs' | prepend: site.baseurl }}">Docs</a>
         <div class="menu">
-          <a class="item" href="{{ '/docs/system' | prepend: site.baseurl }}">System</a>
+          <a class="item" href="{{ '/docs/stack' | prepend: site.baseurl }}">System</a>
           <a class="item" href="{{ '/docs/userale'| prepend: site.baseurl }}">UserALE</a>
           <a class="item" href="{{ '/docs/useralejs'| prepend: site.baseurl }}">UserALE.js</a>
           <a class="item" href="{{ '/docs/useralepy'| prepend: site.baseurl }}">UserALE.py</a>
diff --git a/site/_includes/useralejsDemo.html b/site/_includes/useralejsDemo.html
index 5416b2e..0c3215f 100644
--- a/site/_includes/useralejsDemo.html
+++ b/site/_includes/useralejsDemo.html
@@ -60,7 +60,7 @@
 
               <div class="field">
                 <div id="demo-dropdown" class="ui fluid selection dropdown">
-                  <input type="hidden" name="senssoft-component">
+                  <input type="hidden" name="flagon-component">
                   <i class="dropdown icon"></i>
                   <div class="default text">Select Component</div>
                   <div class="menu">