From: Evan R. <eva...@gm...> - 2006-04-18 20:01:14
|
Hey guys, i'd be happy to jump in to help on multi-user stuff. i had started hacking that into an older version of fof over a year ago. (it's also one of thing= s i do for a living) my initial thoughts at the time, which might have been a few steps too far, were to handle each feed only once. which means, we'd need to pull all the status info pertinant to each user into a seperate table. It's a bit of extra work, but you have two major advantages: 1. db will remain a slim as possible 2. you aren't hammering feeds unnecessarily. i'm running 3 installs currently for myself and 2 others, and i've gotten banned on slashdot a few times, since the cronjobs to update-quiet were going off too close to one another. ie. simply being a good netizen. i just need to get eclipse to play nice with the sourceforge subversion. then i'm good to go. do we have a dev guide somewhere? anyone organize specific tasks...or basically a free-for-all headed toward a certain goal? later /evan On 4/18/06, Andrew Turner <ajt...@hi...> wrote: > > On 4/18/06, Kevin <ke...@dr...> wrote: > > Andrew Turner wrote: > > > Roadmap: > > > Katie & Kevin, can you you two handle items 1 & 2? You have the most > > > experience with modifying the db and logic. > > > > > > > > Sure, I can help with that. The code could definitely use some "spring > > cleaning". > > Good way to put it. :) > > > > > > PS > > > > Mapping: > > > > http://code.highearthorbit.com/fofredux/fofredux_head/map.php?feed=3D= 29 > > > > > > > > > > > That's pretty cool. I don't see myself using it. This might be a goo= d > > candidate for a plugin. > > I don't imagine everyone will use it. However, there is a big push in > the GIS (Geographic Info Systems) to use GeoRSS. There currently are > *no* GeoRSS capable readers/aggregators. So, this would be a big way > to get lots of users/visibility, plus just being a 'neat' factor. > > It's definitely a good example of a plugin. You/Katie can talk about > what kind of hooks to the API we would expose for a plugin. The > map.php actually just calls the rss.php, but it would be nice to > provide an "include fofredux_api" or something that provided things > like get_feeds(), get_items(), etc. > > Andrew > > > -- > Andrew Turner > ajt...@hi... 42.4266N x 83.4931W > http://highearthorbit.com Northville, Michigan, USA > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmdlnk&kid=110944&bid$1720&dat=121642 > <http://sel.as-us.falkag.net/sel?cmdlnk&kid%110944&bid$1720&dat%121642> > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > |