YETUS-377. clean up whitespace Signed-off-by: Sean Busbey <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/9f0f3d8a Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/9f0f3d8a Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/9f0f3d8a Branch: refs/heads/YETUS-379 Commit: 9f0f3d8a57eff997b9c57041a19ecd58e4c984bc Parents: 1652c31 Author: Allen Wittenauer <[email protected]> Authored: Thu Apr 14 08:35:11 2016 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Sun Apr 17 10:07:23 2016 -0700 ---------------------------------------------------------------------- asf-site-src/source/_footer.md.erb | 4 ++-- .../fonts/glyphicons-halflings-regular.svg | 2 +- asf-site-src/source/index.html.md | 10 ++++----- asf-site-src/source/layouts/layout.erb | 22 ++++++++++---------- asf-site-src/source/mailinglists.html.md | 12 +++++------ yetus-project/pom.xml | 4 ++-- 6 files changed, 27 insertions(+), 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/9f0f3d8a/asf-site-src/source/_footer.md.erb ---------------------------------------------------------------------- diff --git a/asf-site-src/source/_footer.md.erb b/asf-site-src/source/_footer.md.erb index 42f357b..861663b 100644 --- a/asf-site-src/source/_footer.md.erb +++ b/asf-site-src/source/_footer.md.erb @@ -22,9 +22,9 @@ <footer class="footer"> <div class="row-fluid"> <div class="span12 text-left"> - <div class="span12"> + <div class="span12"> Copyright 2008-2016 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache Yetus and the Apache feather logo are trademarks of The Apache Software Foundation. - </div> + </div> </div> </div> http://git-wip-us.apache.org/repos/asf/yetus/blob/9f0f3d8a/asf-site-src/source/assets/fonts/glyphicons-halflings-regular.svg ---------------------------------------------------------------------- diff --git a/asf-site-src/source/assets/fonts/glyphicons-halflings-regular.svg b/asf-site-src/source/assets/fonts/glyphicons-halflings-regular.svg index 94fb549..f155876 100644 --- a/asf-site-src/source/assets/fonts/glyphicons-halflings-regular.svg +++ b/asf-site-src/source/assets/fonts/glyphicons-halflings-regular.svg @@ -285,4 +285,4 @@ <glyph unicode="🔑" d="M250 1200h600q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-150v-500l-255 -178q-19 -9 -32 -1t-13 29v650h-150q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM400 1100v-100h300v100h-300z" /> <glyph unicode="🚪" d="M250 1200h750q39 0 69.5 -40.5t30.5 -84.5v-933l-700 -117v950l600 125h-700v-1000h-100v1025q0 23 15.5 49t34.5 26zM500 525v-100l100 20v100z" /> </font> -</defs></svg> \ No newline at end of file +</defs></svg> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/yetus/blob/9f0f3d8a/asf-site-src/source/index.html.md ---------------------------------------------------------------------- diff --git a/asf-site-src/source/index.html.md b/asf-site-src/source/index.html.md index 868e36f..bd7ec5b 100644 --- a/asf-site-src/source/index.html.md +++ b/asf-site-src/source/index.html.md @@ -18,12 +18,12 @@ --> <div class="masthead"> - <div class="jumbotron"> + <div class="jumbotron"> <h1>Apache Yetus</h1> - <div> - <p>... is a collection of libraries and tools that enable contribution and release processes for software projects.</p> - </div> - </div> + <div> + <p>... is a collection of libraries and tools that enable contribution and release processes for software projects.</p> + </div> + </div> </div> It provides: http://git-wip-us.apache.org/repos/asf/yetus/blob/9f0f3d8a/asf-site-src/source/layouts/layout.erb ---------------------------------------------------------------------- diff --git a/asf-site-src/source/layouts/layout.erb b/asf-site-src/source/layouts/layout.erb index a389fd4..16cfd2c 100644 --- a/asf-site-src/source/layouts/layout.erb +++ b/asf-site-src/source/layouts/layout.erb @@ -21,23 +21,23 @@ <head> <meta charset="utf-8"> <title>Apache Yetus</title> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <meta name="description" content=""> - <meta name="author" content=""> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="description" content=""> + <meta name="author" content=""> - <link href="/assets/css/bootstrap.css" rel="stylesheet"> - <link href="/assets/css/bootstrap-theme.css" rel="stylesheet"> + <link href="/assets/css/bootstrap.css" rel="stylesheet"> + <link href="/assets/css/bootstrap-theme.css" rel="stylesheet"> <link href="/assets/css/font-awesome.css" rel="stylesheet"> - <!-- JS --> - <script type="text/javascript" src="/assets/js/jquery-2.1.4.min.js"></script> - <script type="text/javascript" src="/assets/js/bootstrap.js"></script> - </head> + <!-- JS --> + <script type="text/javascript" src="/assets/js/jquery-2.1.4.min.js"></script> + <script type="text/javascript" src="/assets/js/bootstrap.js"></script> + </head> <body> <%= partial "header" %> <div class="container"> <%= yield %> - </div> + </div> <%= partial "footer" %> - </body> + </body> </html> http://git-wip-us.apache.org/repos/asf/yetus/blob/9f0f3d8a/asf-site-src/source/mailinglists.html.md ---------------------------------------------------------------------- diff --git a/asf-site-src/source/mailinglists.html.md b/asf-site-src/source/mailinglists.html.md index d367262..40f513a 100644 --- a/asf-site-src/source/mailinglists.html.md +++ b/asf-site-src/source/mailinglists.html.md @@ -19,13 +19,13 @@ # Community <div class="row-fluid"> - <div class="col-lg-6"> - <h3>Mailing Lists</h3> - <p><strong>Developers</strong> - Development related discussion.</p> + <div class="col-lg-6"> + <h3>Mailing Lists</h3> + <p><strong>Developers</strong> - Development related discussion.</p> - <p><a href="mailto:[email protected]">Subscribe</a> | <a href="mailto:[email protected]">Unsubscribe</a> | <a href="http://mail-archives.apache.org/mod_mbox/yetus-dev/">Archive</a></p> + <p><a href="mailto:[email protected]">Subscribe</a> | <a href="mailto:[email protected]">Unsubscribe</a> | <a href="http://mail-archives.apache.org/mod_mbox/yetus-dev/">Archive</a></p> - <p><strong>Commits</strong> - Commit notification source repository.</p> + <p><strong>Commits</strong> - Commit notification source repository.</p> <p><a href="mailto:[email protected]">Subscribe</a> | <a href="mailto:[email protected]">Unsubscribe</a> | <a href="http://mail-archives.apache.org/mod_mbox/yetus-commits/">Archive</a></p> @@ -33,6 +33,6 @@ <p><a href="mailto:[email protected]">Subscribe</a> | <a href="mailto:[email protected]">Unsubscribe</a> | <a href="http://mail-archives.apache.org/mod_mbox/yetus-notifications/">Archive</a></p> - </div> + </div> </div> <hr> http://git-wip-us.apache.org/repos/asf/yetus/blob/9f0f3d8a/yetus-project/pom.xml ---------------------------------------------------------------------- diff --git a/yetus-project/pom.xml b/yetus-project/pom.xml index 462b15d..99b8c5d 100644 --- a/yetus-project/pom.xml +++ b/yetus-project/pom.xml @@ -7,9 +7,9 @@ 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.
