fixed two outdated doc bugs

This commit is contained in:
Colin Kuskie 2007-02-26 17:31:08 +00:00
parent a2b5a14ce3
commit 5aa21faaa3
3 changed files with 6 additions and 5 deletions

View file

@ -4,6 +4,8 @@
- rfe: Weather-Data not only for US-Cities
- rfe: WeatherData Asset - Convert to International format
- fix: Off by 1 error while displaying ad impressions (perlDreamer Consulting, LLC)
- fix: Wrong link in template toolkit help (perlDreamer Consulting, LLC)
- fix: Outdated info in Env macro help (perlDreamer Consulting, LLC)
7.3.10
- fix: Calendar Update Feeds now handles iCalendar "DURATION" field

View file

@ -15,15 +15,14 @@ our $I18N = {
'env body' => {
message => q|
<p><b>&#94;Env();</b><br />
Can be used to display a web server environment variable on a page. The environment variables available on each server are different, but you can find out which ones your web server has by going to: http://www.yourwebguisite.com/env.pl
</p>
Can be used to display a web server environment variable on a page. The environment variables available on each server are different. Please consult the documentation for your server for a list of them.</p>
<p>The macro should be specified like this &#94;Env("REMOTE_ADDR");
</p>
<p>This Macro may be nested inside other Macros if the text returned does not contain commas or quotes.</p>
|,
lastUpdated => 1168558879,
lastUpdated => 1172510936,
},
};

View file

@ -8,10 +8,10 @@ our $I18N = {
},
'template toolkit body' => {
message => q|<p>Template Toolkit is is a collection of modules which implement a fast, flexible, powerful and extensible template processing system. <a href="http://search.cpan.org/perldoc?Template%3A%3ATooolkit">Documentation for Template Toolkit</a> is available online.</p>
message => q|<p>Template Toolkit is is a collection of modules which implement a fast, flexible, powerful and extensible template processing system. <a href="http://www.template-toolkit.org/docs.html">Documentation for Template Toolkit</a> is available online.</p>
<p>The syntax of template variables in Template Toolkit is slightly different from HTML Template. Any WebGUI template variables that contains a dot '.', should be changed to use an underscore instead '_'.</p>
|,
lastUpdated => 1167193204,
lastUpdated => 1172510557,
context => q|Explanation of Template Toolkit usage in WebGUI.|
},