|
Written by David Veksler
|
|
Sunday, 02 May 2004 |
If you would like to syndicate any part of this website, here are URLs
you can use:
Site News:
http://objectivismonline.net/index2.php?option=com_rss&no_html=1
Recent Forum Posts:
http://www.objectivismonline.net/forum.xml
Blog RDF:
http://objectivismonline.net/blog/index.rdf
Blog Atom:
http://objectivismonline.net/blog/atom.xml
Wiki Recent Changes:
RSS
/ ATOM
This website uses the RSS feed from CapMag.com, the URL for
which is
http://www.capmag.com/rss.xml
If you are looking for a PHP script to display an RSS feed, you can get
FASE4
To consume a feed, upload
the FASE4 script to your website, then add code to a PHP page like
so:
<?php require_once("rdf.class.php"); $rdf = new fase4_rdf; $rdf->use_dynamic_display(true); $rdf->parse_RDF("http://objectivismonline.net/blog/index.rdf"); ?>
|