sources/src/main/jbake/templates/index.ftl (66 lines of code) (raw):
<!DOCTYPE html>
<html lang="en">
<#include "header.ftl">
<body>
<#include "navbar.ftl">
<div class="container">
<div class="content">
<div class="hero-unit">
<div class="pull-right"><img class="logo" src="img/feather.gif" /></div>
<h1>Apache Logging Services</h1>
<p>The Apache Logging Services Project creates and maintains open-source software related to the logging of
application behavior and released at no charge to the public.</p>
</div>
<div class="row">
<div class="span4">
<h2>Apache Log4j™</h2>
<p>Log4j 2 provides both a portable logging API and implementation for Java with significant improvements
over its predecessor, Log4j 1.x.</p>
<p><a target="_blank" class="btn" href="log4j/2.x/index.html">Project site »</a></p>
</div>
<div class="span4">
<h2>Apache Log4j™ for Kotlin</h2>
<p>Kotlin API for Log4j 2.</p>
<p><a target="_blank" class="btn" href="log4j/kotlin/index.html">Project site »</a></p>
</div>
<div class="span4">
<h2>Apache Log4j™ for Scala</h2>
<p>Scala API for Log4j 2.</p>
<p><a target="_blank" class="btn" href="log4j/scala/index.html">Project site »</a></p>
</div>
</div>
<div class="row">
<div class="span4">
<h2>Apache log4cxx</h2>
<p>Apache log4cxx is a logging framework for C++ patterned after log4j.</p>
<p><a target="_blank" class="btn" href="log4cxx">Project site »</a></p>
</div>
<div class="span4">
<h2>Apache chainsaw</h2>
<p>A GUI based log viewer. Chainsaw is a companion application to log4j written by members of the log4j
development community.</p>
<p><a target="_blank" class="btn" href="chainsaw/2.x/index.html">Project site »</a></p>
</div>
<div class="span4">
<h2>Apache Log4j Audit</h2>
<p>Audit logging framework built upon Apache Log4j 2.</p>
<p><a target="_blank" class="btn" href="log4j-audit/latest/index.html">Project site »</a></p>
</div>
</div>
<div class="row">
<div class="span4">
<h2>Apache Log4Net</h2>
<p>A port of the original Apache log4j framework to the Microsoft .NET runtime.</p>
<p><a target="_blank" class="btn" href="log4net">Project site »</a></p>
</div>
<div class="span4">
<h2>Dormant Projects</h2>
<p>Logging Services projects that are no longer actively maintained.</p>
<p><a target="_blank" class="btn" href="dormant.html">Dormant Projects »</a></p>
</div>
</div>
</div>
<#include "footer.ftl">
</div>
</body>
</html>