diff options
| author | 2025-03-24 13:04:10 +0000 | |
|---|---|---|
| committer | 2025-03-24 14:04:10 +0100 | |
| commit | b0a3ae1e7af2a1485439439463ceed3dc2057f65 (patch) | |
| tree | e7a7e222318d09d68597d8fe7630a3ec11d1b959 /app/views/index/about.phtml | |
| parent | 0217c839793174bbbf928a9d78eead368ccf5fae (diff) | |
Clarify MINZ usage (#7426)
* Clarify MINZ usage
MINZ (archived, read-only) is not a dependency
of FreshRSS, which would be very concerning.
Instead, FreshRSS copied MINZ and has evolved
it since then under the same license.
Ref: https://github.com/FreshRSS/FreshRSS/discussions/7425
* Move credits to README
* Delete credits from web UI
* Additional changes
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/views/index/about.phtml')
| -rw-r--r-- | app/views/index/about.phtml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/index/about.phtml b/app/views/index/about.phtml index fc28608f7..9e56a1afe 100644 --- a/app/views/index/about.phtml +++ b/app/views/index/about.phtml @@ -66,9 +66,6 @@ } } ?> - - <h2><?= _t('index.about.credits') ?></h2> - <p><?= _t('index.about.credits_content') ?></p> </main> <?php if (!FreshRSS_Auth::hasAccess()) { ?> |
