diff --git a/core/modules/help_topics/help_topics/aggregator.creating.html.twig b/core/modules/help_topics/help_topics/aggregator.creating.html.twig new file mode 100755 index 0000000000..e4c146c6bd --- /dev/null +++ b/core/modules/help_topics/help_topics/aggregator.creating.html.twig @@ -0,0 +1,16 @@ +--- +label: 'Creating a feed' +related: + - aggregator.overview + - aggregator.managing +--- +{% set aggregator_overview_url = render_var(url('aggregator.admin_overview')) %} +

{% trans %}Goal{% endtrans %}

+

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

+

{% trans %}Steps{% endtrans %}

+
    +
  1. {% trans %}In the Manage administrative menu, navigate to Configuration > Web services > Aggregator.{% endtrans %}
  2. +
  3. {% trans %}Click the Add feed or Import OPML button to add a new feed source.{% endtrans %}
  4. +
  5. {% trans %}If you clicked Add feed, configure Title of the feed and enter URL of the feed, set the Update interval time and click Save button.{% endtrans %}
  6. +
  7. {% trans %}If you clicked Import OPML, choose OPML file and enter OPML Remote URL, set the Update interval time and click Import button.{% endtrans %}
  8. +
diff --git a/core/modules/help_topics/help_topics/aggregator.managing.html.twig b/core/modules/help_topics/help_topics/aggregator.managing.html.twig new file mode 100755 index 0000000000..3d9365b950 --- /dev/null +++ b/core/modules/help_topics/help_topics/aggregator.managing.html.twig @@ -0,0 +1,19 @@ +--- +label: 'Managing and configuring an existing feed' +related: + - aggregator.overview + - aggregator.creating +--- +{% set aggregator_overview_url = render_var(url('aggregator.admin_overview')) %} +{% set cron_url = render_var(url('system.cron_settings')) %} +{% set aggregator_settings = render_var(url('aggregator.admin_settings')) %} +

{% trans %}Goal{% endtrans %}

+

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

+

{% trans %}Steps{% endtrans %}

+
    +
  1. {% trans %}In the Manage administrative menu, navigate to Configuration > Web services> Aggregator.{% endtrans %}
  2. +
  3. {% trans %}Choose a feed to configure and click add feed button to open the configuration page.{% endtrans %}
  4. +
  5. {% trans %}Choose the 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 %} +
  6. {% trans %}Run Update items in the feed drop-down list of actions to update the data of the feed.{% endtrans %}
  7. +
  8. {% trans %}Running cron will update the data of all the existing feeds.{% endtrans %}

    +
diff --git a/core/modules/help_topics/help_topics/aggregator.overview.html.twig b/core/modules/help_topics/help_topics/aggregator.overview.html.twig new file mode 100755 index 0000000000..88647fd157 --- /dev/null +++ b/core/modules/help_topics/help_topics/aggregator.overview.html.twig @@ -0,0 +1,22 @@ +--- +label: 'Aggregator overview' +top_level: true +--- +

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

+

{% trans %}Feeds are used to fetch syndicated content data provided by other sources into a website. Using the Aggregator module in core, site owners can gather, read, and display content from external sites around the internet. Administrators can add, edit, and delete feeds, and choose how often to check each feed for newly updated items on the Aggregator administration page.{% endtrans %}

+

{% trans %}What is OPML?{% endtrans %}

+

{% trans %}The OPML (Outline Processor Markup Language) specification defines an outline as a hierarchical, ordered list of arbitrary elements. The specification is fairly open which makes it suitable for many types of list data. Support for importing and exporting RSS feed lists in OPML format.{% endtrans %}

+

{% trans %}Overview of aggregation{% endtrans %}

+

{% trans %}The Aggregator module is a feed reader that is included in Drupal core. When enabled, the Aggregator module can fetch syndicated content from other websites. The Aggregator module can gather, read, and display news, text, images, and other content from external news sites and blogs around the internet. The Aggregator module fetches content from other sites.{% endtrans %}

+

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

+

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

+ +

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

+