diff --git a/core/modules/help_topics/help_topics/aggregator.creating.html.twig b/core/modules/help_topics/help_topics/aggregator.creating.html.twig index a53a8886cf..bb397831b8 100644 --- a/core/modules/help_topics/help_topics/aggregator.creating.html.twig +++ b/core/modules/help_topics/help_topics/aggregator.creating.html.twig @@ -4,15 +4,16 @@ related: - aggregator.overview - aggregator.managing --- -{% set aggregator_overview_url = render_var(help_route_link('aggregator.admin_overview')) %} +{% set overview_link_text %}{% trans %}Aggregator{% endtrans %}{% endset %} +{% set overview_link = render_var(help_route_link(overview_link_text, 'aggregator.admin_overview')) %}
{% trans %}Create a new feed to display syndicated data from an outside source on your website, or import an OPML file to create multiple feeds.{% endtrans %}
{% trans %}Manage an existing feed or change its configuration.{% endtrans %}
{% trans %}Ban visitors from one or more IP addresses from accessing and viewing your site.{% endtrans %}
{% trans %}Configure the settings of a block that was previously placed in a region of a theme.{% endtrans %}
{% trans %}Create a custom block, which can later be placed on the site.{% endtrans %}
{% trans %}Define a custom block type and its fields.{% endtrans %}
{% trans %}Add a page to an existing book.{% endtrans %}
{% trans %}Configure settings related to books.{% endtrans %}
{% trans %}Change the order and titles of pages within a book.{% endtrans %}
{% trans %}Change the colors for links, backgrounds, and text in a theme that supports the Color module. Color-specific stylesheets will be generated and saved; you will need to follow these steps again to regenerate the stylesheets if you make any changes to the base stylesheets of your theme.{% endtrans %}
{% trans %}Create and download an archive containing all your site's configuration, exported as YAML files. See Managing and deploying configuration for more information about configuration.{% endtrans %}
{% trans %}Export a single configuration item to a file. See Managing and deploying configuration for more information about configuration.{% endtrans %}
{% trans %}Import the complete configuration of your site from an archive file, such as one that was previously exported (see Exporting your complete site configuration). See Managing and deploying configuration for more information about configuration.{% endtrans %}
{% trans %}Import a single configuration item in YAML format, such as one that was previously exported (see Exporting a single configuration item). See Managing and deploying configuration for more information about configuration.{% endtrans %}
{% trans %}Translate your site configuration to another language. See Adding a language if you need to add a new language.{% endtrans %}
{% trans %}Add, remove, or rearrange the fields on personal and site-wide contact forms.{% endtrans %}
{% trans %}Both personal and site-wide contact forms will always have Subject and Message fields. You can add additional fields for users to fill out if desired. Note that if you want to display other content on a form page, such as text or images, you can use a custom block.{% endtrans %}
{% trans %}Configure personal contact forms for registered users on the website.{% endtrans %}
{% trans %}Create a new site-wide contact form.{% endtrans %}
{% trans %}Set a site-wide contact form to be the default contact form (the form that is shown on the /contact URL).{% endtrans %}
{% trans %}Change the workflow state of a particular entity. See Managing content moderation workflows for an overview of workflows, and Managing content structure for an overview of content entities.{% endtrans %}
{% trans %}Users with the content moderation permissions can change workflow states. There are separate permissions for each transition.{% endtrans %}
+{% trans %}Users with the {{ content_moderation_permissions_link}} can change workflow states. There are separate permissions for each transition.{% endtrans %}
{% trans %}Create or edit a workflow with various workflow states (for example Concept, Archived, etc.) for moderating content. See Content moderation workflows for more information on workflows.{% endtrans %}
{% trans %}Users with the Administer workflows permission (typically administrators) can configure workflows.{% endtrans %}
+{% trans %}Users with the {{ workflows_permissions_link }} permission (typically administrators) can configure workflows.{% endtrans %}
{% trans %}Configure language and translation settings for one or more content entity types (see Managing content structure for an overview of content entities). To do this, you must have at least two languages configured. Afterwards, you will have a Translate operation available for your content entities, either as a tab or link when you are viewing or editing content, or on content administration pages.{% endtrans %}
{% trans %}There are four main types of data. Content is the information (text, images, etc.) meant to be displayed to website visitors. Configuration is data that defines how the content is displayed; some configuration (such as field labels) may also be visible to site visitors. State is temporary data about the state of your site, such as the last time the system cron jobs ran. Session is a subset of State information, related to users' interactions with the site, such as site cookies and whether or not they are logged in.{% endtrans %}
{% trans %}Depending on the core and contributed modules that you currently have installed on your site, the related topics below, and other topics listed on the main Help page, will help you with tasks related to content structure.{% endtrans %}
+{% trans %}Depending on the core and contributed modules that you currently have installed on your site, the related topics below, and other topics listed on the main {{ help_link }}, will help you with tasks related to content structure.{% endtrans %}
{% trans %}Configure your system so that cron will run automatically.{% endtrans %}
{% trans %}Configure a text format so that when a user is editing text and selects this text format, a text editor installed on your site is shown. Configure the text editor, such as choosing which buttons and functions are available. See Managing text filters and text formats for more about text formats.{% endtrans %}
{% trans %}A text editor is software (typically, a JavaScript library) that provides buttons and other command mechanisms to make editing HTML text easier. Some editors are called visual or WYSIWYG (What You See Is What You Get) editors; these editors hide the details of HTML from the user, and instead show formatted output on the screen. The core Text Editor module provides a framework for deploying text editors on your site. The core CKEditor module provides CKEditor, which is a widely-used JavaScript WYSIWYG editor that creates clean and valid HTML; the module also enforces the HTML tag restrictions in the associated text format. Various contributed modules provide other editors; to install a new editor, besides installing the module, you may need to download the editor library from a third-party site.{% endtrans %}
{% trans %}Add a field to an entity sub-type; see Managing content structure for an overview of entity types and sub-types, as well as an overview of field types.{% endtrans %}
{% trans %}Configure the formatters used to display the fields of an entity sub-type, their order in the display, and the formatter settings. See Managing content structure for background information.{% endtrans %}
{% trans %}Configure the widgets used to edit the fields of an entity sub-type, their order on the form, and the widget settings. See Managing content structure for background information.{% endtrans %}
{% trans %}Add an entity reference field to an entity sub-type; see Managing content structure for more information on entities and reference fields.{% endtrans %}
{% trans %}Configure text formats on the site.{% endtrans %}
{% trans %}Configure settings for forums, and set up forum structure.{% endtrans %}
{% trans %}Lock a topic to prevent users from making any more comments.{% endtrans %}
{% trans %}Move a forum topic and all of its comments to a new forum. {% endtrans %}
{% trans %}Post a new topic in a forum to start a discussion.{% endtrans %}
{% trans %}Set up your site so that users can search for help.{% endtrans %}
{% trans %}Add a new image style, which can be used to process and display images. See Managing media for an overview of image styles.{% endtrans %}
{% trans %}Add a language to your site.{% endtrans %}
{% trans %}Configure the methods used to decide which language will be used to display text on your site.{% endtrans %}
{% trans %}A layout consists of one or more sections. Each section can have from one to four columns. You can place blocks, including special blocks for the fields on the entity sub-type, in each column of each section (see Managing blocks for more on blocks).{% endtrans %}
{% trans %}Import a file (.po extension) containing translations for user interface text.{% endtrans %}
{% trans %}Translate user interface text strings from English into a non-English language that is configured on your site.{% endtrans %}
{% trans %}Check the current status of interface translations, and see if there are any updates available.{% endtrans %}
{% trans %}Add a new media type that can be referenced in Media reference fields; media types are a content entity type. See the Managing media topic for an overview of media items and media types, and the Managing content structure topic for more information on content entities and fields.{% endtrans %}
{% trans %}For an existing content type, configure the available menus that will be shown as options on content editing screens; links to content items of this type can be added to these menus during editing.{% endtrans %}
{% trans %}Add a link to a menu. Note that you can also add a link to a menu from the content edit page if menu settings have been configured for the content type.{% endtrans %}
{% trans %}Create a new menu.{% endtrans %}
{% trans %}Disable menu links or change the order and hierarchy of menu links.{% endtrans %}
{% trans %}Migrate data into a new, empty site, as part of an upgrade from an older version of Drupal. See Migrating and upgrading for an overview of migrating and upgrading.{% endtrans %}
{% trans %}Configure a responsive image style, which can be used to display images at different sizes on different devices. See Managing media for an overview of responsive image styles, and Managing height, width, and resolution breakpoints for an overview of breakpoints.{% endtrans %}
{% trans %}Configure one or more search pages.{% endtrans %}
{% trans %}Manage the search index, and make sure that the site is fully indexed for searching.{% endtrans %}
{% trans %}The Content and Help search types provided by the core software pre-index their content and store the results in several database tables that are collectively called the search index. The process of indexing renders the content and breaks it up into words, which can then be matched more efficiently with keyword queries when users perform searches. Search indexing happens during cron runs; see Running and configuring cron for more information about cron.{% endtrans %}
{% trans %}The core Search module organizes site search into pages. Each page allows users to search a particular type of content with a particular configuration. The configuration includes specifying a URL that starts with search, a name for the page, and additional options for some search page types.{% endtrans %}
-{% trans %}When users visit the main Search page, they will see the configured search pages that they have access to. Each search page has a search form on it, and the page will display search results after the user enters keywords into the form and clicks the search button.{% endtrans %}
+{% trans %}When users visit the main {{ search_link }}, they will see the configured search pages that they have access to. Each search page has a search form on it, and the page will display search results after the user enters keywords into the form and clicks the search button.{% endtrans %}
{% trans %}The core Search module provides the ability to configure search pages; search page types are provided by both core and contributed modules. The core modules that provide search page types are:{% endtrans %}
{% trans %}Configure and display tracking of how many times content has been viewed on your site, assuming that the core Statistics module is currently installed.{% endtrans %}
{% trans %}You can display a content hits counter of how many times a content item has been viewed, at the bottom of content item pages. You can also place a Popular content block in a region of your theme, which shows a list of the most popular and most recently-viewed content.{% endtrans %}
{% trans %}Clear the data in the site cache.{% endtrans %}
{% trans %}Some of the calculations that are done when your site loads a page take a long time to run. To save time when these calculations would need to be done again, their results can be cached in your site's database. There are internal mechanisms to clear cached data when the conditions or assumptions that went into the calculation have changed, but you can also clear cached data manually. When your site is misbehaving, a good first step is to clear the cache and see if the problem goes away.{% endtrans %}
{% trans %}Configure the basic settings of your site, including the site name, slogan, main email address, default time zone, default country, and the date formats to use.{% endtrans %}
{% trans %}Set up your site to respond appropriately to site errors, including 403 and 404 page responses.{% endtrans %}
{% trans %}Put your site in maintenance mode to perform maintenance operations, and then return to normal mode when finished.{% endtrans %}
@@ -12,10 +13,10 @@ related:{% trans %}When your site is in maintenance mode, most site visitors will see a simple maintenance mode message page, rather than being able to use the full functionality of the site. Users with Use the site in maintenance mode permission who are already logged in will be able to use the full site, and the log in page at /user will also be accessible to anyone.{% endtrans %}
{% trans %}Install a core module, or a contributed module that has already been downloaded.{% endtrans %}
{% trans %}Uninstall a module. Your site should be in maintenance mode when you uninstall modules.{% endtrans %}
{% trans %}Run reports to learn about the status and health of your site.{% endtrans %}
{% trans %}Install a core theme, or a contributed theme that has already been downloaded. Choose the default themes to use for the site and for administrative pages.{% endtrans %}
{% trans %}Uninstall a theme that was previously installed, but is no longer being used on the site.{% endtrans %}
{% trans %}Assuming that you have the core Activity Tracker module installed, these pages that show recently-updated content are available:{% endtrans %}
{% trans %}Create a new user account.{% endtrans %}
{% trans %}Create a new role.{% endtrans %}
{% trans %}Modify the permissions for an existing role.{% endtrans %}
{% trans %}Configure settings related to how user accounts are created and deleted.{% endtrans %}
{% trans %}Update or delete an existing user account.{% endtrans %}
{% trans %}Add a new display to an existing view. This will allow you to display similar data to an existing view, using similar settings, in a new block, page, feed, etc.{% endtrans %}
{% trans %}Create a new view to list content or other items on your site.{% endtrans %}
{% trans %}Edit an existing view display, to modify what data is displayed or how it is displayed.{% endtrans %}