http://git-wip-us.apache.org/repos/asf/yetus/blob/142dc995/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 49b6263..96d426a 100644 --- a/asf-site-src/source/index.html.md +++ b/asf-site-src/source/index.html.md @@ -14,17 +14,18 @@ <div class="masthead"> <div class="jumbotron"> + <h1>Apache Yetus</h1> <div> - <p class="lead">Apache Yetus is a collection of libraries and tools that enable contribution and release processes for software projects.</p> + <p>... is a collection of libraries and tools that enable contribution and release processes for software projects.</p> </div> </div> </div> -Yetus provides: +It provides: - * a robust system for automatically checking new contributions against a variety of community accepted requirements - * the means to document a well defined supported interface for downstream projects - * tooling to help release managers generate release documentation based on the information provided by community issue trackers and source repositories +* a robust system for automatically checking new contributions against a variety of community accepted requirements +* the means to document a well defined supported interface for downstream projects +* tooling to help release managers generate release documentation based on the information provided by community issue trackers and source repositories Most of the software is written in shell and scripting languages. In honor of the shell code, the project takes its name *[Yetus](http://www.marinespecies.org/aphia.php?p=taxdetails&id=385438)* from a synonym of the *Cymbium* genus
http://git-wip-us.apache.org/repos/asf/yetus/blob/142dc995/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 fa863cb..10895bd 100644 --- a/asf-site-src/source/layouts/layout.erb +++ b/asf-site-src/source/layouts/layout.erb @@ -25,7 +25,7 @@ <link href="/assets/css/font-awesome.css" rel="stylesheet"> <!-- JS --> - <script type="text/javascript" src="/assets/js/jquery-2.1.1.min.js"></script> + <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>
