You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://f-droid.org/packages/apps.amine.bou.readerforselfoss"><imgalt="Android app on F-Droid"src="{{ get_url(path='images/f-droid.svg') }}"width="141"height="42"></a>
20
+
<ahref="https://f-droid.org/packages/apps.amine.bou.readerforselfoss"><imgalt="Android app on F-Droid"src={getUrl('images/f-droid.svg')}width="141"height="42"></a>
20
21
</div>
21
22
22
23
<divid="header-donate-tooltipp"><span>selfoss is completely free!<br>But if you like selfoss then feel free to donate the programmer a beer</span></div>
<li><ahref="{{ get_url(path='images/screenshot1.png') }}"title="selfoss on desktop"data-fancybox="screenshots"><imgsrc="{{ get_url(path='images/screenshot1_thumb.png') }}"alt="selfoss on desktop"></a></li>
53
-
<li><ahref="{{ get_url(path='images/screenshot2.png') }}"title="selfoss on ipad"data-fancybox="screenshots"><imgsrc="{{ get_url(path='images/screenshot2_thumb.png') }}"alt="selfoss on ipad"></a></li>
54
-
<li><ahref="{{ get_url(path='images/screenshot3.png') }}"title="selfoss on smartphone"data-fancybox="screenshots"><imgsrc="{{ get_url(path='images/screenshot3_thumb.png') }}"alt="selfoss on smartphone"></a></li>
53
+
<li><ahref={getUrl('images/screenshot1.png')}title="selfoss on desktop"data-fancybox="screenshots"><imgsrc={getUrl('images/screenshot1_thumb.png')}alt="selfoss on desktop"></a></li>
54
+
<li><ahref={getUrl('images/screenshot2.png')}title="selfoss on ipad"data-fancybox="screenshots"><imgsrc={getUrl('images/screenshot2_thumb.png')}alt="selfoss on ipad"></a></li>
55
+
<li><ahref={getUrl('images/screenshot3.png')}title="selfoss on smartphone"data-fancybox="screenshots"><imgsrc={getUrl('images/screenshot3_thumb.png')}alt="selfoss on smartphone"></a></li>
Copy file name to clipboardExpand all lines: docs/pages/_index.mdx
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
importDocSectionfrom"./components/blocks";
2
+
1
3
exportconst meta = {
2
4
title: "selfoss – the open source web based rss reader and multi source mashup aggregator",
3
5
}
@@ -6,7 +8,7 @@ export const meta = {
6
8
# Documentation
7
9
8
10
## Requirements {#requirements}
9
-
<divclass="documentation-entry">
11
+
<DocSection>
10
12
11
13
selfoss is not a hosted service. It has to be installed on your own web server. This web server must fulfil the following requirements (which are available from most providers)
12
14
@@ -17,10 +19,10 @@ selfoss is not a hosted service. It has to be installed on your own web server.
17
19
With Apache, ensure that you have `mod_authz_core`, `mod_rewrite` and `mod_headers` enabled and that `.htaccess` files are [allowed](http://httpd.apache.org/docs/current/mod/core.html#allowoverride) to set rewrite rules.
18
20
19
21
selfoss supports all modern browsers, including Mozilla Firefox, Safari, Google Chrome, Opera and Internet Explorer. selfoss also supports mobile browsers on iPad, iPhone, Android and other devices.
20
-
</div>
22
+
</DocSection>
21
23
22
24
## Installing selfoss {#installation}
23
-
<divclass="documentation-entry">
25
+
<DocSection>
24
26
25
27
selfoss is a lightweight php based application. Just follow the simple installation instructions:
26
28
@@ -31,10 +33,10 @@ selfoss is a lightweight php based application. Just follow the simple installat
31
33
5. Create cron job for updating feeds and point it to https://yoururl.com/update via `wget` or `curl`. You can also execute the `cliupdate.php` from command line.
32
34
33
35
For further questions or any problems, use our [support forum](forum). For a more detailed step-by-step example installation, please visit the [wiki](https://github.com/fossar/selfoss/wiki/).
34
-
</div>
36
+
</DocSection>
35
37
36
38
## Configuring selfoss {#configuration}
37
-
<divclass="documentation-entry">
39
+
<DocSection>
38
40
39
41
All [configuration options](@/docs/administration/options.md) are optional. Any settings in `config.ini` will override the settings in `src/helpers/Configuration.php`. For convenience, the archive includes `config-example.ini` file containing the default configuration exported in INI format. To customize settings follow these instructions:
40
42
@@ -57,11 +59,11 @@ db_database=selfoss
57
59
db_username=secretagent
58
60
db_password=life0fD4ng3r
59
61
```
60
-
</div>
62
+
</DocSection>
61
63
62
64
## Importing feeds from a different RSS reader {#importing}
63
-
<divclass="documentation-entry">
65
+
<DocSection>
64
66
65
67
selfoss supports importing OPML files. Find the OPML export in the old application, it is usually located somewhere in settings.
66
68
Then visit the page `https://your-selfoss-url.com/opml` and upload it there.
0 commit comments