I'm curious ... is there a way to upstream a single category using the Blogger API? I'm thinking there might be a way to add something to the #upstream file? ...
Scott C. Lemon
Scott.Lemon@...
Feb 23, 2005 10:48 pm
8344
Isn't this what you're after? It used to work with the Blogger API and still does with the metaWeblog API. I say used to, because I don't know the current...
Steve, Thanks for the quick reply. I had seen the tool in Radio 8, however the docs that I am reading just are not quite clear ... so I'm not sure if this ...
Scott C. Lemon
Scott.Lemon@...
Feb 24, 2005 4:48 am
8346
With the default Manila-Blogger Bridge tool... Can't you just subscribe to the category RSS feed in the tool and then have it publish to the Blogger site? ...
I know that this is where I must simply be missing something that is completely obvious ... but I just can't see where I say "I want my category {x} to be the...
Scott C. Lemon
Scott.Lemon@...
Feb 24, 2005 5:05 am
8348
Ok ... I now see what I was missing ... the *x*!! I have been looking at Dave's bridge ... not Steve's. I'm now doing some configuration and experimentation...
Scott C. Lemon
Scott.Lemon@...
Feb 24, 2005 6:23 am
8349
Steve, It appears there might be a bug in the xManilaBloggerBridge if there is a "." in the category name. I have two categories where I used the domain name...
Scott C. Lemon
Scott.Lemon@...
Feb 24, 2005 6:33 am
8350
One more e-mail before bed. I was able to go in and manually hack the xManilaBloggerBridgeData.root ... I got my new category configured, and it throws and...
Scott C. Lemon
Scott.Lemon@...
Feb 24, 2005 7:16 am
8351
Scott: I think backLogAllRSS is a Steve Hooker tool/script.... Steve Kirks On Thu, 24 Feb 2005 00:16:13 -0700, Scott C. Lemon ... -- Steve Kirks Product...
Thanks ... I found the tool and have installed it also. I'll do more testing tonight when I have more time! Scott C. Lemon ... From: Steve Kirks...
Scott C. Lemon
Scott.Lemon@...
Feb 24, 2005 10:25 pm
8353
I find backlogallrss invaluable mainly because it allows macros to render in your feed. I can't understand why Radio doesn't natively do this but that's why I...
I also like what I see! I am getting closer with the posts to Blogger ... However now I got the following error: "The server, plant.blogger.com, returned error...
Scott C. Lemon
Scott.Lemon@...
Feb 25, 2005 5:01 am
8355
All: I'm looking for developers in the group to participate in an upstreaming optimization project. We'll be analyzing the process from "top to bottom" in an...
FYI the deadline is Friday, March 25th by noon Central time (-6GMT). Sorry about the omission. Steve ... -- Steve Kirks Product Manager, Radio UserLand ...
We made some changes to the upstreaming in Radio, adding some new scan intervals for different folders. This reduces the load that Radio places on the...
... I guess I should test it some more beforing repying but I just wanted to say that I'm back from Mexico, looking forward to diving back into Radio stuff,...
Donovan: Just to make sure it's installed, can you check to see if the Upstreaming pref page is titled "Upstreaming Beta"? Steve ... -- Steve Kirks Product...
Ok, here is what to look for when evaluating the upstreaming beta: You need to monitor CPU activity by using the Activity Monitor utility under MacOS X or the...
... For instance, on my MacOS X laptop, average CPU load when Radio is not running, and system is idle is very low: CPU is around 80% idle. I usually have...
In `top`, Radio spikes to 50-65% every 10 sec or so with the remaining time spent under 10%. If I have another process using lots of CPU I only get spikes in...
Bug: What I did: With a clean copy of Radio 8.1 on MacOS X, I created a new empty folder called "customerDemo" in the root of the www folder. What happened:...
My findings: On my MacOS X laptop (PowerBook G4 800MHz), average CPU load when Radio is not running, and system is idle the CPU is around 80% idle. I usually...
I'm not sure what Steve expects is the standard procedure: I think 'empty' folders should not be upstreamed at all. They are created on the public site when...
All: Marc is right... ... I tested with old code and new (thanks, installer!) and in the old code, the empty folder is skipped. In the new code, an error is ...
Hi, Can anyone think of a way of speeding up the xml.entityEncode() verb? I have a chunk of code which used to run in 2s. Now that I am encoding part of the...
... The Usertalk while loop on all caharacters, with an embedded test, is hitting performance pretty bad. Under MacOS X, with Radio 8.2, I would experiment...
Hi Matt, Kernelization would be best, but string.multipleReplaceAll isn't bad either. Initial testing results are that this method is ~3x faster. Your 55...