|
From: Todd L. M. <tm...@ha...> - 2000-05-23 04:40:24
|
> Yes it should. I think it should be easy (at least in my > implementation it turned out pretty simple). Because you can just append the current topic to the links-to-me field of every topic in the links-from-me field. (duh!) Maintaining uniqueness will be annoying to do programatically; I'll investigate possibilities for using facilities in MySQL. (Could be done in PHP by using associative arrays, but they're probably rather expensive to generate. Since linksto/from aren't fields that will need to be edited by hand if something terrible happens (and/or restored from backup), it may be worth looking into storing the associative array of each field in binary...) > As far as contention, i'd ignore it. OK. If you're not going to worry about it, I won't either :) > > *: It would be interesting to write a WikiFormatter for emails :) **: > > Definitely. And for java and php source code.... Hey, now /that's/ a good idea. It shouldn't be too hard to do, either... and it would /really/ nice to add it as an option to the CVSweb for SF :) > Agreed. Athough, at least with our JOS wiki, it will probably be ... Remind me, once I get the global page working, to cache it -- if something hasn't changed since the last cron-job, just don't bother with it. -_Quinn |