From f454536221556893c2525ffb2003baf75ce64dcb Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Sat, 22 Dec 2018 12:47:39 -0500 Subject: [PATCH] Taiga 543: Fix capitalization in OPAC > Enhanced content --- source/opac.rst | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/source/opac.rst b/source/opac.rst index e440671..08df3fe 100644 --- a/source/opac.rst +++ b/source/opac.rst @@ -547,7 +547,7 @@ account page where they'll see all of the items they have on hold. .. _enhanced-content-label: -Enhanced Content +Enhanced content ------------------------------------------- .. _opac-tagging-label: @@ -653,11 +653,11 @@ opening your Zotero library. .. _custom-rss-feeds-label: -Custom RSS Feeds +Custom RSS feeds ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Using misc/cronjobs/rss/rss.pl you can generate an RSS feed for any SQL -query (for example a new acquisitions RSS feed). rss.pl is run on the +Using the :ref:`RSS feeds cron job` you can generate an RSS feed for any SQL +query (for example a new acquisitions RSS feed). The cron job is run on the command line to produce an RSS XML document. The output should be placed in a directory accessible to the OPAC (or @@ -666,7 +666,7 @@ staff) web interface so that users can download the RSS feed. An example of usage can be found at: misc/cronjobs/rss.pl lastAcquired.conf -Normally rss.pl should be run periodically (e.g., daily) to keep the +Normally the RSS cron job should be run periodically (e.g., daily) to keep the feed up-to-date. The configuration file (e.g., lastAcquired.conf) lists @@ -677,12 +677,12 @@ The configuration file (e.g., lastAcquired.conf) lists - SQL query -rss.pl runs the SQL query, then feeds the output of the query through +The RSS cron job runs the SQL query, then feeds the output of the query through the template to produce the output file. **Important** - To use custom RSS feeds you need to turn on the rss.pl cron job. + To use custom RSS feeds you need to turn on the :ref:`RSS cron job`. .. _opac-self-registration-label: -- 1.7.2.5