Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
23 changed files
with
1,702 additions
and
1 deletion.
There are no files selected for viewing
101
about.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<title>About</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
<meta name="keywords" content=""> | ||
<meta name="generator" content="JBake"> | ||
|
||
<!-- Le styles --> | ||
<link href="css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="css/asciidoctor.css" rel="stylesheet"> | ||
<link href="css/base.css" rel="stylesheet"> | ||
<link href="css/prettify.css" rel="stylesheet"> | ||
|
||
<!-- HTML5 shim, for IE6-8 support of HTML5 elements --> | ||
<!--[if lt IE 9]> | ||
<script src="js/html5shiv.min.js"></script> | ||
<![endif]--> | ||
|
||
<!-- Fav and touch icons --> | ||
<!--<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">--> | ||
<link rel="shortcut icon" href="favicon.ico"> | ||
</head> | ||
<body onload="prettyPrint()"> | ||
<div id="wrap"> | ||
|
||
<!-- Fixed navbar --> | ||
<div class="navbar navbar-default navbar-fixed-top" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="http://geronimo.apache.org/new-site/">Apache Geronimo</a> | ||
</div> | ||
<div class="navbar-collapse collapse"> | ||
<ul class="nav navbar-nav"> | ||
<li><a href="http://geronimo.apache.org/new-site/index.html">Home</a></li> | ||
<li><a href="http://geronimo.apache.org/new-site/about.html">About</a></li> | ||
<li><a href="http://geronimo.apache.org/new-site/contact.html">Contact</a></li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Projects <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
<li><a href="http://geronimo.apache.org/new-site/config">Config</a></li> | ||
<li><a href="http://geronimo.apache.org/new-site/safeguard">Safeguard</a></li> | ||
<li><a href="http://geronimo.apache.org/new-site/specs">Specs</a></li> | ||
<li><a href="http://geronimo.apache.org/new-site/xbean">XBean</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div><!--/.nav-collapse --> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<div class="page-header"> | ||
<h1>About</h1> | ||
</div> | ||
|
||
<p><em>24 September 2013</em></p> | ||
|
||
<p><div class="paragraph"> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel diam purus. Curabitur ut nisi lacus. | ||
Nam id nisl quam. Donec a lorem sit amet libero pretium vulputate vel ut purus. Suspendisse leo arcu, | ||
mattis et imperdiet luctus, pulvinar vitae mi. Quisque fermentum sollicitudin feugiat. Mauris nec leo | ||
ligula. Vestibulum tristique odio ut risus ultricies a hendrerit quam iaculis. Duis tempor elit sit amet | ||
ligula vehicula et iaculis sem placerat. Fusce dictum, metus at volutpat lacinia, elit massa auctor risus, | ||
id auctor arcu enim eu augue. Donec ultrices turpis in mi imperdiet ac venenatis sapien sodales. In | ||
consequat imperdiet nunc quis bibendum. Nulla semper, erat quis ornare tristique, lectus massa posuere | ||
libero, ut vehicula lectus nunc ut lorem. Aliquam erat volutpat.</p> | ||
</div></p> | ||
|
||
<hr /> | ||
|
||
</div> | ||
<div id="push"></div> | ||
</div> | ||
|
||
<div id="footer"> | ||
<div class="container"> | ||
<p class="muted credit">© 2014 | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a> | Baked with <a href="http://jbake.org">JBake v2.5.1</a></p> | ||
</div> | ||
</div> | ||
|
||
<!-- Le javascript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
<script src="js/jquery-1.11.1.min.js"></script> | ||
<script src="js/bootstrap.min.js"></script> | ||
<script src="js/prettify.js"></script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<title>JBake</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
<meta name="keywords" content=""> | ||
<meta name="generator" content="JBake"> | ||
|
||
<!-- Le styles --> | ||
<link href="css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="css/asciidoctor.css" rel="stylesheet"> | ||
<link href="css/base.css" rel="stylesheet"> | ||
<link href="css/prettify.css" rel="stylesheet"> | ||
|
||
<!-- HTML5 shim, for IE6-8 support of HTML5 elements --> | ||
<!--[if lt IE 9]> | ||
<script src="js/html5shiv.min.js"></script> | ||
<![endif]--> | ||
|
||
<!-- Fav and touch icons --> | ||
<!--<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">--> | ||
<link rel="shortcut icon" href="favicon.ico"> | ||
</head> | ||
<body onload="prettyPrint()"> | ||
<div id="wrap"> | ||
|
||
<!-- Fixed navbar --> | ||
<div class="navbar navbar-default navbar-fixed-top" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="http://geronimo.apache.org/new-site/">Apache Geronimo</a> | ||
</div> | ||
<div class="navbar-collapse collapse"> | ||
<ul class="nav navbar-nav"> | ||
<li><a href="http://geronimo.apache.org/new-site/index.html">Home</a></li> | ||
<li><a href="http://geronimo.apache.org/new-site/about.html">About</a></li> | ||
<li><a href="http://geronimo.apache.org/new-site/contact.html">Contact</a></li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Projects <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
<li><a href="http://geronimo.apache.org/new-site/config">Config</a></li> | ||
<li><a href="http://geronimo.apache.org/new-site/safeguard">Safeguard</a></li> | ||
<li><a href="http://geronimo.apache.org/new-site/specs">Specs</a></li> | ||
<li><a href="http://geronimo.apache.org/new-site/xbean">XBean</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div><!--/.nav-collapse --> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<div class="page-header"> | ||
<h1>Blog Archive</h1> | ||
</div> | ||
|
||
<!--<ul>--> | ||
</ul> | ||
|
||
</div> | ||
<div id="push"></div> | ||
</div> | ||
|
||
<div id="footer"> | ||
<div class="container"> | ||
<p class="muted credit">© 2014 | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a> | Baked with <a href="http://jbake.org">JBake v2.5.1</a></p> | ||
</div> | ||
</div> | ||
|
||
<!-- Le javascript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
<script src="js/jquery-1.11.1.min.js"></script> | ||
<script src="js/bootstrap.min.js"></script> | ||
<script src="js/prettify.js"></script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<title>Config</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
<meta name="keywords" content=""> | ||
<meta name="generator" content="JBake"> | ||
|
||
<!-- Le styles --> | ||
<link href="../css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="../css/asciidoctor.css" rel="stylesheet"> | ||
<link href="../css/base.css" rel="stylesheet"> | ||
<link href="../css/prettify.css" rel="stylesheet"> | ||
|
||
<!-- HTML5 shim, for IE6-8 support of HTML5 elements --> | ||
<!--[if lt IE 9]> | ||
<script src="../js/html5shiv.min.js"></script> | ||
<![endif]--> | ||
|
||
<!-- Fav and touch icons --> | ||
<!--<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">--> | ||
<link rel="shortcut icon" href="../favicon.ico"> | ||
</head> | ||
<body onload="prettyPrint()"> | ||
<div id="wrap"> | ||
|
||
<!-- Fixed navbar --> | ||
<div class="navbar navbar-default navbar-fixed-top" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="http://geronimo.apache.org/new-site/">Apache Geronimo</a> | ||
</div> | ||
<div class="navbar-collapse collapse"> | ||
<ul class="nav navbar-nav"> | ||
<li><a href="http://geronimo.apache.org/new-site/index.html">Home</a></li> | ||
<li><a href="http://geronimo.apache.org/new-site/about.html">About</a></li> | ||
<li><a href="http://geronimo.apache.org/new-site/contact.html">Contact</a></li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Projects <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
<li><a href="http://geronimo.apache.org/new-site/config">Config</a></li> | ||
<li><a href="http://geronimo.apache.org/new-site/safeguard">Safeguard</a></li> | ||
<li><a href="http://geronimo.apache.org/new-site/specs">Specs</a></li> | ||
<li><a href="http://geronimo.apache.org/new-site/xbean">XBean</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div><!--/.nav-collapse --> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<div class="page-header"> | ||
<h1>Config</h1> | ||
</div> | ||
|
||
<p><em>24 September 2013</em></p> | ||
|
||
<p><div class="paragraph"> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel diam purus. Curabitur ut nisi lacus. | ||
Nam id nisl quam. Donec a lorem sit amet libero pretium vulputate vel ut purus. Suspendisse leo arcu, | ||
mattis et imperdiet luctus, pulvinar vitae mi. Quisque fermentum sollicitudin feugiat. Mauris nec leo | ||
ligula. Vestibulum tristique odio ut risus ultricies a hendrerit quam iaculis. Duis tempor elit sit amet | ||
ligula vehicula et iaculis sem placerat. Fusce dictum, metus at volutpat lacinia, elit massa auctor risus, | ||
id auctor arcu enim eu augue. Donec ultrices turpis in mi imperdiet ac venenatis sapien sodales. In | ||
consequat imperdiet nunc quis bibendum. Nulla semper, erat quis ornare tristique, lectus massa posuere | ||
libero, ut vehicula lectus nunc ut lorem. Aliquam erat volutpat.</p> | ||
</div></p> | ||
|
||
<hr /> | ||
|
||
</div> | ||
<div id="push"></div> | ||
</div> | ||
|
||
<div id="footer"> | ||
<div class="container"> | ||
<p class="muted credit">© 2014 | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a> | Baked with <a href="http://jbake.org">JBake v2.5.1</a></p> | ||
</div> | ||
</div> | ||
|
||
<!-- Le javascript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
<script src="../js/jquery-1.11.1.min.js"></script> | ||
<script src="../js/bootstrap.min.js"></script> | ||
<script src="../js/prettify.js"></script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.