From: Dan F. <dfr...@cs...> - 2004-11-15 21:03:07
|
Reini Urban wrote: > Dan Frankowski schrieb: > >> Pascal Giard (QC/EMC) wrote: >> >>> > wikilens.org (also phpwiki-based) does use a lot of those features. >>> > My movie database also. >>> >>> i haven't found any WikiFormRich examples on wikilens.org ... >>> perhaps i'm just blind or something... >>> and of course, i don't have access to your private movie collection >>> website. >>> >> >> Pascal, >> >> On wikilens.org, we don't use WikiFormRich. It was developed at the >> same time as we developed our own solution (pages with fields that >> depend on category). We would like to contribute our solution back, >> but have not yet done so. You can always see our source tarball at >> http://wikilens.org/wikilens-src.tgz, but it would be quite different >> from what's in PhpWiki. > > > BTW: I'm just working on the backport... Wow, very cool. FYI, one of the reasons I haven't yet pushed to contribute is that we are moving the "category" information for a page, and the field data itself, out of the Wiki text for the page. Thus, I didn't want to contribute the code back that has a page category within the wiki text, then later contribute an incompatible solution that forces a conversion. I wanted to feel that we had settled on one solution (likely category and field data off-page), then contribute that. That is as yet unreleased I believe (hence does not show up in our external tarball). Dan |