From ee447c7f05ed760af3b18c4b40b2af7f10d9d222 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 1 Apr 2011 14:45:54 -0600 Subject: [PATCH] Fix #747766 (Globe and Mail recipe correction / wrong feed names on sports and auto) --- recipes/globe_and_mail.recipe | 4 ++-- src/calibre/manual/news.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/globe_and_mail.recipe b/recipes/globe_and_mail.recipe index 22cb6fa5bb..03061a2329 100644 --- a/recipes/globe_and_mail.recipe +++ b/recipes/globe_and_mail.recipe @@ -35,8 +35,8 @@ class AdvancedUserRecipe1287083651(BasicNewsRecipe): (u'Arts', u'http://www.theglobeandmail.com/news/arts/?service=rss'), (u'Life', u'http://www.theglobeandmail.com/life/?service=rss'), (u'Real Estate', u'http://www.theglobeandmail.com/real-estate/?service=rss'), - (u'Auto', u'http://www.theglobeandmail.com/sports/?service=rss'), - (u'Sports', u'http://www.theglobeandmail.com/auto/?service=rss') + (u'Sports', u'http://www.theglobeandmail.com/sports/?service=rss'), + (u'Drive', u'http://www.theglobeandmail.com/auto/?service=rss') ] preprocess_regexps = [ diff --git a/src/calibre/manual/news.rst b/src/calibre/manual/news.rst index ac74b6c766..52dc5a7166 100644 --- a/src/calibre/manual/news.rst +++ b/src/calibre/manual/news.rst @@ -265,7 +265,7 @@ The best way to develop new recipes is to use the command line interface. Create ebook-convert myrecipe.recipe .epub --test -vv --debug-pipeline debug -The :command:`ebook-convert` will download all the webpages and save them to the EPUB file :file:`my_recipe.epub`, creating it if necessary. The :option:`-vv` makes ebook-convert spit out a lot of information about what it is doing. The :option:`--test` makes it download only a couple of articles from at most two feeds. In addition, ebook-convert will put the downloaded HTML into the ``debug/input`` directory, where ``debug`` is the directory you specified in the :option:`--debug-pipeline` option. +The command :command:`ebook-convert` will download all the webpages and save them to the EPUB file :file:`myrecipe.epub`. The :option:`-vv` makes ebook-convert spit out a lot of information about what it is doing. The :option:`--test` makes it download only a couple of articles from at most two feeds. In addition, ebook-convert will put the downloaded HTML into the ``debug/input`` directory, where ``debug`` is the directory you specified in the :option:`--debug-pipeline` option. Once the download is complete, you can look at the downloaded :term:`HTML` by opening the file :file:`debug/input/index.html` in a browser. Once you're satisfied that the download and preprocessing is happening correctly, you can generate ebooks in different formats as shown below:: @@ -274,7 +274,7 @@ Once the download is complete, you can look at the downloaded :term:`HTML` by op ... -If you're satisfied with your recipe, and you feel there is enough demand to justify its inclusion into the set of built-in recipes, post your recipe in the calibre forum at http://www.mobileread.com/forums/forumdisplay.php?f=166 to share it with other calibre users. +If you're satisfied with your recipe, and you feel there is enough demand to justify its inclusion into the set of built-in recipes, post your recipe in the `calibre recipes forum `_ to share it with other calibre users. .. seealso::