From: Bob Maerten Date: Fri, 7 Mar 2014 15:44:05 +0000 (+0100) Subject: Changed text to clarify import process. X-Git-Tag: 1.6.0^2~36^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=7c6aa8d826067ad2949952001ecf7197d8e4c011;p=github%2Fwallabag%2Fwallabag.git Changed text to clarify import process. --- diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index 95db92fe..20ff9a00 100644 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig @@ -44,7 +44,7 @@

{% trans "Your user id:" %} {{user_id}}

{% trans "You can regenerate your token: generate!." %}

{% endif %} - +

{% trans "Change your theme" %}

@@ -105,7 +105,8 @@ {% endif %}

{% trans "Import" %}

-

1. {% trans "Select a file on your computer and upload it." %}

+

{% trans "Importing from other services can be quite long, and webservers default configuration often prevents long scripts execution time, so it must be done in multiple parts." %}

+

1. {% trans "First, select the export file on your computer and upload it." %}

@@ -130,8 +131,8 @@ {% if token == '' %}

{% trans "3. Your feed token is currently empty and must first be generated to fetch content. Click here to generate it." %}

{% else %} -

3. {% trans "You can fetch content for imported items." %} Click here to fetch content for 10 articles.

-

{% trans "You can also create a cron task:" %}

+

3. {% trans "Finaly, you have to fetch content for imported items." %} {% trans "Click here" %} {% trans "to fetch content for 10 articles" %}.

+

{% trans "If you have console access to your server, you can also create a cron task:" %}

0 */4 * * *  cd /path/to/wallabag && php cron.php --limit=10 --user-id={{user_id}} --token={{token}} >/dev/null 2>&1
{% endif %}