The server issues are 100% fixed now. I had assumed the issue was temporary, or something on my end, but it ended up being a simple routing issue. Once again, I thank CFXHosting for quickly fixing this. They are hosting both this site and CFLib so you will probably see me singing their praises quite a bit. When something does go wrong on their end - they are very quick to repair it.
If you sent me email at my camdenfamily address last week - I'd suggest remailing it.
Archived Comments
Excellent, Ray...
I know that having site issues is frustrating and sometimes very hard to fix, to kudos to you and CFXHosting.
I just downloaded your blog and am planning to get it running today or during the week... next weekend at the latest. It must be fairly gratifying to know that you've developed a system that so many people rely on.
However, I've already got a blog, and some folks are actually following it... so what would you suggest in terms of migration? I am thinking I'll leave it up and put in a last entry with a link to the new one, but also just copy/paste the content into entries on the new blog... what do you think?
Thanks, and have a fantastic Sunday!
Laterz,
J
There are a few things you could do. One would be to write a script to simply suck in the old entries and write them out in BlogCFC format. Then to make your old URLs work, store a translation table. Ie, old blog entry X == new blog entry Y. You would need to modify index.cfm to correctly note the old entry URL and load in the new one. This assumes that your old URL ids are simple numeric values, not like UUIDs like BlogCFC.
Well, the site has an Atom feed, and I currently have an Atom-to-RSS1 converter that I'm using to feed fullasagoog.com. Since it's on blogger.com it doesn't use URL values... each entry is stored as a seperate file. However consuming the feed woudln't be an issue, I don't think.
I was, however, contemplating adding an RSS import feature to your blogging system that would allow me to not only use it for blogging, but also as an aggregator. The only real issue is having the front page clogged with offboard blog entrys, so is it possible to write an entry that doesn't show up on the main blogging page?
Just a thought...
Thanks!
You would need to do something custom, like showFront, in the db.
Cool...
However, I'm seriously thinking about just moving it all and posting a link at the old URL that says "blog moved here."
Thanks for the feedback...
J