Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Classes | |
class | main.UserData |
class | main.Section |
class | main.Feed |
class | main.Article |
class | main.HtmlFile |
class | main.UpdateHtml |
class | main.TopHandler |
class | main.MainHandler |
class | main.UploadFeed |
class | main.DataHandler |
class | main.SetDefaultFeeds |
class | main.SetTestFeeds |
class | main.UserLoginHandler |
class | main.AllFeedsCollector |
class | main.FeedCollector |
class | main.OAuthHandler |
Namespaces | |
namespace | main |
Functions | |
def | main.findSectionByTitle (title) |
def | main.collectFeed (feed, data, continuation=None) |
def | main.collectArticle (feed, data) |
def | main.unescape (html) |
def | main.getFeedIcon (url) |
def | main.findImage (text) |
def | main.findImgTag (text, extensions) |
def | main.findVideoTag (text) |
def | main.makeThumbnail (text) |
def | main.generateThumbnail (url) |
def | main.main () |
Variables | |
tuple | main.THUMB_SIZE = (57, 57) |
string | main.READER_API = 'http://www.google.com/reader/api/0' |
int | main.MAX_SECTIONS = 5 |
int | main.MAX_ARTICLES = 20 |
int | main.UPDATE_COUNT = 4 |
int | main.INITIAL_COUNT = 40 |
int | main.SNIPPET_SIZE = 180 |