aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-11-14 23:28:01 +0100
committerGravatar GitHub <noreply@github.com> 2023-11-14 23:28:01 +0100
commit618ce380e7f6a10b481b9cf32f861d1e01689505 (patch)
tree260452887226bc698d3f330f23a929ca99f4b41d /app/views
parent8631d6f80d0705debe0e8861b2633df1760a0c70 (diff)
More WebSub doc (#5862)
* More WebSub doc * UI for WebSub + more documentation And spellcheck Frech * Links to WebSub doc from readme * Add link to WebSub doc in admin interface * Fix checkbox * Plural
Diffstat (limited to 'app/views')
-rw-r--r--app/views/configure/system.phtml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/views/configure/system.phtml b/app/views/configure/system.phtml
index 52fd9ee87..b1522749f 100644
--- a/app/views/configure/system.phtml
+++ b/app/views/configure/system.phtml
@@ -32,6 +32,16 @@
</div>
<div class="form-group">
+ <label class="group-name" for="websub"><?= _t('sub.feed.websub') ?></label>
+ <div class="group-controls">
+ <input type="checkbox" id="websub" name="websub" disabled="disabled" <?=
+ FreshRSS_Context::$system_conf->pubsubhubbub_enabled && Minz_Request::serverIsPublic(FreshRSS_Context::$system_conf->base_url) ? 'checked="checked"' : '' ?> />
+ <p class="help"><?= _i('help') ?> <?= _t('admin.system.websub.help') ?></p>
+ <p class="help"><?= _i('help') ?> <?= _t('admin.system.sensitive-parameter') ?></p>
+ </div>
+ </div>
+
+ <div class="form-group">
<label class="group-name" for="auto-update-url"><?= _t('admin.system.auto-update-url') ?></label>
<div class="group-controls">
<input type="text" id="auto-update-url" name="auto-update-url" value="<?= FreshRSS_Context::$system_conf->auto_update_url ?>"