News Cloner is a framework help you to fetch content from any sites and display them on your page. It is modularized, easy to use, templating and cache supported and more.
Requirement
Apache with mod rewrite enabled
PHP 5.2+
cURL extension
Will it work on other servers?
Yes! It might work on all servers as long as they have rewrite url.
NC have been tested with nginx. It’s working fine on nginx and rewrite rules look like
if (!-e $request_filename) {
rewrite ^(.+)$ /nc/index.php?q=$1 last;
}
NC also known as working on IIS 7.0
Features
Clone any site content
Display cloned content in your own template
Easily setup
No database requited
Cache supported
Multiple sites supported
Feel confused about these above features?
You can check out User Guide to have full picture about News Cloner