-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Good first issue 1️⃣Beginner friendly - New contributors are welcomeBeginner friendly - New contributors are welcomeI18n 🌍TranslationsTranslationsNot urgent 🐌help wanted
Milestone
Description
This page is still in plain English and needs a translation
Lines 25 to 45 in b5445e1
| <body> | |
| <h1>FreshRSS API endpoints</h1> | |
| <h2>Google Reader compatible API</h2> | |
| <dl> | |
| <dt>Your API address:</dt> | |
| <dd><?php | |
| echo Minz_Url::display('/api/greader.php', 'html', true); | |
| ?></dd> | |
| <dt>Google Reader API configuration test:</dt> | |
| <dd id="greaderOutput">?</dd> | |
| </dl> | |
| <h2>Fever compatible API</h2> | |
| <dl> | |
| <dt>Your API address:</dt> | |
| <dd><?php | |
| echo Minz_Url::display('/api/fever.php', 'html', true); | |
| ?></dd> | |
| <dt>Fever API configuration test:</dt> | |
| <dd id="feverOutput">?</dd> |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Good first issue 1️⃣Beginner friendly - New contributors are welcomeBeginner friendly - New contributors are welcomeI18n 🌍TranslationsTranslationsNot urgent 🐌help wanted