On a somewhat related note, I suggest that Apple make their “Webapps” page mobile friendly. That seems like a real strange omission.
Thanks. Over-and-out
I’m torturing myself here …
Inspired by Wordpress’ seriously clever use of Loren Brichter’s new Tweetie options, we’re launching our own Tweetie and Twitterrific compatible API. This Twitter-like API should make it easy for a lot of existing Twitter clients to start supporting Tumblr.
The really cool thing - because our following models follow a lot of the same principles, we’ve been able to take advantage of a ton of native features:
- Retweeting = Reblogging
- Replying = Reblogging w/ commentary
- Favoriting = Liking
- “@david” = ”http://david.tumblr.com/”
- Conversations = Reblogs
To try out Tumblr in Tweetie 2, tap “Accounts” → “+” → enter your username and password → tap the gear icon → enter “http://tumblr.com/” in both fields.
For Twitterrific, tap ”Sources” → “Edit” → “Add a New Account” → enter your username and password → tap ”Advanced” → set “Base URL” to “http://tumblr.com/” and disable “SSL”.
The Tumblr Backup app is ready for beta testing!
- Download (Mac OS X, requires 10.5 or higher)
Unlike other publishing sites’ approach to backups, our goal was to create a useful copy of your blog’s content that can be viewed on any computer, burned to a CD, or hosted as an archive of static HTML files.
Wherever possible, we use simple file formats. Our backup structure is optimized for Mac OS X’s Spotlight for searching and Quick Look for browsing, and we’ll try to use the same structure and achieve the same benefits on other platforms.
Release notes:
- Sorry, there’s no Windows version yet.
- The output is minimally styled in a plain theme to ensure complete backups, zero external requirements, and a consistent data structure. Custom theme code is included in the backup as a separate file.
- To view the backup in a browser, open the
index.htmlfile.- Photosets are not yet fully downloaded.
- The following are not backed up:
- Private tumblelogs
- Submissions
- Notes
- Feed-imported posts
- Audio files from reblogged posts
- You can launch the app every few days and re-run the backup in the same place, and it effectively performs an incremental media backup: image and audio files are only re-downloaded if they don’t already exist in the target folder. Text content and post data are re-downloaded in full every time.
- If you have private posts, be careful if you make the backup publicly available. Private posts are included in a
privatefolder, and their images or audio files are included in the standardimagesandaudiofolders.- Are you a programmer? Each post’s XML data, as specified by our API, is embedded inside an easily-parsed-out HTML comment in each post’s HTML file, in case you want to do anything cool with it.