-
Notifications
You must be signed in to change notification settings - Fork 38
/
index.html
286 lines (234 loc) · 8.62 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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
---
description: FreshRSS is lightweight, easy to work with, powerful, and customizable.
---
<div class="site__block wrapper-large edge-gap flow-large">
<div class="site__intro text-featured wrapper-text flow">
<p>
<strong>FreshRSS is a self-hosted <abbr>RSS</abbr> and Atom feed aggregator.</strong><br>
It is lightweight, easy to work with, powerful, and customizable.
</p>
<div class="ten-years flow wrapper-small">
<p><strong>🎂 Happy birthday</strong></p>
<p>
FreshRSS turns 10 this year.<br>
We’re very proud to be there today,<br>
<a href="10-years.html">let’s celebrate together!</a>
</p>
</div>
</div>
<img class="site__screenshot" alt="A screenshot showing FreshRSS in action" src="images/screenshot.webp" width="1000" height="563" />
<div class="cols wrapper">
<div class="card card--highlight flow">
<h2 class="card__title">
Give it a try
</h2>
<p class="card__subtitle">
Not sure if it’s for you?
</p>
<p>
Try FreshRSS at <a href="https://demo.freshrss.org">demo.freshrss.org</a>,<br>
or sign up <a href="cloud-providers.html">to an existing server</a>.
</p>
<img alt="" src="images/read.svg" width="125" height="83" />
</div>
<div class="card card--highlight host flow">
<h2 class="card__title">
Host yourself
</h2>
<p class="card__subtitle">
Wonder about your data?
</p>
<p>
Start by <a href="https://github.com/FreshRSS/FreshRSS/releases/latest">downloading the code</a>
and follow <a href="https://github.com/FreshRSS/FreshRSS#installation">the instructions to install it</a>
on your server.
</p>
<img alt="" src="images/server.svg" width="100" height="84">
</div>
</div>
</div>
<div class="wrapper-large edge-gap flow-small">
<h2 class="title">A powerful aggregator</h2>
<div class="cols">
<div class="card flow-small">
<h3 class="card__title">
Syndication
</h3>
<p>
Follow websites, podcasts and video channels in a single place.
</p>
</div>
<div class="card flow-small">
<h3 class="card__title">
Reader
</h3>
<p>
Read your articles directly in FreshRSS.
</p>
</div>
<div class="card flow-small">
<h3 class="card__title">
Search
</h3>
<p>
Search and save queries for quick access.
</p>
</div>
</div>
<div class="cols">
<div class="card flow-small">
<h3 class="card__title">
Web scraping
</h3>
<p>
Generate feeds by scraping external websites.
</p>
</div>
<div class="card flow-small">
<h3 class="card__title">
Feeds generation
</h3>
<p>
Generate new feeds based on your filters.
</p>
</div>
<div class="card flow-small">
<h3 class="card__title">
<abbr>OPML</abbr>
</h3>
<p>
Import and export your feeds with <abbr>OPML</abbr>.
</p>
</div>
</div>
<div class="cols">
<div class="card flow-small">
<h3 class="card__title">
WebSub
</h3>
<p>
Stay connected to your feeds in real-time.
</p>
</div>
<div class="card flow-small">
<h3 class="card__title">
Configurable
</h3>
<p>
Adapt to your needs thanks to a lot of options.
</p>
</div>
<div class="card flow-small">
<h3 class="card__title">
Mobile
</h3>
<p>
Follow your feeds with or without a <a href="https://github.com/FreshRSS/FreshRSS/blob/edge/README.md#apis--native-apps">third-party application</a>.
</p>
</div>
</div>
<div class="cols">
<div class="card flow-small">
<h3 class="card__title">
Fast & efficient
</h3>
<p>
FreshRSS can manage 1M+ articles and 50k+ feeds without complaining.
</p>
</div>
<div class="card flow-small">
<h3 class="card__title">
Themes & extensions
</h3>
<p>
Customize FreshRSS with themes and <a href="https://github.com/FreshRSS/Extensions/">extensions</a>.
</p>
</div>
<div class="card flow-small">
<h3 class="card__title">
International
</h3>
<p>
FreshRSS is translated in more than 15 languages.
</p>
</div>
</div>
</div>
<div class="site__block community">
<div class="wrapper-large edge-gap flow-large">
<h2 class="title">
Join the community
</h2>
<p class="text-featured wrapper-text">
FreshRSS is a free software (<a href="https://github.com/FreshRSS/FreshRSS/blob/edge/LICENSE.txt">AGPL 3</a>) and community-friendly.<br>
Help us to make it better.
</p>
<ol class="text-featured flow-small">
<li>
<a href="https://github.com/FreshRSS/FreshRSS/blob/edge/CONTRIBUTING.md">Read the guide</a>
</li>
<li>
<a href="contact.html">Contact us</a>
</li>
<li>
<a href="https://github.com/FreshRSS/FreshRSS/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22">Contribute</a>
</li>
<li>
<a href="https://github.com/FreshRSS/FreshRSS/blob/edge/CREDITS.md">Be credited</a>
</li>
</ol>
</div>
</div>
<div class="site__testimonials wrapper-large edge-gap flow-large">
<h2 class="title">Testimonials</h2>
<div class="cols cols--wrap">
<figure class="card flow-small">
<blockquote>
<p>“My @FreshRSS installation is the first, last, and sometimes only place I go on the Internet.”</p>
</blockquote>
<figcaption>
<a href="https://danq.me/2021/09/29/freshrss-addiction/">@scatmandan</a>
</figcaption>
</figure>
<figure class="card flow-small">
<blockquote>
<p>“[…] A number of <abbr>RSS</abbr> readers came on the scene. […] One of the better ones is FreshRSS.”</p>
</blockquote>
<figcaption>
<a href="https://opensource.com/life/14/10/five-open-source-alternatives-popular-web-apps">opensource.com</a>
</figcaption>
</figure>
<figure class="card flow-small">
<blockquote>
<p lang="fr">“C'est LE lecteur de flux que je voulais : beau, léger, simple, installable sur son propre serveur et libre.”</p>
</blockquote>
<figcaption>
<a href="https://www.dadall.info/index.php?article385/freshrss-1-0-est-arrive">dadall.info</a>
</figcaption>
</figure>
<figure class="card flow-small">
<blockquote>
<p>“📡Fall in love with @FreshRSS”</p>
</blockquote>
<figcaption>
<a href="https://twitter.com/LinuxUserSpace/status/1493192044713365505">@LinuxUserSpace</a>
</figcaption>
</figure>
<figure class="card flow-small">
<blockquote>
<p>“I use @FreshRSS and I love it like crazy.”</p>
</blockquote>
<figcaption>
<a href="https://twitter.com/topher1kenobe/status/1458813520674500610">@topher1kenobe</a>
</figcaption>
</figure>
<figure class="card flow-small">
<blockquote>
<p>“A free, self-hostable aggregator… probably the best! (in our opinion)”</p>
</blockquote>
<figcaption>
<a href="https://web.archive.org/web/20220919091026/https://freshrss.org/">our old website</a>
</figcaption>
</figure>
</div>
</div>