/ittf/site/docs/home/index.html.ittf (primary)
1 html2 head3 meta4 charset utf-85 meta6 name viewport7 content width=device-width, initial-scale=18 link9 href https://fonts.googleapis.com/css?family=Roboto10 rel stylesheet11 css ${wzCtx.Params.baseUrl + '/styles/docs.css'}12 body13 div14 id main-container15 div16 id header17 div18 id logo19 a20 aria-label Link to home21 class logo-a22 href ${wzCtx.Params.baseUrl}23 logo/index( 74, 0, 0, #eee )24 nav25 id top-nav26 ul27 $foreach item in wzCtx.Section.items28 li29 a ${item.title}30 href ${wzCtx.Params.baseUrl}${item.url}31 li32 a33 href https://github.com/stfnbssl/wizzi34 img35 src ${wzCtx.Params.baseUrl}/images/GitHub-Mark-Light-32px.png36 div37 id middle-container38 nav39 id left-nav40 ul41 li42 a The history of Wizzi43 li44 a The DNA myth45 li46 a Nightmares47 div48 id content49 . doc-title50 + What is Wizzi?51 . doc-summary52 p53 + Wizzi is a software factory, a tool for producing54 \b apps (mobile, web, desktop) and documents (html, pdf, word, presentation, ecc..).55 p56 + Software artifacts are described by text documents editable with common code editors.57 \b A syntax highlighter is available for VSCODE.58 p59 + Wizzi is written in NodeJS, requires NodeJS version >= 10.0,60 \b is open source and you can download it from NPM.61 p62 + Wizzi is developed with Wizzi, so you can find plenty of examples browsing the source code63 \b (the .ittf files in the .wizzi folders).64 p65 + Wizzi is pluggable. The core plugins implement the most common target languages (HTML, Css, Javascript,66 \b Typescript) and data structures (JSON, XML, YAML), but you can write new plugins for67 \b your languages and data structures.68 p69 + See the ${}70 a Documentation71 href ./docs/overview.html72 + to know the elements of a production and the ${}73 a How To guide74 href ./howtos/index.html75 + for a starter.76 nav77 id right-nav78 div79 + Developed with Wizzi80 ul81 li82 a PHILOS83 href https://github.com/stfnbssl/philos84 li85 a GEOP86 href https://github.com/stfnbssl/geop87 div88 + Core plugins89 ul90 li91 a core92 href https://github.com/stfnbssl/wizzi/tree/master/packages/wizzi-core93 li94 a web95 href https://github.com/stfnbssl/wizzi/tree/master/packages/wizzi-web96 li97 a js98 href https://github.com/stfnbssl/wizzi/tree/master/packages/wizzi-js99 div100 + Core schemas101 ul102 li103 a html104 href #105 li106 a css107 href #108 li109 a svg110 href #111 li112 a js113 href #114 li115 a ts116 href #117 li118 a pdf119 href #120 li121 a md122 href #123 title markdown wizzi schema124 li125 a json126 href #127 li128 a xml129 href #130 li131 a yaml132 href #133 li134 a text135 href #136 div137 id footer
/ittf/site/docs/t/logo/index.html.ittf
1 $group2 $params svg_width:float, l:float|0, t:float|0, color|#01579b3 $4 var ratio = svg_width / 660;5 var l = l * 1.0;6 var t = t * 1.0;7 var x1 = 0;8 var x2 = 270;9 var x3 = 360;10 var x4 = 510;11 var x5 = 670;12 var opt = {};13 opt.y0 = 10 * ratio;14 opt.y1 = 10 * ratio;15 opt.y1a = 90 * ratio;16 opt.y2 = 210 * ratio;17 opt.ybottom = 250 * ratio;18 opt.stroke = color;19 opt.fill = color;20 opt.ratio = ratio;21 $if l > 022 w( ${l + x1 * ratio}, ${t}, ${ratio}, &opt )23 i( ${l + x2 * ratio}, ${t}, ${ratio}, &opt )24 zeta( ${l + x3 * ratio}, ${t}, ${ratio}, &opt )25 zeta( ${l + x4 * ratio}, ${t}, ${ratio}, &opt )26 i( ${l + x5 * ratio}, ${t}, ${ratio}, &opt )27 $else28 svg29 width ${700 * ratio}30 height ${260 * ratio}31 rect32 x 033 y 034 width 70035 height 28036 fill none37 stroke none38 w( ${l + x1 * ratio}, ${t}, ${ratio}, &opt )39 i( ${l + x2 * ratio}, ${t}, ${ratio}, &opt )40 zeta( ${l + x3 * ratio}, ${t}, ${ratio}, &opt )41 zeta( ${l + x4 * ratio}, ${t}, ${ratio}, &opt )42 i( ${l + x5 * ratio}, ${t}, ${ratio}, &opt )
/ittf/site/docs/t/logo/t/w.html.ittf
1 $group2 $params l:float, t:float, ratio:float, &opt3 polyline4 stroke ${opt.stroke}5 fill ${opt.fill}6 stroke-width 27 points ${l + 10 * ratio} ${t + opt.ybottom}8 \b ${l + 45 * ratio} ${t + opt.y0}9 \b ${l + 60 * ratio} ${t + opt.y0}10 \b ${l + 75 * ratio} ${t + opt.y1a + (40*ratio)}11 \b ${l + 120 * ratio} ${t + opt.y2}12 \b ${l + 120 * ratio} ${t + opt.y1a + (40*ratio)}13 \b ${l + 175 * ratio} ${t + opt.y2}14 \b ${l + 175 * ratio} ${t + opt.y1a + (20*ratio)}15 \b ${l + 230 * ratio} ${t + opt.y2}16 \b ${l + 230 * ratio} ${t + opt.ybottom}
/ittf/site/docs/t/logo/t/i.html.ittf
1 $group2 $params l:float, t:float, ratio:float, &opt3 polyline4 stroke ${opt.stroke}5 fill ${opt.fill}6 stroke-width 27 points ${l} ${t+opt.ybottom}8 \b ${l+10*opt.ratio} ${t+opt.y1+80*opt.ratio}9 \b ${l+40*opt.ratio} ${t+opt.y1+80*opt.ratio}10 \b ${l+50*opt.ratio} ${t+opt.ybottom}11 path12 stroke white13 fill ${opt.fill}14 stroke-width 215 d M${l+30*ratio}, ${t+opt.y1+20*ratio}16 \b C${l+60*ratio},${t+opt.y1+40*ratio}17 \b ${l+0*ratio},${t+opt.y1+60*ratio}18 \b ${l+30*ratio}, ${t+opt.y1+74*ratio}
/ittf/site/docs/t/logo/t/zeta.html.ittf
1 $group2 $params l:float, t:float, ratio:float, &opt3 polyline4 stroke ${opt.stroke}5 fill ${opt.fill}6 stroke-width 27 points ${l} ${t+opt.ybottom}8 \b ${l} ${t+opt.ybottom - 20*opt.ratio}9 \b ${l+100*opt.ratio} ${t+opt.y1a+40*opt.ratio}10 \b ${l+80*opt.ratio} ${t+opt.y1a+20*opt.ratio}11 \b ${l+80*opt.ratio} ${t+opt.y1a}12 \b ${l+130*opt.ratio} ${t+opt.y1a}13 \b ${l+70*opt.ratio} ${t+opt.ybottom - 20*opt.ratio}14 \b ${l+120*opt.ratio} ${t+opt.ybottom - 20*opt.ratio}15 \b ${l+120*opt.ratio} ${t+opt.ybottom}