Skip to content

Commit

Permalink
- added vmethod "item" for hashed (thanks to nik)
Browse files Browse the repository at this point in the history
- updated DESIGN to reflect recent changes
- commented some perl-tied code from _dotop
- cleaned stash.t.js
- fixed config.yaml for testing from tjs directory
  • Loading branch information
catalyst committed Oct 18, 2008
1 parent 30f2fb1 commit 9f46db7
Show file tree
Hide file tree
Showing 10 changed files with 552 additions and 460 deletions.
11 changes: 6 additions & 5 deletions DESIGN
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ completion, the second is for the testing of the feature.
++ [% WRAPPER template [var = value ...] %] text... [% END %]
++ [% BLOCK [name] %] content... [% END %]
++ [% FILTER filter %] text... [% END %]
-- [% MACRO name[(varlist)] directive %]
+- [% MACRO name[(varlist)] directive %]
-- [% USE plugin[(param, ...)] %]
xx [% PERL %] code... [% END %]
xx [% RAWPERL %] code... [% END %]
Expand Down Expand Up @@ -158,8 +158,9 @@ completion, the second is for the testing of the feature.

++ each list of alternating keys/values
++ exists(key) does key exist?
-- import(hash2) import contents of hash2
-- import import into current namespace hash
+- import(hash2) import contents of hash2
+- import import into current namespace hash
+- item retrieve value using string
++ keys list of keys
++ list returns alternating key, value
++ nsort keys sorted numerically
Expand Down Expand Up @@ -275,8 +276,8 @@ Refer to documentation for details of individual plugins.
=== Runtime processing options

-- EVAL_PERL process PERL/RAWPERL blocks (0)
-- PRE_PROCESS template(s) to process before main template
-- POST_PROCESS template(s) to process after main template
++ PRE_PROCESS template(s) to process before main template
+- POST_PROCESS template(s) to process after main template
-- PROCESS template(s) to process instead of main template
-- ERROR name of error template or reference to hash
array mapping error types to templates
Expand Down
Loading

0 comments on commit 9f46db7

Please sign in to comment.