diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index 20ff9a0..a13af0c 100644 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig @@ -12,7 +12,7 @@
2. {% trans "Then, click on the right link below." %}
{% trans "3. Your feed token is currently empty and must first be generated to fetch content. Click here to generate it." %}
+ {% else %} +3. {% trans "Finally, 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 %}
+
{% trans "Click here" %} {% trans "to download your database." %}
{% endif %}