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: Miles B. <mil...@gm...> - 2005-12-30 06:15:11
|
On 12/29/05, Kevin <ke...@dr...> wrote: > Check to make sure the mysql module is loaded. In php.ini, you should > have a line like this: > > extension=3Dmysql.so > > If this exists already, try restarting your webserver. > > Are you using the apache module, or CGI version of php? The php.ini > file is in different locations for each. You may have the extension > loaded in one place but not the other. > > -Kevin. Thanks. That did the trick. Now I have a question on whether or not I backed up the right database files in case there was a problem with my server. The last backup I did was on Friday. If I got the right files I'd like to restore the database using them. The files I have are: -rw-r--r-- 1 mysql mysql 8660 2005-12-29 15:57 px_feeds.frm -rw-r--r-- 1 mysql mysql 9204 2005-12-29 15:57 px_feeds.MYD -rw-r--r-- 1 mysql mysql 2048 2005-12-29 15:57 px_feeds.MYI -rw-r--r-- 1 mysql mysql 8874 2005-12-29 15:57 px_items.frm -rw-r--r-- 1 mysql mysql 8722160 2005-12-29 15:57 px_items.MYD If those are the right files what is the best way to restore the database? -Miles |
From: Kevin <ke...@dr...> - 2005-12-30 04:21:10
|
It appears the following features are implemented. Should they be closed? 1385423 1386535 1371242 1382545 -Kevin |
From: Kevin <ke...@dr...> - 2005-12-30 03:58:08
|
Miles Beck wrote: >I've done a clean install of Debian and FoFR. But now am getting the >below error when I try and run install.php. > >Fatal error: Call to undefined function: mysql_connect() in >/var/www/fofredux/init.php on line 34 > > > > Check to make sure the mysql module is loaded. In php.ini, you should have a line like this: extension=mysql.so If this exists already, try restarting your webserver. Are you using the apache module, or CGI version of php? The php.ini file is in different locations for each. You may have the extension loaded in one place but not the other. -Kevin. |
From: Miles B. <mil...@gm...> - 2005-12-29 22:34:44
|
I've done a clean install of Debian and FoFR. But now am getting the below error when I try and run install.php. Fatal error: Call to undefined function: mysql_connect() in /var/www/fofredux/init.php on line 34 I think config.php is set up correctly but am at a loss now as what to try = now. Below is the php packages ii php4-common 4.3.10-16 Common files for packages built from the php4 source ii php4-mysql 4.3.10-16 MySQL module for php4 ii php4 4.3.10-16 server-side, HTML-embedded scripting language (meta-package) Below is the mysql packages I have installed. ii mysql-client-4.1 4.1.11a-4sarge2 mysql database client binar= ies ii mysql-common-4.1 4.1.11a-4sarge2 mysql database common files (e.g. /etc/mysql/my.cnf) ii mysql-server-4.1 4.1.11a-4sarge2 mysql database server binar= ies Do I need anything else for this to work? |
From: Miles B. <mil...@gm...> - 2005-12-28 16:41:22
|
On 12/27/05, Andrew Turner <ajt...@hi...> wrote: > I've added RSS generated output to the CVS of FoFRedux. It currently > supports any of the "input parameters" that "view.php" does (category, > feed, dates, howmany, etc). Let me know what you think. It will be > really useful when there are saved searches (who is handling this? I > can if no one else has started) I'm not sure I really understand this and what it is supposed to do. Can you clarify this a little further? -Miles |
From: Andrew T. <ajt...@hi...> - 2005-12-28 02:37:28
|
I've added RSS generated output to the CVS of FoFRedux. It currently supports any of the "input parameters" that "view.php" does (category, feed, dates, howmany, etc). Let me know what you think. It will be really useful when there are saved searches (who is handling this? I can if no one else has started) If you do a "cvs up -d" then point your browser to rss.php, you'll get the = feed. However, this also brings a point that by default, FoFR will attempt to give you *all* items when you request them. This, for me, tends to be fairly bad since by default I end up hitting "new items" and then have to hit the "Stop" button or my browser goes down. I suggest we put in a 'hard limit' of feed items, perhaps via a configuration, that forces a limit on the number of returned feeds or feed items. I would think 100-200 would be fine? Andy -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |
From: Katie B. <ka...@ho...> - 2005-12-27 23:17:01
|
On Fri, Dec 23, 2005 at 09:22:04AM -0700, Kevin wrote: > I added a developer guide to the repository. (file: DEVELOPER_GUIDE) Thank you! As a new developer, I especially appreciate having this guide to refer to. -- Katie Bechtold http://hoteldetective.org/ |
From: Andrew T. (nilspace) <nil...@us...> - 2005-12-27 16:30:22
|
Good Holidays team! I hope everyone {had a wonderful Christmas, is having a wonderful {Holiday, Hanukkah, Kwanzaa}, will have a most reverential Eid al-Adha}. I have released FoFRedux v0.2 to the release system and put up a news item on the SF site. I'll update the fofredux homepage with the news, as well as non-MacOSX screen shots (showed the page to my familiy over the holiday and their first remark was "oh, it only runs on a Mac?") Much to the contrary. I got a chance to try out one of the new Nokia 770 (nokiausa.com/770) Internet Tablets viewing FoFRedux and it looks *great*. Much better than the built-in newsreader. I posted screenshots to the homepage and info to the Nokia 770 forums for extra traffic :). For those running off of CVS head, a certain Elf named Kevin has been adding ADODB support. What the elf didn't leave were instructions for updating. :) You will need to make sure to do a "cvs up -d" to get the new adodb/ directory. You also need to add a define('FOF_DB_TYPE', "mysql"); to your personal config.php (it was added to config.php.sample). I don't know why the error message in the init.php didn't come up warning me about that. While debugging this, I turned on error_reporting(E_ALL) and got *a lot* of warnings about undefined variables being used. Something we will want to fix as we go along in further development. Also, look over the roadmap and feature requests and start thinking about what we want to roll into v0.3. Thanks again for your dev/testing/documentation efforts. The world is a better place with FeedOnFeeds back in active development! :) Andy -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |
From: Kevin <ke...@dr...> - 2005-12-24 01:38:03
|
Andrew Turner (nilspace) wrote: >Looks great! I made editing changes (line wraps, spelling). Also you >specified that you cannot merge to a stable branch - yet there are >bugfixes. A bugfix may entail a 'merge', right? > > > Yes, a bugfix will mandate a merge, but the opposite of what you are thinking. The bugfix should be commited to the stable branch first, then the change should be merged onto HEAD. This will avoid inadvertently introducing additional bugs/features/etc that may exist on HEAD at the time of the merge. >Also, we probably want a section on dev practices within the project >itself. Architecture, function and variable naming conventions, etc. >How we suggest modifying/patching. When/if we have a "plugin" arch, >how to write a plugin. > > All good stuff to have in there. Another thing I am trying to figure out is how to correctly use the vendor branch of CVS for 3rd party stuff we include with fofr. (magpierss, etc) This will avoid the problem we had where a local patch was overwritten by an upgrade of the 3rd party source. --Kevin |
From: Evan B <ev...@at...> - 2005-12-24 01:07:16
|
The search funcitonality seemed to be the only thing broken to me, so it looks good to me as well. e Miles Beck wrote: >On 12/23/05, Andrew Turner (nilspace) <nil...@us...> wrote: > > >>Hi everyone - hope you're having a good holidays/winter break/weekend. >> >>I believe we're good to ship v0.2? >> >> > >It looks good to me. I've not seen anything broken. > >Happy Holidays to everyone. > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >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_id865&op=click >_______________________________________________ >Fofredux-devel mailing list >Fof...@li... >https://lists.sourceforge.net/lists/listinfo/fofredux-devel > > > > > |
From: Miles B. <mil...@gm...> - 2005-12-23 21:59:34
|
On 12/23/05, Andrew Turner (nilspace) <nil...@us...> wrot= e: > Hi everyone - hope you're having a good holidays/winter break/weekend. > > I believe we're good to ship v0.2? It looks good to me. I've not seen anything broken. Happy Holidays to everyone. |
From: Andrew T. (nilspace) <nil...@us...> - 2005-12-23 17:06:46
|
Looks great! I made editing changes (line wraps, spelling). Also you specified that you cannot merge to a stable branch - yet there are bugfixes. A bugfix may entail a 'merge', right? Also, we probably want a section on dev practices within the project itself. Architecture, function and variable naming conventions, etc. How we suggest modifying/patching. When/if we have a "plugin" arch, how to write a plugin. Thanks Kevin! Andy On 12/23/05, Kevin <ke...@dr...> wrote: > > I added a developer guide to the repository. (file: DEVELOPER_GUIDE) > > Most of this was gleemed from release guidelines / naming conventions > used by other projects, and also general best practices found on the > Internet. > > I still need to add a few things (like tags used for code reviews), but > I think it covers the most common things we do day-to-day. > > Please review and comment. > > --Kevin > > > ------------------------------------------------------- > 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: Kevin <ke...@dr...> - 2005-12-23 16:25:39
|
I added a developer guide to the repository. (file: DEVELOPER_GUIDE) Most of this was gleemed from release guidelines / naming conventions used by other projects, and also general best practices found on the Internet. I still need to add a few things (like tags used for code reviews), but I think it covers the most common things we do day-to-day. Please review and comment. --Kevin |
From: Andrew T. (nilspace) <nil...@us...> - 2005-12-23 15:02:33
|
Hi everyone - hope you're having a good holidays/winter break/weekend. I believe we're good to ship v0.2? I've noticed work has moved forward on CVS HEAD, and Feature reqs have been marked for v0.3 release. I've opened the "demo" to not require a password. I think it will be good to add some "demo feeds", but it will require adding directly to the database. If you'd like your feed to be included (I'm esp. looking at you, LiveJournal users :) then send me your feed so I can get the items. Thanks for all your work! Andy -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |
From: Andrew T. (nilspace) <nil...@us...> - 2005-12-22 19:57:31
|
Check out TreeHuggers new nav scheme: http://www.treehugger.com/files/2005/12/a_new_blog_navi.php via BoingBoing perhaps something to consider as an option? Andy -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |
From: Andrew T. <ajt...@hi...> - 2005-12-21 20:08:11
|
Yes, this is being fixed right now. Evan pointed it out. I created a release branch, and fixed it on that. To get this from CVS you will need to check out the REL-0_2-branch. I also tagged the files in this branch as RC-0_2 until the release is done. This fix will need to be merged back to HEAD. Thanks, Andy On 12/21/05, Miles Beck <mil...@gm...> wrote: > This bug was posted today at 10:32. I have confirmed it happens on my > install as well. > > Can someone look at this before the release of 0.2? > > -Miles > > > ------------------------------------------------------- > 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_idv37&alloc_id=16865&opclick > _______________________________________________ > 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...> - 2005-12-21 19:53:20
|
This bug was posted today at 10:32. I have confirmed it happens on my install as well. Can someone look at this before the release of 0.2? -Miles |
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> |
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: 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: 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: 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: 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: Benjamin S. <bs...@cr...> - 2005-12-19 19:41:37
|
Um, by the way, I'm out of town through like 1/9, so I'll help out with whatever's needed once I'm back. Sorry for the radio silence, but booking hotels in 6 different cities turned out to be surprisingly difficult for certain countries (Which can be summed up with "London? my that was easy; Morocco? Argh!"). Have a good new year! --Benjy On Mon, Dec 19, 2005 at 02:10:02PM -0500, Andrew Turner wrote: > Ah - thx for the insight Kevin >=20 > Guess it also keeps anonymous users a little more safe from dev mistakes = ;) > Andy >=20 > On 12/19/05, Kevin <ke...@dr...> wrote: > > > > > Hrm, is anyone else having problems grabbing the updated RC-0_2? When > > > I do a cvs status or anything in my directory, the files show up > > > correct (init.php is now up to 1.30), but when I browse the CVS > > > repository through Sourceforge, it only shows the 1.29 version. > > > Perhaps the CVS browse is gen'd later, but Miles is having trouble > > > getting the updated files. > > > > > > Can anyone else grab RC-0_2 and verify that titles are fixed and that > > > init.php is v1.30? > > > > Anonymous CVS is sync'd every 5 hours with development CVS. This is why > > you/Miles did not see your most recent commit via CVS browser on the > > website. > > > > http://sourceforge.net/docman/display_doc.php?docid=3D29894&group_id=3D= 1#sync_delay > > > > -- > > Kevin > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log = files > > 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&opclick > > _______________________________________________ > > Fofredux-devel mailing list > > Fof...@li... > > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > > >=20 >=20 > -- > Andrew Turner > ajt...@hi... 42.4266N x 83.4931W > http://highearthorbit.com Northville, Michigan, USA >=20 >=20 > ------------------------------------------------------- > 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_idv37&alloc_id=16865&op=3Dclick > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel |
From: Andrew T. <ajt...@hi...> - 2005-12-19 19:10:07
|
Ah - thx for the insight Kevin Guess it also keeps anonymous users a little more safe from dev mistakes ;) Andy On 12/19/05, Kevin <ke...@dr...> wrote: > > > Hrm, is anyone else having problems grabbing the updated RC-0_2? When > > I do a cvs status or anything in my directory, the files show up > > correct (init.php is now up to 1.30), but when I browse the CVS > > repository through Sourceforge, it only shows the 1.29 version. > > Perhaps the CVS browse is gen'd later, but Miles is having trouble > > getting the updated files. > > > > Can anyone else grab RC-0_2 and verify that titles are fixed and that > > init.php is v1.30? > > Anonymous CVS is sync'd every 5 hours with development CVS. This is why > you/Miles did not see your most recent commit via CVS browser on the > website. > > http://sourceforge.net/docman/display_doc.php?docid=3D29894&group_id=3D1#= sync_delay > > -- > Kevin > > > > ------------------------------------------------------- > 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_idv37&alloc_id=16865&opclick > _______________________________________________ > 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 |