Changed the Help so that chapters with only 1 page are directly linked, saving a click.
Added pluggable template parser docs. From the dev list, changed HTMLTemplateExpr to translate all dots in template variables to underscores, since EXPR's don't do dots, just like TemplateToolkit.
This commit is contained in:
parent
8905b7252c
commit
0b1e077f69
14 changed files with 319 additions and 4 deletions
23
lib/WebGUI/i18n/English/Template_HTMLTemplate.pm
Normal file
23
lib/WebGUI/i18n/English/Template_HTMLTemplate.pm
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
package WebGUI::i18n::English::Template_HTMLTemplate;
|
||||
|
||||
our $I18N = {
|
||||
'html template title' => {
|
||||
message => q|HTML Template|,
|
||||
lastUpdated => 1162085513,
|
||||
context => q|Name of the HTML::Template module|
|
||||
},
|
||||
|
||||
'html template body' => {
|
||||
message => q|<p>HTML Template is the default template parser inside of WebGUI. All of the template documentation in the online help is written using HTML Template syntax.</p>|,
|
||||
lastUpdated => 1162085513,
|
||||
context => q|Explanation of HTML Template usage in WebGUI.|
|
||||
},
|
||||
|
||||
'templateParserName' => {
|
||||
message => q|HTML Template|,
|
||||
lastUpdated => 1162085447,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue