This repository has been archived by the owner on Dec 24, 2022. It is now read-only.
forked from FredJul/Flym
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathindex.html
255 lines (195 loc) · 15.1 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>spaRSS by Etuldan</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">spaRSS</h1>
<h2 class="project-tagline">Based on Flym and Sparse RSS, this checks RSS/Atom news feeds, polling for updates from the device on a regular basis. Fetched items are available for offline reading. </h2>
<a href="https://github.com/Etuldan/spaRSS" class="btn">View on GitHub</a>
<a href="https://github.com/Etuldan/spaRSS/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/Etuldan/spaRSS/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content">
<h1>
<a id="sparss" class="anchor" href="#sparss" aria-hidden="true"><span class="octicon octicon-link"></span></a>spaRSS</h1>
<p>QuickJump languages: </p>
<ul>
<li>
<a href="#en">English</a><br>
</li>
<li>
<a href="#fr">Français</a><br>
</li>
<li><a href="#el">ελληνικά</a></li>
<li>
<a href="#pt">Português</a><br>
</li>
</ul>
<h2>
<a id="en" class="anchor" href="#en" aria-hidden="true"><span class="octicon octicon-link"></span></a>EN</h2>
<p>RSS reader with all articles content in app.</p>
<p>Table of Contents</p>
<ul>
<li><a href="#summary">Summary</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#how-to-contribute-">How to contribute ?</a></li>
<li><a href="#links">Links</a></li>
</ul>
<h3>
<a id="summary" class="anchor" href="#summary" aria-hidden="true"><span class="octicon octicon-link"></span></a>Summary</h3>
<p>spaRSS is a light, modern, totally free (no ads) and opensource project which keeps you inform by fetching your websites/blogs and displaying them in a mobile-optimized way. It is based on the "Flym" RSS reader.<br>
It DOES NOT synchronize with any online feed reader.</p>
<h3>
<a id="features" class="anchor" href="#features" aria-hidden="true"><span class="octicon octicon-link"></span></a>Features</h3>
<ul>
<li>easily add new feeds thanks to the Google News or search feature (you can also subscribe to a new one from the browser via the share feature)</li>
<li>light and dark themes</li>
<li>offline reading including images and private news</li>
<li>import/export the feed list from OPML</li>
<li>retrieve the full text of the feed when the content is truncated</li>
<li>star your favorite entries</li>
<li>search into your articles</li>
<li>filter your feed by keywords or regular expressions</li>
<li>custom widgets</li>
</ul>
<p>Feedly users: you can export your feeds to OPML at this address (<a href="http://cloud.feedly.com/#opml">http://cloud.feedly.com/#opml</a>) and then import them into spaRSS</p>
<h3>
<a id="how-to-contribute-" class="anchor" href="#how-to-contribute-" aria-hidden="true"><span class="octicon octicon-link"></span></a>How to contribute ?</h3>
<p>If you have any idea to improve spaRSS, feel free to add it <a href="https://github.com/Etuldan/spaRSS/issues">here</a>.<br>
You can also help me for current existing ones on which I need help <a href="https://github.com/Etuldan/spaRSS/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22">here</a>.</p>
<h3>
<a id="links" class="anchor" href="#links" aria-hidden="true"><span class="octicon octicon-link"></span></a>Links</h3>
<p>GitHub project: <a href="https://github.com/Etuldan/spaRSS">https://github.com/Etuldan/spaRSS</a><br>
PlayStore: <a href="https://play.google.com/store/apps/details?id=net.etuldan.sparss">https://play.google.com/store/apps/details?id=net.etuldan.sparss</a><br>
F-Droid: <a href="https://f-droid.org/repository/browse/?fdid=net.etuldan.sparss.floss">https://f-droid.org/repository/browse/?fdid=net.etuldan.sparss.floss</a><br>
spaRSS is a fork of <a href="https://github.com/FredJul/Flym">Flym</a></p>
<h2>
<a id="fr" class="anchor" href="#fr" aria-hidden="true"><span class="octicon octicon-link"></span></a>FR</h2>
<p>Lecteur de flux RSS récupérant périodiquement le contenu des articles.</p>
<p>Table des matières</p>
<ul>
<li><a href="#r%C3%A9sum%C3%A9">Résumé</a></li>
<li><a href="#fonctionnalit%C3%A9s">Fonctionnalités</a></li>
<li><a href="#comment-aider-">Comment aider ?</a></li>
<li><a href="#liens">Liens</a></li>
</ul>
<h3>
<a id="résumé" class="anchor" href="#r%C3%A9sum%C3%A9" aria-hidden="true"><span class="octicon octicon-link"></span></a>Résumé</h3>
<p>spaRSS est un lecteur de flux RSS qui permet la lecture d'article complet sans avoir à ouvrir un navigateur externe.<br>
Tout le contenu de vos sites d'actualités préférés sera disponible directement dans l'application, sans avoir besoin d'être connecté à Internet au moment de la consultation.<br>
Il ne se synchronise pas avec les lecteurs RSS en ligne.</p>
<h3>
<a id="fonctionnalités" class="anchor" href="#fonctionnalit%C3%A9s" aria-hidden="true"><span class="octicon octicon-link"></span></a>Fonctionnalités</h3>
<ul>
<li>ajout rapide de flux via GoogleNews et la fonctionnalité de recherche</li>
<li>ajout de flux par le menu partager des navigateurs</li>
<li>thèmes foncé et clair</li>
<li>lecteur hors-ligne des articles complets, avec images, y compris pour les site nécessitant un compte utilisateur.</li>
<li>import et export de la liste des flux au format OPLM</li>
<li>indiquez en favoris vos articles préférés</li>
<li>recherche parmi les actualités</li>
<li>filtre par mot clé ou expression régulière</li>
<li>widget</li>
</ul>
<p>Pour les utilisateurs de Feedly, l'export de vos flux RSS est possible en visitant : <a href="http://cloud.feedly.com/#opml">http://cloud.feedly.com/#opml</a></p>
<h3>
<a id="comment-aider-" class="anchor" href="#comment-aider-" aria-hidden="true"><span class="octicon octicon-link"></span></a>Comment Aider ?</h3>
<p>Vous pouvez proposer des idées <a href="https://github.com/Etuldan/spaRSS/issues">ici</a> ou consulter celles pour lesquelles j'ai besoin d'aide ou de ressources <a href="https://github.com/Etuldan/spaRSS/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22">là</a>.</p>
<h3>
<a id="liens" class="anchor" href="#liens" aria-hidden="true"><span class="octicon octicon-link"></span></a>Liens</h3>
<p>Projet GitHub : <a href="https://github.com/Etuldan/spaRSS">https://github.com/Etuldan/spaRSS</a><br>
PlayStore : <a href="https://play.google.com/store/apps/details?id=net.etuldan.sparss">https://play.google.com/store/apps/details?id=net.etuldan.sparss</a><br>
F-Droid : <a href="https://f-droid.org/repository/browse/?fdid=net.etuldan.sparss.floss">https://f-droid.org/repository/browse/?fdid=net.etuldan.sparss.floss</a><br>
spaRSS est un fork de <a href="https://github.com/FredJul/Flym">Flym</a></p>
<h2>
<a id="el" class="anchor" href="#el" aria-hidden="true"><span class="octicon octicon-link"></span></a>EL</h2>
<p>Αναγνώστης ροών ειδήσεων (RSS) με αποθήκευση του περιεχόμενου των άρθρων.</p>
<p>Ευρετήριο</p>
<ul>
<li><a href="#%CE%A0%CE%B5%CF%81%CE%AF%CE%BB%CE%B7%CF%88%CE%B7">Περίληψη</a></li>
<li><a href="#%CE%A7%CE%B1%CF%81%CE%B1%CE%BA%CF%84%CE%B7%CF%81%CE%B9%CF%83%CF%84%CE%B9%CE%BA%CE%AC">Χαρακτηριστικά</a></li>
<li><a href="#%CE%A0%CF%89%CF%82-%CE%BD%CE%B1-%CF%83%CF%85%CE%BD%CE%B5%CE%B9%CF%83%CF%86%CE%AD%CF%81%CF%89">Πως να συνεισφέρω</a></li>
<li><a href="#%CE%A3%CF%85%CE%BD%CE%B4%CE%AD%CF%83%CE%B5%CE%B9%CF%82">Συνδέσεις</a></li>
</ul>
<h3>
<a id="Περίληψη" class="anchor" href="#%CE%A0%CE%B5%CF%81%CE%AF%CE%BB%CE%B7%CF%88%CE%B7" aria-hidden="true"><span class="octicon octicon-link"></span></a>Περίληψη</h3>
<p>Το <strong>spaRSS</strong> είναι ένα έργο ελεύθερου λογισμικού, ελαφρύ, μοντέρνο, εντελώς δωρεάν, χωρίς διαφημίσεις, που σας κρατά ενήμερο κατεβάζοντας νέα από τις ιστοσελίδες και τα ιστολόγια των προτιμήσεων σας και τα προβάλει με βελτιστοποιημένο τρόπο στην android συσκευή σας. Ο κώδικας του είναι βασισμένος στον κώδικα του αναγνώστη ροών ειδήσεων "Flym".
<strong>Δεν συγχρονίζεται</strong> με όλα τα RSS.</p>
<h3>
<a id="Χαρακτηριστικά" class="anchor" href="#%CE%A7%CE%B1%CF%81%CE%B1%CE%BA%CF%84%CE%B7%CF%81%CE%B9%CF%83%CF%84%CE%B9%CE%BA%CE%AC" aria-hidden="true"><span class="octicon octicon-link"></span></a>Χαρακτηριστικά</h3>
<ul>
<li>Εύκολος τρόπος να προσθέσετε νέες πηγές ειδήσεων χάρη στο Google News και την λειτουργία αναζήτησης (μπορείτε επίσης να εγγραφείτε σε μια ροή από τον browser μέσω της λειτουργίας διαμοιρασμού ("share"))</li>
<li>Φωτεινή και σκοτεινή προβολή (themes)</li>
<li>Δυνατότητα ανάγνωσης για όταν είσαστε χωρίς σύνδεση, συμπεριλαμβανομένων και των εικόνων</li>
<li>Εισαγωγή / Εξαγωγή της λίστας των ροών από και σε OPML μορφή αρχείου</li>
<li>Κατέβασμα του πλήρες κείμενου των άρθρων όταν είναι σε περιορισμένη μορφή</li>
<li>Σήμανση των αγαπημένων σας άρθρων</li>
<li>Ανεύρεση μέσα στα άρθρα</li>
<li>Φιλτράρισμα των ροών σας με λέξεις-κλειδιά ή "regular expressions"</li>
<li>Παραμετροποιήσιμα widgets</li>
</ul>
<p>Για τους χρήστες του Feedly: Μπορείτε να εξάγετε την λίστα των ροών σας σε OPML - από αυτή την διεύθυνση (<a href="http://cloud.feedly.com/#opml">http://cloud.feedly.com/#opml</a>) - και να τα εισάγετε στο spaRSS</p>
<h3>
<a id="Πως-να-συνεισφέρω" class="anchor" href="#%CE%A0%CF%89%CF%82-%CE%BD%CE%B1-%CF%83%CF%85%CE%BD%CE%B5%CE%B9%CF%83%CF%86%CE%AD%CF%81%CF%89" aria-hidden="true"><span class="octicon octicon-link"></span></a>Πως να συνεισφέρω</h3>
<p>Αν έχετε οποιαδήποτε πρόταση για τη βελτίωση του spaRSS, παρακαλώ να τη προσθέσετε <a href="https://github.com/Etuldan/spaRSS/issues">εδώ</a>.<br>
Μπορείτε επίσης να με βοηθήσετε στα θέματα <a href="https://github.com/Etuldan/spaRSS/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22">αυτά</a>.</p>
<h3>
<a id="Συνδέσεις" class="anchor" href="#%CE%A3%CF%85%CE%BD%CE%B4%CE%AD%CF%83%CE%B5%CE%B9%CF%82" aria-hidden="true"><span class="octicon octicon-link"></span></a>Συνδέσεις</h3>
<p>GitHub project: <a href="https://github.com/Etuldan/spaRSS">https://github.com/Etuldan/spaRSS</a><br>
PlayStore: <a href="https://play.google.com/store/apps/details?id=net.etuldan.sparss">https://play.google.com/store/apps/details?id=net.etuldan.sparss</a><br>
F-Droid: <a href="https://f-droid.org/repository/browse/?fdid=net.etuldan.sparss.floss">https://f-droid.org/repository/browse/?fdid=net.etuldan.sparss.floss</a><br>
Το spaRSS είναι ένα "fork" του <a href="https://github.com/FredJul/Flym">Flym</a></p>
<h2>
<a id="pt" class="anchor" href="#pt" aria-hidden="true"><span class="octicon octicon-link"></span></a>PT</h2>
<p>Leitor de RSS que recupera periodicamente o conteúdo de artigos.</p>
<p>Conteúdo</p>
<ul>
<li><a href="#sum%C3%A1rio">Sumário</a></li>
<li><a href="#funcionalidades">Funcionalidades</a></li>
<li><a href="#como-ajudar">Como ajudar?</a></li>
<li><a href="#endere%C3%A7os">Endereços</a></li>
</ul>
<h3>
<a id="sumário" class="anchor" href="#sum%C3%A1rio" aria-hidden="true"><span class="octicon octicon-link"></span></a>Sumário</h3>
<p>O spaRSS é um leitor de feeds RSS que permite a completa leitura de artigos sem a necessidade de abrir um navegador externo.
Todo o conteúdo de seus sites de notícias favoritos estarão disponíveis diretamente no aplicativo, sem que precise estar conectado/on-line no momento da consulta.<br>
Este aplicativo NÃO sincroniza com leitores de RSS on-line.</p>
<h3>
<a id="funcionalidades" class="anchor" href="#funcionalidades" aria-hidden="true"><span class="octicon octicon-link"></span></a>Funcionalidades</h3>
<ul>
<li>adicione facilmente novos feeds a partir do Google News ou do recurso de busca de feeds</li>
<li>adicione feeds a partir da funcionalidade de compartilhamento dos navegadores web</li>
<li>tema claro e escuro</li>
<li>leitura desconectada e completa de artigos, incluindo imagens e websites privados</li>
<li>importa e exporta lista de feeds no formato OPML</li>
<li>marque artigos favoritos</li>
<li>busque em artigos</li>
<li>filtre artigos por palavra-chave ou expressão regular</li>
<li>widgets</li>
</ul>
<p>Usuário de Feedly: visite <a href="http://cloud.feedly.com/#opml">este endereço</a> para exportar seus feeds para OPML e importá-los no spaRSS</p>
<h3>
<a id="como-ajudar" class="anchor" href="#como-ajudar" aria-hidden="true"><span class="octicon octicon-link"></span></a>Como ajudar?</h3>
<p>Se você tem uma sugestão para melhorar o spaRSS fique à vontade para <a href="https://github.com/Etuldan/spaRSS/issues">adicioná-la aqui</a>.<br>
Você também pode me ajudar com as sugestões já encaminhadas <a href="https://github.com/Etuldan/spaRSS/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22">clicando aqui</a>.</p>
<h3>
<a id="endereços" class="anchor" href="#endere%C3%A7os" aria-hidden="true"><span class="octicon octicon-link"></span></a>Endereços</h3>
<p>Projeto no GitHub : <a href="https://github.com/Etuldan/spaRSS">https://github.com/Etuldan/spaRSS</a><br>
PlayStore : <a href="https://play.google.com/store/apps/details?id=net.etuldan.sparss">https://play.google.com/store/apps/details?id=net.etuldan.sparss</a><br>
F-Droid : <a href="https://f-droid.org/repository/browse/?fdid=net.etuldan.sparss.floss">https://f-droid.org/repository/browse/?fdid=net.etuldan.sparss.floss</a><br>
spaRSS é um fork de <a href="https://github.com/FredJul/Flym">Flym</a></p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/Etuldan/spaRSS">spaRSS</a> is maintained by <a href="https://github.com/Etuldan">Etuldan</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>