1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-26 18:21:02 +00:00

[add] atom feeds for unread / fav items

This commit is contained in:
Nicolas Lœuillet 2013-12-03 10:40:27 +01:00
parent 5846b0f1b3
commit 72c20a5297
3 changed files with 68 additions and 0 deletions

View file

@ -70,6 +70,13 @@ if (isset($_GET['login'])) {
$poche->updateTheme();
} elseif (isset($_GET['updatelanguage'])) {
$poche->updateLanguage();
} elseif (isset($_GET['feed'])) {
if ($_GET['action'] == 'generate') {
$poche->generateToken();
}
else {
$poche->generateFeeds($_GET['token'], $_GET['user_id'], $_GET['type']);
}
}
elseif (isset($_GET['plainurl']) && !empty($_GET['plainurl'])) {