I'm trying to build a simple search engine, which should be added to a site that is not using Databases or other php stuff (only html pages)
The search engine should go over all the site pages and check if the searched words are there.
My problem is that this site sometimes add few pages. How can the search engine recognize all those new pages automatically?
Thanks !