Sorry

This feed does not validate.

Source: http://www.haizara.net/%7Eshimirin/blogs/xmlsrv/rss2.php?blog=7

  1. <?php
  2. /**
  3. * This file is a stub file for displaying a blog, using an RSS2 skin.
  4. *
  5. * This file will set some display parameters and then let b2evolution handle
  6. * the display by calling an evoSkin. (skins are in the /skins folder.)
  7. *
  8. * Note: You only need to use this stub file for advanced use of b2evolution.
  9. * Most of the time, calling your blog through index.php will be enough.
  10. *
  11. * b2evolution - {@link http://b2evolution.net/}
  12. * Released under GNU GPL License - {@link http://b2evolution.net/about/gnu-gpl-license}
  13. * @copyright (c)2003-2020 by Francois Planque - {@link http://fplanque.com/}
  14. *
  15. * @package xmlsrv
  16. */
  17.  
  18. # We're not forcing a specific blog here, but we tell b2evo to expect
  19. # a blog in the URL params:
  20. $resolve_extra_path = false; // We don't want extra path resolution on this page
  21.  
  22. # Let's force the use of the RSS skin:
  23. $tempskin = '_rss2';
  24.  
  25. /**
  26. * That's it, now let b2evolution do the rest! :)
  27. */
  28. require_once dirname(__FILE__).'/../conf/_config.php';
  29.  
  30. require $inc_path.'_blog_main.inc.php';
  31. ?>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda