Mises.org Feeds and Syndication
Mises.org Feeds and Syndication
The following feeds provide access to the latest content on Mises.org.
Specific author and category feeds are provided for each author archive, literature, and media category.
- Daily Articles
- Daily Articles (Full text version)
- New Literature Items
- Mises Media Podcast
- Mises Daily Audio Podcast
- Upcoming Events
- Upcoming Events iCal Feed
- New Products from the Mises Store
- Mises Blog Posts
- Mises Community Forum Posts
- Top Search Terms
How to Use Feeds:
Using free software and web sites, you can have all the headlines on topics that interest you delivered to your desktop on a daily basis. With RSS you no longer have to visit your favorite Web site several times a day to find out the latest news; instead, you open up your newsreader and see all the site's headlines without ever leaving your desktop software. This can be done with hundreds or thousands of sites.
To use RSS, you can use an online service such as Google Reader or install RSS reader software. There are many readers available for download from the Yahoo Directory or Blogspace. Some slimmed-down desktop readers are SharpReader and RSS Bandit.
Webmasters:
To display Mises content on your site, you need to parse the RSS feed. The receiving site has to do a little bit of scripting - but it's not overly difficult (for example, in ASP). The daily article, literature, and podcast feeds can be displayed on your site by just pasting a few lines of Javascript.
Listening and Watching Podcasts
iTunes users can manually add the Mises Podcast feeds and enjoy the benefits the podcasting feature has to offer. Search for "Mises" on the iTunes site and subscribe; or, to do it manually: go to the Menu >> Advanced >> Subscribe to Podcast. This opens a dialog box which requires the URL of the podcast (for example, http://mises.org/media.xml). Paste the URL in the box, then click OK. Next, go the sidebar and select Podcasts. There, you will see your subscription to the Mises Podcast. You may then click the arrow to see earlier feeds, which you can download by clicking the Get button. For more on podcasting, see Wikipedia.
Host a Banner
Visit the Mises.org Community album to pick a banner you can use on your site to link to Mises.org
Mises.org Content Syndication
To include this content in your website, just copy and paste the code below into the source of your website. If you have trouble, or if you would like a customized feed, email the webmaster at webmaster@mises.org.
Random quote:
If you have PHP, use this code:
<?php
include("http://mises.org/quote.aspx");
?>
If your server doesn't support PHP, you can use an IFRAME tag:
<iframe frameborder="0" height="60" src="http://mises.org/quote.aspx" width="500"></iframe>
Daily Article:
Mises Institute Daily Articles Animated Headlines
If you have PHP, use this code:
<?php
include("http://mises.org/services/DailyArticle.aspx?size=200");
?>
(Change the size variable to make the feed wider or narrower.)
If your server doesn't support PHP, you can use an IFRAME tag:
<iframe src="http://mises.org/services/DailyArticle.aspx?size=350" width="400"
height="350" frameborder="0"></iframe>