-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (71 loc) · 4 KB
/
index.html
File metadata and controls
89 lines (71 loc) · 4 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Wikipedia Widget</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38435857-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="wrapper">
<header>
<h1>Wikipedia Widget</h1>
<p>A Dashboard widget for browsing the free, user-created encyclopedia, Wikipedia. Search, view and edit articles right from the Dashboard, complete with pictures and links.</p>
<hr/>
<p class="view">Main Page</p>
<p class="view"><a href="downloads/Wikipedia.zip" onclick="_gaq.push(['_trackEvent', 'Downloads', 'Latest', 'Sidebar']);" >Download</a></p>
<p class="view"><a href="changelog.html">Change log</a></p>
<p class="view"><a href="https://github.com/wikiwidget/wikipedia-widget">Get Source Code</a></p>
<p class="view"><a href="https://github.com/wikiwidget/wikipedia-widget/issues?page=1&state=open">View/Submit Bug Report</a></p>
</header>
<section>
<p><img src="images/screenshot.png" alt="Wikipedia Widget in action"></p>
<p><a href="downloads/Wikipedia.zip" onclick="_gaq.push(['_trackEvent', 'Downloads', 'Latest', 'Main Page']);">Download</a></p>
<h2>Features:</h2>
<ul>
<li>Compatible with any language wikipedia. Click the <em>'i'</em> button in the lower left corner to access settings, then enter the 2 letter (or more) letter code on the back. Defaults to English (en).</li>
<li>External links open in your preferred browser.</li>
<li>Click the 'wikipedia' button to the left of the search field to open the current article or search term in Safari.</li>
<li>The <em>'?'</em> button to the left of the search field fetches a random article.</li>
<li>Back and forward buttons with page caching.</li>
<li>Edit pages by clicking the hand icon in the lower right.</li>
</ul>
<h2>Installation</h2>
<p>Apple's Mac OS X 10.5 or later is required.</p>
<p>After downloading, double click the 'Wikipedia.zip' file to unzip. Then double click the resulting 'Wikipedia.wdgt' file to open in Dashboard.</p>
<h2>Current Version</h2>
<span class='releaseVersion'>1.0.0</span><span class='releaseDate'> (February 13, 2013</span>
<span class='releaseTime'> 11:45am)</span><ul class='releaseBody'>
<li>Moved download site from <a href="http://www.whatsinthehouse.com/widgets">www.whatsinthehouse.com/widgets</a> to <a href="http://wikiwidget.github.com/">wikiwidget.github.com</a></li>
<li>Fixed problem with displaying articles.</li>
<li>More consistent caching location</li>
</ul>
<p>(for previous changes, see the <a href="changelog.html">change log</a>)</p>
<h2>Credits</h2>
<p>Maintained by Spencer Bliven (<a href="https://github.com/sbliven" class="user-mention">@sbliven</a>) [spencer@bliven.us]</p>
<p>Created by <a href="http://www.whatsinthehouse.com">Sean Billig</a> (<a href="https://github.com/sbillig" class="user-mention">@sbillig</a>)</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<!-- Mobile browser support -->
<script src="javascripts/scale.fix.js"></script>
</body>
</html>