On Wed, 19 Jun 2002 [EMAIL PROTECTED] wrote: > > Hello, > > Does anybody know how to get Analog to count pages which do not have file > extensions eg. servlets. > I am currenlty using (see below) is this the only way? > > # Help Text > PAGEINCLUDE *About >
Obviously that's fine for one or two files. But if you want to count _all_ extensionless files as pages you can do this: PAGEINCLUDE REGEXP:/[^./]+$ Moral: Everything's possible with a regexp! -- Stephen Turner, Cambridge, UK http://homepage.ntlworld.com/adelie/stephen/ "This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC, 2/Jul/01 +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
