This repository has been archived by the owner on Dec 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
162 lines (155 loc) · 5.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>floccus - browser bookmarks sync</title>
<link rel="shortcut icon" href="assets/img/logo_32.png" />
<link
href="https://fonts.googleapis.com/css?family=Comfortaa&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="https://cdn.materialdesignicons.com/5.4.55/css/materialdesignicons.min.css">
<meta
name="viewport"
content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1"
/>
<meta name="description" content="Cross-browser bookmarks sync with full control and full privacy." />
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<div class="container">
<div class="header">
<h1>floccus</h1>
<ul>
<li><a href="/">Home</a></li>
<li><a href="start">Getting started</a></li>
<li><a href="download">Download</a></li>
<li><a href="faq">FAQ</a></li>
</ul>
</div>
</div>
<div class="container bg-blue">
<div class="description bg">
<p>
Cross-browser bookmarks sync with full control and full privacy.
</p>
<a href="download" class="button">Download floccus</a>
</div>
<div class="news">
<p>News: <a href="https://play.google.com/store/apps/details?id=org.handmadeideas.floccus">Floccus for Android</a> is now in open beta on Google Play!</p>
</div>
</div>
<div class="container screenshot"></div>
<div class="container bg-blue">
<div class="text features">
</div>
</div>
<div class="container">
<div class="text backends bg">
<h2>Sync backends</h2>
<p>Floccus allows you to sync your bookmarks via a variety of services. These are the different backend options.</p>
<div class="featureGrid">
<div class="box">
<h3>Nextcloud Bookmarks</h3>
<p>Nextcloud is a content collaboration platform which can be selfhosted and also offers a Bookmarks
app installable from its app store. With the Nextcloud Bookmarks app you can access your bookmarks via a beautiful web UI
and sync them with your browser via floccus.</p>
<p><a href="https://github.com/nextcloud/bookmarks#readme">More about Bookmarks</a></p>
</div>
<div class="box">
<h3>Google Drive</h3>
<p>If you have a Google account, you can easily sync your bookmarks via an encrypted file in your Google Drive. Google will be none the wiser and you can sync your bookmarks across all browsers.</p>
</div>
<div class="box">
<h3>WebDAV</h3>
<p>If you have a WebDAV file server at hand, like any version of nextcloud, owncloud, box.com or with any WebDAV
server, commercially or self-hosted, you can sync your using floccus.</p>
</div>
<div class="box">
<h3>Local file and more</h3>
<p>You can also simply sync a local file, using the LoFloccus desktop app allowing
you to sync that file to other computers using your file syncing solution,
like Dropbox, Syncthing, rsync, etc.</p>
<p><a href="https://github.com/TCB13/LoFloccus#readme">More about LoFloccus</a></p>
</div>
</div>
</div>
</div>
<div class="container bg-dark-blue">
<div class="text donate bg">
<h2>Donate</h2>
<p>
give something back to the creator of floccus to
support the creation and maintenance of this project financially. Any
amount, no matter how small, is appreciated. Thank you 💙
</p>
<ul>
<li>
<strong
><a href="https://github.com/sponsors/marcelklehr"
>Github sponsors</a
></strong
>
</li>
<li>
<strong
><a href="https://liberapay.com/marcelklehr/donate"
>Liberapay</a
></strong
>
</li>
<li>
<strong
><a href="https://opencollective.com/floccus"
>OpenCollective</a
></strong
>
</li>
<li>
<strong
><a href="https://www.paypal.me/marcelklehr1">Paypal</a></strong
>
</li>
</ul>
</div>
</div>
<div class="container">
<div class="text contribute">
<h2>Contribute</h2>
<h3>
You can apply your own skills to help make floccus even better!
</h3>
<p>
<b>Have a problem or an idea?</b><br>
<a href="https://github.com/floccusaddon/floccus/issues/new/choose"
>File an issue!</a
>
</p>
<p>
<b>Want to take up some coding for a new feature?</b><br>
<a href="https://github.com/floccusaddon/floccus/#development"
>Open a pull request!</a
>
</p>
<p>
<b>Your language is not yet available?</b><br>
<a href="https://www.transifex.com/floccus/floccus/"
>Translate it on transifex!</a
>
</p>
<p> </p>
<p>
<a class="button" href="https://github.com/floccusaddon/floccus">Learn how to contribute</a>
</p>
</div>
</div>
<div class="container bg-blue">
<div class="text footer">
<p>
(c) <a href="https://marcelklehr.de">Marcel Klehr</a>, Illustrations
by
<a href="https://undraw.co">Katerina Limpitsouni</a>
</p>
</div>
</div>
</body>
</html>