On Tuesday, July 05, 2005 9:52 AM [EDT], Shai Herman <[EMAIL PROTECTED]> wrote:
> Hi, > > For some reason my request report does not have links for all the > pages. Pages like /[dir]/[num with no extension] do not get linked, > yet in the referring URL report they do get linked, and have the > complete URL (http://www.foo.com//[dir]/[num with no extension]) How > can I get these pages linked?? By defining them as pages using the PAGEINCLUDE command - the Request report doesn't make links to non-pages, such as images. PAGEINCLUDE REGEXP:/[^./]+$ should treat all URLs that don't have an extension as pages, rather than requests. > Also, instead of having the URL be printed out and linked to in the > Request Report, is it possible for Analog to print out and link the > page names being linked to? Check out Jeremy's Analog Crawler, which is listed on the Analog Helper Apps page: http://www.analog.cx/helpers/#conftools Aengus +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs/mailing.html#listarchives | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general +------------------------------------------------------------------------

