[Bps-public-commit] rt-extension-articletemplates branch, master, updated. 1.00-1-g4e62f3d

Dustin Collins strega at bestpractical.com
Thu Oct 20 15:51:13 EDT 2016


The branch, master has been updated
       via  4e62f3da13ac12c081118656c3f9cd983c43de18 (commit)
      from  553d056a764b8a63e0c08353a94fd51353b70e65 (commit)

Summary of changes:
 README                               | 6 +++---
 lib/RT/Extension/ArticleTemplates.pm | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

- Log -----------------------------------------------------------------
commit 4e62f3da13ac12c081118656c3f9cd983c43de18
Author: Dustin Collins <strega at bestpractical.com>
Date:   Thu Oct 20 15:50:33 2016 -0400

    Adjust documentation description for clarity

diff --git a/README b/README
index 4b0568a..39fd7dc 100644
--- a/README
+++ b/README
@@ -3,9 +3,9 @@ NAME
 
 DESCRIPTION
     When this extension is installed, RT parses the content of Articles as a
-    template, using the Text::Template module; this can be used to make your
-    Articles dynamic. Text::Template is the same module that RT's Templates
-    use as well.
+    template, when inserting the article into a ticket, using the
+    Text::Template module; this can be used to make your Articles dynamic.
+    Text::Template is the same module that RT's Templates use as well.
 
 VERY IMPORTANT
     It's a SECURITY RISK to install this extension on systems where articles
diff --git a/lib/RT/Extension/ArticleTemplates.pm b/lib/RT/Extension/ArticleTemplates.pm
index 3d7e136..f1235c5 100644
--- a/lib/RT/Extension/ArticleTemplates.pm
+++ b/lib/RT/Extension/ArticleTemplates.pm
@@ -12,9 +12,9 @@ RT::Extension::ArticleTemplates - Turns Articles into dynamic templates
 =head1 DESCRIPTION
 
 When this extension is installed, RT parses the content of Articles as a
-template, using the L<Text::Template> module; this can be used to make
-your Articles dynamic.  L<Text::Template> is the same module that RT's
-Templates use as well.
+template, when inserting the article into a ticket, using the 
+L<Text::Template> module; this can be used to make your Articles dynamic.
+L<Text::Template> is the same module that RT's Templates use as well.
 
 =head1 VERY IMPORTANT
 

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list