This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## | |
| ## @author Jacky Alcine <[email protected]> | |
| ## @see [TODO: Add URL to post about bit.ly URLs.] | |
| ## | |
| ## Add in Bit.ly URL support to pages. | |
| require "bitly" | |
| # Ensure use of new API. | |
| Bitly.use_api_version_3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // NSString+Levenshtein.h | |
| // PyHelp | |
| // | |
| // Modified by Michael Bianco on 12/2/11. | |
| // <http://mabblog.com> | |
| // | |
| // Created by Rick Bourner on Sat Aug 09 2003. | |
| // [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding:utf-8 -*- | |
| """ | |
| Backup Google Reader Items to WordPress eXtended RSS (Wordpress Export Format) | |
| Download Feeds from http://www.google.com/reader/atom/feed/http://yourblogdomain.com/yourfeed?n=1000 | |
| (1000 = number of items) | |
| Usage: reader2wordpress.py google_atom.xml http://yourblogdomain.com/ | |
| Licensed under BSD. |