-
Notifications
You must be signed in to change notification settings - Fork 27
/
redesign.html
48 lines (47 loc) · 2.38 KB
/
redesign.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
<html>
<head>
<title>the WEEKLYPEDIA ({full_lang_name}, Issue {issue_number})</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="http://fonts.googleapis.com/css?family=PT+Sans:400,700" rel="stylesheet" type="text/css">
<script src=".../../../js/jquery.min.js"></script>
<!-- email-exclude -->
<link href="../../../css/style.css" rel="stylesheet" media="all">
<!-- end-email-exclude -->
</head>
<body>
<div class="header">
<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>
</div>
<div class="announce">
<p><em>Issue {issue_number}, {date} ({full_lang_name} Wikipedia Edition)</em></p>
</div>
<div class="main">
<div class="content">
<h2>{lang} Edition</h2>
<p>Return to the <a href="../../archive.html">index of archives</a>. 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">
{#issues}
<li><a href="{path}">{date}</a></li>
{/issues}
</ul>
<a href="http://weekly.hatnote.com/" class="signup"><span>Sign up!</span></a>
<div class="content">
<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>
</div>
</div>
<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>