Forum OpenACS Q&A: Re: How to Include OpenACS Documentation in Our New ]project-open[ Wiki?

Hi Frank,

regarding the error in the packages includelet I fixed it amending a single line in xowiki-procs.tcl.

Index: xowiki-procs.tcl
===================================================================
RCS file: /cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v
retrieving revision 1.344
diff -r1.344 xowiki-procs.tcl
1090c1090
< if {[string match "admin/*" $adp_fn]} {} {
---

if {[string match "admin/*" $adp_fn]} {
Hi Claudio,

Thanks for posting.

Do you also know where I can get these three ADPs:

- /www/templates/info-file,
- /www/templates/bug-tracker and
- /www/templates/metrics?

The Wiki contents are licensed under the CC Attribution-Share Alike V2, so you could actually take a good part of the pages and include them in a Wiki for yourself... Our online registrations are up from ~1/day to ~10/day since we've launched the Wiki, so people seem to like it...

Cheers!
Frank

The problem with the includelet was fixed in xowiki a few weeks ago and showed up in wiki instances only for non-admins.

The www/templates are here:
http://cvs.openacs.org/cvs/openacs-4/www/templates/?hideattic=0&sortby=date#dirlist

-gustaf neumann