-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathfreenet_en.html
More file actions
76 lines (70 loc) · 2.99 KB
/
freenet_en.html
File metadata and controls
76 lines (70 loc) · 2.99 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN">
<html xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="fsng.css" type="text/css" />
<link href="favicon.png" type="image/png" />
<title>Freenet Social Networking Guide - Step 1</title>
</head>
<body>
<div id="language"><a href="freenet_en.html">English</a> <a href="freenet_fr.html">French</a> </div>
<div id="logo">
<a href="index_en.html" title="Homepage">
<img src="images/header.png" alt="Freenet Social Networking Guide" style="border: none; " />
</a>
</div>
<div id="breadcrumbs">
<p>Step 1</p>
</div>
<div id="navbar"><center><b>Main Series</b></center>
<ul>
<li class="nav1"><a href="freenet_en.html" title="Step 1: Freenet">
Step 1: Freenet</a>
</li>
<li class="nav1"><a href="wot_en.html" title="Step 2: Identity">
Step 2: Identity</a>
</li>
<li class="nav1"><a href="freemail_en.html" title="Step 3: Mail">
Step 3: Mail</a>
</li>
<li class="nav1"><a href="sone_en.html" title="Step 4: Microblogging">
Step 4: Microblogging</a>
</li>
<li class="nav1"><a href="fms_en.html" title="Step 5: Forums">
Step 5: Forums</a>
</li>
<li class="nav1"><a href="flip_en.html" title="Step 6: Chat">
Step 6: Chat</a>
</li>
</ul>
<hr />
<center><b>Additional Information</b></center>
<ul>
<li class="nav1"><a href="gpg_en.html" title="Add GPG encryption">
Add GPG encryption</a>
</li>
<li class="nav1"><a href="more_en.html" title="Further reading">
Further reading</a>
</li>
</ul>
<hr />
<ul>
<li class="nav1"><a href="contact_en.html" title="Contact the author">
Contact author</a>
</li>
</ul>
</div>
<div id="content">
<h1>Step 1: Installing and configuring your Freenet node</h1>
<br />
<p>Before you get started make sure you have a reliable browser and mail client installed. This guide will use <a href="https://www.mozilla.org/firefox/">Firefox</a> and <a href="https://www.mozilla.org/thunderbird">Thunderbird</a>.</p>
<br />
<p><a href="freenet-win_en.html"><img src="images/windows.png" alt="Windows instructions" class="vcenter" /></a>To view instructions for installing Freenet on Windows <a href="freenet-win_en.html#OS">click here</a>.</p>
<p><a href="freenet-mac_en.html"><img src="images/mac.png" alt="Mac OS X instructions" class="vcenter" /></a>To view instructions for installing Freenet on Mac OS X <a href="freenet-mac_en.html#OS">click here</a>.</p></a>
<p><a href="freenet-linux_en.html"><img src="images/linux.png" alt="Linux instructions" class="vcenter" /></a>To view instructions for installing Freenet on Ubuntu Linux <a href="freenet-linux_en.html#OS">click here</a>.</p></a>
<br clear="both" />
<div id="footer">
<a href="bitcoin:1M81ktH32o1gv4DKvbY7RPnaRiq1oPFvW7?label=FSNG">1M81ktH32o1gv4DKvbY7RPnaRiq1oPFvW7<img src="images/bitcoin.png" /></a>
</div>
</body>
</html>