Verified Commit 4e6806b1 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3307700 by _shY, Amber Himes Matz: Update breadcrumbs in aggregator,...

Issue #3307700 by _shY, Amber Himes Matz: Update breadcrumbs in aggregator, color, and tracker help topics to use help_route_link function
parent f62119a7
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -4,15 +4,18 @@ related:
  - aggregator.overview
  - aggregator.managing
---
{% set aggregator_overview_url = render_var(url('aggregator.admin_overview')) %}
{% set aggregator_overview_link_text %}
{% trans %}Aggregator{% endtrans %}
{% endset %}
{% set aggregator_overview_link = render_var(help_route_link(aggregator_overview_link_text, 'aggregator.admin_overview')) %}
<h2>{% trans %}Goal{% endtrans %}</h2>
<p>{% 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 %}</p>
<h2>{% trans %}Steps{% endtrans %}</h2>
<ol>
  <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em> &gt; <em>Web services</em> &gt; <a href="{{ aggregator_overview_url }}"><em>Aggregator</em></a>.{% endtrans %}</li>
  <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em> &gt; <em>Web services</em> &gt; {{ aggregator_overview_link }}.{% endtrans %}</li>
  <li>{% trans %}Click <em>Add feed</em> if you have an individual feed URL to add, or <em>Import OPML</em> if you have an OPML-formatted list of feeds to add.{% endtrans %}</li>
  <li>{% trans %}If you clicked <em>Add feed</em>, enter a <em>Title</em> for the feed and the <em>URL</em> of the feed. Select an <em>Update interval</em> and click <em>Save</em>.{% endtrans %}</li>
  <li>{% trans %}If you clicked <em>Import OPML</em>, either choose an <em>OPML file</em> from your local computer or enter an <em>OPML Remote URL</em> to import an OPML list from a URL. Select an <em>Update interval</em> and click <em>Import</em>.{% endtrans %}</li>
  <li>{% trans %}In the <em>Manage</em> administrative menu, navigate back to <em>Configuration</em> &gt; <em>Web services</em> &gt; <a href="{{ aggregator_overview_url }}"><em>Aggregator</em></a>. You should see the new feed or feeds that you added in the list under <em>Feed overview</em>.{% endtrans %}</li>
  <li>{% trans %}In the <em>Manage</em> administrative menu, navigate back to <em>Configuration</em> &gt; <em>Web services</em> &gt; {{ aggregator_overview_link }}. You should see the new feed or feeds that you added in the list under <em>Feed overview</em>.{% endtrans %}</li>
  <li>{% trans %}To verify that your feed is working, click <em>Update items</em> in the <em>Operations</em> list for your feed, and then click the feed name to view the imported items on the standard provided feed page.{% endtrans %}</li>
</ol>
+5 −2
Original line number Diff line number Diff line
@@ -4,12 +4,15 @@ related:
  - aggregator.overview
  - aggregator.creating
---
{% set aggregator_overview_url = render_var(url('aggregator.admin_overview')) %}
{% set aggregator_overview_link_text %}
{% trans %}Aggregator{% endtrans %}
{% endset %}
{% set aggregator_overview_link = render_var(help_route_link(aggregator_overview_link_text, 'aggregator.admin_overview')) %}
<h2>{% trans %}Goal{% endtrans %}</h2>
<p>{% trans %}Manage an existing feed or change its configuration.{% endtrans %}</p>
<h2>{% trans %}Steps{% endtrans %}</h2>
<ol>
  <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em> &gt; <em>Web services</em>&gt; <a href="{{ aggregator_overview_url }}"><em>Aggregator</em></a>.{% endtrans %}</li>
  <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em> &gt; <em>Web services</em>&gt; {{ aggregator_overview_link }}.{% endtrans %}</li>
  <li>{% trans %}Click <em>Edit</em> in the <em>Operations</em> list for the feed you want to configure. Enter new values and click <em>Save</em>.{% endtrans %}</li>
  <li>{% trans %}Optionally, delete the previously-imported items from the feed by clicking <em>Delete items</em> in the <em>Operations</em> list for the feed.{% endtrans %}</li>
  <li>{% trans %}Optionally, import new items from the feed by clicking <em>Update items</em> in the <em>Operations</em> list for the feed. You can also run the site Cron process to import items into all feeds, depending on the configured <em>Update interval</em> for each feed.{% endtrans %}</li>
+5 −2
Original line number Diff line number Diff line
@@ -3,12 +3,15 @@ label: 'Changing the color palette of a theme'
related:
  - core.appearance
---
{% set appearance = render_var(url('system.themes_page')) %}
{% set appearance_link_text %}
  {% trans %}Appearance{% endtrans %}
{% endset %}
{% set appearance_link = render_var(help_route_link(appearance_link_text, 'system.themes_page')) %}
<h2>{% trans %}Goal{% endtrans %}</h2>
<p>{% 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 %}</p>
<h2>{% trans %}Steps{% endtrans %}</h2>
<ol>
  <li>{% trans %}In the Manage administrative menu, navigate to <a href="{{ appearance }}">Appearance</a>.{% endtrans %}</li>
  <li>{% trans %}In the Manage administrative menu, navigate to {{ appearance_link }}.{% endtrans %}</li>
  <li>{% trans %}Click the <em>Settings</em> link for the theme you want to change the colors of.{% endtrans %}</li>
  <li>{% trans %}In the <em>Color scheme</em> section, choose new colors for the backgrounds, text, and links that your theme defines colors for. However, if you do not see color settings, then your theme does not support the Color module.{% endtrans %}</li>
  <li>{% trans %}Click <em>Save configuration</em>. Color-specific stylesheets will be generated and saved in the file system.{% endtrans %}</li>
+5 −2
Original line number Diff line number Diff line
@@ -5,11 +5,14 @@ related:
  - statistics.tracking_popular_content
  - history.tracking_user_content
---
{% set recent = render_var(url('tracker.page')) %}
{% set recent_link_text %}
{% trans %}Recent content{% endtrans %}
{% endset %}
{% set recent_link = render_var(help_route_link(recent_link_text, 'tracker.page')) %}
<h2>{% trans %}What displays of recently-updated content are available?{% endtrans %}</h2>
<p>{% trans %}Assuming that you have the core Activity Tracker module installed, these pages that show recently-updated content are available:{% endtrans %}</p>
<ul>
  <li>{% trans %}<a href="{{ recent }}"><em>Recent content</em></a>: Shows the content that has been most recently added, updated, or commented on.{% endtrans %}</li>
  <li>{% trans %}{{ recent_link }}: Shows the content that has been most recently added, updated, or commented on.{% endtrans %}</li>
  <li>{% trans %}The <em>My recent content</em> tab on the <em>Recent content</em> page (for logged-in users) limits the list to content created or commented on by the user viewing the page.{% endtrans %}</li>
  <li>{% trans %}The <em>Activity</em> tab on a user profile shows the same list for the user whose profile is being viewed.{% endtrans %}</li>
</ul>