[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. fefaf9688e338271e0fc975328b0143a4ef1cdff
Evergreen Git
git at git.evergreen-ils.org
Fri Jul 8 10:40:10 EDT 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_10 has been updated
via fefaf9688e338271e0fc975328b0143a4ef1cdff (commit)
from 6c0e9a84ce81fc9da4c91f42967403ae46d70681 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit fefaf9688e338271e0fc975328b0143a4ef1cdff
Author: Remington Steed <rjs7 at calvin.edu>
Date: Fri Jul 8 10:32:05 2016 -0400
Docs: Small syntax fix, formatting improvements
This commit fixes a small AsciiDoc syntax bug caused by a real '_' that
accidentally closed the '_' italics tag. This block of documentation
will now more closely match the identical content found in
'admin/template_toolkit.txt' (chapter labeled "TPac Configuration and
Customization").
Signed-off-by: Remington Steed <rjs7 at calvin.edu>
diff --git a/docs/admin_initial_setup/designing_your_catalog.txt b/docs/admin_initial_setup/designing_your_catalog.txt
index 91948a3..4abb10f 100644
--- a/docs/admin_initial_setup/designing_your_catalog.txt
+++ b/docs/admin_initial_setup/designing_your_catalog.txt
@@ -189,18 +189,18 @@ _opac/parts/header.tt2_ file.
</div>
----
-For the most part, the page looks like regular HTML, but note the _[%_(" ")%]_
-that surrounds the text of each link. The _[% ... %]_ signifies a TT block,
-which can contain one or more TT processing instructions. l(" ... "); is a
+For the most part, the page looks like regular HTML, but note the `[%_(" ")%]`
+that surrounds the text of each link. The `[% ... %]` signifies a TT block,
+which can contain one or more TT processing instructions. `l(" ... ");` is a
function that marks text for localization (translation); a separate process can
subsequently extract localized text as GNU gettext-formatted PO (Portable
Object) files.
As Evergreen supports multiple languages, any customization to Evergreen's
default text must use the localization function. Also, note that the
-localization function supports placeholders such as [_1], [_2] in the text;
+localization function supports placeholders such as `[_1]`, `[_2]` in the text;
these are replaced by the contents of variables passed as extra arguments to the
-l() function.
+`l()` function.
Once the link and link text has been edited to your satisfaction, load the page
in a Web browser and see the live changes immediately.
-----------------------------------------------------------------------
Summary of changes:
.../admin_initial_setup/designing_your_catalog.txt | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list