Why does this RSS feed not work with DP's "Recent Blog Post"?

Discussion in 'Support & Feedback' started by tarponkeith, Feb 25, 2008.

  1. #1
    I've got a feed at:
    http://www.aspvphp.com/feed.xml

    The code looks like this:

    
    
    <?xml version="1.0" encoding="UTF-8"?>
    <rss version="2.0">
        <channel>
            <title>ASP v PHP</title>
            <description>Side by side code snippets of the two most widely used web programming languages.</description>
            <link>http://www.aspvphp.com/</link>
            <docs>http://blogs.law.harvard.edu/tech/rss</docs>
            <language>en-us</language>
    
    	<pubDate>Sun, 15 Aug 2007 20:35:03 -0400</pubDate>
    
    <item>
    	<title>Multiplying Numbers Using Variables</title>
    	<link>http://www.aspvphp.com/Code/Math/Multiplying_Numbers_Using_Variables.shtml</link>
    	<guid isPermaLink="true">http://www.aspvphp.com/Code/Math/Multiplying_Numbers_Using_Variables.shtml</guid>
    	<description>This sample code just shows you how to multiply two numbers that are stored in variables</description>
    
    	<pubDate>Sat, 18 Nov 2007 09:32:19 -0400</pubDate>
    </item>
    
    
    </channel>
    </rss>
    
    
    Code (markup):
    I've let it sit for a day, and there's no link showing up on my posts... Just wondering if my RSS feed syntax is wrong of if DP just doesn't like it...

    Thanks...
     
    tarponkeith, Feb 25, 2008 IP
  2. Smyrl

    Smyrl Tomato Republic Staff

    Messages:
    13,740
    Likes Received:
    1,702
    Best Answers:
    78
    Trophy Points:
    510
    #2
    Only certain blogs are supported at this time. What blogger platform are you using?
     
    Smyrl, Feb 25, 2008 IP
  3. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #3
    Is that even a blog?
     
    digitalpoint, Feb 25, 2008 IP
  4. tarponkeith

    tarponkeith Well-Known Member

    Messages:
    4,758
    Likes Received:
    279
    Best Answers:
    0
    Trophy Points:
    180
    #4
    It's custom coded... Figured I followed the syntax of the big sites well enough; guess not...

    Well, it's not an online journal, but I'd consider it a blog, as I make posts that all fall under the same topic, while split into categories, and (in the future, depending on my level of free time) users will be able to comment on the submissions or suggest improvements...
     
    tarponkeith, Feb 25, 2008 IP
  5. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #5
    Eh... the blog feature is just for blogs. A repository of code doesn't really fall into the category of a blog imo.
     
    digitalpoint, Feb 25, 2008 IP
  6. peter_anderson

    peter_anderson Notable Member

    Messages:
    3,382
    Likes Received:
    152
    Best Answers:
    0
    Trophy Points:
    240
    #6

    Maybe you should make it allow all RSS. That way people can see if I added anymore games to my website :)
     
    peter_anderson, Feb 25, 2008 IP
  7. Corey Bryant

    Corey Bryant Texan at Heart

    Messages:
    1,126
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I had to create a separate script to make the Blog RSS feed work Blog RSS Feed (Valid). If you have a blog it might be worth creating a script that will create the proper RSS feed for Digital Point.
     
    Corey Bryant, Feb 25, 2008 IP
  8. tarponkeith

    tarponkeith Well-Known Member

    Messages:
    4,758
    Likes Received:
    279
    Best Answers:
    0
    Trophy Points:
    180
    #8
    Ok, you're the boss, I put my political blog in their instead... Don't want to argue with the powers-that-be...

    You're right, thanks for the link... My syntax was way off from the other blog posts that were working here :)
     
    tarponkeith, Feb 25, 2008 IP