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
_______________________________________________ cl-wiki-announce mailing list cl-wiki-announce@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cl-wiki-announce