--- label: 'Importing syndicated content' top_level: true related: - block.place --- {% set creating_topic = render_var(help_topic_link('aggregator.creating')) %} {% set managing_topic = render_var(help_topic_link('aggregator.managing')) %}

{% trans %}What is a feed?{% endtrans %}

{% trans %}A feed is syndicated content data provided by a source outside of your website, which is imported into your website.{% endtrans %}

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

{% trans %}OPML (Outline Processor Markup Language) is a specification for making hierarchical lists, which is commonly used for lists of feeds.{% endtrans %}

{% trans %}What are the options for updating feed items?{% endtrans %}

{% trans %}Feeds are updated (new items imported) each time your site's cron task runs, if the selected Update interval for the feed has passed. You can also update feeds manually; see {{ managing_topic }} for details.{% endtrans %}

{% trans %}What are the options for displaying feeds?{% endtrans %}

{% trans %}Using the core Aggregator, Views, Views UI, and Block modules, you can display feed data in your site in various ways (see related topics for more information):{% endtrans %}

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

{% trans %}The core Aggregator module allows you to add, edit, and delete feeds, choose how often to import items from feeds, and display the feeds. See the related topics below for specific tasks.{% endtrans %}