how to export several blog addresses at address like blogs.tld/export.php ?
or for example blogs.tld/export.php?count=10 that means last updated 10 blogs.
also i want output this list in export.php as i want, for example, to prepare to include it in an "iframe", or to prepare it to get it with javascript and include into a "div" tag.
so i should be able to make this export.php as i want, for example, make different output with addresses export.php?type=foriframe and export.php?type=forajax , and maybe export.php?type=rss if i need and can, i.e. i want to make export.php myself, but do not know where to place it, and how to connect it, what files i should include in it. i know function that gives blog addresses - it is used in home theme's home.php.