Updated Home (markdown)

martinrotter 2020-06-16 06:42:47 +02:00
parent 08d12fac06
commit b5dbdfd7a5
1 changed files with 4 additions and 6 deletions

10
Home.md

@ -10,13 +10,11 @@ See **Sponsor** button on the top of this page. **I say "thank you" for all your
Thanks to
-----
* **Elbert Pol** - huge contrubutions, including translating and testing in OS/2 environment.
* **Asen Anastassov** - testing, providing great feedback.
* **eson** - rock-solid translation into Sweden language.
I personally send "thank you" to all contributors (translators, source code contributors, issue reporters) and users.
Philosophy
----------
RSS Guard tends to be independent software. It's free, it's open-source. RSS Guard accepts donations but only to SUPPORT its development.
RSS Guard tends to be independent software. It's free, it's open-source. RSS Guard accepts donations but only as a way of saying "thank you for RSS Guard".
Versioning
----------
@ -36,13 +34,13 @@ RSS Guard checks "home directory" (this is `C:\Users\<user>\` directory on Windo
```
.rssguard\data\config\config.ini
```
If that file exists, then RSS Guard will use the file (non-portable **FALLBACK** settings). If this file is not found, then application will check if its root path (folder in which RSS Guard is installed) is writtable, and if it is, it will store settings in it, in subfolder:
If that file exists, then RSS Guard will use the file (non-portable **FALLBACK** settings). If this file is not found, then application will check if its root path (folder in which RSS Guard executable is installed) is writable, and if it is, it will store settings in it, in subfolder:
```
data\config\config.ini
```
This is fully-portable mode.
Otherwise, standard "config" folder is used. Check "About RSS Guard dialog" to find more info.
Otherwise, standard "config" folder is used. Check "About RSS Guard" dialog to find more info.
Localizations
-------------