diff --git a/recipes/applefobia.recipe b/recipes/applefobia.recipe new file mode 100644 index 0000000000..78e4b79b21 --- /dev/null +++ b/recipes/applefobia.recipe @@ -0,0 +1,16 @@ +class BasicUserRecipe1395137685(AutomaticNewsRecipe): + title = u'Applefobia' + oldest_article = 7 + max_articles_per_feed = 100 + auto_cleanup = True + language = 'pl' # dwuliterowe oznaczenie języka + remove_empty_feeds = True # usuń puste wiadomości + remove_javascript = True # usuń skrypty JavaScript + conversion_options = { 'tags' : u'newsy, Apple, humor', + 'smarten_punctuation' : True, + 'authors' : 'Ogrodnik January', + 'publisher' : 'Blogspot.pl' + } # opcje konwersji. Tu można ustawić wartość pól w metadanych książki. + reverse_article_order = True # odwraca domyślną kolejność i czytamy od najstarszej do najnowszej a nie odwrotnie. + + feeds = [(u'Aktualne', u'http://applefobia.blogspot.com/feeds/posts/default')] diff --git a/recipes/icons/applefobia.png b/recipes/icons/applefobia.png new file mode 100644 index 0000000000..6cb38f3298 Binary files /dev/null and b/recipes/icons/applefobia.png differ