forked from mirror/ledisdb
87 lines
3.5 KiB
HTML
87 lines
3.5 KiB
HTML
<!DOCTYPE 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="">
|
|
<meta name="author" content="">
|
|
<link rel="icon" href="favicon.ico">
|
|
|
|
<title>LedisDB</title>
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
<link href="css/bootstrap.min.css" rel="stylesheet">
|
|
<link href="css/font-awesome.min.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="css/github.css">
|
|
|
|
<!-- Custom styles for this template -->
|
|
<link href="css/style.css" rel="stylesheet">
|
|
|
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
<div class="header">
|
|
<ul class="nav nav-pills pull-right" role="tablist">
|
|
<li role="presentation"><a href="/">Home</a></li>
|
|
<li role="presentation"><a href="/news.html">News</a></li>
|
|
<li role="presentation"><a href="/contact.html">Contact</a></li>
|
|
</ul>
|
|
<a class="logo" href="/"><img src="/img/logo.png" alt="LedisDB"></a>
|
|
</div>
|
|
|
|
|
|
<div class="row news" id="news">
|
|
<h2>News</h2>
|
|
<div class="content">
|
|
<div class="post">
|
|
<h3><a href="#ledisdb-v0.1-released">LedisDB v0.1 Released</a></h3>
|
|
<p>Today we are happy to announce the release of LedisDB <a href="https://github.com/siddontang/ledisdb/releases/tag/v0.1">v0.1</a>.</p>
|
|
<p class="small text-muted">Published 24 July 2014</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="footer-wrapper" class="gradient">
|
|
<div id="footer" class="row">
|
|
<div class="large-4 columns col-sm-4">
|
|
<h2 id="contribute" >Get Involved</h2>
|
|
<ul class="underline-link">
|
|
<li><a target="_blank" href="https://github.com/siddontang/ledisdb/issues?state=open">Issue Tracker</a></li>
|
|
<li><a target="_blank" href="https://github.com/siddontang/ledisdb/issues?labels=todo&page=1&state=open">Todo</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="large-4 columns col-sm-4">
|
|
<h2>Quick Links</h2>
|
|
<ul class="underline-link">
|
|
<li><a target="_blank" href="https://github.com/siddontang/ledisdb/wiki">Wiki</a></li>
|
|
<li><a target="_blank" href="http://ledis-py.readthedocs.org/">Ledis-py</a></li>
|
|
<li><a target="_blank" href="https://godoc.org/github.com/siddontang/ledisdb">Godoc</a></li>
|
|
<li><a target="_blank" href="http://blog.csdn.net/siddontang/article/category/2264003">Author's Chinese Blog</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div id="about" class="about">
|
|
<div class="">
|
|
<p>LedisDB was created and maintained by <a class="underline-link" href="https://github.com/siddontang">SiddonTang</a>.
|
|
<a class="underline-link" href="https://github.com/siddontang/ledisdb/blob/master/LICENSE">MIT License</a>.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="js/jquery-1.11.1.min.js"></script>
|
|
<script>
|
|
$('.post a').click(function() {
|
|
$('html,body').animate({scrollTop: $(this).offset().top}, 1);
|
|
});
|
|
</script>
|
|
</body>
|
|
</html> |