зеркало из https://github.com/nextcloud/news.git
Rakekniven patch 1 (#204)
* Update FeedFetcher.php * Update part.content.warnings.php * Update part.content.warnings.php
This commit is contained in:
Родитель
ae539ae984
Коммит
0fa82e88d7
|
@ -142,7 +142,7 @@ class FeedFetcher implements IFeedFetcher {
|
|||
if ($ex instanceof MalFormedXmlException) {
|
||||
$msg = $this->l10n->t('Feed contains invalid XML');
|
||||
} else if ($ex instanceof SubscriptionNotFoundException) {
|
||||
$msg = $this->l10n->t('Feed not found: either the website ' .
|
||||
$msg = $this->l10n->t('Feed not found: Either the website ' .
|
||||
'does not provide a feed or blocks access. To rule out ' .
|
||||
'blocking, try to download the feed on your server\'s ' .
|
||||
'command line using curl: curl ' . $url);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php if ($_['warnings']['improperlyConfiguredCron']) { ?>
|
||||
<news-instant-notification id="cron-warning">
|
||||
<p><?php p($l->t('Ajax or Web cron mode detected! Your feeds will not be updated!')); ?></p>
|
||||
<p><?php p($l->t('Ajax or webcron mode detected! Your feeds will not be updated!')); ?></p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://docs.nextcloud.org/server/9/admin_manual/configuration_server/background_jobs_configuration.html#cron"
|
||||
|
|
Загрузка…
Ссылка в новой задаче