-
Notifications
You must be signed in to change notification settings - Fork 0
/
features.html
94 lines (82 loc) · 3.27 KB
/
features.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
<html lang="en">
<head>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pyfibot - Features</title>
<link href="bootstrap.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link href='//fonts.googleapis.com/css?family=Noto+Serif:400,700' rel='stylesheet' type='text/css'>
<style type="text/css"></style>
</head>
<body>
<div class="container">
<div class="header">
<ul class="nav nav-pills pull-right">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="features.html">Features</a></li>
<li><a href="https://github.com/lepinkainen/pyfibot" target="_blank">Github</a></li>
<li><a href="https://github.com/lepinkainen/pyfibot/wiki" target="_blank">Wiki</a></li>
</ul>
<h3><a href="/#" class="text-muted title"><span>Pyfibot</span></a></h3>
</div>
<div class="jumbotron">
<img class="img-responsive feature-img" src="features.png" alt="Features">
<h1>Features and hilights</h1>
<p class="lead">
Support can be found at #pyfibot on irc.nerv.fi and please contact <a href="mailto:[email protected]">[email protected]</a> if you want to connect outside of Finland (will be changed) or need help with IRC-network.
</p>
</div>
<div class="col-sm-8">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Module hilights</h3>
</div>
<div class="panel-body">
<ul>
<li>URL title fetching with custom handlers via API calls for speed and efficiency
<ul>
<li>IMDb</li>
<li>Youtube / Dailymotion / Liveleak</li>
<li>Wikipedia</li>
<li>Imgur</li>
<li>Instagram</li>
<li>eBay</li>
<li>Spotify</li>
</ul>
</li>
<li>Bitcoin exchange rates</li>
<li>Wolfram Alpha queries</li>
<li>Weather</li>
<li>RSS support</li>
<li>Features</li>
</ul>
</div>
</div>
<p class="special-text"></p>
</div>
<div class="col-sm-4 ">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Features</h3>
</div>
<div class="panel-body">
<ul>
<li>Modular</li>
<li>Live refresh of modules and configuration</li>
<li>Coder friendly (a basic module requires just 2 lines of boilerplate code)</li>
<li>SSL-support</li>
<li>IPv6-support</li>
<li>virtualenv-support</li>
</ul>
</div>
</div>
</div>
<div class="clearfix"></div>
<br>
<div class="footer">
<p>Page via <a href="http://twitter.com/rnbrg">@RNbrg</a> 2014</p>
</div>
</div>
</body>
</html>