Author: sebb
Date: Thu Apr 26 21:02:50 2018
New Revision: 1830267
URL: http://svn.apache.org/viewvc?rev=1830267&view=rev
Log:
Exctract menu and footer into include files
Added:
attic/site-jekyll/src/_includes/footer.html (with props)
attic/site-jekyll/src/_includes/menu.html (with props)
Modified:
attic/site-jekyll/src/_layouts/project.html
attic/site-jekyll/src/index.html
attic/site-jekyll/src/process.html
attic/site-jekyll/src/resolution.html
Added: attic/site-jekyll/src/_includes/footer.html
URL:
http://svn.apache.org/viewvc/attic/site-jekyll/src/_includes/footer.html?rev=1830267&view=auto
==============================================================================
--- attic/site-jekyll/src/_includes/footer.html (added)
+++ attic/site-jekyll/src/_includes/footer.html Thu Apr 26 21:02:50 2018
@@ -0,0 +1,3 @@
+<hr/>
+ <p>Copyright © 2009-2018 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 and the Apache feather logo are trademarks of The Apache
Software Foundation.</p>
\ No newline at end of file
Propchange: attic/site-jekyll/src/_includes/footer.html
------------------------------------------------------------------------------
svn:eol-style = native
Added: attic/site-jekyll/src/_includes/menu.html
URL:
http://svn.apache.org/viewvc/attic/site-jekyll/src/_includes/menu.html?rev=1830267&view=auto
==============================================================================
--- attic/site-jekyll/src/_includes/menu.html (added)
+++ attic/site-jekyll/src/_includes/menu.html Thu Apr 26 21:02:50 2018
@@ -0,0 +1,16 @@
+<div>
+ <div class="menuheader">The Apache Attic</div>
+ <ul>
+ <li><a href="/">Home</a></li>
+ <li><a href="/process.html">Process</a></li>
+ <li><a href="http://issues.apache.org/jira/browse/ATTIC">Process
tracking</a></li>
+ <li><a
href="https://whimsy.apache.org/board/minutes/Attic.html">Board
Minutes</a></li>
+ </ul>
+ <div class="menuheader">Related Apache Links</div>
+ <ul>
+ <li><a href="http://www.apache.org/">Foundation</a></li>
+ <li><a
href="http://www.apache.org/foundation/thanks.html">Sponsors</a></li>
+ <li><a href="http://incubator.apache.org/">Incubator</a></li>
+ <li><a href="http://apachecon.com/">ApacheCon</a></li>
+ </ul>
+ </div>
\ No newline at end of file
Propchange: attic/site-jekyll/src/_includes/menu.html
------------------------------------------------------------------------------
svn:eol-style = native
Modified: attic/site-jekyll/src/_layouts/project.html
URL:
http://svn.apache.org/viewvc/attic/site-jekyll/src/_layouts/project.html?rev=1830267&r1=1830266&r2=1830267&view=diff
==============================================================================
--- attic/site-jekyll/src/_layouts/project.html (original)
+++ attic/site-jekyll/src/_layouts/project.html Thu Apr 26 21:02:50 2018
@@ -154,22 +154,7 @@ wikiname
<div class="column span-8 last">
<div class="block">
<div class="nav column span-11">
- <div>
- <div class="menuheader">The Apache Attic</div>
- <ul>
- <li><a href="/">Home</a></li>
- <li><a href="/process.html">Process</a></li>
- <li><a href="http://issues.apache.org/jira/browse/ATTIC">Process
tracking</a></li>
- <li><a
href="https://whimsy.apache.org/board/minutes/Attic.html">Board
Minutes</a></li>
- </ul>
- <div class="menuheader">Related Apache Links</div>
- <ul>
- <li><a href="http://www.apache.org/">Foundation</a></li>
- <li><a
href="http://www.apache.org/foundation/thanks.html">Sponsors</a></li>
- <li><a href="http://incubator.apache.org/">Incubator</a></li>
- <li><a href="http://apachecon.com/">ApacheCon</a></li>
- </ul>
- </div>
+ {% include menu.html %}
</div>
<div class="nav column prepend-1 span-12 last">
{% include project.list %}
@@ -177,9 +162,7 @@ wikiname
</div>
</div>
<div class="column span-24 footer">
- <hr/>
- <p>Copyright © 2009-2018 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 and the Apache feather logo are trademarks of The Apache
Software Foundation.</p>
+ {% include footer.html %}
</div>
</div>
</div>
Modified: attic/site-jekyll/src/index.html
URL:
http://svn.apache.org/viewvc/attic/site-jekyll/src/index.html?rev=1830267&r1=1830266&r2=1830267&view=diff
==============================================================================
--- attic/site-jekyll/src/index.html (original)
+++ attic/site-jekyll/src/index.html Thu Apr 26 21:02:50 2018
@@ -134,22 +134,7 @@
<div class="column span-8 last">
<div class="block">
<div class="nav column span-11">
- <div>
- <div class="menuheader">The Apache Attic</div>
- <ul>
- <li><a href="/">Home</a></li>
- <li><a href="/process.html">Process</a></li>
- <li><a href="http://issues.apache.org/jira/browse/ATTIC">Process
tracking</a></li>
- <li><a
href="https://whimsy.apache.org/board/minutes/Attic.html">Board
Minutes</a></li>
- </ul>
- <div class="menuheader">Related Apache Links</div>
- <ul>
- <li><a href="http://www.apache.org/">Foundation</a></li>
- <li><a
href="http://www.apache.org/foundation/thanks.html">Sponsors</a></li>
- <li><a href="http://incubator.apache.org/">Incubator</a></li>
- <li><a href="http://apachecon.com/">ApacheCon</a></li>
- </ul>
- </div>
+ {% include menu.html %}
</div>
<div class="nav column prepend-1 span-12 last">
{% include project.list %}
@@ -157,9 +142,7 @@
</div>
</div>
<div class="column span-24 footer">
- <hr/>
- <p>Copyright © 2009-2018 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 and the Apache feather logo are trademarks of The Apache
Software Foundation.</p>
+ {% include footer.html %}
</div>
</div>
</div>
Modified: attic/site-jekyll/src/process.html
URL:
http://svn.apache.org/viewvc/attic/site-jekyll/src/process.html?rev=1830267&r1=1830266&r2=1830267&view=diff
==============================================================================
--- attic/site-jekyll/src/process.html (original)
+++ attic/site-jekyll/src/process.html Thu Apr 26 21:02:50 2018
@@ -269,22 +269,7 @@ on behalf of the Apache Attic and the no
<div class="column span-8 last">
<div class="block">
<div class="nav column span-11">
- <div>
- <div class="menuheader">The Apache Attic</div>
- <ul>
- <li><a href="/">Home</a></li>
- <li><a href="/process.html">Process</a></li>
- <li><a href="http://issues.apache.org/jira/browse/ATTIC">Process
tracking</a></li>
- <li><a
href="https://whimsy.apache.org/board/minutes/Attic.html">Board
Minutes</a></li>
- </ul>
- <div class="menuheader">Related Apache Links</div>
- <ul>
- <li><a href="http://www.apache.org/">Foundation</a></li>
- <li><a
href="http://www.apache.org/foundation/thanks.html">Sponsors</a></li>
- <li><a href="http://incubator.apache.org/">Incubator</a></li>
- <li><a href="http://apachecon.com/">ApacheCon</a></li>
- </ul>
- </div>
+ {% include menu.html %}
</div>
<div class="nav column prepend-1 span-12 last">
{% include project.list %}
@@ -292,9 +277,7 @@ on behalf of the Apache Attic and the no
</div>
</div>
<div class="column span-24 footer">
- <hr/>
- <p>Copyright © 2009-2018 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 and the Apache feather logo are trademarks of The Apache
Software Foundation.</p>
+ {% include footer.html %}
</div>
</div>
</div>
Modified: attic/site-jekyll/src/resolution.html
URL:
http://svn.apache.org/viewvc/attic/site-jekyll/src/resolution.html?rev=1830267&r1=1830266&r2=1830267&view=diff
==============================================================================
--- attic/site-jekyll/src/resolution.html (original)
+++ attic/site-jekyll/src/resolution.html Thu Apr 26 21:02:50 2018
@@ -83,22 +83,7 @@
<div class="column span-8 last">
<div class="block">
<div class="nav column span-11">
- <div>
- <div class="menuheader">The Apache Attic</div>
- <ul>
- <li><a href="/">Home</a></li>
- <li><a href="/process.html">Process</a></li>
- <li><a href="http://issues.apache.org/jira/browse/ATTIC">Process
tracking</a></li>
- <li><a
href="https://whimsy.apache.org/board/minutes/Attic.html">Board
Minutes</a></li>
- </ul>
- <div class="menuheader">Related Apache Links</div>
- <ul>
- <li><a href="http://www.apache.org/">Foundation</a></li>
- <li><a
href="http://www.apache.org/foundation/thanks.html">Sponsors</a></li>
- <li><a href="http://incubator.apache.org/">Incubator</a></li>
- <li><a href="http://apachecon.com/">ApacheCon</a></li>
- </ul>
- </div>
+ {% include menu.html %}
</div>
<div class="nav column prepend-1 span-12 last">
{% include project.list %}
@@ -106,9 +91,7 @@
</div>
</div>
<div class="column span-24 footer">
- <hr/>
- <p>Copyright © 2009-2018 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 and the Apache feather logo are trademarks of The Apache
Software Foundation.</p>
+ {% include footer.html %}
</div>
</div>
</div>