-
Notifications
You must be signed in to change notification settings - Fork 2
/
archive.html
46 lines (45 loc) · 2.42 KB
/
archive.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
<html>
<head>
<title>Weeklypedia Archives</title>
<meta name="description" content="A weekly email digest with the most active Wikipedia articles">
<meta name="keywords" content="Wikipedia,email,digest,top,weeklypedia,hatnote">
<meta charset="utf-8" />
<link href="css/style.css" rel="stylesheet" media="all">
</head>
<body>
<header class="main">
<h1><span><em>the</em> WEEKLYPEDIA</span> </h1>
<p>A list of the most edited Wikipedia articles and discussions from the last week.</p>
<p>Delivered every Friday by email.</p>
</header>
<article>
<section>
<h2>Archives</h2>
<p>Read past issues of Weeklypedia. If you want to stay up to date with the most active articles and discussions, please <a href="index.html">sign up for future issues</a>.</p>
<ul class="buttons">
<li><a href="archive/en/index.html">English Wikipedia Edition</a></li>
<li><a href="archive/de/index.html">German Wikipedia Edition</a></li>
<li><a href="archive/fr/index.html">French Wikipedia Edition</a></li>
<li><a href="archive/ko/index.html">Korean Wikipedia Edition</a></li>
<li><a href="archive/et/index.html">Estonian Wikipedia Edition</a></li>
<li><a href="archive/sv/index.html">Swedish Wikipedia Edition</a></li>
<li><a href="archive/it/index.html">Italian Wikipedia Edition</a></li>
<li><a href="archive/ca/index.html">Catalan Wikipedia Edition</a></li>
</ul>
</section>
<section>
<h2>About</h2>
<p>This project retrieves a list of the week's recent changes using <a href="http://tools.wmflabs.org/">Wikimedia Tool Labs</a>, and delivers emails using MailChimp. Code and more information <a href="https://github.com/hatnote/weeklypedia">available on GitHub</a>. Built by <a href="https://github.com/slaporte">Stephen LaPorte</a> and <a href="https://github.com/mahmoud">Mahmoud Hashemi</a>.</p>
<p><a href="http://blog.hatnote.com/">Learn more on the Hatnote blog</a>.</p>
</section>
</article>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40320359-1', 'hatnote.com');
ga('send', 'pageview');
</script>
</body>
</html>