[10:25]<hypersmil> is there some kind of documentation of hsp? [10:25]<zumbrunn> don't think so [10:25]<zumbrunn> maybe there was some a long time ago [10:25]<zumbrunn> or maybe there never was [10:26]<zumbrunn> it's officially a totally deprecated feature [10:27]<zumbrunn> (it's not considered "the helma way") [10:34]<zumbrunn> http://64.233.183.104/search?q=cache:ck2DbaARhzcJ:classic.helma.at/doc/einfuehrung.html+classic.helma.at/doc/einfuehrung.html&hl=en&ct=clnk&cd=1&client=safari [10:34]<zumbrunn> :-) [10:50]<hypersmil> google cache is cool ;) [10:53]<zumbrunn> http://64.233.183.104/search?q=cache:lFi3EqBKmkwJ:classic.helma.at/doc/scripting.html [10:55]<zumbrunn> so, hsp even had if/else constructs [10:55]<zumbrunn> <% if (stock > 0) { %><% =stock %> Stueck auf Lager.<% } else { %>Der Artikel ist derzeit nicht lagernd.<% } %> [10:55]<hypersmil> that sucks [10:56]<zumbrunn> *sucked* [10:58]<zumbrunn> why are you interested in the hsp functionality? [10:58]<zumbrunn> is there a modern need for it? [11:00]<hypersmil> transforming hsp to js + skins [11:00]<hypersmil> -> thats the modern need [11:00]<hypersmil> -> you should know how it worked to transform it easily, but as i see i knew everything about it and there is no easy way - especially with conditionals [11:00]<hypersmil> [11:02]<zumbrunn> this might help half way: http://helma.org/pipermail/helma-user/2007-May/006997.html [11:03]<zumbrunn> just dug that up last night when d2m asked about conditionals [11:37]<hypersmil> the target is not to have programm logic in skins, it would be nice to include skins so you could simply make two subskins and render the stuff which is the same for both with one renderskinAsString ...