From: Andrew T. (nilspace) <nil...@us...> - 2005-12-19 12:55:20
|
Good morning everyone (at least those around my timezone, EST) - and a good day to you others. Since no one else spoke up, I have moved the tags on HEAD for RC-0_2 to the newest version. I believe everything is up to snuff. We should test for a couple of days - lets say Wednesday - and then mark the actual release. I have been using the RC, and have tested an "upgrade" of a FoF v0.19 database and everything looks ok. Katie, you wrote up/compiled a good INSTALL. Can you either create a new, or append to INSTALL, good UPGRADE instructions? There are 2 paths, just setup the fofredux to use the current db, make a copy of the current db by using mysqldump and then cat the sql back into a new db, or to do an OPML export and import. I don't think we have a "recommended" path, all of them would work equally well at this point. Thanks, Andy -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |
From: Katie B. <ka...@ho...> - 2005-12-19 16:11:10
|
On Mon, Dec 19, 2005 at 07:55:11AM -0500, Andrew Turner (nilspace) wrote: > I have been using the RC, and have tested an "upgrade" of a FoF v0.19 > database and everything looks ok. Which method did you use to upgrade? > Katie, you wrote up/compiled a good INSTALL. Can you either create a > new, or append to INSTALL, good UPGRADE instructions? There are 2 > paths, just setup the fofredux to use the current db, make a copy of > the current db by using mysqldump and then cat the sql back into a new > db, or to do an OPML export and import. I've just added an UPGRADE document to the repository, the contents of which I'll reproduce here after noting that I've only tested the third method (OPML export/import): Upgrading from FeedOnFeeds: =========================== Here are three different ways to upgrade from FeedOnFeeds to FeedOnFeeds-Redux. We don't recommend any one method over another; do what's easiest for you. Option 1: Use Your Existing Database ------------------------------------ Follow the instructions in INSTALL but skip Step 2, where you would create a new database. In Step 4, when you edit config.php, use information about your existing FeedOnFeeds database. (Note: Do not simply copy your old config.php from FeedOnFeeds to your FeedOnFeeds-Redux directory; we've added new configuration items in this file.) Option 2: Use a Copy of Your Existing Database ---------------------------------------------- Make a copy of your existing FeedOnFeeds database: shell> mysqldump feedonfeeds_db > feedonfeeds_db.sql Make a new database for FeedOnFeeds-Redux: mysql> create database fofredux_db; Copy the schema and data from your FeedOnFeeds database to your new one: shell> mysql fofredux_db < feedonfeeds_db.sql Follow the instructions in INSTALL, skipping Step 2. Option 3: Create a New Database ------------------------------- Follow the instructions in INSTALL. In your old FeedOnFeeds installation, export your feeds as an OPML file by clicking on "subscription list as opml" and saving that XML file. Once you have FeedOnFeeds-Redux set up, import your feeds using that OPML file at the Add Feeds page. -- Katie Bechtold http://hoteldetective.org/ If all the world's a stage, I want to operate the trap door. -- Paul Beatty |
From: Andrew T. <ajt...@hi...> - 2005-12-19 22:12:45
|
Thanks Katie - looks great! I added a couple of notes (2) below. Andy On 12/19/05, Katie Bechtold <ka...@ho...> wrote: > On Mon, Dec 19, 2005 at 07:55:11AM -0500, Andrew Turner (nilspace) wrote: > > I have been using the RC, and have tested an "upgrade" of a FoF v0.19 > > database and everything looks ok. > > Which method did you use to upgrade? I tried all of them. Specifically I tested the FoF v0.19 database and then ran install.php on it. > I've just added an UPGRADE document to the repository, the contents > of which I'll reproduce here after noting that I've only tested the > third method (OPML export/import): > > > Upgrading from FeedOnFeeds: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > > Here are three different ways to upgrade from FeedOnFeeds > to FeedOnFeeds-Redux. We don't recommend any one method > over another; do what's easiest for you. > > > Option 1: Use Your Existing Database > ------------------------------------ > > Follow the instructions in INSTALL but skip Step 2, where > you would create a new database. In Step 4, when you > edit config.php, use information about your existing > FeedOnFeeds database. (Note: Do not simply copy your > old config.php from FeedOnFeeds to your FeedOnFeeds-Redux > directory; we've added new configuration items in this > file.) > When you first go to your control panel, there will be an "UNKNOWN TYPE" after each feed. This will be fixed after your first "update" is performed. > > Option 2: Use a Copy of Your Existing Database > ---------------------------------------------- > > Make a copy of your existing FeedOnFeeds database: > shell> mysqldump feedonfeeds_db > feedonfeeds_db.sql > Make a new database for FeedOnFeeds-Redux: > mysql> create database fofredux_db; > Copy the schema and data from your FeedOnFeeds database > to your new one: > shell> mysql fofredux_db < feedonfeeds_db.sql > Follow the instructions in INSTALL, skipping Step 2. > > > Option 3: Create a New Database > ------------------------------- > > Follow the instructions in INSTALL. In your old FeedOnFeeds > installation, export your feeds as an OPML file by clicking > on "subscription list as opml" and saving that XML file. Once > you have FeedOnFeeds-Redux set up, import your feeds using > that OPML file at the Add Feeds page. > > > -- > Katie Bechtold http://hoteldetective.org/ > > If all the world's a stage, I want to operate the trap door. > -- Paul Beatty > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi= les > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick > _______________________________________________ > 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: Andrew T. <ajt...@hi...> - 2005-12-21 11:58:25
|
This is probably my fault from the initial merge of FoF v0.19 into the FoFRedux tree. It appears I missed some of the FoF changes to magpierss/extlib/Snoopy.php.inc which included handling Livejournal protected entries. Katie, I believe you mentioned that you had modified FoF yourself to get it to work with LiveJournal? Kevin, do you know if Snoopy changed when you brought MagpieRSS up to v0.72. Evan, who noticed the problem with LJ auth, said that putting the Snoopy.php.inc from FoF 0.19 into FoFRedux 0.2 RC works. If no one knows of any reason these files should not be joined in matrimony (i.e. merged into the repository), speak now or forever hold your peace. :) Andy ---------- Forwarded message ---------- From: Evan Bassett <eba...@gm...> Date: Dec 20, 2005 11:43 PM Subject: Re: [Fofredux-devel] FoFRedux RC-0_2 To: Andrew Turner <ajt...@hi...> Right off the bat: 0.2RC2 doesn't appear to support digest authentication the way 0.1.9 does. This is essential for viewing Livejournal protected entries. Some of you guys might not think thats a big deal, but to myself and the friends I've gotten to start using FoF it is. I'll let you know if I notice anything else. e Andrew Turner wrote: Here is the tar-gzip ball :) Let me know how it 'treats' you. Thanks for testing this! Andy On 12/20/05, Andrew Turner (nilspace) <nil...@us...> wrot= e: Sure Evan - I will get you a tarball in a little while. It seems SourceForge's CVS is being unhappy at the moment. Andy On 12/20/05, Evan B <eba...@gm...> wrote: Has anyone put together a tarball of 0.2RC2? While I would like to help with development I'm not used to using SF's CVS. e Andrew Turner wrote: Thanks Katie - looks great! I added a couple of notes (2) below. Andy On 12/19/05, Katie Bechtold <ka...@ho...> wrote: On Mon, Dec 19, 2005 at 07:55:11AM -0500, Andrew Turner (nilspace) wrote: I have been using the RC, and have tested an "upgrade" of a FoF v0.19 database and everything looks ok. Which method did you use to upgrade? I tried all of them. Specifically I tested the FoF v0.19 database and then ran install.php on it. I've just added an UPGRADE document to the repository, the contents of which I'll reproduce here after noting that I've only tested the third method (OPML export/import): Upgrading from FeedOnFeeds: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Here are three different ways to upgrade from FeedOnFeeds to FeedOnFeeds-Redux. We don't recommend any one method over another; do what's easiest for you. Option 1: Use Your Existing Database ------------------------------------ Follow the instructions in INSTALL but skip Step 2, where you would create a new database. In Step 4, when you edit config.php, use information about your existing FeedOnFeeds database. (Note: Do not simply copy your old config.php from FeedOnFeeds to your FeedOnFeeds-Redux directory; we've added new configuration items in this file.) When you first go to your control panel, there will be an "UNKNOWN TYPE" after each feed. This will be fixed after your first "update" is performed. Option 2: Use a Copy of Your Existing Database ---------------------------------------------- Make a copy of your existing FeedOnFeeds database: shell> mysqldump feedonfeeds_db > feedonfeeds_db.sql Make a new database for FeedOnFeeds-Redux: mysql> create database fofredux_db; Copy the schema and data from your FeedOnFeeds database to your new one: shell> mysql fofredux_db < feedonfeeds_db.sql Follow the instructions in INSTALL, skipping Step 2. Option 3: Create a New Database ------------------------------- Follow the instructions in INSTALL. In your old FeedOnFeeds installation, export your feeds as an OPML file by clicking on "subscription list as opml" and saving that XML file. Once you have FeedOnFeeds-Redux set up, import your feeds using that OPML file at the Add Feeds page. -- Katie Bechtold http://hoteldetective.org/ If all the world's a stage, I want to operate the trap door. -- Paul Beatty ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log file= s for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick _______________________________________________ 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: Splunk Inc. Do you grep through log file= s for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id=16865&op=3Dclick _______________________________________________ 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 -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |
From: Kevin <ke...@dr...> - 2005-12-21 14:32:20
|
Andrew Turner wrote: >This is probably my fault from the initial merge of FoF v0.19 into the >FoFRedux tree. It appears I missed some of the FoF changes to >magpierss/extlib/Snoopy.php.inc which included handling Livejournal >protected entries. > >Katie, I believe you mentioned that you had modified FoF yourself to >get it to work with LiveJournal? > >Kevin, do you know if Snoopy changed when you brought MagpieRSS up to >v0.72. Evan, who noticed the problem with LJ auth, said that putting >the Snoopy.php.inc from FoF 0.19 into FoFRedux 0.2 RC works. > >If no one knows of any reason these files should not be joined in >matrimony (i.e. merged into the repository), speak now or forever hold >your peace. :) > >Andy > > I thought the LJ support had something to do with a cookie. Is this not the case, or are there multiple ways to authenticate a LJ private feed? (digest auth or cookie) There is one minor change to the Snoopy file which fixes a security problem. You can merge in the security fix onto the FoF modified file pretty easily. -copy over magpierss/extlib/Snoopy.class.inc from FoF 0.19 -apply 0.72 security fix $ cvs update -r 1.1 -r 1.2 magpierss/extlib/Snoopy.class.inc -then commit |
From: Katie B. <ka...@ho...> - 2005-12-21 16:40:51
|
I'm confused... On Wed, Dec 21, 2005 at 06:58:21AM -0500, Andrew Turner wrote: > It appears I missed some of the FoF changes to > magpierss/extlib/Snoopy.php.inc which included handling Livejournal > protected entries. FoF handled Livejournal protected entries? I somehow missed this. Evan mentioned FoF 0.1.9 supports digest authentication. How would a user take advantage of this support to read protected LJ entries? > Katie, I believe you mentioned that you had modified FoF yourself to > get it to work with LiveJournal? Yes, I did, by adding LJ cookie values to the request in magpie's _fetch_remote_file function. I didn't look into digest authentication. -- Katie Bechtold http://hoteldetective.org/ |
From: Andrew T. <ajt...@hi...> - 2005-12-21 17:16:11
|
I've done the update of Snoopy and tagged it as RC-0_2. Katie, perhaps you can try it out with your fees and verify it works for your LJ feeds. Andy On 12/21/05, Katie Bechtold <ka...@ho...> wrote: > I'm confused... > > On Wed, Dec 21, 2005 at 06:58:21AM -0500, Andrew Turner wrote: > > It appears I missed some of the FoF changes to > > magpierss/extlib/Snoopy.php.inc which included handling Livejournal > > protected entries. > > FoF handled Livejournal protected entries? I somehow missed this. > Evan mentioned FoF 0.1.9 supports digest authentication. How would > a user take advantage of this support to read protected LJ entries? > > > Katie, I believe you mentioned that you had modified FoF yourself to > > get it to work with LiveJournal? > > Yes, I did, by adding LJ cookie values to the request in magpie's > _fetch_remote_file function. I didn't look into digest > authentication. > > -- > Katie Bechtold http://hoteldetective.org/ > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi= les > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick > _______________________________________________ > 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: Evan B <ev...@at...> - 2005-12-21 17:59:09
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> you have to format the feedurl in this fashion: <a class="moz-txt-link-freetext" href="http://username:pas...@ww.../path/to/data/rss?auth=digest">http://username:pas...@ww.../path/to/data/rss?auth=digest</a><br> <br> The password is stored in plaintext, which is bad, but your feed reader should be behind digest authentication itself, so....<br> <br> e<br> <br> Katie Bechtold wrote: <blockquote cite="mid...@bl..." type="cite"> <pre wrap="">I'm confused... On Wed, Dec 21, 2005 at 06:58:21AM -0500, Andrew Turner wrote: </pre> <blockquote type="cite"> <pre wrap="">It appears I missed some of the FoF changes to magpierss/extlib/Snoopy.php.inc which included handling Livejournal protected entries. </pre> </blockquote> <pre wrap=""><!----> FoF handled Livejournal protected entries? I somehow missed this. Evan mentioned FoF 0.1.9 supports digest authentication. How would a user take advantage of this support to read protected LJ entries? </pre> <blockquote type="cite"> <pre wrap="">Katie, I believe you mentioned that you had modified FoF yourself to get it to work with LiveJournal? </pre> </blockquote> <pre wrap=""><!----> Yes, I did, by adding LJ cookie values to the request in magpie's _fetch_remote_file function. I didn't look into digest authentication. </pre> </blockquote> </body> </html> |