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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <opml version="1.0"> | |
| <head> | |
| <title>Google 阅读器中 Hooopo 的订阅</title> | |
| </head> | |
| <body> | |
| <outline text="(未知标题)" title="(未知标题)" type="rss" | |
| xmlUrl="http://thoughtrails.com/feeds.atom" htmlUrl="http://thoughtrails.com"/> | |
| <outline text="(未知标题)" title="(未知标题)" type="rss" | |
| xmlUrl="http://confreaks.net/feeds2.feedburner.com/confreaks-general" htmlUrl="http://www.google.com/reader/view/feed%2Fhttp%3A%2F%2Fconfreaks.net%2Ffeeds2.feedburner.com%2Fconfreaks-general"/> |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <opml version="1.0"> | |
| <head> | |
| <title>Google 阅读器中 Hooopo 的订阅</title> | |
| </head> | |
| <body> | |
| <outline text="(未知标题)" title="(未知标题)" type="rss" | |
| xmlUrl="http://thoughtrails.com/feeds.atom" htmlUrl="http://thoughtrails.com"/> | |
| <outline text="(未知标题)" title="(未知标题)" type="rss" | |
| xmlUrl="http://confreaks.net/feeds2.feedburner.com/confreaks-general" htmlUrl="http://www.google.com/reader/view/feed%2Fhttp%3A%2F%2Fconfreaks.net%2Ffeeds2.feedburner.com%2Fconfreaks-general"/> |
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
| /*! | |
| * jQuery TextChange Plugin | |
| * http://www.zurb.com/playground/jquery-text-change-custom-event | |
| * | |
| * Copyright 2010, ZURB | |
| * Released under the MIT License | |
| */ | |
| (function ($) { | |
| $.event.special.textchange = { |
NewerOlder