Menu

Home

Shiro Kawai

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.


Project Members:


Discussion

  • cudo29

    cudo29 - 2017-02-17

    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

    < [(':full) (abs-base (wiliki))]
    < [(':full (? string? s)) (url-format #t s '())]
    < [(':full (? string? s) args ...) (url-format #t s args)]


    > [(:full) (abs-base (wiliki))]
    > [(:full (? string? s)) (url-format #t s '())]
    > [(:full (? string? s) args ...) (url-format #t s args)]

    How about implementing them?

     

    Last edit: cudo29 2017-02-17
  • Shiro Kawai

    Shiro Kawai - 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.

     
    • cudo29

      cudo29 - 2017-03-19

      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

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.