Deprecated: Assigning the return value of new by reference is deprecated in /home/benstraw/public_html/wp/wp-includes/cache.php on line 36

Deprecated: Assigning the return value of new by reference is deprecated in /home/benstraw/public_html/wp/wp-includes/query.php on line 21

Deprecated: Assigning the return value of new by reference is deprecated in /home/benstraw/public_html/wp/wp-includes/theme.php on line 508

Warning: Cannot modify header information - headers already sent by (output started at /home/benstraw/public_html/wp/wp-includes/cache.php:36) in /home/benstraw/public_html/wp/wp-includes/feed-rss2.php on line 2
benstrawbridge.com » Import / Export http://benstrawbridge.com/wp Ben Strawbridge's weblog. Fri, 07 Mar 2008 11:21:20 +0000 http://wordpress.org/?v=2.2.2 en Exporting the Links Field from Blogger http://benstrawbridge.com/wp/2005/05/19/exporting-the-links-field-from-blogger/ http://benstrawbridge.com/wp/2005/05/19/exporting-the-links-field-from-blogger/#comments Thu, 19 May 2005 17:02:31 +0000 benstraw http://benstrawbridge.com/wp/2005/05/17/exporting-the-links-field-from-blogger/ To import the links as part of my post body, I changed the default Blogger export template to this:
Note: this should be in all one line. It is just wrapping because a space in the anchor tag.
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <link rel="icon" href="http://assets.tumblr.com/images/favicon.gif?2" type="image/gif"/>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  7. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  8. <meta name="robots" content="noindex"/>
  9. <link rel="stylesheet" href="http://assets.tumblr.com/stylesheets/compressed/status_blue.css"
  10. type="text/css" media="screen" charset="utf-8">
  11. <title>Not found</title>
  12. </head>
  13. <body onload="if (top != self) document.write('<body style=\'background:transparent;\'></body>');">
  14. <table height="100%" width="100%">
  15. <tr>
  16. <td align="center" valign="middle">
  17. <div id="container">
  18. <h1 id="l10n_title">Not found</h1>
  19.  
  20. <div class="sorry">
  21. <p id="l10n_sorry_1">We couldn't find the page you were looking for.</p>
  22. <p id="l10n_sorry_2">
  23. Feel free to contact support if there's anything<br/>
  24. we can help you find.
  25. </p>
  26. <p id="l10n_email_button"><a class="button" href="mailto:support@tumblr.com">Email Support</a></p>
  27. </div>
  28. </div>
  29. </td>
  30. </tr>
  31. </table>
  32. <script type="text/javascript" language="javascript">var status_code = '404'</script>
  33. <script type="text/javascript" language="javascript" src="http://assets.tumblr.com/languages/errors.js"></script>
  34. </body>
  35. </html>
]]>
http://benstrawbridge.com/wp/2005/05/19/exporting-the-links-field-from-blogger/feed/