diff --git a/core/modules/aggregator/help_topics/aggregator.creating.html.twig b/core/modules/aggregator/help_topics/aggregator.creating.html.twig index 12f47f894c..ae82ea924f 100644 --- a/core/modules/aggregator/help_topics/aggregator.creating.html.twig +++ b/core/modules/aggregator/help_topics/aggregator.creating.html.twig @@ -1,16 +1,10 @@ {% set aggregator_overview_url = render_var(url('aggregator.admin_overview')) %} -{% set aggregator_import_opml = render_var(url('aggregator.opml_add')) %} -

Goal

+

{% trans %}Goal{% endtrans %}

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

-

Steps

+

{% trans %}Steps{% endtrans %}

    -
  1. {% trans %}In the Manage administrative menu, navigate to Configuration > Web Services > Aggregator.{% 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. -
  5. {% trans %}OPML is an XML-based file format used to share outline-structured information such as a list of RSS feeds. Feeds can also be imported via an OPML file. {% endtrans %}
  6. +
  7. {% trans %}In the Manage administrative menu, navigate to Configuration > Web Services > Aggregator. This will take you to the Aggregator Administration Page.{% endtrans %}
  8. +
  9. {% trans %}Use the Add feed button or import OPML button to add a new feed source and set the specific configuration.{% endtrans %}
-

Additional resources

- diff --git a/core/modules/aggregator/help_topics/aggregator.displaying.html.twig b/core/modules/aggregator/help_topics/aggregator.displaying.html.twig index 2dbb3d4459..7c11dba348 100644 --- a/core/modules/aggregator/help_topics/aggregator.displaying.html.twig +++ b/core/modules/aggregator/help_topics/aggregator.displaying.html.twig @@ -1,22 +1,10 @@ -{% 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 %}Goal{% endtrans %}

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

-

Steps

+

{% trans %}Steps{% endtrans %}

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

    -
  1. {% trans %}Adding the Aggregator feed block in Structure > Block layout.{% endtrans %}
  2. -
  3. {% trans %}The most recent content in a feed can be displayed as a block through the Blocks administration page.
  4. {% endtrans %} -
  5. {% trans %}Creating a view in Structure > Views > Add view to show Aggregator feed items.{% endtrans %}
  6. -
  7. {% trans %}Navigating to the canonical feed URL (/aggregator/sources/{aggregator_feed}).{% endtrans %}
  8. +
  9. {% trans %}The most recent content in a feed can be displayed as a block by adding the Aggregator feed block in Structure > Block layout. See Block Help for more information.
  10. {% endtrans %} +
  11. {% trans %}Aggregator feed items can also be shown by creating a view in Structure > Views > Add view. See View Help for more information.{% 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 index fbaf9aa0c2..36fe34309a 100644 --- a/core/modules/aggregator/help_topics/aggregator.managing.html.twig +++ b/core/modules/aggregator/help_topics/aggregator.managing.html.twig @@ -4,18 +4,16 @@ {% set cron_url = render_var(url('system.cron_settings')) %} {% set aggregator_settings = render_var(url('aggregator.admin_settings')) %}

Goal

-

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

+

{% trans %}Manage an existing feed and change its configuration.{% endtrans %}

Steps

    -
  1. {% trans %}In the Manage administrative menu, navigate to Configuration > Web Services > Aggregator.{% endtrans %}
  2. -
  3. {% trans %}This will take you to the Aggregator Administration page.{% endtrans %}
  4. - +
  5. {% trans %}In the Manage administrative menu, navigate to Configuration > Web Services > Aggregator. This will take you to the Aggregator Administration Page.{% endtrans %}
  6. {% trans %}Select a feed to configure and change the configuration in the next step.{% endtrans %}
  7. {% trans %}Administrators can choose how many items are displayed in the listing pages, whether they should be trimmed to a maximum number of characters on the Aggregator settings page.{% endtrans %}
  8. {% trans %}Run Update items in the feed drop-down list of actions to update the data of the feed.{% endtrans %}
  9. {% trans %}Running cron will update the data of all the existing feeds.{% endtrans %}

-

Additional resources

+

{% trans %}Additional resources{% endtrans %}