This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Home
We need some low-level template-handling stuff and some higher-level template stuff.
Low Level Ideas
Some possible uses. Boiled down as much as possible.
Don’t go into implementation or optimization here
- Simple String “templates”
Use String#substitute asis? - Simple Element “templates”
Exactly the same as a string template, except you get the string from the corrected-for-IE innerHTML of an element.
(basically what SubtleTemplates? currently is) - Advanced string “templates”
like substitute but handles stuff like looping. - Advanced Element “templates”
The same as Simple Element templates, except uses the advanced string replacement method.
Some way to define sub-templates or iterable templates. - Data-Binding Object Templates
Listens to events and repopulates automatically.







