Commit d57d2b42 authored by Amos Latteier's avatar Amos Latteier

added tal and metal prefixes to titles - this makes things easier to...

added tal and metal prefixes to titles - this makes things easier to understand in the Zope Book Appendix C
parent cfbc4693
define-macro - Define a macro metal:define-macro - Define a macro
Syntax Syntax
...@@ -30,4 +30,3 @@ define-macro - Define a macro ...@@ -30,4 +30,3 @@ define-macro - Define a macro
"metal:use-macro":metal-use-macro.stx" "metal:use-macro":metal-use-macro.stx"
"metal:define-slot":metal-define-slot.stx "metal:define-slot":metal-define-slot.stx
define-slot - Define a macro customization point metal:define-slot - Define a macro customization point
Syntax Syntax
......
fill-slot - Customize a macro metal:fill-slot - Customize a macro
Syntax Syntax
......
use-macro - Use a macro metal:use-macro - Use a macro
Syntax Syntax
......
attributes - Replace element attributes tal:attributes - Replace element attributes
Syntax Syntax
......
condition - Conditionally insert or remove an element tal:condition - Conditionally insert or remove an element
Syntax Syntax
......
content - replace the content of an element tal:content - replace the content of an element
Syntax Syntax
......
define - Define variables tal:define - Define variables
Syntax Syntax
......
omit-tag - Remove an element, leaving its contents tal:omit-tag - Remove an element, leaving its contents
Syntax Syntax
......
on-error - Handle errors tal:on-error - Handle errors
Syntax Syntax
......
repeat - Repeat an element tal:repeat - Repeat an element
Syntax Syntax
......
replace - Replace an element tal:replace - Replace an element
Syntax Syntax
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment