Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bestpractical/rtfm-extension-articletemplate
https://github.com/bestpractical/rtfm-extension-articletemplate
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestpractical/rtfm-extension-articletemplate
- Owner: bestpractical
- Created: 2009-11-04T15:40:33.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2012-12-07T02:38:54.000Z (about 12 years ago)
- Last Synced: 2023-04-13T18:31:29.933Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/rtfm-extension-articletemplate
- Size: 160 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
RTFM::Extension::ArticleTemplates - turns articles into dynamic
templates.DESCRIPTION
This extension works with RT 3.8 and RTFM. If you are using RT 4.0
please see RT::Extension::ArticleTemplates.When this extension is installed RTFM parses content of articles as a
template using Text::Template module. Using this extension you can make
your articles dynamic. Text::Template module is used to parse RT's
Templates as well and its syntax is pretty simple - you can consult RT
docs/wiki or module's documentation.VERY IMPORTANT
It's a SECURITY RISK to install this extension on systems where articles
can be changed by not trusted users. You're warned!Your articles may contain some text that looks like a template and will
be parsed after installation when it's actually is not valid template.INSTALLATION
This extension requires RTFM 2.2.2.perl Makefile.PL
make
make install
May need root permissionsEdit your /opt/rt4/etc/RT_SiteConfig.pm
Add this line:Set(@Plugins, qw(RTFM::Extension::ArticleTemplates));
or add "RTFM::Extension::ArticleTemplates" to your existing @Plugins
line.Clear your mason cache
rm -rf /opt/rt4/var/mason_data/objRestart your webserver
AUTHOR
Kevin Falcone Ruslan Zakirov
LICENCE AND COPYRIGHT
Copyright (c) 2008,2012 Best Practical Solutions, LLC. All rights
reserved.This module is free software; you can redistribute it and/or modify it
under the terms of version 2 of the GNU General Public License.