-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (67 loc) · 3.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Hatnote</title>
<meta name="description" content="A collection of Wikipedia projects and more.">
<meta name="author" content="Stephen LaPorte and Mahmoud Hashemi">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
<!-- HATNOTE STYLE
-------------------------------------------------- -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Page content
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="header">
<div class="container">
<div class="row">
<div class="two columns clear">
<p> </p>
</div>
<div class="ten columns">
<h1>{{Hatnote}}</h1>
<p>A collection of perspectives on wiki life.</p>
<ul>
<li><a href="http://listen.hatnote.com/#en" target="_blank">listen to wikipedia</a></li>
<li><a href="http://weekly.hatnote.com/" target="_blank">weeklypedia</a></li>
<li><a href="http://rcmap.hatnote.com/#en,de,ru,ja,es,fr" target="_blank">recent changes map</a></li>
<li><a href="http://seealso.hatnote.com/" target="_blank">see also</a></li>
</ul>
<ul>
<li><a href="http://blog.hatnote.com/rss" target="_blank">RSS</a></li>
<li><a href="http://blog.hatnote.com/faq" target="_blank">questions/contact</a></li>
<li><a href="https://github.com/hatnote" target="_blank">source</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container posts">
<div class="row">
<div class="two columns date">
<p>24 Sep 2015</p>
</div>
<div class="ten columns">
<h2>Build Your Own Topic Bot</h2>
<p>It’s been 10 days since the new Wikipedia IFTTT channel launch, and the response has been amazing. Our backend has seen almost 2.5 million requests for Recipe updates, from tens of thousands of unique users. In this post we wanted to do a quick hands-on guide showing one way IFTTT helps Wikipedians reach a wider web.</p>
</div>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>