[TriLUG] code needed for html search, please

Bill Farrow bill at arrowsreach.com
Thu Feb 6 08:55:48 EST 2014


On Thu, Feb 6, 2014 at 8:45 AM, M. R. <13miketele at bellsouth.net> wrote:
> Assume:
>     a domain, or directory thereof to be searched. E.g. mydomain.com, or
> mydomain.com/pretzels
>     a web browser to point at it
>
> Objective:
>     names (url's) of all files/pages in which a specific string is found.
>     In particular, a string like "star.png" repeated four times adjacent to
> each other. This would show on browsing such a file "****" or whatever other
> .png or .jpg one chose to search for.
>
> Thanks for actual code or links to possible sources thereof. And a tip of
> the hat.

Hey,
The first idea that came to mind was to use Google to do the search:
  https://www.google.com/#q=site:trilug.org+%22star.png%22

The magic is to use the "site:trilug.org" specifier to limit your
search to just webpages found on the trilug website.

Bill


More information about the TriLUG mailing list