1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

Add readme

This commit is contained in:
ericgaspar 2021-12-28 10:42:49 +01:00
parent 7891a37861
commit 0cd6aadc91
5 changed files with 21 additions and 2 deletions

11
doc/DESCRIPTION.md Normal file
View file

@ -0,0 +1,11 @@
Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator.
## Features
- feed aggregation / syndication,
- OPML import/export,
- multiple ways to share stuff: export RSS feeds, plugins for various social sites, sharing by URL, etc,
- sharing arbitrary content through tt-rss,
- Plugins and themes,
- podcasts,
- flexible article filtering

1
doc/DESCRIPTION_fr.md Normal file
View file

@ -0,0 +1 @@
Tiny Tiny RSS est un lecteur et agrégateur de flux d'actualités (RSS/Atom) en ligne gratuit et open source.

Binary file not shown.

After

Width:  |  Height:  |  Size: 813 KiB

View file

@ -8,6 +8,13 @@
},
"version": "20211221~ynh1",
"url": "http://tt-rss.org",
"upstream": {
"license": "GPL-3.0-only",
"website": "http://tt-rss.org",
"demo": "https://demo.yunohost.org/ttrss/",
"admindoc": "https://git.tt-rss.org/git/tt-rss/wiki",
"code": "https://git.tt-rss.org/git/tt-rss"
},
"license": "GPL-3.0-only",
"maintainer": {
"name": "",

View file

@ -107,8 +107,8 @@ ynh_backup_if_checksum_is_different --file="$final_path/config.php"
cp ../conf/config.php "$final_path/config.php"
# Change domain name in config.php
ynh_replace_string --match_string="__DB_NAME__" --replace_string="$db_name" --target_file="$final_path/config.php"
ynh_replace_string --match_string="__DB_PWD__" --replace_string="$db_pwd" --target_file="$final_path/config.php"
ynh_replace_string --match_string="__DB_NAME__" --replace_string="$db_name" --target_file="$final_path/config.php"
ynh_replace_string --match_string="__DB_PWD__" --replace_string="$db_pwd" --target_file="$final_path/config.php"
ynh_replace_string --match_string="__DOMAIN_PATH__" --replace_string="https://$domain$path_url" --target_file="$final_path/config.php"
# Recalculate and store the config file checksum into the app settings