Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. Site Bugs / Suggestions
  4. Aggregating Blogs through FeedBurner

Aggregating Blogs through FeedBurner

Scheduled Pinned Locked Moved Site Bugs / Suggestions
7 Posts 3 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Derek Lakin
    wrote on last edited by
    #1

    My blog's feed[^] is currently served up by FeedBurner and provides categories in the following format:

    <entry ...>
    <id>...</id>
    <category scheme="http://www.blogger.com/atom/ns#" term="CodeProject" />
    ...

    I believe this is an Atom format, so I'm guessing the absence of any blog articles for my feed indicates that this isn't a supported format yet. Is this right? Cheers, Derek.

    T 1 Reply Last reply
    0
    • D Derek Lakin

      My blog's feed[^] is currently served up by FeedBurner and provides categories in the following format:

      <entry ...>
      <id>...</id>
      <category scheme="http://www.blogger.com/atom/ns#" term="CodeProject" />
      ...

      I believe this is an Atom format, so I'm guessing the absence of any blog articles for my feed indicates that this isn't a supported format yet. Is this right? Cheers, Derek.

      T Offline
      T Offline
      Thiru Thirunavukarasu
      wrote on last edited by
      #2

      Yes that's correct. We weren't sure that there would be much demand for formats other than RSS (Atom, OPML) so we chose not support as it would've meant more development time and testing :). So.. we'll consider it if the demand is there. Maybe you can ask FeedBurner to generate RSS rather than Atom? Or in addition to your existing feed at another URL?

      D B 2 Replies Last reply
      0
      • T Thiru Thirunavukarasu

        Yes that's correct. We weren't sure that there would be much demand for formats other than RSS (Atom, OPML) so we chose not support as it would've meant more development time and testing :). So.. we'll consider it if the demand is there. Maybe you can ask FeedBurner to generate RSS rather than Atom? Or in addition to your existing feed at another URL?

        D Offline
        D Offline
        Derek Lakin
        wrote on last edited by
        #3

        OK, thanks for confirming that. From what I can see, if I specify "?alt=rss" at the end of the source feed in FeedBurner and turn off SmartFeed it will produce an RSS format feed. I'll wait and see if CP picks up any articles now. NOTE: The "?alt=rss" will only work if your feed is provided by blogger.

        T 1 Reply Last reply
        0
        • T Thiru Thirunavukarasu

          Yes that's correct. We weren't sure that there would be much demand for formats other than RSS (Atom, OPML) so we chose not support as it would've meant more development time and testing :). So.. we'll consider it if the demand is there. Maybe you can ask FeedBurner to generate RSS rather than Atom? Or in addition to your existing feed at another URL?

          B Offline
          B Offline
          Bob Nadler
          wrote on last edited by
          #4

          I think I may have the same problem. My feed re-directs to FeedBurner. Here's what they're sending:

          <?xml version="1.0" encoding="UTF-8"?>
          <?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?>
          <?xml-stylesheet type="text/css" media="screen" href="http://feeds2.feedburner.com/~d/styles/itemcontent.css"?>
          <rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" version="2.0">
          <channel>
          <title>Bob on Medical Device Software</title>
          <link>http://rdn-consulting.com/blog</link>
          <description>Software Development and Biomedical Engineering</description>
          <pubDate>Tue, 31 Mar 2009 23:26:27 +0000</pubDate>
          <generator>http://wordpress.org/?v=2.7.1</generator>
          <language>en</language>
          sy:updatePeriodhourly</sy:updatePeriod>
          sy:updateFrequency1</sy:updateFrequency>
          <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds2.feedburner.com/BobOnMedicalDeviceSoftware" type="application/rss+xml" />
          <item>
          <title>Software Verification vs. Validation</title>
          <link>http://rdn-consulting.com/blog/2009/03/26/software-verification-vs-validation/</link>
          <comments>http://rdn-consulting.com/blog/2009/03/26/software-verification-vs-validation/#comments</comments>
          <pubDate>Fri, 27 Mar 2009 02:59:14 +0000</pubDate>
          dc:creatorBob</dc:creator>
          <category><![CDATA[FDA]]></category>
          <category><![CDATA[Software Quality]]></category>
          <category><![CDATA[verification vs. validation]]></category>
          <guid isPermaLink="false">http://rdn-consulting.com/blog/?p=257</guid>
          <description><![CDATA[For some reason it just really bugs me that these two terms are incorrectly interchanged so frequently.
          ...

          Bob on Medical Device Software [^]

          T 1 Reply Last reply
          0
          • D Derek Lakin

            OK, thanks for confirming that. From what I can see, if I specify "?alt=rss" at the end of the source feed in FeedBurner and turn off SmartFeed it will produce an RSS format feed. I'll wait and see if CP picks up any articles now. NOTE: The "?alt=rss" will only work if your feed is provided by blogger.

            T Offline
            T Offline
            Thiru Thirunavukarasu
            wrote on last edited by
            #5

            Great! Looks like it worked.

            1 Reply Last reply
            0
            • B Bob Nadler

              I think I may have the same problem. My feed re-directs to FeedBurner. Here's what they're sending:

              <?xml version="1.0" encoding="UTF-8"?>
              <?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?>
              <?xml-stylesheet type="text/css" media="screen" href="http://feeds2.feedburner.com/~d/styles/itemcontent.css"?>
              <rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" version="2.0">
              <channel>
              <title>Bob on Medical Device Software</title>
              <link>http://rdn-consulting.com/blog</link>
              <description>Software Development and Biomedical Engineering</description>
              <pubDate>Tue, 31 Mar 2009 23:26:27 +0000</pubDate>
              <generator>http://wordpress.org/?v=2.7.1</generator>
              <language>en</language>
              sy:updatePeriodhourly</sy:updatePeriod>
              sy:updateFrequency1</sy:updateFrequency>
              <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds2.feedburner.com/BobOnMedicalDeviceSoftware" type="application/rss+xml" />
              <item>
              <title>Software Verification vs. Validation</title>
              <link>http://rdn-consulting.com/blog/2009/03/26/software-verification-vs-validation/</link>
              <comments>http://rdn-consulting.com/blog/2009/03/26/software-verification-vs-validation/#comments</comments>
              <pubDate>Fri, 27 Mar 2009 02:59:14 +0000</pubDate>
              dc:creatorBob</dc:creator>
              <category><![CDATA[FDA]]></category>
              <category><![CDATA[Software Quality]]></category>
              <category><![CDATA[verification vs. validation]]></category>
              <guid isPermaLink="false">http://rdn-consulting.com/blog/?p=257</guid>
              <description><![CDATA[For some reason it just really bugs me that these two terms are incorrectly interchanged so frequently.
              ...

              Bob on Medical Device Software [^]

              T Offline
              T Offline
              Thiru Thirunavukarasu
              wrote on last edited by
              #6

              Have you tried Derek's trick? Also be sure to have "codeproject" in <category> element(s).

              B 1 Reply Last reply
              0
              • T Thiru Thirunavukarasu

                Have you tried Derek's trick? Also be sure to have "codeproject" in <category> element(s).

                B Offline
                B Offline
                Bob Nadler
                wrote on last edited by
                #7

                Now using http://rdn-consulting.com/blog/feed?alt=rss[^] and turned off SmartFeed, but it looks like the generated XML is still ATOM. One of my posts does have:

                <category><![CDATA[CodeProject]]></category>

                How will I know if the changes I made work with the CP aggregator?

                Bob on Medical Device Software [^]

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups