-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php.old4
126 lines (113 loc) · 5.95 KB
/
index.php.old4
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<?php header("Content-type: text/html; charset=utf-8");?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Debian I2P Packages</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body>
<!--<img style="float:left;display:inline;" src="openlogo-50.png" alt="Debian" width="50" height="61" /> -->
<h1 style="text-align:center">I2P Packages for Debian and Ubuntu</h1>
<h2>Overview</h2>
<p>This is the official repository for the <a href="https://geti2p.net/">I2P project</a>.
For instructions, see below, and more information is on <a href="https://geti2p.net/debian">geti2p.net</a>.
For Ubuntu, we recommend our PPA instead, and instructions are on <a href="https://geti2p.net/debian">geti2p.net</a>.
</p><p>The signing key for this repo <a href="https://geti2p.net/_static/i2p-debian-repo.key.asc">may be downloaded here</a>.</p>
<h2>Notes</h2>
<p>Any necessary dependency packages will be found in either Debian's repository or this one. Please report any problems with the I2P packages on the <a href="https://trac.i2p2.de/newticket?component=package/debian&owner=killyourtv&cc=killyourtv@mail.i2p">I2P Bug Tracker</a>. Bugs for Anoncoin should be reported on its <a href="https://github.com/anoncoin/anoncoin/issues">Github project page</a>.</p>
<h3>Repository Information</h3>
<p>Add lines like the following to <code>/etc/apt/sources.list.d/i2p.list</code>.</p>
<p>For Debian Wheezy (oldstable):</p>
<pre class="listing">
deb https://deb.i2p2.de/ wheezy main
deb-src https://deb.i2p2.de/ wheezy main</pre>
<p>For Debian Jessie (stable):</p>
<pre class="listing">
deb https://deb.i2p2.de/ jessie main
deb-src https://deb.i2p2.de/ jessie main</pre>
<p>For Debian Stretch (testing) or Sid (unstable):</p>
<pre class="listing">
deb https://deb.i2p2.de/ unstable main
deb-src https://deb.i2p2.de/ unstable main</pre>
<p>For Ubuntu Precise (LTS):</p>
<pre class="listing">
deb https://deb.i2p2.de/ precise main
deb-src https://deb.i2p2.de/ precise main</pre>
<p>For Ubuntu Trusty:</p>
<pre class="listing">
deb https://deb.i2p2.de/ trusty main
deb-src https://deb.i2p2.de/ trusty main</pre>
<p>For Ubuntu Vivid:</p>
<pre class="listing">
deb https://deb.i2p2.de/ vivid main
deb-src https://deb.i2p2.de/ vivid main</pre>
<p>For Ubuntu Wily:</p>
<pre class="listing">
deb https://deb.i2p2.de/ wily main
deb-src https://deb.i2p2.de/ wily main</pre>
<p>For Ubuntu Xenial:</p>
<pre class="listing">
deb https://deb.i2p2.de/ xenial main
deb-src https://deb.i2p2.de/ xenial main</pre>
<h3>Updating the pkg list</h3>
<p>
After adding the repo to apt, update the package list with</p>
<pre class="listing"> sudo apt-get update</pre>
<p>APT will likely complain about a missing key. If it does you can resolve this by running the following:</p>
<pre class="listing"> sudo apt-get install i2p-keyring && apt-get update</pre>
<p>Alternately, you may <a href="https://geti2p.net/_static/i2p-debian-repo.key.asc">download the key here</a>
and then do:</p>
<pre class="listing"> sudo apt-key add i2p-debian-repo.key.asc</pre>
<h2>News</h2>
<ul>
<li>2017-02-27 Note that I2P is not installable on Debian stretch or testing, since the (now EOL) libjetty8-java package is not available there.
This will not be fixed until we either make a new package that doesn't require Jetty 8,
or we migrate to Jetty 9, currently scheduled for 0.9.30 or 0.9.31.
See <a href="https://trac.i2p2.de/ticket/1902">this ticket</a> for details.
Sorry for the inconvenience.
<li>2017-01-06 New <a href="https://github.com/i2p/i2p.i2p/blob/master/debian-alt/doc/dependencies.txt">status notes on the i2p package</a> now available.</li>
<li>2016-11-04 https now supported on host <a href="https://deb.i2p2.de/">deb.i2p2.de</a>.
http is still available on host <a href="http://deb.i2p2.no/">deb.i2p2.no</a></li>
<li>2016-10-01 Repository signing key updated</li>
<!--
<li>2014-10-17 Now serving <a href="https://github.com/PrivacySolutions/i2pd">i2pd</a></li>
-->
<li>2014-03-09 Now serving <a href="http://www.anoncoin.net">Anoncoin</a> and packages for Ubuntu</li>
<li>2013-10-10 Repository started with hosting generously provided by Meeh.</li>
</ul>
<h2>Current Contents</h2>
<p>The current contents of the repo are listed below.
This information is automatically generated.
</p>
<hr style="width:75%" />
<?php
include_once("parse-apt-files.inc");
echo "<h2 id=\"jessie\" style=\"text-align:center\">Packages in Jessie (Debian's stable distribution, released 2015-04-25)</h2>";
echo "<p>These packages will work in Debian Jessie (stable). Packages for Unstable are <a href='#sid'>below</a>.</p>";
parse_and_list(
Array("dists/jessie/main/binary-i386/Packages.gz",
"dists/jessie/main/binary-amd64/Packages.gz",
"dists/jessie/main/binary-armel/Packages.gz",
"dists/jessie/main/binary-armhf/Packages.gz",
"dists/jessie/main/binary-powerpc/Packages.gz"),
"dists/jessie/main/source/Sources.gz");
echo "<hr style=\"width:75%\">";
echo "<h2 id=\"sid\" style=\"text-align:center\">Packages in Unstable</h2>";
parse_and_list(
Array("dists/unstable/main/binary-i386/Packages.gz",
"dists/unstable/main/binary-amd64/Packages.gz"),
"dists/unstable/main/source/Sources.gz");
echo "<hr style=\"width:75%\">";
echo "<h2 id=\"wheezy\" style=\"text-align:center\">Packages in Wheezy (Debian's old stable distribution, released 2013-05-04)</h2>";
echo "<p>These packages will work in Debian Wheezy (oldstable). Packages for Stable are <a href='#jessie'>above</a>.</p>";
parse_and_list(
Array("dists/wheezy/main/binary-i386/Packages.gz",
"dists/wheezy/main/binary-amd64/Packages.gz",
"dists/wheezy/main/binary-armel/Packages.gz",
"dists/wheezy/main/binary-armhf/Packages.gz",
"dists/wheezy/main/binary-powerpc/Packages.gz"),
"dists/wheezy/main/source/Sources.gz");
?>
</body>
</html>