Hi Folks,
Any on know how to achieve and automated pages generation on my website from indivdual blog posts via rss.
Each new blog post will be pulled into my website and create a page.
looking for lo cost and lo effort, as always;)
Printable View
Hi Folks,
Any on know how to achieve and automated pages generation on my website from indivdual blog posts via rss.
Each new blog post will be pulled into my website and create a page.
looking for lo cost and lo effort, as always;)
Pretty darn easy, actually. If you have PHP, fetch the page with CURL, parse with DOMDocument and then go to town. You can do the same with PERL and other languages.