On 2005-09-02 11:50:51, Vehbi Sinan Tunalioglu wrote:
2 problems appear for cmucl:
- I should explicitly say wiki:*wiki-directory* instead as it appears
on the home page of cl-wiki. Changed (setf *wiki-directory* #p"/home/vst/cl-wiki") to (setf wiki:*wiki-directory* #p"/home/vst/cl-wiki")
- In wiki.lisp, (html-mode) gives an error message. Is it a function of
cl-who? I already installed cl-who. When I say html-mode :sgml instead of (html-mode) :sgml no problems appear. Do I loose much functionality?
Is there any CL-WIKI home page I don't know of? The project page can be found under http://common-lisp.net/project/cl-wiki/
You need CL-WHO 0.6.0.
The wiki:*wiki-directory* must be set to a directory pathname. For CMUCL this is done by letting the path end with a slash.
(setf wiki:*wiki-directory* #p"/home/vst/cl-wiki/")
Regards, Stefan