/ittf/site/docs/geeky/t/jswizzi/introduction.html.ittf (primary)
1 $group2 $3 var sect = {4 title: 'JsWizzi'5 };6 section( §)7 table-doc()8 tr( The JsWizzi context object, wizzi-mtree, lib/jswizzi/jsWizziContext.js.ittf, lib/jswizzi/jsWizziContext.js )9 p Here is where the evaluation context of a JsWizzi execution is managed.10 tr( The JsWizzi script coder, wizzi-mtree, lib/jswizzi/jsWizziScriptCoder.js.ittf, lib/jswizzi/jsWizziScriptCoder.js )11 p This is an helper module for writing programmatically a JsWizzi script.12 \b It is used by the mTree build up scripter, see the13 to-geeky( Template engine )14 + .15 tr( The JsWizzi runner, wizzi-mtree, lib/jswizzi/jsWizziRunner.js.ittf, lib/jswizzi/jsWizziRunner.js )16 p This module is the executor of a JsWizzi script or expression.
/ittf/site/docs/geeky/t/section.html.ittf
1 $group2 $params §3 article4 . doc-title5 id ${sect.id}6 + ${sect.title}7 . doc-summary8 $hook
/ittf/site/docs/t/table-doc.html.ittf
1 $group2 $params kind|docs, title|@@null3 . table-${kind}4 table5 tbody6 $hook
/ittf/site/docs/geeky/t/tr.html.ittf
1 $group2 $params title, xpackage, ittf, generated|@@null3 tr4 td5 div ${title}6 td7 to-wizzi-ittf( ${xpackage}, ${ittf} )8 td9 to-wizzi-generated( ${xpackage}, ${generated} )10 tr11 td12 colspan 313 div14 $hook
/ittf/site/docs/t/to-geeky.html.ittf
1 a2 $params name3 $if name.toLowerCase() === 'mtree' || name.toLowerCase() === 'mtrees'4 a ${name}5 href ${wzCtx.Params.baseUrl}/geeky/mtrees.html6 $elif name.toLowerCase() === 'ITTF Document' || name.toLowerCase() === 'ITTF Documents'7 a ${name}8 href ${wzCtx.Params.baseUrl}/geeky/ittfdocuments.html9 $elif name === 'Template engine'10 a ${name}11 href ${wzCtx.Params.baseUrl}/geeky/templateengine.html12 $elif name.toLowerCase() === 'jswizzi'13 a ${name}14 href ${wzCtx.Params.baseUrl}/geeky/jswizzi.html15 $elif name.toLowerCase() === 'wizzi model' || name.toLowerCase() === 'wizzi models'16 a ${name}17 href ${wzCtx.Params.baseUrl}/geeky/wizzimodels.html18 $elif name.toLowerCase() === 'wizzi schema' || name.toLowerCase() === 'wizzi schemas'19 a ${name}20 href ${wzCtx.Params.baseUrl}/geeky/wizzischemas.html21 $elif name.toLowerCase() === 'wizzi model dom' || name.toLowerCase() === 'wizzi model doms'22 a ${name}23 href ${wzCtx.Params.baseUrl}/geeky/wizzimodeldoms.html24 $elif name.toLowerCase() === 'model transformers'25 a ${name}26 href ${wzCtx.Params.baseUrl}/geeky/modeltransformers.html27 $elif name.toLowerCase() === 'artifact generations'28 a ${name}29 href ${wzCtx.Params.baseUrl}/geeky/artifacts.html30 $elif name.toLowerCase() === 'wizzi api' || name.toLowerCase() === 'wizzi.wizzifactory'31 a ${name}32 href ${wzCtx.Params.baseUrl}/geeky/wizziapi.html33 $else34 h1 ERROR to-geeky unknown ${name}
/ittf/site/docs/t/to-wizzi-ittf.html.ittf
1 $group2 $params xpackage, file|@@null3 a ittf4 href https://github.com/stfnbssl/wizzi/tree/master/packages/${xpackage}/.wizzi/ittf/${file}
/ittf/site/docs/t/to-wizzi-generated.html.ittf
1 $group2 $params xpackage, file|@@null3 a generated4 href https://github.com/stfnbssl/wizzi/blob/master/packages/${xpackage}/dist/${file}