-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpromfacts.html
27 lines (25 loc) · 1.12 KB
/
promfacts.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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
<link rel="jetpack" href="promfacts.js" name="prometheus Facts">
</head>
<body>
<h1>About</h1>
<p>This is a demo Jetpack feature that displays
<a href="http://prometheus-bildarchiv.de">prometheus</a>
Facts. (<a href="promfacts.js">View source</a>)</p>
<h1>Install</h1>
<p>Get <a href="https://jetpack.mozillalabs.com/">Jetpack</a> (note that you need the
old <a href="https://jetpack.mozillalabs.com/prototype.html">Jetpack Prototype</a>)
and click "Install..." on the bar that appears on the top of this page when Jetpack
is installed.</p>
<h1>Configuration</h1>
<h2>Language</h2>
<p>Go to <a href="about:config">about:config</a> and add a new String preference
<code>jetpacks.promfacts.lang</code>. Currently supported are <code>en</code>
for English, and <code>de</code> for German.</p>
</body>
</html>