From d9bb0cdeb86fafa995fd17acea4dc5c097056fe6 Mon Sep 17 00:00:00 2001 From: Maryana Rozhankivska Date: Thu, 3 Apr 2014 13:53:47 +0300 Subject: import w/o cron: explanation added --- themes/baggy/config.twig | 2 +- themes/default/config.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index fc7890ec..725b775e 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig @@ -106,7 +106,7 @@

{% trans "Import" %}

{% trans "You can import your Pocket, Readability, Instapaper, Wallabag or any data in appropriate json or html format." %}

-

{% trans "Please select export file on your computer:" %}

+

{% trans "Please select export file on your computer and press \"Import\" button below.
Wallabag will parse your file, insert all URLs and start fetching of articles if required.
Fetching process is controlled by two constants in your config file: IMPORT_LIMIT (how many articles are fetched at once) and IMPORT_DELAY (delay between fetch of next batch of articles)." %}

diff --git a/themes/default/config.twig b/themes/default/config.twig index 7ccd0b36..5bdaf567 100755 --- a/themes/default/config.twig +++ b/themes/default/config.twig @@ -105,7 +105,7 @@

{% trans "Import" %}

{% trans "You can import your Pocket, Readability, Instapaper, Wallabag or any data in appropriate json or html format." %}

-

{% trans "Please select export file on your computer:" %}

+

{% trans "Please select export file on your computer and press \"Import\" button below.
Wallabag will parse your file, insert all URLs and start fetching of articles if required.
Fetching process is controlled by two constants in your config file: IMPORT_LIMIT (how many articles are fetched at once) and IMPORT_DELAY (delay between fetch of next batch of articles)." %}

-- cgit v1.2.3