Podcast RSS hasn't updated since 9th Jan

23 views
Skip to first unread message

Subvertive

unread,
Mar 7, 2012, 7:23:00 PM3/7/12
to Mises.org Development
Hey guys,

I've noticed the latest entry in the Podcast RSS was from 9th Jan, The
Free Market: Facts & Falacies, despite a bunch of new clips in the
Podcast category.

The feed is here: http://feeds.mises.org/MisesMedia

Is it something I can help with?

Gar :)

David Veksler

unread,
Mar 13, 2012, 3:19:32 AM3/13/12
to mise...@googlegroups.com
Thanks for letting me know. This is fixed.
---
Regards,
David Veksler
+86 186 168 73407

Subvertive

unread,
Mar 27, 2012, 10:09:37 AM3/27/12
to mise...@googlegroups.com
Hey David!

It seems to have happened again.  The RSS feed does not match the on-site audio directory.

David Veksler

unread,
Mar 27, 2012, 10:38:08 PM3/27/12
to mise...@googlegroups.com
It seems correct now: http://feeds.mises.org/MisesMedia

We currently have three generations of Feed technology

WCF:
mises.org/Feeds/Media.svc/feed/atom/

RssToolkit/ASHX:


MVC/Syndication


and Feedburner as CDN:

Subvertive

unread,
Apr 3, 2012, 5:13:23 AM4/3/12
to mise...@googlegroups.com
Hey David!

The last audio entry on Mises.org homepage is "How does US foreign policy relate to US banking? by Murray N. Rothbard" - whereas all the RSS feeds list "Ludwig von Mises" as the last audio entry.

What did you do last time to fix this?  It worked a charm when I first opened this thread.

:) thanks man.

Subvertive

unread,
Apr 5, 2012, 10:45:32 AM4/5/12
to mise...@googlegroups.com
You're probably already aware but just in case I thought I'd point out that the main audio RSS feed is now only showing entries from 2004.

Thanks. Gar

David Veksler

unread,
Apr 5, 2012, 11:00:15 AM4/5/12
to mise...@googlegroups.com
I was not aware.  Fixed:


   [TestMethod]
        public void MediaFeedIsOrderedByDescendingDate()
        {
            var document = new Mises.Web.Controllers.FeedController();
            document.SetFakeControllerContext();
            document.Request.SetupRequestUrl("~/Feed/media");
            RssActionResult view = document.Media() as RssActionResult;

            Assert.IsNotNull(view.Feed, "The model is null");

            var feed = (view.Feed);

            var first = feed.Items.First();
            var last = feed.Items.Last();

            Assert.IsTrue(first.PublishDate > last.PublishDate);


        }
---
Regards,
David Veksler
+86 186 168 73407



Subvertive

unread,
Apr 6, 2012, 1:21:23 PM4/6/12
to mise...@googlegroups.com
Sweet man.  It's still not up to date with the audio appearing on the homepage.  Do you know why that is?

Reply all
Reply to author
Forward
0 new messages