Read Ajiajin blog on your iPad or Kindle in no time. Click download to load the free ebook on your reader.

Check out all the available public recipes or write your own with these quick start guides. ReadBeam is built on calibre, so everything in the docs and the fora applies here as well.

Download for free »

The next generation internet trends in Japan and Asia

Language: en

Requires Subscription: No, it's available as free ebook

Schedule Every morning

			  __license__   = 'GPL v3'
__copyright__ = '2010, Hiroshi Miura <miurahr@linux.com>'
'''
ajiajin.com/blog
'''

from calibre.web.feeds.news import BasicNewsRecipe

class AjiajinBlog(BasicNewsRecipe):
    title          = u'Ajiajin blog'
    __author__     = 'Hiroshi Miura'
    oldest_article = 5
    publication_type = 'blog'
    max_articles_per_feed = 100
    description    = 'The next generation internet trends in Japan and Asia'
    publisher      = ''
    category       = 'internet, asia, japan'
    language       = 'en'
    encoding      = 'utf-8'

    feeds          = [(u'blog', u'http://feeds.feedburner.com/Asiajin')]