diff --git a/Changelog.yaml b/Changelog.yaml index e0ddeb94fc..ce27e16aa8 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -4,6 +4,57 @@ # for important features/bug fixes. # Also, each release can have new and improved recipes. +- version: 0.7.13 + date: 2010-08-06 + + new features: + - title: "Add a button to the edit metadata dialog to generate a cover based on the book metadata" + tickets: [5959] + + - title: "When using series or title in a save template to generate a file path, remove leading prepositions. This behavior can be controlled via a tweak." + + - title: "News download: When downloading news for the Kindle, do not add date to the title, to allow the Kindle's periodical archiving to work." + tickets: [6411] + + - title: "Content Server OPDS feeds: Grouping of items by first alphabet is now case-insensitive." + + - title: "Do not allow the user to use save to disk to save files into the calibre library" + tickets: [6392] + + - title: "Switch to a new C based API for using ImageMagick. More robust and a minor speedup when doing image manipulations" + + - title: "Move cover downloading to a plugin based API. You can now add new cover sources to calibre using plugins." + + bug fixes: + - title: "Content server OPDS feeds: Handle the case when the author field is blank" + tickets: [6371] + + - title: "TXT Input: Strip out illegal chars from txt files." + tickets: [6335] + + - title: "Save to disk/send to device templates: Always render {series_index} as an empty string when the book has no series." + tickets: [6409] + + - title: "PD Novel driver: Remove covers when deleting books" + + + new recipes: + - title: "Snopes" + author: Startson17 + + - title: "dr.dk and Balkan Insight" + author: Darko Miletic + + - title: Folha de Sao Paulo + author: Saverio Palmieri Neto + + improved recipes: + - Honolulu Star Advertiser + - Nature News + - Associated Press + - Scientific American + - New Scientist + - version: 0.7.12 date: 2010-07-30 diff --git a/resources/content_server/mobile.css b/resources/content_server/mobile.css new file mode 100644 index 0000000000..9be755b954 --- /dev/null +++ b/resources/content_server/mobile.css @@ -0,0 +1,83 @@ +/* CSS for the mobile version of the content server webpage */ + +.navigation table.buttons { + width: 100%; +} + +.navigation .button { + width: 50%; +} + +.button a, .button:visited a { + padding: 0.5em; + font-size: 1.25em; + border: 1px solid black; + text-color: black; + background-color: #ddd; + border-top: 1px solid ThreeDLightShadow; + border-right: 1px solid ButtonShadow; + border-bottom: 1px solid ButtonShadow; + border-left: 1 px solid ThreeDLightShadow; + -moz-border-radius: 0.25em; + -webkit-border-radius: 0.25em; +} + +.button:hover a { + border-top: 1px solid #666; + border-right: 1px solid #CCC; + border-bottom: 1 px solid #CCC; + border-left: 1 px solid #666; + + +} + +div.navigation { + padding-bottom: 1em; + clear: both; +} + +#search_box { + border: 1px solid #393; + -moz-border-radius: 0.5em; + -webkit-border-radius: 0.5em; + padding: 1em; + margin-bottom: 0.5em; + float: right; +} + +#listing { + width: 100%; + border-collapse: collapse; +} +#listing td { + padding: 0.25em; +} + +#listing td.thumbnail { + height: 60px; + width: 60px; +} + +#listing tr:nth-child(even) { + + background: #eee; +} + +#listing .button a{ + display: inline-block; + width: 2.5em; + padding-left: 0em; + padding-right: 0em; + overflow: hidden; + text-align: center; +} + +#logo { + float: left; +} + +#spacer { + clear: both; +} + + diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index aaeb992151..d0f8e1b91b 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -72,4 +72,11 @@ gui_pubdate_display_format = 'MMM yyyy' # without changing anything is sufficient to change the sort. title_series_sorting = 'library_order' +# Control how title and series names are formatted when saving to disk/sending +# to device. If set to library_order, leading articles such as The and A will +# be put at the end +# If set to 'strictly_alphabetic', the titles will be sorted without processing +# For example, with library_order, "The Client" will become "Client, The". With +# strictly_alphabetic, it would remain "The Client". +save_template_title_series_sorting = 'library_order' diff --git a/resources/images/news/balkaninsight.png b/resources/images/news/balkaninsight.png new file mode 100644 index 0000000000..f2d5b35dee Binary files /dev/null and b/resources/images/news/balkaninsight.png differ diff --git a/resources/images/news/discover_magazine.png b/resources/images/news/discover_magazine.png new file mode 100644 index 0000000000..b63cf518d1 Binary files /dev/null and b/resources/images/news/discover_magazine.png differ diff --git a/resources/images/news/dr_dk.png b/resources/images/news/dr_dk.png new file mode 100644 index 0000000000..e584285e45 Binary files /dev/null and b/resources/images/news/dr_dk.png differ diff --git a/resources/recipes/ap.recipe b/resources/recipes/ap.recipe index 0118cf0726..2b9f9e5571 100644 --- a/resources/recipes/ap.recipe +++ b/resources/recipes/ap.recipe @@ -6,31 +6,38 @@ class AssociatedPress(BasicNewsRecipe): title = u'Associated Press' description = 'Global news' - __author__ = 'Kovid Goyal' + __author__ = 'Kovid Goyal and Sujata Raman' use_embedded_content = False language = 'en' - + no_stylesheets = True max_articles_per_feed = 15 html2lrf_options = ['--force-page-break-before-tag="chapter"'] preprocess_regexps = [ (re.compile(i[0], re.IGNORECASE | re.DOTALL), i[1]) for i in [ - (r'
.*?' , lambda match : ''), - (r'.*?', lambda match : ''), - (r'.*?', lambda match : ''), - (r'', lambda match : '
'), - (r'
', lambda match : '
'), - (r'Learn more about our Privacy Policy.*?', lambda match : '