News Cloner - Make copy of any content free download
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.
NC have been tested with nginx. It’s working fine on nginx and rewrite rules look like
NC also known as working on IIS 7.0
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 ClonerChangelog
1.1.0(11/2015)- Add module default path feature
- Link local modules if remote sites are linked
- Fix iframes are automatically removed issue
- Initial release
No comments:
Post a Comment