DominoWiki 1.0.0 is here! 15 Jul 2005
The day has finally come. I have released version 1 to the OpenNTF site. Download, tinker, and report back if you please. Here are some highlights / changes in this version per the OpenNTF release document:
- New Lotusscript parser, courtesy of Mr. Julian Robichaux: much faster and more stable than the LS2J / Java variants we have tried in previous releases
- Documents for all resources and images (rather than design elements)
- Better wiki mark-up support
- Whizzy editing tips “drawer”
- Now with a half-decent Notes client UI
- Easily switched website look and feel
- Migration process for older OpenWiki implementations
A massive debt of gratitude is owed to Julian Robichaux for all his hard work on this. Julian single-handedly re-wrote the wiki mark-up parser in Lotusscript, and was on hand to fix loads of other stuff, make excellent suggestions, and generally be an all-round good egg! I am also grateful to his employer for letting Julian’s changes make it out to the rest of us.
In true auteur style, I will say this: all bugs are my fault, not Julian’s :-)
Look forward to upgrading.Simon Barratt#
- Julian
Stig ;-)#
Such things shows how flexible Domino Apps can be. And you both had good minds to put things to work. :)
Though read that you hve some back-end versioning, I couldn't find how to restore a page (or is this option on Lotus Notes client?)
Subhan#
http://blog.lekkim.heisterberg.dk/2005/07/19/1121809409415.htmlMikkel Heisterberg#
I maybe being a bit dense, but I have just upgraded to the latest Wiki code, and now the acronym tag has stopped working. I am using the dominowiki-simplebox.css style sheet, and as far as I can tell, the tag is defined in there as before.
Any ideas?Simon Barratt#
acronymtag isn't a supported HTML entity in DominoWiki 1.0. This should be corrected in the next release (which is imminent, and is very minor: just a few bug fixes and tweaks at this stage).If you're feeling brave and want to tinker, take a look at the
allowSafeHTML()function in theWikiPage.classscript library ;-) Ben Poole#By the way the Green colour scheme is lovelySimon Barratt#
But, now I'm trying to get your DominoWiki 1.0 template working, and for some reason the CSS doesn't seem to work, any ideas?
It displays the body on top and the navigation underneath it?pconroy#
When I use IE 6.+ it works fine.
Does anyone know what needs to be changed to get it to work in Firefox??pconroy#
In Firefox, it seems to be using layout.css to render the whole page, and ignoring the CSS I have selected dominowiki-vanilla.css, as well as placing the right navigator under the body. pconroy#