If you use or used the CaseCorrection recipe, you can add yourself in the list below. These statistics may help newcomers to select recipes for their wikis. Both (+) positive and (-) negative short comments are welcome. For longer comments or questions please use the CaseCorrection-Talk page.
Users
You can edit this page and add your name.
- (+) A useful recipe, I hope PmWiki to become less case sensitive in time, as it is unintuitive for naive users simon February 01, 2010, at 03:33 PM
- (+) Not a « must have » but a « convenient to have ». gb September 01, 2010, at 12:38 AM
- (+) To make CaseCorrection work I had to change:
$fn = MakePageName($DefaultPage,$um[1].'.'.@$um[2]);
to
if(isset($um[2])) $fn = MakePageName($DefaultPage,$um[1].'.'.@$um[2]);
else $fn = MakePageName($DefaultPage,$um[1]);
David Pilling (pmwk@pilling.demon.co.uk)
- (+/-) Your comment here. Your name or profile link here.
PLEASE PUT YOUR ENTRY DIRECTLY *ABOVE* THE [#usersend] LINE.
The format should be: asterisk, either + or - in parentheses, comment, your name or profile link
For example (obviously without the at the beginning):
* (+) comment-text name?
Thanks!