This is my first Plugin! I'd be happy to hear if it is useful, or how it can be improved.
-- DougClaar - 31 May 2006
Thanks for sharing this Plugin with the growing TWikiCommunity!
Some feedback:
I removed the italic from the SHORTDESCRIPTION
Fixed typo in > escape (at test installation)
In FF all text after the "This one has html in the content, should be escaped, but invisible by default" line is shown in italic, caused by illegal HTML.
Is the text "ERROR (HtmlMetaPlugin::_HTMLMETATAG): meta name has invalid characters" intentional?
In the form, could you list the TWiki versions it runs on?
Fix $TWiki::Plugins::VERSION 1.1 if needed (1.024 for Cairo)
Is there something wrong with the text, and I'm just not getting it?
Are you asking about the (HtmlMetaPlugin::_HTMLMETATAG) part? I tried to identify where the error was coming from. Is there any standard? Would it be better to just put HtmlMetaPlugin?
Is there a better way to do this?
I am referring to the error message in bullet "This one has no content" here on the TWiki.org's Plugin topic. I see now that this is an intentional simulated error message, so never mind. -- PeterThoeny - 09 Jun 2006
Apparently, TWiki::Func::registerTagHandler doesn't exist in Cairo. I got the message below. (I had to resurrect my Cairo install so that I could test; that's why it took so long to get back). So I guess it only runs on Dakar and newer. Undefined subroutine &TWiki::Func::registerTagHandler called at /var/www/html/twiki.cairo/lib/TWiki/Plugins/HtmlMetaPlugin.pm line 104.
No problem, new Plugins just run on TWiki 4. -- PeterThoeny - 09 Jun 2006
I don't understand the sub-bullet. In the empty plugin template, it has $VERSION = '$Rev: 9598$'; with lots of text saying not to mess with it. Is this what I should change?
Yes, that is correct for TWiki 4. -- PeterThoeny - 09 Jun 2006