-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from patch/master
improve docs, from Patch
- Loading branch information
Showing
14 changed files
with
50 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,7 @@ PUBLIC API | |
The "template-name" is a string like 'body.html' that is the name of | ||
the top level template that you wish to process. | ||
|
||
The optional "data" specififies the data object to be used by the | ||
The optional "data" specifies the data object to be used by the | ||
templates. It can be an object, a function or a url. If it is an | ||
object, it is used directly. If it is a function, the function is | ||
called and the returned object is used. If it is a url, an | ||
|
@@ -106,7 +106,7 @@ PUBLIC API | |
|
||
Jemplate->compile_module_cached($module_path, \@template_file_paths); | ||
Similar to `compile_module`, but only compiles if one of the | ||
templates is newer than the module. Returns 1 if sucessful compile, | ||
templates is newer than the module. Returns 1 if successful compile, | ||
0 if no compile due to cache, undef if error. | ||
|
||
AJAX AND JSON METHODS | ||
|
@@ -204,14 +204,14 @@ CREDIT | |
them ;) | ||
|
||
AUTHORS | ||
Ingy d�t Net <[email protected]> | ||
Ingy döt Net <[email protected]> | ||
|
||
(Note: I had to list myself first so that this line would go into | ||
META.yml) | ||
|
||
Jemplate is truly a community authored project: | ||
|
||
Ingy d�t Net <[email protected]> | ||
Ingy döt Net <[email protected]> | ||
|
||
Tatsuhiko Miyagawa <[email protected]> | ||
|
||
|
@@ -230,7 +230,7 @@ AUTHORS | |
Robert Krimen <[email protected]> | ||
|
||
COPYRIGHT | ||
Copyright (c) 2006-2008. Ingy d�t Net. | ||
Copyright (c) 2006-2008. Ingy döt Net. | ||
|
||
This program is free software; you can redistribute it and/or modify it | ||
under the same terms as Perl itself. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,10 @@ sub new { | |
|
||
1; | ||
|
||
__END__ | ||
=encoding UTF-8 | ||
=head1 NAME | ||
Jemplate::Parser - Jemplate Parser Subclass | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters