You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(92) |
Dec
(142) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(33) |
Feb
(65) |
Mar
(76) |
Apr
(172) |
May
(124) |
Jun
(45) |
Jul
(76) |
Aug
(78) |
Sep
(1) |
Oct
(20) |
Nov
(6) |
Dec
(2) |
2007 |
Jan
(12) |
Feb
(7) |
Mar
(17) |
Apr
(3) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: Andrew T. <ajt...@hi...> - 2006-03-03 14:58:26
|
Hrm, good bug. :) bad feed Well, it seems like the fallback would be to check for uniqueness on FeedTitle, ItemTitle and ItemPubDate? Andy On 3/3/06, Kevin <ke...@dr...> wrote: > I found a bug that I'm not sure how to solve and would like some input. > > See bug #1442493 > > The current update logic uses the link or guid tag > values as a key to detect if an item has already been > added to the database. One of these are expected to > exist, and also be unique for the feed. > > If a feed does not contain either of these tags, the > behavior is undefined. In v0.2, the feed will add one > item only and no more. In 0.3 dev, it will add all > items on every update. > > Here is a url that demonstrates this behavior. > > http://www.intellectualicebergs.org/mainfeed.rss > > -Kevin > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting langua= ge > that extends applications into web and mobile media. Attend the live webc= ast > and join the prime developer group breaking into this new coding territor= y! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat= =3D121642 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |
From: Kevin <ke...@dr...> - 2006-03-03 14:48:06
|
I found a bug that I'm not sure how to solve and would like some input. See bug #1442493 The current update logic uses the link or guid tag values as a key to detect if an item has already been added to the database. One of these are expected to exist, and also be unique for the feed. If a feed does not contain either of these tags, the behavior is undefined. In v0.2, the feed will add one item only and no more. In 0.3 dev, it will add all items on every update. Here is a url that demonstrates this behavior. http://www.intellectualicebergs.org/mainfeed.rss -Kevin |
From: Andrew T. (nilspace) <nil...@us...> - 2006-03-03 13:24:54
|
A couple of things: * Remove "edit" from categories * "Save" is done to items, not to feeds * I very much like the favicon on the feed sidebar * I like the mark as read "toggle" (similar to our current flagging, but the new one won't require flagging and *then* clicking "mark as read" - yay ajax) Andrew On 3/1/06, khaled Abou Alfa <bro...@gm...> wrote: > Ask and you shall recieve here's the iterations with the favicons, the fe= ed > image and save function in there as well for all to see. The mark all as > read button I see it as one of those toggle buttons. Once you click it, i= t > changes to mark all as unread. It'll either be highlighted or shown as a > pressed button. Whatever works best for everyone really. I'll move onto t= he > next couple of pages. > > http://www.brokenkode.com/fofr/framed-user-panel/Version-0.92.jpg > http://www.brokenkode.com/fofr/framed-user-panel/Version-0.92-with-feed-i= mag.jpg > -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |
From: Andrew T. <ajt...@hi...> - 2006-03-03 04:10:06
|
Well, the *easiest* way would be to change your css file. This can "remove" from displaying the category and tags information (and location), but at this point will leave the table column entries (though they will dynamically shrink to 0 pixels) In the version you have the following CSS will only hide the category. However, I will modify to wrap the tags and geo information similarly. .category_link, .tag_link, .geo_link { display: none; } On 3/2/06, Miles Beck <mil...@gm...> wrote: > Could we have Category and Tags be options enabled or disabled thru optio= ns.php? > > I really like the minimalist look and want to hide the features I am > not going to use. > > -Miles > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting langua= ge > that extends applications into web and mobile media. Attend the live webc= ast > and join the prime developer group breaking into this new coding territor= y! > 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 > -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |
From: Miles B. <mil...@gm...> - 2006-03-03 01:27:19
|
Could we have Category and Tags be options enabled or disabled thru options= .php? I really like the minimalist look and want to hide the features I am not going to use. -Miles |
From: Kevin <ke...@dr...> - 2006-03-02 22:26:18
|
> We also need to think about breaking up the init.php into logic, > database, and view functions. > > Let's put that on the table for v0.4 along w/ all Khaled's design. Good point. It is difficult to manage with all functions in one file. --=20 Kevin |
From: Kevin <ke...@dr...> - 2006-03-02 22:19:35
|
For development, error reporting is set to E_ALL (very verbose). It make= s it easier to catch coding errors. The "Notice:" messages are harmless, and shouldn't interfere with the operation of the app.(other than clutter the script Instead of hard coding that, It should probably be a config file setting. Thanks for the report. I'll fix these errors in the morning and create another tarball. > Thanks for the tarball Kevin. It helps being able to install using > that instead of using cvs. > > I have seen a couple of errors in checking out 0.3. They are listed bel= ow. > > I saw the following error in a feed before and after each article. > > Notice: Uninitialized string offset: 0 in > /var/www/fofredux_RC3/init.php on line 1863 > > Notice: Uninitialized string offset: 0 in > /var/www/fofredux_RC3/init.php on line 1863 > > Initially just after I got the install set up I did an "Update All" > and below were the results. Doing the "Update All" again worked fine. > > Updating SANS Internet Storm Center, InfoCON: green...done. > Updating AlterNet.org...done. > Updating AlwaysOn Network...done. 1 new items > Updating Apple Press Releases...done. > Updating Ars Technica...done. > Updating azcentral.com | news...done. > Updating azcentral.com | tempe...done. > Updating Boing Boing... > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > done. > Updating Complete Free Press Newswire...done. > Updating craigslist | software/QA/DBA/etc jobs in phoenix, arizona...do= ne. > Updating Daily Kos...done. > Updating Dan Gillmor's blog...done. > Updating dapreview.net...done. > Updating digg...done. > Updating Digital Photography Review (dpreview.com)...done. > Updating Dilbert...done. > Updating Gizmodo...done. > Updating GrokLaw...done. > Updating GrokLaw NewsPicks...done. > Updating Hacking NetFlix...done. > Updating It Affects You...done. > Updating Joho the Blog... > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > done. > Updating Miranda Developers Journal...done. > Updating mozilla links...done. > Updating mozillaZine...done. > Updating Netflix New Releases This Week...done. > Updating Nickerblog...done. > Updating OdNT - Open.NeurosTechnology.Com - Neuros Technology Open > Source Site...done. > Updating PhotographyBLOG... > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > done. > Updating Slashdot...done. > Updating Somewhere on the masthead...done. > Updating Talking Points Memo: by Joshua Micah Marshall...done. > Updating The Nation...done. > Updating The Washington Note... > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 > > Notice: Undefined index: subject in > /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 > done. > Updating Think Progress...done. > Updating Unclaimed Territory - by Glenn Greenwald...done. > Updating Whatever...done. > Updating Wired News...done. > Updating WWdN: In Exile...done. > > > ------------------------------------------------------- > 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?cmd=3Dlnk&kid=110944&bid$1720&dat=12164= 2 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > --=20 Kevin |
From: Miles B. <mil...@gm...> - 2006-03-02 19:55:14
|
Thanks for the tarball Kevin. It helps being able to install using that instead of using cvs. I have seen a couple of errors in checking out 0.3. They are listed below. I saw the following error in a feed before and after each article. Notice: Uninitialized string offset: 0 in /var/www/fofredux_RC3/init.php on line 1863 Notice: Uninitialized string offset: 0 in /var/www/fofredux_RC3/init.php on line 1863 Initially just after I got the install set up I did an "Update All" and below were the results. Doing the "Update All" again worked fine. Updating SANS Internet Storm Center, InfoCON: green...done. Updating AlterNet.org...done. Updating AlwaysOn Network...done. 1 new items Updating Apple Press Releases...done. Updating Ars Technica...done. Updating azcentral.com | news...done. Updating azcentral.com | tempe...done. Updating Boing Boing... Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 done. Updating Complete Free Press Newswire...done. Updating craigslist | software/QA/DBA/etc jobs in phoenix, arizona...done. Updating Daily Kos...done. Updating Dan Gillmor's blog...done. Updating dapreview.net...done. Updating digg...done. Updating Digital Photography Review (dpreview.com)...done. Updating Dilbert...done. Updating Gizmodo...done. Updating GrokLaw...done. Updating GrokLaw NewsPicks...done. Updating Hacking NetFlix...done. Updating It Affects You...done. Updating Joho the Blog... Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 done. Updating Miranda Developers Journal...done. Updating mozilla links...done. Updating mozillaZine...done. Updating Netflix New Releases This Week...done. Updating Nickerblog...done. Updating OdNT - Open.NeurosTechnology.Com - Neuros Technology Open Source Site...done. Updating PhotographyBLOG... Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 done. Updating Slashdot...done. Updating Somewhere on the masthead...done. Updating Talking Points Memo: by Joshua Micah Marshall...done. Updating The Nation...done. Updating The Washington Note... Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 563 Notice: Undefined index: subject in /var/www/fofredux-20060302/magpierss/rss_parse.inc on line 564 done. Updating Think Progress...done. Updating Unclaimed Territory - by Glenn Greenwald...done. Updating Whatever...done. Updating Wired News...done. Updating WWdN: In Exile...done. |
From: Kevin <ke...@dr...> - 2006-03-02 19:08:34
|
> Are we ready to have people test 0.3? > > If so, could someone make a tarball of the latest build? > > CVS and I do not get along too well. > > Could we maybe have a tarball created automatically when files are > changed? This way no one would have to manually create a new file. Many projects do nightly development snapshots. That might be overkill for us, but periodic snapshot is a good idea. Here is a tarball exported from CVS today. http://www.drule.org/public/fofr/fofredux-20060302.tar.gz --=20 Kevin |
From: Miles B. <mil...@gm...> - 2006-03-02 16:13:31
|
Are we ready to have people test 0.3? If so, could someone make a tarball of the latest build? CVS and I do not get along too well. Could we maybe have a tarball created automatically when files are changed? This way no one would have to manually create a new file. Thanks, -Miles |
From: Andrew T. (nilspace) <nil...@us...> - 2006-03-02 15:51:27
|
We also need to think about breaking up the init.php into logic, database, and view functions. Let's put that on the table for v0.4 along w/ all Khaled's design. Andrew On 3/2/06, Kevin <ke...@dr...> wrote: > I updated the install page. Some improvements are: > > *convert to use ADODB Lite db connection and data dictionary objects. > *cleaned up output. A helper function makes output printing more > consistent. Warnings and fatal errors are output in red > > Let me know of you see any problems. I tried not to alter the business > rules, so it should operate the same as previous versions. > > -Kevin > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting langua= ge > that extends applications into web and mobile media. Attend the live webc= ast > and join the prime developer group breaking into this new coding territor= y! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat= =3D121642 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |
From: Kevin <ke...@dr...> - 2006-03-02 15:33:55
|
I updated the install page. Some improvements are: *convert to use ADODB Lite db connection and data dictionary objects. *cleaned up output. A helper function makes output printing more consistent. Warnings and fatal errors are output in red Let me know of you see any problems. I tried not to alter the business rules, so it should operate the same as previous versions. -Kevin |
From: khaled A. A. <bro...@gm...> - 2006-03-01 23:31:55
|
Ask and you shall recieve here's the iterations with the favicons, the feed image and save function in there as well for all to see. The mark all as read button I see it as one of those toggle buttons. Once you click it, it changes to mark all as unread. It'll either be highlighted or shown as a pressed button. Whatever works best for everyone really. I'll move onto the next couple of pages. http://www.brokenkode.com/fofr/framed-user-panel/Version-0.92.jpg http://www.brokenkode.com/fofr/framed-user-panel/Version-0.92-with-feed-ima= g.jpg |
From: khaled A. A. <bro...@gm...> - 2006-02-27 18:46:39
|
Okey dokey I'll include a space for it, since optional it's all good. I've actually never seen these things in any of the aggregators I've used, but alas I wasn't using the best :). Although this mini- confusion did bring up favicons, what are everyone's thoughts on that? I really like the idea (makes it all more colourful). On 2/27/06, Andrew Turner <ajt...@hi...> wrote: > > Well, I like having them. They are a quick ID of what article I'm > about to read without having to actually read the title. That said, > they are optionally turn-offable (yay word) in the "options" menu > item, since some people want a lighter look or don't use them (as you > mentioned). So we can have the option of including them or not via the > config option. > > They are provided, I believe, as a link in the actual RSS feed. > > Andrew > > On 2/27/06, khaled Abou Alfa <bro...@gm...> wrote: > > Kinda confused what those images actually are... In any case, not to be > > totally dismissive, but do we really want those things to look at. Sorr= y > > Katie, but to me they're hugely disruptive :). Especially since I don't > know > > what they actually are... just images that they associate with an rss > feed? > > > > Sorry I don't generally go bleeding edge on most of the stuff I use. > Sorry > > to be a pain like that. > > > > Surely the favicon makes slightly more sense and we can extract them > like in > > the 9rules communities page: http://9rules.com/en/browse/ > > > > > > > > > > > > > > On 2/27/06, Katie Bechtold <ka...@ho...> wrote: > > > On Mon, Feb 27, 2006 at 01:47:15PM +0000, khaled Abou Alfa wrote: > > > > Oh right you mean a favicon? Yeah that would be BRILLIANT. Didn't > > realise we > > > > had that functionality in there just yet, but I'll amend that as > well. > > > > > > The feed images aren't exactly favicons (assuming this definition: > > > http://en.wikipedia.org/wiki/Favicon ). It might help > > for you to try > > > using the current version of FeedonFeeds-Redux to get a feel for the > > > terms we're using and, in this case, what kind of feed images sites > > > are using. Their variable size and shape might make them tricky to > > > incorporate in the fofredux user interface, but I think it would be > > > nice to see them somehow. Here are some of the individual feed pages > > > from our demo installation that include feed images: > > > > > > > > http://code.highearthorbit.com/fofredux/fofredux_head/view.php?feed=3D3= 7 > > > > > http://code.highearthorbit.com/fofredux/fofredux_head/view.php?feed=3D7= 7 > > > > > http://code.highearthorbit.com/fofredux/fofredux_head/view.php?feed=3D7= 8 > > > > > http://code.highearthorbit.com/fofredux/fofredux_head/view.php?feed=3D8= 6 > > > > > http://code.highearthorbit.com/fofredux/fofredux_head/view.php?feed=3D1= 01 > > > > > > -- > > > Katie Bechtold http://hoteldetective.org/ > > > > > > > > > > > > > > > ------------------------------------------------------- > > > 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?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat= =3D121642 > > > _______________________________________________ > > > Fofredux-devel mailing list > > > Fof...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > > > > > > > > > > -- > 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 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > |
From: Andrew T. <ajt...@hi...> - 2006-02-27 18:22:37
|
Well, I like having them. They are a quick ID of what article I'm about to read without having to actually read the title. That said, they are optionally turn-offable (yay word) in the "options" menu item, since some people want a lighter look or don't use them (as you mentioned). So we can have the option of including them or not via the config option. They are provided, I believe, as a link in the actual RSS feed. Andrew On 2/27/06, khaled Abou Alfa <bro...@gm...> wrote: > Kinda confused what those images actually are... In any case, not to be > totally dismissive, but do we really want those things to look at. Sorry > Katie, but to me they're hugely disruptive :). Especially since I don't k= now > what they actually are... just images that they associate with an rss fee= d? > > Sorry I don't generally go bleeding edge on most of the stuff I use. Sorr= y > to be a pain like that. > > Surely the favicon makes slightly more sense and we can extract them like= in > the 9rules communities page: http://9rules.com/en/browse/ > > > > > > > On 2/27/06, Katie Bechtold <ka...@ho...> wrote: > > On Mon, Feb 27, 2006 at 01:47:15PM +0000, khaled Abou Alfa wrote: > > > Oh right you mean a favicon? Yeah that would be BRILLIANT. Didn't > realise we > > > had that functionality in there just yet, but I'll amend that as well= . > > > > The feed images aren't exactly favicons (assuming this definition: > > http://en.wikipedia.org/wiki/Favicon ). It might help > for you to try > > using the current version of FeedonFeeds-Redux to get a feel for the > > terms we're using and, in this case, what kind of feed images sites > > are using. Their variable size and shape might make them tricky to > > incorporate in the fofredux user interface, but I think it would be > > nice to see them somehow. Here are some of the individual feed pages > > from our demo installation that include feed images: > > > > > http://code.highearthorbit.com/fofredux/fofredux_head/view.php?feed=3D37 > > > http://code.highearthorbit.com/fofredux/fofredux_head/view.php?feed=3D77 > > > http://code.highearthorbit.com/fofredux/fofredux_head/view.php?feed=3D78 > > > http://code.highearthorbit.com/fofredux/fofredux_head/view.php?feed=3D86 > > > http://code.highearthorbit.com/fofredux/fofredux_head/view.php?feed=3D101 > > > > -- > > Katie Bechtold http://hoteldetective.org/ > > > > > > > > > > ------------------------------------------------------- > > 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?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat= =3D121642 > > _______________________________________________ > > Fofredux-devel mailing list > > Fof...@li... > > > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > > > > -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |
From: khaled A. A. <bro...@gm...> - 2006-02-27 17:36:00
|
Kinda confused what those images actually are... In any case, not to be totally dismissive, but do we really want those things to look at. Sorry Katie, but to me they're hugely disruptive :). Especially since I don't kno= w what they actually are... just images that they associate with an rss feed? Sorry I don't generally go bleeding edge on most of the stuff I use. Sorry to be a pain like that. Surely the favicon makes slightly more sense and we can extract them like i= n the 9rules communities page: http://9rules.com/en/browse/ On 2/27/06, Katie Bechtold <ka...@ho...> wrote: > > On Mon, Feb 27, 2006 at 01:47:15PM +0000, khaled Abou Alfa wrote: > > Oh right you mean a favicon? Yeah that would be BRILLIANT. Didn't > realise we > > had that functionality in there just yet, but I'll amend that as well. > > The feed images aren't exactly favicons (assuming this definition: > http://en.wikipedia.org/wiki/Favicon). It might help for you to try > using the current version of FeedonFeeds-Redux to get a feel for the > terms we're using and, in this case, what kind of feed images sites > are using. Their variable size and shape might make them tricky to > incorporate in the fofredux user interface, but I think it would be > nice to see them somehow. Here are some of the individual feed pages > from our demo installation that include feed images: > > http://code.highearthorbit.com/fofredux/fofredux_head/view.php?feed=3D37 > http://code.highearthorbit.com/fofredux/fofredux_head/view.php?feed=3D77 > http://code.highearthorbit.com/fofredux/fofredux_head/view.php?feed=3D78 > http://code.highearthorbit.com/fofredux/fofredux_head/view.php?feed=3D86 > http://code.highearthorbit.com/fofredux/fofredux_head/view.php?feed=3D101 > > -- > Katie Bechtold http://hoteldetective.org/ > > > > > ------------------------------------------------------- > 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?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat= =3D121642 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > |
From: Katie B. <ka...@ho...> - 2006-02-27 15:59:20
|
On Mon, Feb 27, 2006 at 01:47:15PM +0000, khaled Abou Alfa wrote: > Oh right you mean a favicon? Yeah that would be BRILLIANT. Didn't realise we > had that functionality in there just yet, but I'll amend that as well. The feed images aren't exactly favicons (assuming this definition: http://en.wikipedia.org/wiki/Favicon). It might help for you to try using the current version of FeedonFeeds-Redux to get a feel for the terms we're using and, in this case, what kind of feed images sites are using. Their variable size and shape might make them tricky to incorporate in the fofredux user interface, but I think it would be nice to see them somehow. Here are some of the individual feed pages from our demo installation that include feed images: http://code.highearthorbit.com/fofredux/fofredux_head/view.php?feed=37 http://code.highearthorbit.com/fofredux/fofredux_head/view.php?feed=77 http://code.highearthorbit.com/fofredux/fofredux_head/view.php?feed=78 http://code.highearthorbit.com/fofredux/fofredux_head/view.php?feed=86 http://code.highearthorbit.com/fofredux/fofredux_head/view.php?feed=101 -- Katie Bechtold http://hoteldetective.org/ |
From: khaled A. A. <bro...@gm...> - 2006-02-27 13:47:19
|
Oh right you mean a favicon? Yeah that would be BRILLIANT. Didn't realise w= e had that functionality in there just yet, but I'll amend that as well. Thinking about it, I'll play around with the final location of the flag on the right hand side, either after the title or below the mark as read, or even move the mark as read below the flag item....hmm On 2/27/06, Andrew Turner <ajt...@hi...> wrote: > > On 2/27/06, khaled Abou Alfa <bro...@gm...> wrote: > > On 2/27/06, Andrew Turner (nilspace) <nil...@us...> > wrote: > > > What about the feed icon being displayed for a feed? > > > > Not sure where you mean? You mean in the sidebar right next to the name > of > > the feed? Too cluttered no? > > > > No, I mean where the "item flag" is located in the right-hand side. > This is how it currently is in the dev version (well, was, it's not > show up in my current version, that's odd). The feed's logo appears > there if you have the config option to show them. > > I like the flag being prominent - perhaps it can be moved to the > right-side of the "right-hand side"? > -- > Andrew Turner > ajt...@hi... 42.4266N x 83.4931W > http://highearthorbit.com Northville, Michigan, USA > |
From: Andrew T. <ajt...@hi...> - 2006-02-27 13:31:18
|
On 2/27/06, khaled Abou Alfa <bro...@gm...> wrote: > On 2/27/06, Andrew Turner (nilspace) <nil...@us...> wro= te: > > What about the feed icon being displayed for a feed? > > Not sure where you mean? You mean in the sidebar right next to the name o= f > the feed? Too cluttered no? > No, I mean where the "item flag" is located in the right-hand side. This is how it currently is in the dev version (well, was, it's not show up in my current version, that's odd). The feed's logo appears there if you have the config option to show them. I like the flag being prominent - perhaps it can be moved to the right-side of the "right-hand side"? -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |
From: khaled A. A. <bro...@gm...> - 2006-02-27 13:20:03
|
On 2/27/06, Andrew Turner (nilspace) <nil...@us...> wrote= : > > Looking good, a couple of points (since you asked) > > There is a difference b/w flag and save I think - at least b/w the > left and right-hand side. It seems like one flags the left-side to > then do "mark all as read" (I'm still not convinced what this means or > that we should have it - personally, I will *never* want to mark my > entire set of feeds as read), while the items on the right are flagged > for saving? We need to make the flagging a consistent idea - either > its saving, or it's "flagging" to do something else with. The penny finally dropped chez khaled, and I understand, I see the point. You save an entire batch of items in a feed for later use. So you're not really flagging them. You flag INDIVIDUAL items. Ok. I can sort that out very quickly, shouldn't be a problem. Regarding having read all, well it's a good option to have in case you've missed a week or 2 and can't really be bothered or whatever. It's a small enough link that it doesn't really get in the way. We can add or remove thi= s as and when. I don't think there should be an "edit" next to categories, as > categories are set for an entire feed and should be edited in the feed > editing page. Good point, I'll remove that. What about the feed icon being displayed for a feed? Not sure where you mean? You mean in the sidebar right next to the name of the feed? Too cluttered no? I think at this point, that's it. I'm sure there will be more feedback > once people start using the interface - but I think it's a great > start. > > Andrew > > > > On 2/27/06, khaled Abou Alfa <bro...@gm...> wrote: > > Just wanted to check that everyone was happy with the latest iteration. > I > > don't want to move onto the next set of pages (I still have the full > view, > > the login page and the admin page to deal with) before I've hit this on= e > on > > the head. Don't be shy now :). > > > > > > On 2/25/06, khaled Abou Alfa <bro...@gm...> wrote: > > > Right I've tried to incorporated all the comments by Andrew. > > > > > > > > > > > > I've also tweaked the logo slightly. > > > Also added an arrow and lightened the text for the current type > location > > in the top left hand corner. > > > Hopefully the mark all as read bar is clear which part it is now > serving. > > > I've sorted the tags and category edit feature in there as well.Is > > everyone happy with the flags instead of save feature? > > > > > > What about the the age of the last update? Necessary, or good to have= , > or > > we can loose? To be honest part of the reason why I'm not putting > everything > > in there is simply so that I can streamline things a tad and make it > easier > > to read, uncluttered. > > > > > > Anyway enough talk for now: > > > > > > > > http://www.brokenkode.com/fofr/albums/framed-user-panel/Version-0.91.jp= g > > > > > > > > > > -- > 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 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > |
From: Andrew T. (nilspace) <nil...@us...> - 2006-02-27 13:00:54
|
Looking good, a couple of points (since you asked) There is a difference b/w flag and save I think - at least b/w the left and right-hand side. It seems like one flags the left-side to then do "mark all as read" (I'm still not convinced what this means or that we should have it - personally, I will *never* want to mark my entire set of feeds as read), while the items on the right are flagged for saving? We need to make the flagging a consistent idea - either its saving, or it's "flagging" to do something else with. I don't think there should be an "edit" next to categories, as categories are set for an entire feed and should be edited in the feed editing page. What about the feed icon being displayed for a feed? I think at this point, that's it. I'm sure there will be more feedback once people start using the interface - but I think it's a great start. Andrew On 2/27/06, khaled Abou Alfa <bro...@gm...> wrote: > Just wanted to check that everyone was happy with the latest iteration. I > don't want to move onto the next set of pages (I still have the full view= , > the login page and the admin page to deal with) before I've hit this one = on > the head. Don't be shy now :). > > > On 2/25/06, khaled Abou Alfa <bro...@gm...> wrote: > > Right I've tried to incorporated all the comments by Andrew. > > > > > > > > I've also tweaked the logo slightly. > > Also added an arrow and lightened the text for the current type locatio= n > in the top left hand corner. > > Hopefully the mark all as read bar is clear which part it is now servin= g. > > I've sorted the tags and category edit feature in there as well.Is > everyone happy with the flags instead of save feature? > > > > What about the the age of the last update? Necessary, or good to have, = or > we can loose? To be honest part of the reason why I'm not putting everyth= ing > in there is simply so that I can streamline things a tad and make it easi= er > to read, uncluttered. > > > > Anyway enough talk for now: > > > > > http://www.brokenkode.com/fofr/albums/framed-user-panel/Version-0.91.jpg > > > > -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |
From: khaled A. A. <bro...@gm...> - 2006-02-27 12:36:49
|
Just wanted to check that everyone was happy with the latest iteration. I don't want to move onto the next set of pages (I still have the full view, the login page and the admin page to deal with) before I've hit this one on the head. Don't be shy now :). On 2/25/06, khaled Abou Alfa <bro...@gm...> wrote: > > Right I've tried to incorporated all the comments by Andrew. > > > 1. I've also tweaked the logo slightly. > 2. Also added an arrow and lightened the text for the current type > location in the top left hand corner. > 3. Hopefully the mark all as read bar is clear which part it is now > serving. > 4. I've sorted the tags and category edit feature in there as well. > > Is everyone happy with the flags instead of save feature? > > What about the the age of the last update? Necessary, or good to have, or > we can loose? To be honest part of the reason why I'm not putting everyth= ing > in there is simply so that I can streamline things a tad and make it easi= er > to read, uncluttered. > > Anyway enough talk for now: > > http://www.brokenkode.com/fofr/albums/framed-user-panel/Version-0.91.jpg > |
From: khaled A. A. <bro...@gm...> - 2006-02-25 23:47:36
|
Right I've tried to incorporated all the comments by Andrew. 1. I've also tweaked the logo slightly. 2. Also added an arrow and lightened the text for the current type location in the top left hand corner. 3. Hopefully the mark all as read bar is clear which part it is now serving. 4. I've sorted the tags and category edit feature in there as well. Is everyone happy with the flags instead of save feature? What about the the age of the last update? Necessary, or good to have, or w= e can loose? To be honest part of the reason why I'm not putting everything i= n there is simply so that I can streamline things a tad and make it easier to read, uncluttered. Anyway enough talk for now: http://www.brokenkode.com/fofr/albums/framed-user-panel/Version-0.91.jpg |
From: Miles B. <mil...@gm...> - 2006-02-25 20:32:43
|
On 2/25/06, khaled Abou Alfa <bro...@gm...> wrote: > One thing that has gone is the age of the feed. I don't think that this i= s > particularly necessary. It clutters things up. Mostly I don't care when > something was written (ie 1 day ago or 3 days ago). And anyway for that > information I've got the full date written in the feed for that, so I did= n't > feel too bad removing that element from the sidebar. The age is not when something was written, it is when the last update was from the original website. Sometimes the rss file will be broken from the original web site and no updates will come in. The age will show me when the last good update was. Then I can manually check the web site for the latest news until the rss file is working again. This looks good and I can't wait to try it. |
From: khaled A. A. <bro...@gm...> - 2006-02-25 15:42:13
|
Okay I'm going to try and address everything here, so bear with me :). On 2/25/06, Andrew Turner (nilspace) <nil...@us...> wrote= : > > Wow, things move fast when I don't read my email for about 10 hours. > :) I'm liking how it 's all shaking down to a very nice look. A couple > of points, questions: > > * Left-side "mark all as read" > * I believe Miles pointed out that this may be confusing. Does this > apply to all the feed items, or just to the 'flagged' items. I can see how it might seem confusing at first, but once you've done it onc= e you'll understand what the deal is. That link marks EVERYTHING as read in the sidebar alone. Thinking about this, we'd need another link to mark everything as unread as well. So I'll add that in there. It doesn't relate to items/categories that are flagged but rather to all items in there. * Item view > * I think the feed icon (favicon or whatever it is) should be where > the flag currently is and move the flag to the left (or right) of the > "mark as read" I don't understand the reason for this? Are we talking about the top bar here? Where it says feeds, category, tags, flags? If that's the case I thin= k feeds should be the default view here. The flagged items are those items that you have saved because there is something important in them. * "< Next | Previous >" should probably be "< Previous | Next >" > ala Western page-turning, and the preference that increase in > time/future goes to the right and the past is to the left Not a problem will amend. * Can probably drop the ", paged" on "View all items, paged" as > views should always be paged or they have a really good tendency to > crash the browser when 1800 feeds and images are being loaded Good point although I would like to have the option to just view the titles alone, without the text underneath them. Just another option for viewing. * I'm not sure if the current demo view is "all items", "new items" > or "today's items", perhaps some highlighting of the current view in > the menu item? Then there may also be a view that will dynamically > show up to the left that will be like "Custom View" or "Search View" > or something when someone does a special view? Good point. I've got a very simple solution for that, and hopefully it'll b= e crystal clear. Maybe to expand the idea: On the right-hand side is always talking > about "this feed or feeds", so if I say view new, view today's that is > only applying to the current set of feeds that I have selected in the > right-hand side. So on the right side as I flag feeds they will show > up in my right-hand side view or there will be a menu button for "view > all feeds". New idea, let me know if it doesn't make sense or isn't > clear Not actually sure what you mean here so if you could elborate that would be great :). * Tags: I think having two "Tags:" is unnecessary and also doesn't > allow for removing tags. What I suggest would be just the single > "Tags: wordpress, internet, things | Edit | " - so the user can press > the "Edit" or "Edit tags" button (or double-click the word Tags: ?) to > change the tags area into a typing box where they can add/delete tags. > If we want "quick tags" (i.e. be able to type into a text box and not > have to press "Edit" and then "Save" then we can jut provide an empty > text area after the listed tags. When a user types in any words and > presses the spacebar, it is added the list of tags (ala the magic of > Ajax)) Ah ok, that could work. Having a small edit link shouldn't be a problem. As long as you guys can sort the ajax for that I think it could work very well= . I think that would be good for the categories section as well. Hmm I'll hav= e a look into that one as well. * Perhaps the coloring scheme b/w Read and Unread items should be > switched? I normally would prefer to read on a white background. We > could even gray out (lighten) the text more on read items, or even > "fold them up" to just the title bar? When, in this scheme, do feeds > "disappear" from my "View new items"? When I click the "Next Items", > "mark all as read" or what? Okay just to further explain this section because there seems to be a bit o= f confusion but that's because I couldn't be bothered to put more than three links. Basically the backgrounds alternate between grey and white. Makes it easier for reading. When something is read it just goes normal, ie not bold= . Bold feeds means you've not read them, or that there are items in there tha= t have not been read. If you've got flagged items in there that doesn't matter. The links will only be bold when they have not been read. In terms of making the feeds disappear this is how I thought it would work, and you can correct me if you think it's not the right way to go about it. The fofr will download the total number of feeds allowed by a specific website. It will then store the last 30 feeds or whatever from that particular site, or whatever maximum number is required. * "Save" - please add. Perhaps it's even just a button that adds a > "saved" quicktag. (ooh, future feature, the ability for someone to > select "quicktags" with a drop-select like Kevin's interface now. If I > drop and select a quicktag it is quickly added with no typing > necessary - I, for example, would want quicktags for 'save', > 'bookmark', 'snippet', 'toforward') I really don't understand the need for save anymore. I mean surely that's what flagged items are right? By flagging an item effectively save it. Not in so many words because it would be weird and standard practice is to flag items as important or whatever for you to look at later. K - that's it for now - long winded. Khaled, you're obviously doing a > good job, since the better you do, the more people (like me) have > little niggles/suggestions as it all gets massaged into place. I absolutely love the fact that everyone has got a great deal of ideas and thoughts and take the time to write these emails. It makes me want to sort it out even more than before, because to be honest I'm feeding off people's excitement right now, so this is all great stuff as we'll have the ULTIMATE feed aggregator in a few short months. It's going to be HUGE, I can see it, and what's even better it'll be completely open source, whichI love a great deal. As for the question of 0.3 release, I wonder about that. Perhaps we > want to do a solid, last of it's breed, release as the system > currently is, all bugs squashed and dangling, on the edge, feature > requests. This will then give a very clear baseline change for 0.3 -> > 0.4. I could see all these changes taking quite a little bit of dev > time and introducing new bugs (we're all superstar programmers, so i'm > *sure* we wouldn't introduce bugs ;) > > 0.3 won't be a huge press release event or anything. Just a rolling > out of a bunch of added features and perhaps even suggest to people to > not upgrade, but it's there if they want some of the nifty features > that have popped up (tags, saved items, rss output). 0.3 is fairly > ready for QA testing, and we would slate 0.4 for perhaps April 1 > release (the Fool Edition). :) Sounds like a plan. It'll give me a couple of weeks to be able to deal with the rest of the pages and issues. If we do get all the things we're talking about from the mock ups done in the programme surely that's more than a version 0.4 thought :). We can jump a couple of versions I'm sure :). 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 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > |