news4 - RSS aggrigation system
Revision | 75d49d589b1808a34f1eba5d30507ec1396278dc (tree) |
---|---|
Zeit | 2012-10-06 04:10:40 |
Autor | hylom <hylom@hylo...> |
Commiter | hylom |
update config.py.sample
@@ -6,7 +6,7 @@ config = { | ||
6 | 6 | 'template_directory': 'templates', |
7 | 7 | 'output_directory': 'outputs', |
8 | 8 | 'filter_directory': 'filters', |
9 | - 'pagination_unit': 10, | |
9 | + 'pagination_unit': 20, | |
10 | 10 | 'index': { |
11 | 11 | 'template': 'index.tmpl.html', |
12 | 12 | 'output_directory': 'outputs/', |
@@ -18,10 +18,19 @@ config = { | ||
18 | 18 | 'site_parameter': { |
19 | 19 | 'name': 'SourceForge.JP Antenna', |
20 | 20 | 'css_directory': '/css', |
21 | + 'img_directory': '/img', | |
21 | 22 | 'js_directory': '/js', |
22 | 23 | 'tag_directory': '/tag', |
23 | 24 | 'root': '/', |
24 | - } | |
25 | + }, | |
26 | + 'pre_filters': [ | |
27 | + 'pr_block', | |
28 | + 'img_block', | |
29 | + ], | |
30 | + 'post_filters': [ | |
31 | + 'cleanup', | |
32 | + 'trimming', | |
33 | + ], | |
25 | 34 | } |
26 | 35 | |
27 | 36 | target_rss = [ |
@@ -40,7 +49,7 @@ target_rss = [ | ||
40 | 49 | 'name': 'ITmedia', |
41 | 50 | 'url': 'http://rss.rssad.jp/rss/itmtop/2.0/itmedia_all.xml', |
42 | 51 | 'source_url': 'http://www.itmedia.co.jp/', |
43 | - 'filter': ['tagging',], | |
52 | + 'filter': ['tagging', 'itmedia'], | |
44 | 53 | }, |
45 | 54 | { |
46 | 55 | 'name': 'So-netセキュリティ通信', |
@@ -52,10 +61,7 @@ target_rss = [ | ||
52 | 61 | 'name': 'Engadget Japanese', |
53 | 62 | 'url': 'http://japanese.engadget.com/rss.xml', |
54 | 63 | 'source_url': 'http://japanese.engadget.com/', |
55 | - 'filter': [ | |
56 | - 'tagging', | |
57 | - 'extractimg', | |
58 | - ], | |
64 | + 'filter': ['tagging',], | |
59 | 65 | }, |
60 | 66 | { |
61 | 67 | 'name': 'ギズモード・ジャパン', |