Blogging, Radio, RSS, Content Management, Syndication, Authoring. I'm trying to weed out what's important in this area, and until I do, I'm including a broad set of topics.
E-Publishing Explosion

 Wednesday, November 19, 2003

Howdy folks! Boy that sounds corny. If you're reading this post on radio.weblogs.com/0113822, I am moving this weblog to my own server with a more 'appropriate' domain name-- http://www.xagronaut.com. And I've shortened the name from The xagronaut Chronicle to Xagronaut.

I apologize for any possible mistakes I might make during this process. I have seen at least one article with tips on the process, but I'm afraid I haven't followed all of the advice. I appreciate everyone who reads this weblog, and I hope you will migrate all of your links to my new address.

Thanks.

Still to do:

  • Redirect RSS feeds
  • Investigate a conditional redirect from my pages at the Radio UserLand community servers to my new location--should I use some kind of conditional UserTalk script in my template, or maybe some JavaScript based on the window.document.location.domain?

  • 6:25:41 AM    comment []  trackback []
     Wednesday, November 12, 2003

    Sam Ruby's site seems to be picking up on my posts now that I have enabled the trackback feature in Radio. My reference to the Fade To White trick later in the post will surely ping again. The trackback feature seems to work well enough.

    I can't say as much for the mail-from-aggregator feature which has stopped working.

    I get an email every hour that does not have any links--no body, just a message about "This message contains the latest headlines, courtesy of Radio Userland" (actually not a quote). Well, I tried to tweak it just a tad by adding a couple of extra content substitution tags (or so I thought) I was hoping to have the permalink and site link appear in the email (it doesn't by default).

    I've been writing a bookmarklet to parse out hyperlinks, text selections, and stylesheet references from a web page. While it has multiple uses, my primary goal is to create a custom "blog this" tool. I know they exist, but I'm reinventing the wheel. And whoever said that reinventing the wheel was bad, should consider the intellectual property wheel before applying that sentiment universally. Yeah, sometimes I reinvent the wheel, but *it's my wheel*. And I'm starting to get to the point, familiarity-wise, where I might actually be able to pull off the bibliography bookmarklet I wrote about before.

    And it was working great until I tried to get Radio to give me just one or two more links in the emails I was getting. You're supposed to credit the source blog right? But the source blog is not consistently in the default mail-from-aggregator template. Is that too much to ask? It's not as though the format of the email wasn't intended to be customized. There's even a dedicated interface for just that. After I tried the web interface unsuccessfully (because of faulty assumptions that this feature would work like the text file interface where #anything can be referred to later).

    So I dug into the database, as I'm becoming accustomed to doing lately. I really don't think I changed the code. I might have goofed and accidentally saved something, but I'm almost positive I didn't. I was a little disappointed in digging through the code to find out that the substitutions are hard-coded string replacements. I can't just pick some common substitutions like <%permalink%> on the item or <%link%> or <%url%> on the feed. Guess they just never thought of that.

    There was some cool code that I did find, though. I was hoping it would save my butt, but no luck. Well, anyway, the cool part was that there was an "init" procedure that would create the default configuration entries if they were not already defined. Which means that if I wanted to restore the intial default settings, I had only to delete the existing values in Radio's outliner database explorer interface. They even reappeared mysteriously just seconds after I whacked them. For a second, I thought Radio was flaking, or Windows had a repaint problem, or I was trying to delete too many items (yeah, 3) at once.

    Nope. Radio magically detects or polls and discovers that the entries are gone and need to be recreated. Just like it does with the cached upstream server stuff. You delete the entries and it instantly detects that they've disappeared and reads them from the disk if they still exist.

    Now I'll have to do some research to find out if this is happening to anybody else. [Update: I found another tool called news2mail for Radio Userland that appears to already have the links I need.]

    So, I wonder if Dale at Theoblogical will see this post before I leave a comment on his blog. Either way, it sounds like he has a problem similar to the one Sam Ruby solved with the "fade to white" social engineering technique--changing the color of the contents displayed in his deprecated RSS feed. I was puzzled at first when I saw it, but it was definitely effective.

    Since he has switched, he is advertising his new feed. I'm a little confused, and a little surprised, too, with the next change going on there. I haven't read enough to get [oh wait, now I did] all the background. Now, maybe this is a second blog, and I can understand that. The cool thing is that he's using dotText, a .NET-based weblog tool. I had a tough time getting back to his Radio links because he's done a pretty effective job of redirecting his Radio weblog version to the Movable Type blog, which ironically still has a link to his Radio version which redirects back to Movable Type. Oh, well. I think it's par for the course when trying to manage all this stuff despite tools that are only partially customizable, reasonable, agreeable, etc.

    Man, this blogging thing is really starting to catch on--so much so that I can barely keep up with the host of blogging tools and news aggregators. Yowza! Well, I had better get my publishing act together before it's a given that everyone can publish without thinking or without writing code, and I'll be considered behind the curve. As usual.

    Of course, I'm all about customization and integration. That's half the reason that I'm frustrated with Radio, and half the reason I'm impressed by it. It's kind of a love-hate thing. [Note: I would give you a couple more links for the love-hate phrase in the last sentence, but I've already spent 2 and a half hours tweaking this post. Good night.]


    11:19:02 PM    comment []  trackback []
     Monday, November 10, 2003

    OK, I'm in heaven! I just discovered that SourceForge has the ability to serve up RSS feeds on any project in their system. Project-level RSS feeds seem to center around news releases for the project, and you can choose among a few formats (like with or without full news release text). In fact, they have a complete writeup on all the RSS feeds available and explanations/FAQs.

    I was also impressed with the way their documents were laid out, being able to jump into any section of the document, like the table of contents or a specific topic like "What is RSS?" I think this is a great idea, and I will try to include this feature in any content management system I eventually build.


    7:33:23 AM    comment []  trackback []
     Friday, November 07, 2003

    The aggregator mailer feature in Radio has been changing the way I get my RSS blog news. Now, when I'm at work, I get a message *every hour, mind you*, containing around 10 headlines from one or more weblogs. In some ways, I find a single email more managable then the news reader page with *gobs* of items.

    It's got my posting juices flowing again. I don't feel quite so out of the habit.

    I don't know how Radio decides what to package up to send to me. There's some relationship between the aggregator's polling period and the frequency of email.

    A couple of things bug me though:

    - The sites and/or feeds that the links come from do not appear as links themselves. This is bogus. I need to know what the link is to the site so I can cite the source. Bloggers who use a link as the opening to a post do one of two things: link to the post itself (like a permalink) or link to the topic referenced. Well, either way, there's not a convenient way to generally reference the source (i.e. their blog). I can always slice the URL down to the domain, but what if they tuck their blog in some sub part of their site. Anyway...

    - Every hour is a bit much. Especially since I'm at work for *less than every hour of the day*. When I get to work, I see a message at 12:57 AM, 1:57 AM, 2:57 AM, 3:57 AM, etc. I don't know if my network adminstrator pays much attention, but...

    - It's impractical to read *every* headline email. So I typically start the day by first deleting every unread headline email from prior days. Only today's news.

    But, it has indeed increased my news consumption. My personal laptop was hosed a while back, and I've not fully recovered from certain applications (Radio included) being tied to my desktop PC at home. This makes a difference.

    In regards to the way the email presents information (or lack thereof in the case of the blog link), it seems I remember there being a pretty detailed template that you can configure in the preferences section. I think I'll go see what I can tweak there now.


    11:20:07 PM    comment []  trackback []
     Thursday, November 06, 2003

    If you don't have access to your weblog editing interface, Radio Userland lets you post via a special email address. This is great, but if you make a mistake in your use of HTML tags in the email post, you have no way to recall it and repair. So if anyone wondered why just about my entire post from yesterday was underlined, that's what happens when you use an opening tag to close an already open tag. (<u>Something<u> doesn't have quite the same effect as <u>something</u>)

    Oops. But I couldn't correct it until I got home from work. And Radio Userland was crapping out on the remote web server side yesterday :-( Had to restart it (Radio, not Windows) this morning.


    6:48:15 AM    comment []  trackback []
     Tuesday, October 28, 2003

    My depression about no traffic seems to have been brought on by me, unwittingly of course. It seems that during my site customization, I removed the Radio UserLand web bug that is used to track referers. I could be getting a thousand hits a day (not) and be unaware. Doh! I found this at Roland's wonderful blog, while searching for a way to script Radio UserLand using VBScript.

    Those articles led me to a few more that give a pretty thorough explanation. I found another blurb from Dave Winer a long time ago that might hold the key.

    I will have to try this out.

    Here are some details on how the COM interface works. The link was down when I check it, but the Google cache version was available.

    There are some great glue possibilities that have already been discussed at UserLand, including publishing Excel data and LDAP integration.


    7:55:11 AM    comment []  trackback []
     Sunday, October 26, 2003

    Based on some technical goodies (namely a Radio database path) from Roland Tanglao's weblog more than a year ago, I was able to discover some database entries that contain cached settings from the magic #upstream.xml files. Strangely enough, the backup file I had made (you're supposed to do that, right?) was an entry in the table. I don't know if that's because I kept the same base filename, but added an additional chunk to the exension (#upstream.xml.bak). Even so, the changes I had made to my regular #upstream.xml did not actually affect any system response until I actually deleted both entries in the database (regular and backup) AND removed the .bak file from the www folder. I almost wonder if Radio even detects file renaming. It seems to pick up pretty well on every other file event that wanders through the upstream folder.

    Shew! OK, now Radio's going hog wild upstreaming files like it never had a problem to begin with. [Raspberry sound!]

    Thanks, Roland. I know you've long since moved on to cooler topics, but archives are occasionally VERY handy.


    12:18:38 AM    comment []  trackback []

    November 2003
    Sun Mon Tue Wed Thu Fri Sat
                1
    2 3 4 5 6 7 8
    9 10 11 12 13 14 15
    16 17 18 19 20 21 22
    23 24 25 26 27 28 29
    30            
    Oct   Dec

    Subscribe to "E-Publishing Explosion" in Radio UserLand. Click to see the XML version of this web page. Click here to send an email to the editor of this weblog.

    Christian Tech Sites

    Christian Weblogs

    Tech Blogs
    Disclaimer
    This site's author is not responsible for content on linked websites; a link does not indicate endorsement.