Re: make a simple search function for homepage

2006-10-30 Thread James Stroud
HYRY wrote: > I want to add some simple search function for my homepage. It need to > search through all the html files of my homepage (about 300 pages), and > highlight the search words. > > I made some test with HTMLParser, it works but slow. So, my question is > how can I improve its speed? >

make a simple search function for homepage

2006-10-30 Thread HYRY
I want to add some simple search function for my homepage. It need to search through all the html files of my homepage (about 300 pages), and highlight the search words. I made some test with HTMLParser, it works but slow. So, my question is how can I improve its speed? from HTMLParser import HTM