Winter 2.2.1 Released - Winter is an Interpreted language for MediaWiki
Here is an update for Winter, the Wiki Interpreter.
Changes include
* added ^o and ^c escape characters
* added + to allowed characters in function names and functions
* added #reset_all_vars function
* added ++ and — functions
* fixed bug with #strpos and #substr returning false when it shouldn’t
* added #is_numeric, #is_int and #is_string functions
* fixed bug with array assignment
* other minor bug fixes
Winter Homepage on Mediawiki.org
Winter Documentation
Download Winter 2.2.1
Downloaded 801 times
Hi,sorry to bother you.
But I’ve encountered a problem:
I’m using Mediawiki 1.9.3, I want to install the winter extension.I copied the winter.php to the ‘extention’ folder. I add ‘require_once(”extensions/Winter.php”);’ to the bottom of LocalSettings.php. But whenever refresh the wikipage, it shows an error:
‘Parse error: parse error in D:\xampp\htdocs\twiki\LocalSettings.php on line 140′
would you please help me? Thank you.
Comment by wanght — Friday, December 31, 2010 @ 12:56 am
that error means you made a syntax error.. i don’t see an error in the text you posted though.
Comment by swiftlytilting — Wednesday, January 5, 2011 @ 10:08 pm
Leave a Comment