forked from dinner/zuckonit.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
133 lines (67 loc) · 3.36 KB
/
index.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8"/>
<title>When I gone</title>
<meta name="author" content="Mocker">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0">
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:700,400|Droid+Sans+Mono' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="./theme/css/main.css" type="text/css" />
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="./" type="application/atom+xml" rel="alternate" title="When I gone ATOM Feed" />
</head>
<body>
<header class="clearfix" role="banner">
<div class="wrapper">
<h1 class="huge"><a href=".">When I gone</a></h1>
</div>
</header>
<div role="main" class="content clearfix">
<article class="wrapper main">
<h1><a href="./libnotify.html">Oh My Libnotify</a></h1>
<h2>About libnotify</h2>
<hr />
<p>libnotify is a bubble top desktop method of notification, many Languages' API are supported. Detail information? I guess archwiki is a good helper: <a href="https://wiki.archlinux.org/index.php/Libnotify">archwiki libnotify</a><br />
Seems that there's a little trouble under windows, but I am not fucking care about that.<br />
</p>
<h2>What to do with libnotify</h2>
<hr />
<p>libnotify ...</p> <a class="btn" href="./libnotify.html">read more →</a>
</article>
<div class="wrapper main">
<h3>More posts</h3>
<ol class="archive">
<li class="clearfix"><a href="./mistake.html" rel="bookmark" title="Permalink to MISTAKE"><time datetime="2013-01-15T00:00:00" pubdate> 1月 15 2013</time> MISTAKE</a></li>
<li class="clearfix"><a href="./ubuntu_lamp.html" rel="bookmark" title="Permalink to ubuntu_lamp"><time datetime="2012-11-22T00:00:00" pubdate>11月 22 2012</time> ubuntu_lamp</a></li>
<li class="clearfix"><a href="./gnote.vim.html" rel="bookmark" title="Permalink to Send Your Note to Your Gmail"><time datetime="2012-10-21T00:00:00" pubdate>10月 21 2012</time> Send Your Note to Your Gmail</a></li>
<li class="clearfix"><a href="./always_with-me.html" rel="bookmark" title="Permalink to awalys with me"><time datetime="2012-09-26T00:00:00" pubdate> 9月 26 2012</time> awalys with me</a></li>
<li class="clearfix"><a href="./are_you_online.html" rel="bookmark" title="Permalink to whether your QQ is online"><time datetime="2012-09-25T00:00:00" pubdate> 9月 25 2012</time> whether your QQ is online</a></li>
</ol>
<p>More posts in the <a href="./archives.html">archive</a>.</p>
</div>
</div>
<footer class="clearfix">
<div class="wrapper pages">
<ul class="nav">
<li><a href="./archives.html">Archive</a></li>
</ul>
</div>
<div class="copy wrapper">
<ul class="social">
</ul>
<p role="contentinfo">© 2012 Mocker<br>
Proudly powered by <a href="http://alexis.notmyidea.org/pelican/">Pelican</a>.</p>
</div>
</footer>
<script>
var _gaq=[['_setAccount',''],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>