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:
parent
7891a37861
commit
0cd6aadc91
5 changed files with 21 additions and 2 deletions
11
doc/DESCRIPTION.md
Normal file
11
doc/DESCRIPTION.md
Normal 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
1
doc/DESCRIPTION_fr.md
Normal 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.
|
BIN
doc/screenshots/screenshot.png
Normal file
BIN
doc/screenshots/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 813 KiB |
|
@ -8,6 +8,13 @@
|
||||||
},
|
},
|
||||||
"version": "20211221~ynh1",
|
"version": "20211221~ynh1",
|
||||||
"url": "http://tt-rss.org",
|
"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",
|
"license": "GPL-3.0-only",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "",
|
"name": "",
|
||||||
|
|
|
@ -107,8 +107,8 @@ ynh_backup_if_checksum_is_different --file="$final_path/config.php"
|
||||||
cp ../conf/config.php "$final_path/config.php"
|
cp ../conf/config.php "$final_path/config.php"
|
||||||
|
|
||||||
# Change domain name in 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_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_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"
|
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
|
# Recalculate and store the config file checksum into the app settings
|
||||||
|
|
Loading…
Reference in a new issue