-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchives.html
87 lines (76 loc) · 4.34 KB
/
archives.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<title>libAttachSQL</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="http://libattachsql.org/theme/css/main.css" type="text/css" />
<link href="http://libattachsql.org/" type="application/atom+xml" rel="alternate" title="libAttachSQL ATOM Feed" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="http://libattachsql.org/css/ie.css"/>
<script src="http://libattachsql.org/js/IE8.js" type="text/javascript"></script><![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="http://libattachsql.org/css/ie6.css"/><![endif]-->
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="http://libattachsql.org/index.html">libAttachSQL<br /><strong>A lightweight C API for MySQL servers</strong></a></h1>
<nav><ul>
<li ><a href="http://libattachsql.org/index.html">libAttachSQL</a></li>
<li ><a href="http://libattachsql.org/pyattachsql.html">pyAttachSQL</a></li>
<li ><a href="http://libattachsql.org/category/news.html">News</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<h1>Archives for libAttachSQL</h1>
<dl>
<dt>Fri 20 Mar 2015, 13:12</dt>
<dd><a href='posts/2015/Mar/20/pyattachsql-020-alpha-released/'>pyAttachSQL 0.2.0 Alpha Released!</a></dd>
<dt>Wed 25 Feb 2015, 13:24</dt>
<dd><a href='posts/2015/Feb/25/version-103-ga-released/'>Version 1.0.3 GA Released!</a></dd>
<dt>Tue 02 Dec 2014, 14:22</dt>
<dd><a href='posts/2014/Dec/02/version-102-ga-released/'>Version 1.0.2 GA Released!</a></dd>
<dt>Sun 16 Nov 2014, 16:32</dt>
<dd><a href='posts/2014/Nov/16/version-101-ga-released/'>Version 1.0.1 GA Released!</a></dd>
<dt>Tue 21 Oct 2014, 23:16</dt>
<dd><a href='posts/2014/Oct/21/version-100-ga-released/'>Version 1.0.0 GA Released!</a></dd>
</dl>
</section>
<aside id="sidebar">
<div class='widget' id='twitter_feed'>
<h2>Twitter Feed</h2>
<a class="twitter-timeline" width="280" height="300" href="https://twitter.com/libAttachSQL" data-widget-id="511457402663608320">Tweets by @libAttachSQL</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div> <div class="widget">
<h2>Categories</h2>
<ul>
<li ><a href="http://libattachsql.org/category/news.html">News</a></li>
</ul>
</div>
<div class="widget blogroll">
<h2>Links</h2>
<ul>
<li><a href="http://github.com/libattachsql/libattachsql">libAttachSQL on GitHub</a></li>
<li><a href="irc://chat.freenode.net/libAttachSQL">IRC Channel</a></li>
<li><a href="http://docs.libattachsql.org/">Documentation</a></li>
</ul>
</div><!-- /.blogroll -->
</aside><!-- /#sidebar -->
<footer id="footer" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="http://alexis.notmyidea.org/pelican/">pelican</a>, which takes great advantages of <a href="http://python.org">python</a>.
</address><!-- /#about -->
<p>The theme is «notmyidea-lxj», a modified version of «notmyidea-cms», the default theme.</p>
</footer><!-- /#footer -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-53654300-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>