-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
232 lines (211 loc) · 10.5 KB
/
index.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
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Herisson Protocol</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/jquery/3.1.1/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/magula.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js"></script>
<script type="text/javascript">hljs.initHighlightingOnLoad();</script>
<script type="text/javascript" src="https://use.fontawesome.com/384bed47c8.js"></script>
<link href="dist/main.css" type="text/css" rel="stylesheet" />
<link href="dist/navbar.css" type="text/css" rel="stylesheet" />
<!--
<link href="dist/fontcustom.css" type="text/css" rel="stylesheet" />
-->
<script type="text/javascript" src="dist/onepage.js">
</script>
<script type="text/javascript">
scrollmovement();
</script>
</head>
<body data-spy="scroll" data-target=".navbar">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="index.html">
Herisson Protocol
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="#presentation">Presentation</a></li>
<li><a href="#how">How it works</a></li>
<li><a href="#gettingstarted">Getting started</a></li>
<li><a href="#implementations">Implementations</a></li>
<li><a href="#about">About</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<!--
<li><a href="blog/">Blog</a></li>
-->
<li><a href="protocol.html">Protocol</a></li>
<li><a href="https://github.com/herisson-protocol/" class="fa fa-github"> Github</a></li>
</ul>
</div>
</div>
</nav>
<section class="header" id="header">
<div class="container">
<p class="logo"><i class="icon-herisson-large"></i></p>
<h1>Herisson Protocol</h1>
<h4>Host, backup, manage and share your bookmarks</h4>
</div>
</section>
<div class="content">
<div class="home" id="home">
<section class="presentation" id="presentation">
<div class="container">
<h2>Reclaim your bookmarks</h2>
<div class="row">
<div class="col-sm-1">
</div>
<div class="col-sm-5">
<h3><i class="fa fa-heart"></i>Uncentralized</h3>
<p>Your bookmarks are yours, and can stay yours. Make them available from everywhere, for your eyes only and share them only if you want.</p>
</div>
<div class="col-sm-5">
<h3><i class="fa fa-lightbulb-o"></i>Free and open by design</h3>
<p>Designed as an open protocol, you can use whatever implementation that suits you the most.</p>
</div>
<div class="col-sm-1">
</div>
</div>
<div class="row">
<div class="col-sm-1">
</div>
<div class="col-sm-5">
<h3><i class="fa fa-file"></i>Open formats</h3>
<p>Import and export your bookmarks in open and widespread formats.</p>
</div>
<div class="col-sm-5">
<h3><i class="fa fa-lock"></i>Care about your privacy</h3>
<p>Privacy is the main goal here. We cipher all communications</p>
</div>
<div class="col-sm-1">
</div>
</div>
</div>
</section>
<section class="how" id="how">
<div class="container">
<h2>How it works</h2>
<div class="row">
<div class="col-sm-1">
</div>
<div class="col-sm-5">
<h3><i class="fa fa-exchange"></i>Over HTTP</h3>
<p>Herisson nodes works over HTTP, a solid and established protocol and use HTTP codes to communicates with other nodes.</p>
</div>
<div class="col-sm-5">
<h3><i class="fa fa-lightbulb-o"></i>Based on JSON</h3>
<p>All the protocol exchanges are based on the well known JSON format, which implementation is widely spread.</p>
</div>
<div class="col-sm-1">
</div>
</div>
<div class="row">
<div class="col-sm-1">
</div>
<div class="col-sm-5">
<h3><i class="fa fa-key"></i>Ciphered</h3>
<p>Everything is already ciphered with asymetric cryptography. You don't need an extra HTTPS security layer. But you can if you feel paranoid ;-)</p>
</div>
<div class="col-sm-5">
<h3><i class="fa fa-lock"></i>Independency</h3>
<p>Use whatever implementations, it should work with other nodes. But you can use it alone, on an intranet or for any purpose at your convenience.</p>
</div>
<div class="col-sm-1">
</div>
</div>
</div>
</section>
<section class="gettingstarted" id="gettingstarted">
<div class="container">
<h2>Getting started</h2>
<p>
As of now, the only implementation of the Herisson Protocol is the Herisson Wordpress plugin, this is how you can try it:
</p>
<ol class="tryit">
<li>Download the Herisson for Wordpress</li>
<li>Install the extension</li>
<li>Retrieve your bookmarks from your favorite place Firefox/Delicious</li>
<li>Import them into your Herisson node</li>
<li>Manage your bookmarks, save screenshots, etc</li>
<li>Enjoy!</li>
</ol>
</div>
</section>
<section class="implementations" id="implementations">
<div class="container">
<h2>Implementations</h2>
<div class="row">
<div class="implementation col-sm-6">
<h3><i class="fa fa-wordpress"></i>Wordpress plugin</h3>
<p>
A wordpress plugin implementing the Herisson protocol.
<ul class="features">
Implemented features:
<li><i class="fa fa-long-arrow-right"></i>handle tagged bookmarks,</li>
<li><i class="fa fa-long-arrow-right"></i>import and export formats into Herisson format, Delicious API, Firefox HTML, Firefox JSON and CSV</li>
<li><i class="fa fa-long-arrow-right"></i>save bookmarks HTML content</li>
<li><i class="fa fa-long-arrow-right"></i>save screenshots of bookmarks</li>
</ul>
<ul class="links">
<li class="link"><a href="http://herisson.wilkins.fr/bookmarks/"><i class="fa fa-eye"></i>Demo</a></li>
<li class="link"><a href="https://github.com/herisson-protocol/herisson-wordpress/"><i class="fa fa-download"></i>Download</a></li>
<li class="link"><a href="https://github.com/herisson-protocol/herisson-wordpress/"><i class="fa fa-github"></i>Source code</a></li>
</ul>
</p>
</div>
<div class="implementation col-sm-6">
<h3><i class="fa fa-code-fork"></i>Contribute!</h3>
<p>
You have a need or an idea to implement this protocol anywhere else ?
</p>
<p>
You would like to create a Firefox Extension, an iOS or Android App, a Joomla or Drupal Module ?
</p>
<p>
Go ahead, feel free!
</p>
</div>
</div>
</div>
</section>
<section class="about" id="about">
<div class="container">
<div class="row">
<div class="col-sm-5">
<h3><i class="fa fa-code-fork"></i>More info & contributing</h3>
<p>
Get more informations about the project<br/>
on the <a href="https://github.com/herisson-protocol/"><i class="fa fa-github"></i>Github organization</a>.
</p>
</div>
<div class="col-sm-3">
<h3><i class="fa fa-user"></i>Author</h3>
<p>
Created by <a href="https://github.com/wilkins/"><i class="fa fa-github"></i>Wilkins</a>.
<p>
</div>
<div class="col-sm-4">
<h3><i class="fa fa-code"></i>This website</h3>
<p>
Something wrong on this website ?<br/>
Submit an <a href="https://github.com/herrison-protocol/herisson-protocol.github.io/issues">issue</a>.
</p>
</div>
</div>
</div>
</section>
</div>
</div>
</body>
</html>