From: Dan F. <dfr...@cs...> - 2004-05-11 15:40:44
|
Reini Urban wrote: > Dan Frankowski schrieb: > >> http://www.wikilens.org/index.php/RecommendersEverywhere >> http://www.wikilens.org/index.php/WikiLens > > > BTW: Do you have some kind of public or semi-public archive (ftp,cvs) > of the wikilens code? > > I saw at bimike.net that people already wrote a lot of new apps, and I > am very interested. Cool! I set up a nightly script to make the latest publicly visible site available in a tarball at http://www.wikilens.org/wikilens-src.tgz. > >> WikiLens and Presidents :: 2004-04-09 09:45:08 > > And I want to see how the buddie feature developed in the meantime, to > make it eventually WikiUserNew independent. I.e. to provide some useful > hooks in the core. I agree it would be useful to think about the relationship between WikiUserNew and buddies (by the way, singular "buddy"). To integrate 1.3.9 into our site, I ended up moving things around, and making a RatingsUser class that is pretty much independent. That is, it could be ripped out of WikiUserNew and put somewhere else, although that might cause a bunch of files to have to include that new place. > Lately I added some kind of generic adodb/sql query function, mainly > for action=upgrade, but togther with your generic pageiterator this > might be something needed. We don't have a very generic pageiterator yet. We are still working on integrating our newest preference apps with PageList. Right now, PreferenceApp (e.g., SodaApp, SoftwareProjectApp) is not based on PageList. Dan |