Scott Hanselman

A few dasBlog changes coming tonight

July 03, 2005 Comment on this post [7] Posted in Ruby | Watir | DasBlog | Javascript | NUnit | XML | Bugs
Sponsored By

Working on the dasBlog bug list this evening/morning. I'm running the latest source that's checked in now.

We're getting close to a 1.8 release. However, you're always welcome to download the source and follow the "head" of CVS, compiling it yourself.

[Valid RSS]One (small) milestone - well, less of a milestone and more of a ToDo, our RSS validates against Feed Validator as does our ATOM.

[Valid Atom]

In the conformance department, a few small things, like a language element for the RSS Feed and xml:lang for the ATOM. Working on things like umlauts and high latin in blog post titles, hyphens in weblog vdirs, an easier setup with a VBS.

Also, I'm putting together a smoke test using Ruby and Watir that should make regression testing way easier.

There's also a number of small security fixes to plug holes in referrer logs and some cookie efficiencies.

Omar has also checked in some code that should take care of this trackback spam issue by including total conformance with the trackback spec (most blogs are NOT comformant and that causes most of their trackback spam problems) as well as blacklist support using our existing referral blacklist and MTBlackList nightly download job. Also, the obfuscated javascript/mailto: links work in all browsers now.

Omar also added a great new feature called "theme manifests." This means you don't have to edit the web.config to introduce a new theme to dasBlog. You'll include a theme.manifest file that includes all the themes info and assets and dasBlog will find it automatically. This is intended to promote easier theme sharing and removes a whole section in the web.config.

Finally, there's been a lot of talk around DasBlog's (some say formerly) excellent MailToWeblog support. Things seemed to break between 1.6 and 1.7, but it seems that it was likely the introduction of Thunderbird and it's use of multipart/related and multipart/alternative that was the culprit. Needless to say, I've added a number of new code paths in MailToWeblog that have pass all the tests so far. We also added SMTP Authentication support from Ryan Gregg.

MailToWeblog in DasBlog takes new posts via email with the email subject in this format:

  • SECRETWORD Blog Post Title [category1;category2;category3]

SECRETWORD is the prepended keyword that will cause dasBlog to post your post. This is configurable. The list of categories is separated by semicolons ";" and appears within brackets [].

If you send email and HTML'ed inline images, those emails are automatically stored and the whole email is posted as is. If you send plain text email with attached images, those images are optionally thumbnailed and linked to, and of course extracted and stored on the server. Much of this is functionality from previous versions that was a bit fragile and is now less so. Thanks to Clemens and Luke for their early work.

Coming soon!

About Scott

Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.

facebook twitter subscribe
About   Newsletter
Hosting By
Hosted in an Azure App Service
July 03, 2005 20:26
Looks like the Subject field is wearing another metadata hat. Have you considered taking advantage of the "Keywords" MIME header to specify categories in email postings?

I'm not sure if Thunderbird has an option for this, but at least in Outlook it's easy to use... just click Options, then the Categories button at the bottom of the options form. Categories specified here show up directly in the Keywords MIME header of the email message. You can manually type in categories or choose from a list, which keeps the user from having to re-type them every time.
July 04, 2005 0:18
There doesn't appear (on first glance) to be support for that in Thunderbird.
July 04, 2005 6:34
Hmm. Inquiring minds would like to know what part of the Trackback spec people aren't complying with, that leads to spam. The only part I can think of is GET vs POST, but the spammers learned not to only do GETs years ago.
July 04, 2005 7:28
Phil, I'd rather not say, as that would give then info that can be used against us. Email me personally and I'll fill you in.
July 06, 2005 10:30
Excellent. Keep up the good work.
July 08, 2005 8:46
Any reason your Clemens link is a Google click tracker?
July 08, 2005 12:06
Anonymous...that's weird...dunno, probably just copy/pasted it wrong. Sorry.

Comments are closed.

Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.