diff --git a/core/modules/aggregator/help_topics/aggregator.creating.html.twig b/core/modules/aggregator/help_topics/aggregator.creating.html.twig new file mode 100644 index 0000000..d723a43 --- /dev/null +++ b/core/modules/aggregator/help_topics/aggregator.creating.html.twig @@ -0,0 +1,15 @@ + + +{% set aggregator_overview_url = render_var(url('aggregator.admin_overview')) %} + +

Goal

+

{% trans %}Creating a new feed to display remote data on the website.{% endtrans %}

+

Steps

+
    +
  1. {% trans %}Navigate to main aggregator display.{% endtrans %}
  2. +
  3. {% trans %}Use the Add feed or OPML-Import button to add a new feed source and set the specific configuration.{% endtrans %}
  4. +
+

Additional resources

+ diff --git a/core/modules/aggregator/help_topics/aggregator.displaying.html.twig b/core/modules/aggregator/help_topics/aggregator.displaying.html.twig new file mode 100644 index 0000000..d7b50ee --- /dev/null +++ b/core/modules/aggregator/help_topics/aggregator.displaying.html.twig @@ -0,0 +1,21 @@ + + +{% set modules_url = render_var(url('system.modules_list')) %} +{% set aggregator_overview_url = render_var(url('aggregator.admin_overview')) %} +{% set block_admin_url = render_var(url('block.admin_display')) %} +{% set cron_url = render_var(url('system.cron_settings')) %} +{% set view_add = render_var(url('views_ui.add')) %} + +

Goal

+

{% trans %}Displaying a created feed on the website.{% endtrans %}

+

Steps

+

{% trans %}There are multiple options to display a feed:{% endtrans %}

+ +

Additional resources

+ diff --git a/core/modules/aggregator/help_topics/aggregator.managing.html.twig b/core/modules/aggregator/help_topics/aggregator.managing.html.twig new file mode 100644 index 0000000..5fac094 --- /dev/null +++ b/core/modules/aggregator/help_topics/aggregator.managing.html.twig @@ -0,0 +1,19 @@ + + +{% set aggregator_overview_url = render_var(url('aggregator.admin_overview')) %} +{% set cron_url = render_var(url('system.cron_settings')) %} + +

Goal

+

{% trans %}Managing an existing feed and changing its configuration.{% endtrans %}

+

Steps

+
    +
  1. {% trans %}Navigate to main aggregator display.{% endtrans %}
  2. +
  3. {% trans %}Select a feed to configure and change the configuration in the next step.{% endtrans %}
  4. +
  5. {% trans %}Run Update items in the feed drop-down list of actions to update the data of the feed.{% endtrans %}
  6. +
  7. {% trans %}Running cron will update the data of all the existing feeds.{% endtrans %}

    +
+

Additional resources

+ diff --git a/core/modules/aggregator/help_topics/aggregator.overview.html.twig b/core/modules/aggregator/help_topics/aggregator.overview.html.twig new file mode 100644 index 0000000..599598b --- /dev/null +++ b/core/modules/aggregator/help_topics/aggregator.overview.html.twig @@ -0,0 +1,11 @@ + + + +

{% trans %}What are feeds?{% endtrans %}

+

{% trans %}Feeds are used to fetch syndicated content data provided by other sources into a website.{% endtrans %}

+

{% trans %}Managing feeds overview{% endtrans %}

+

{% trans %}Using the Aggregator module in core, site owners can gather, read, and display content from external sites around the internet. See the related topics and ressources listed below for specific tasks and more information.{% endtrans %}

+

Additional resources

+