WiLiKi is yet another Wiki-clone suitable for intra-net collaborative work in multilingual environment. The features include multiple back-end databases, permission and version control, and easy access from other programs.
WiLiKi 0.6.2 along with Gauche 0.9.5 occurs warning messages to the Apache error log as below:
WARNING: Unquoted keyword `:full' in match pattern: args. This would likely break in future versions of Gauche.
I modified core.scm as the online document says to solve this problem.
The details of modification are following (added a single quote just before each ":full"):
WiLiKi 0.6.2 along with Gauche 0.9.5 occurs warning messages to the Apache error log as below:
WARNING: Unquoted keyword `:full' in match pattern: args. This would likely break in future versions of Gauche.
I modified core.scm as the online document says to solve this problem.
The details of modification are following (added a single quote just before each ":full"):
499,501c499,501
How about implementing them?
Last edit: cudo29 2017-02-17
Thanks, it's already in the HEAD. There are other changes, so you might want to pull from the git repo.
https://github.com/shirok/WiLiKi
Actually I realized I forgot to update the file release in this page. I might move to github for file distribution altogether.
I'm sorry for replying so late.
And thank you for your comments.
I'll try to use the latest version provided from GitHub.
I added a link to there in the toppage of WiLiKi.
http://practical-scheme.net/wiliki/wiliki.cgi?WiLiKi