Hi all,
The new template-system is now ready to use. Unfortunately I had no
time to write tests yet. It was quite a lot of work to do.
Another drawback is that there is no web-interface to change the
rendering and template-properties anymore. But one can easily do it
from the workspace. Just to give you an idea how to use it, I have
attached a dump of my workspace at the end of the e-mail.
Stef: Could you tell me, when I should come for the presentation on
Monday?
Cheers
Lukas
--
"server"
server := SmallWiki.SwazooServer startOn: 8080.
server root: server defaultRoot.
server stop.
"storage"
server storage: SIXXStorage new.
server storage: ImageStorage new.
"designs"
"basic"
server root renderer: VisitorRendererHtml.
server root template: VisitorRendererHtml defaultTemplate.
"light"
server root renderer: VisitorRendererHtmlLight.
server root template: VisitorRendererHtmlLight defaultTemplate.
"wiki works"
server root renderer: VisitorRendererHtmlWikiWorks.
server root template: VisitorRendererHtmlWikiWorks defaultTemplate.
"options"
HtmlWriteStream prettyPrint: false.
HtmlWriteStream prettyPrint: true.
--
Lukas Renggli
http://renggli.freezope.org