<!-- ~ Copyright 2010-2011 Ning, Inc. ~ ~ Ning licenses this file 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. See the ~ License for
the specific language governing permissions and limitations ~ under the License. -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Killbill: Subscription Management/Billing System</title>
<meta name="description" content="Killbill is a new open source subscription management/billing system">
<meta name="author" content="Stephane Brossier">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
<link rel=stylesheet type="text/css" href="doc/css/bootstrap.min.css">
<link rel=stylesheet type="text/css" href="doc/css/prettify.css">
<link rel=stylesheet type="text/css" href="doc/css/killbill.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="js/prettify.js"></script>
<script src="js/bootstrap-dropdown.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19297396-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="topbar" data-dropdown="dropdown">
<div class="topbar-inner">
<div class="container-fluid">
<a class="brand" href="index.html">Killbill</a>
<ul class="nav">
<li><a href="doc/user.html">User Guide</a></li>
<li><a href="doc/setup.html">Setup/Installation</a></li>
<li><a href="doc/api.html">APIs</a></li>
<li><a href="doc/design.html">Design</a></li>
<li><a href="http://groups.google.com/group/killbill-users">Mailing List</a></li>
</ul>
<ul class="nav secondary-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle">Maven sites</a>
<ul class="dropdown-menu">
<li><a href="http://sbrossie.github.com/killbill" target="_blank">Killbill</a></li>
</ul>
</li>
</ul>
<ul class="nav secondary-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle">Github projects</a>
<ul class="dropdown-menu">
<li><a href="http://github.com/ning/killbill" target="_blank">Killbill</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="container-fluid">
<div class="sidebar">
<div class="well">
<h5>Quick Presentation</h5>
<ul>
<li><a href="#motivation">Motivation</a></li>
<li><a href="#overview">Overview</a></li>
<li><a href="#goals">Goals</a></li>
<li><a href="#feature-list">Feature List</a></li>
<li><a href="#dependencies">Dependencies</a></li>
<li><a href="#state-project">State of the Project</a></li>
</ul>
</div>
</div>
<div class="content">
<h2 id="motivation">Motivation</h2>
This is the motivation; why we are building it
<h2 id="overview">Overview</h2>
This is the overview; describes what it does / (does not ?)
<h2 id="goals">Goals</h2>
This is the goals
<h2 id="feature-list">Feature List</h2>
This is the feature list
<h2 id="dependencies">Dependencies</h2>
This is the dependencies
<h2 id="state-project">State of the Project</h2>
This is the state of the project
</div>
</div>
</body>
</html>