From 57bf97e4c59921b92edb7d87fc9d8e8d7d002669 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 20 Sep 2013 01:27:22 -0700 Subject: [PATCH] .config/rss2email.cfg: Override name-format for several feeds These are either feeds that don't define an author, or ones that use verbose feed titles (crowding out the author information). --- src/.config/rss2email.cfg | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/.config/rss2email.cfg b/src/.config/rss2email.cfg index 5603283..6f277a3 100644 --- a/src/.config/rss2email.cfg +++ b/src/.config/rss2email.cfg @@ -75,9 +75,11 @@ verbose = warning [feed.xkcd] url = http://xkcd.com/atom.xml +name-format = xkcd [feed.xkcd-what-if] url = http://what-if.xkcd.com/feed.atom +name-format = xkcd: What If? [feed.indexed] url = http://thisisindexed.com/feed/ @@ -87,63 +89,82 @@ url = http://feeds.feedburner.com/Hyperbole-and-a-half?format=xml [feed.coding-confessional] url = http://www.codingconfessional.com/feed +name-format = {feed-title} [feed.biophysical-journal] url = http://www.cell.com/rssFeed/biophysj/rss.NewIssueAndArticles.xml +name-format = Biophys. J. [feed.pnas] url = http://www.pnas.org/rss/current.xml +name-format = PNAS: {author} [feed.nature-issue] url = http://feeds.nature.com/nature/rss/current +name-format = Nature: {author} [feed.nature-aop] url = http://feeds.nature.com/nature/rss/aop +name-format = Nature AOP: {author} [feed.ajp] url = http://ajp.aapt.org/search_rss?q=&possible1=PAPERS&possible1zone=sec1&key=AJPIAS&sortby=newestdate&recordspage=20&rss=rss&rsstitle=American%20Journal%20of%20Physics%20|%20Articles%20from%20PAPERS +name-format = AJP [feed.tpt] url = http://tpt.aapt.org/search_rss?q=&possible1=PAPERS&possible1zone=sec1&key=PHTEAH&sortby=newestdate&recordspage=20&rss=rss&rsstitle=The%20Physics%20Teacher%20|%20Articles%20from%20PAPERS +name-format = TPT [feed.aps-physics] url = http://feeds.aps.org/rss/recent/physics.xml +name-format = APS physics spotlight [feed.aps-prl-picks] url = http://feeds.aps.org/rss/recent/prlsuggestions.xml +name-foramt = PRL picks: {author} [feed.aps-prl-interdisciplinary] url = http://feeds.aps.org/rss/tocsec/PRL-SoftMatterBiologicalandInterdisciplinaryPhysics.xml +name-format = PRL soft: {author} [feed.aps-pre] url = http://feeds.aps.org/rss/recent/pre.xml +name-format = PRE: {author} [feed.aps-prst-per] url = http://feeds.aps.org/rss/recent/prstper.xml +name-format = PRST: {author} [feed.arxiv-physics.ed] url = http://export.arxiv.org/api/query?search_query=cat:physics.ed-ph&sortBy=lastUpdatedDate&sortOrder=descending +name-format = ArXiv Phys. Ed.: {author} [feed.jrst] url = http://onlinelibrary.wiley.com/rss/journal/10.1002/%28ISSN%291098-2736 +name-format = JRST: {author} [feed.rss2email] url = http://www.allthingsrss.com/rss2email/feed/ [feed.github-engineering] url = https://github.com/blog/engineering.atom +name-format = GitHub Eng.: {author} [feed.github-ship] url = https://github.com/blog/ship.atom +name-format = GitHub Ship: {author} [feed.python-checkins] url = http://rss.gmane.org/messages/complete/gmane.comp.python.cvs +name-format = Python: {author} [feed.wireless-patches] url = http://wireless.kernel.org/en/developers/Documentation/SubmittingPatches?diffs=1&show_att=1&action=rss_rc&unique=0&page=en%2Fdevelopers%2FDocumentation%2FSubmittingPatches&ddiffs=1 +name-format = {feed-title} [feed.agile-stack] url = http://feeds.feedburner.com/agilestack?format=xml +name-format = {feed-title} [feed.flameeyes] url = https://blog.flameeyes.eu/articles.atom @@ -162,9 +183,11 @@ url = http://planet.gentoo.org/universe/atom.xml [feed.third-bit] url = http://third-bit.com/feed.xml +name-format = Third Bit: {author} [feed.third-bit-comments] url = http://thirdbit.disqus.com/latest.rss +name-format = Third Bit: {author} [feed.swc] url = http://software-carpentry.org/feed.xml @@ -174,9 +197,11 @@ url = http://amyrhoda.wordpress.com/feed/ [feed.ctb] url = http://ivory.idyll.org/blog/feeds/all.atom.xml +name-format = CTB: {author} [feed.feed.ctb-comments] url = http://ivory-blog.disqus.com/latest.rss +name-format = CTB: {author} [feed.michael-nielsen] url = http://michaelnielsen.org/blog/feed/ @@ -216,6 +241,7 @@ url = http://careers.stackoverflow.com/jobs/feed?location=tacoma%2c+washington&r [feed.python-jobs] url = http://feeds.feedburner.com/python/pyjobo?format=xml +name-format = {feed-title} [feed.andrew-fry] url = http://andrewfry.blogspot.com/feeds/posts/default -- 2.26.2