Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Recipes

Notices

Reply
 
Thread Tools Search this Thread
Old 07-25-2013, 11:00 AM   #1
Divingduck
Wizard
Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.
 
Posts: 1,166
Karma: 1410083
Join Date: Nov 2010
Location: Germany
Device: Sony PRS-650
No Names, No Jackets

I like to introduce and share a new recipe for No Names, No Jackets. The concept of blindbuch.de is based on an idea published at Forbs Book Discovery: Give Me Blind Dates With Books from Suw Charman-Anderson. Maybe you will like this kind of introducing books like I do since a couple of days.

Spoiler:
Code:
##
## Written:      July 2013
## Last Edited:  2013-07-25
## Version:      1.0
## Last update:  2013-07-25
##

__license__   = 'GPL v3'
__copyright__ = '2013, Armin Geller'

'''
Fetch blindenbuch.de
'''

from calibre.web.feeds.recipes import BasicNewsRecipe
class AdvancedUserRecipe1303841067(BasicNewsRecipe):

    title                 = u'No Names, No Jackets'
    __author__            = 'Armin Geller' #AGe 2013-07-25
    description           = u'One chapter. Just the writing. Discover something new.'
    publisher             = 'nonamesnojackets.com/'
    publication_type      = 'ebook news'
    tags                  = 'Books, Literature, E-Books, US'
    timefmt               = ' [%a, %d %b %Y]'
    publication_type      = 'Feed'
    language              = 'en-US'
    encoding              = 'utf-8'
    
    oldest_article        = 14
    max_articles_per_feed = 100
    
    no_stylesheets        = True
    use_embedded_content  = False
    remove_javascript     = True
    
    conversion_options    = { 'title'       : title,
                              'comments'    : description,
                              'tags'        : tags,
                              'language'    : language,
                              'publisher'   : publisher,
                              'authors'     : publisher,
                             }

#    cover_url = ''
#    masthead_url = ''
    
    extra_css = '''
                    h1,h2 {font-weight:bold;font-size:large;}
                    .entry-meta {font-size: 1em;text-align: left; font-style: italic}
                '''

    keep_only_tags    = [
                          dict(name='article')
                        ]

    feeds          = [(u'No Names, No Jackets', u'http://www.nonamesnojackets.com/feed/')]
Attached Files
File Type: zip NoNamesNoJackets_AGe.zip (918 Bytes, 112 views)

Last edited by Divingduck; 07-25-2013 at 11:43 AM.
Divingduck is offline   Reply With Quote
Old 11-22-2013, 03:49 AM   #2
Divingduck
Wizard
Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.
 
Posts: 1,166
Karma: 1410083
Join Date: Nov 2010
Location: Germany
Device: Sony PRS-650
Hello Kovid,

please remove this recipe.

This experiment failed and was shut down.

http://www.nonamesnojackets.com/
http://namelesshorror.com/2013/11/04...ackets-future/
Divingduck is offline   Reply With Quote
Advert
Old 11-22-2013, 04:01 AM   #3
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,318
Karma: 27111242
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
done.
kovidgoyal is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Subforum names zebradude Nook Color & Nook Tablet 4 12-05-2011 09:18 PM
Library names meme Development 47 03-07-2011 01:30 PM
Confused about names shinnosuke Onyx Boox 6 04-23-2010 04:11 AM
Author Names ClockworkDragon Sony Reader 1 12-01-2008 04:39 PM


All times are GMT -4. The time now is 07:41 AM.


MobileRead.com is a privately owned, operated and funded community.