-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategories.html
74 lines (64 loc) · 3.62 KB
/
categories.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
<!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 -->
<ul>
<li>News</li>
</ul>
<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>