- - - - - - - - - - - - - - - - - - - - - - - - - - - - Name: Maxime Subject: Re: create system of the news
I doesn't know how newslookup.com is configured in fact, but I can advice the overall outline for similar configuration. 1. You need to specify the deletion period for old news articles using DeleteOlder command: DeleteOlder 30d This command will delete all news articles older than 30 days since date of publishing (last modified date in fact) or since the time of first occurrence in dpsearch database, if Last-Modified header is not specified. 2. Specify the period of indexing for your news feeds and sources of those feeds only for link collection: Period 30M Server page hrefonly http://www.news-site1.ext/feed1.xml Server page hrefonly http;//www.news-site1.ext/feed2/xml Server page hrefonly http://news-site2.ext/feed.xml and so on for all your feeds. 3. Specify the reindexing period for news articles collected in news-feeds and common Server directive to index only (not following the links): Period 30d Server regex nofollow . The value in Period command is not required to be equal to the value of DeleteOlder, you may specify any value suitable for you. - - - - - - - - - - - - - - - - - - - - - - - - - - - - Read the full topic here: http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=02;topic_id=1173282286
