-----Original Message----- From: cl-wiki-devel-bounces@common-lisp.net on behalf of Stefan Scholl Sent: Thu 9/8/2005 12:48 AM To: cl-wiki-devel@common-lisp.net Subject: Re: [cl-wiki-devel] Re: New Release CL-WIKI 0.0.4
I'll try to implement it tomorrow.
Here's the regex: ^*.*?(?=^[^*]|\z)
(with m and s active - multi-line-mode and single-line-mode)
This has matched a complete bullet list with a "*" on the beginning of each line.
The more features you add, the happier we are. The more it resembles wiki syntax of wikipedia the easier for us. :)
After we have lists I think we'll have everything for primitive document formatting (implementing <img> is another matter of course but I don't think it'll take much of your time).
What about the "history" of a document. Any plans to implement some simple backup mechanism so that if someone messes a page we can restore it?
Thanks in advance,
Emre Sevinc Istanbul Bilgi University