We updated HTML2RSS application. Please download it from here. Biggest change is the fact that this application will now run as a service. Please install it with /i parameter and then control running behavior from Services Control Panel.
Updated help page is here:
Available variables:
- serverurl : url for target webpage
- feedtitle : title for feed that you are creating
- itemlimit : limit items to first N articles in page
- startpos : start processing from this byte position
- endpos : end processing from this byte position
- linkfilter : return only links that contain string provided by linkfilter variable
- encoding : output encoding (must be the same as encoding of webpage)
Example : http://localhost:8182/?serverurl=http://bbc.co.uk& feedtitle=BBC%20scraped%20feed&linkfilter=news.bbc.co.uk&encoding=gb2312&itemlimit=10