gitdig
Version:
A simple git tool for documenting and discovering multi-repo projects
71 lines (57 loc) • 2.59 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Get Help to the gitdig.">
<meta name="author" content="Tamás Benke">
<meta name="Keywords" content="rest, restful, utility, tools, gitdig, node.js, api, development" />
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
<title>gitdig</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="jumbotron-narrow.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="header">
<ul class="nav nav-pills pull-right">
<li><a href="../index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="getStarted.html">Get Started</a></li>
<li><a href="changelog.html">Blog</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="docs/examples.html">Examples</a></li>
<li><a href="getHelp.html">Get Help</a></li>
</ul>
<h3 class="text-muted">gitdig</h3>
</div>
<div class="row marketing">
<div class="col-lg-12">
<h1 id="changelog">Changelog</h1>
<h2 id="planned-with-next-releases">Planned with next releases</h2>
<ul>
<li>Import package info from pom.xml</li>
<li>Extract dependency and other relations among repositories</li>
</ul>
</div>
</div>
<div class="footer">
<p class="copyright">gitdig is maintained by <a href="https://github.com/tombenke">tombenke</a><br>
Theme borrowed from <a href="http://getbootstrap.com/examples/jumbotron-narrow/">Bootstrap</a></p>
</div>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
</body>
</html>