[cl-wiki-announce] Re: [cl-wiki-devel] New Release CL-WIKI 0.0.4

Stefan Scholl sscholl at common-lisp.net
Thu Sep 8 08:58:06 UTC 2005


On 2005-09-06 21:28:14, Stefan Scholl wrote:
> - more wiki codes (links with other text and external links)
> 
>   [[Page|Text]]                   ==> Generates a link to named page
>                                       and links Text.


Wikipedia has an example for this:

        San Francisco also has
        [[public transport|public transportation]].


But this is discouraged and the following should be used instead:

        San Francisco also has
        [[public transport]]ation.


That's currently not supported by CL-WIKI. The link isn't
expanded to contain "ation".

By the way: the pattern to implement this can't use \w or \W,
because with some Common Lisp implementation you have multiple
characters for UTF-8 encoded characters instead of just one.


Yes, there are more link special features which aren't supported
yet. But it's no good idea to spend too much time with the wiki
codes at the moment. Other basics are more important.



Regards,
Stefan




More information about the Cl-wiki-announce mailing list