From 28ade81a031bd5a7fd52b89f2ff6e3b1ed745f76 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 15 Mar 2009 16:31:10 -0700 Subject: [PATCH] Disable the no subscription version of the NYTimes, since it no longer works --- src/calibre/gui2/images/news/nytimes_sub.png | Bin 0 -> 866 bytes src/calibre/web/feeds/recipes/__init__.py | 2 +- todo | 2 ++ 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 src/calibre/gui2/images/news/nytimes_sub.png diff --git a/src/calibre/gui2/images/news/nytimes_sub.png b/src/calibre/gui2/images/news/nytimes_sub.png new file mode 100644 index 0000000000000000000000000000000000000000..17282300fe05efae4f31092f9e95ed0e567f5c5b GIT binary patch literal 866 zcmV-o1D*VdP)$VVb6@s^8z=@k|s&0Dxf_0)Q;bVHkEgo%Qwg$;rvZ#l=#o^#1-1 z0GF4StE;PsC!Tu_4@jHeSJMXKF%1Mo10r& zTGBKvkw{3AIgUdJNvG2o zpBn_h-`}5M7y|(GQcCH^$A@7U+uPf=ZL6vpMG+wc0U!v1o}Qk^$Hy=XUDy5j z`5}Z5LNrY)m&?!3&zVeya~?$zW9)xQ05CW>D2igM)p~n-^E_{6W@dSLIh{@uLUwj` z1VKPVQ4|pXR8?)YT0=uanx^&j^%aZ7VzGE~axykHW?5FDP%ur?G)+XLlp+B5zMsqG z0O088==b-x+wGRi<$ArowzgKU*FQf$bzSf6?Trh9olYl}N(qACIL^Yt!p+SMA~MD* zmCD)K82}s}9*&NV%CZaq0D$po5Ck#h{QUga*Vp;^d8JaRR;w>BFS@Sx_xH!2ZnxVA z0G4GXlSxHU;xx0_tgh>uo0}UO8^goHvAHBkjInGs`wxD}VKhla=dAz$02+E!SafP| zWoJ5LZ)|UJb8ul}WdHzp+A{(G05bqHi8v!Q0000fdQ@0+YH(#|I&)!daBOLAXDw!7 sV{~tF004N}GpaDsF|07uF|05I01<-%>2t65LjV8(07*qoM6N<$g3L9A;{X5v literal 0 HcmV?d00001 diff --git a/src/calibre/web/feeds/recipes/__init__.py b/src/calibre/web/feeds/recipes/__init__.py index 9c0a99e814..d1113480ed 100644 --- a/src/calibre/web/feeds/recipes/__init__.py +++ b/src/calibre/web/feeds/recipes/__init__.py @@ -6,7 +6,7 @@ Builtin recipes. ''' recipe_modules = ['recipe_' + r for r in ( 'newsweek', 'atlantic', 'economist', 'portfolio', 'the_register', - 'nytimes', 'usatoday', 'outlook_india', 'bbc', 'greader', 'wsj', + 'usatoday', 'outlook_india', 'bbc', 'greader', 'wsj', 'wired', 'globe_and_mail', 'smh', 'espn', 'business_week', 'miami_herald', 'ars_technica', 'upi', 'new_yorker', 'irish_times', 'iht', 'lanacion', 'discover_magazine', 'scientific_american', 'new_york_review_of_books', diff --git a/todo b/todo index 236bb38edc..8a6739db2d 100644 --- a/todo +++ b/todo @@ -6,3 +6,5 @@ * Use multiprocessing for cpu_count instead of QThread * Rationalize books table. Add a pubdate column, remove the uri column (and associated support in add_books) and convert series_index to a float. + +* Replace single application stuff with Listener from multiprocessing