Blogging Roller
Dave Johnson on social software, open source and Java
Dave Johnson on social software, open source and Java
The delicious.com Blog Posting tool is an "experimental feature creates a daily post of your latest bookmarks to your blog." Lately, folks have been complaining that it is completely broken. Personally, I never could get the thing to work consistently and for the past couple of years I've been using the Feed Poster Blogapp to do my link postings. Now, I'm thinking about fixing Feed Poster up a bit, making it easier to run from the command-line or a cron-job and re-releasing it for those folks who can't get the delicious.com tool to work.
What follows is a synopsis of how I think the tool should work.
You run the tool by entering something like this 'java -jar delpost.jar [parameters]' on your favorite command-line. The tool will connect with delicious.com, grab all of your bookmarks since the last time the tool was run, create a post that lists all of them and publish that post on your blog (via AtomPub or MetaWeblog API). Here are the parameters you can specify on the command line.
Is that what you'd like to see in a delicious.com Blog Posting tool?
Of course, a command-line tool is not the most friendly way to do things, so perhaps I should provide an installer that sets up a cronjob or a Windows Schedule Task. Or maybe I'll reserve that as an outer-ring feature.
Posted by Aaron Johnson on August 29, 2008 at 07:18 PM EDT #
Posted by Simon Phipps on August 29, 2008 at 09:28 PM EDT #
Posted by Dick Davies on September 22, 2008 at 07:35 PM EDT #
There's nothing at all wrong with letting Delicious do the push -- if that works for you. It's never worked well for me and the poster I'm working on offers a lot more options for the post, as you can see above.
- DavePosted by Dave Johnson on September 23, 2008 at 10:25 AM EDT #