Mercurial > p > roundup > code
comparison doc/customizing.txt @ 5532:bd9098e288aa maint-1.6
Fix some dev.zope.org links for tales and metal.
Unable to find a replacement for ZPT international support docs.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 15 Jul 2018 19:54:16 -0400 |
| parents | 8d1de1001ab8 |
| children | f3b844fda420 |
comparison
equal
deleted
inserted
replaced
| 5531:8d1de1001ab8 | 5532:bd9098e288aa |
|---|---|
| 2025 .. _z3c.pt: | 2025 .. _z3c.pt: |
| 2026 https://pypi.org/project/z3c.pt/ | 2026 https://pypi.org/project/z3c.pt/ |
| 2027 __ https://chameleon.readthedocs.io/en/latest/reference.html?highlight=differences#incompatibilities-and-differences | 2027 __ https://chameleon.readthedocs.io/en/latest/reference.html?highlight=differences#incompatibilities-and-differences |
| 2028 .. _TAL: | 2028 .. _TAL: |
| 2029 .. _Template Attribute Language: | 2029 .. _Template Attribute Language: |
| 2030 http://dev.zope.org/Wikis/DevSite/Projects/ZPT/TAL%20Specification%201.4 | 2030 https://pagetemplates.readthedocs.io/en/latest/history/TALSpecification14.html |
| 2031 | 2031 |
| 2032 | 2032 |
| 2033 Basic Templating Actions | 2033 Basic Templating Actions |
| 2034 ~~~~~~~~~~~~~~~~~~~~~~~~ | 2034 ~~~~~~~~~~~~~~~~~~~~~~~~ |
| 2035 | 2035 |
| 2194 This simply inverts the logical true/false value of another | 2194 This simply inverts the logical true/false value of another |
| 2195 expression. | 2195 expression. |
| 2196 | 2196 |
| 2197 .. _TALES: | 2197 .. _TALES: |
| 2198 .. _Template Attribute Language Expression Syntax: | 2198 .. _Template Attribute Language Expression Syntax: |
| 2199 http://dev.zope.org/Wikis/DevSite/Projects/ZPT/TALES%20Specification%201.3 | 2199 https://pagetemplates.readthedocs.io/en/latest/history/TALESSpecification13.html |
| 2200 | 2200 |
| 2201 | 2201 |
| 2202 Template Macros | 2202 Template Macros |
| 2203 ~~~~~~~~~~~~~~~ | 2203 ~~~~~~~~~~~~~~~ |
| 2204 | 2204 |
| 2259 TAL commands may be used freely inside METAL-using tags (so your | 2259 TAL commands may be used freely inside METAL-using tags (so your |
| 2260 *fill-slots* tags may have all manner of TAL inside them). | 2260 *fill-slots* tags may have all manner of TAL inside them). |
| 2261 | 2261 |
| 2262 .. _METAL: | 2262 .. _METAL: |
| 2263 .. _Macro Expansion Template Attribute Language: | 2263 .. _Macro Expansion Template Attribute Language: |
| 2264 http://dev.zope.org/Wikis/DevSite/Projects/ZPT/METAL%20Specification%201.0 | 2264 https://pagetemplates.readthedocs.io/en/latest/history/TALESSpecification13.html |
| 2265 | 2265 |
| 2266 Information available to templates | 2266 Information available to templates |
| 2267 ---------------------------------- | 2267 ---------------------------------- |
| 2268 | 2268 |
| 2269 This is implemented by ``roundup.cgi.templating.RoundupPageTemplate`` | 2269 This is implemented by ``roundup.cgi.templating.RoundupPageTemplate`` |
