| |||||
Takes an input URL, parses the content and creates a full-text feed out of it.
The feed can then be followed for changes via online or desktop feed readers.
Here are some key features of "Full-Text RSS":
· Fast
· Automatically detects important content on a page
· Language detection
· Multi-page support (articles across many URLs and pages are merged into one feed item)
Supported feed output formats:
· RSS
· JSON
· JSONP
Requirements:
· PHP 5.2 or higher
What's New in This Release: [ read full changelog ]
· Multi-page supportnext_page_link now supported in site config (enable/disable with $options->multipage)
· HTML5 parser availableuse parser: html5lib in site config, also see $options->allowed_parsers
· Updated site patterns for better extraction
· New global site config to be applied to all sites (global.txt)
· Strip 'http://' prefix when API key is supplied
· Site config merging (custom + standard + fingerprint + global)
· Site config command replace_string(find): replace can now be split over two lines: find_string: find, replace_string: replace
· YouTube and Vimeo URLs now return iframe embed code
· We now look for OpenGraph title and date elements
· Improved extraction from AJAX pageswe now look for AJAX triggers embedded in HTML, per Google spec
· JSONP supportuse &format=json&callback=functionName in querystring
· New config option to enable Cross-Origin Resource Sharing (CORS): $option->cors
· New config option to enable XSS filtering, if required: $option->xss_filter
· Zend_Cache updated
· Smart cachingexperimental feature to store cache IDs in APC first, and write output to disk on subsequent request (see $options->smart_cache)
· Easier cloud deploymanifest.yml added for AppFog
· APC caching of site config files to improve performance, if APC availablesee $options->apc
· Site config editor in admin/easily find, edit, test, and test site config files, or add new ones
· Debug mode to see what's happening behind the scenessee $options->debug
· Removed deprecated config options: restrict, message_to_prepend_with_key, message_to_append_with_key, error_message_with_key
· Removed extraction with CSS via querystring
· Removed config option: $options->alternative_url
· Bug fix: allow extraction of a single element
· Bug fix: redirect handling improved

Via: Full-Text RSS 3.0






0 Comment:
Post a Comment