A new Internet-search website written in Python

hrgzsl at gmail.com hrgzsl at gmail.com
Sun Oct 11 14:16:54 EDT 2009


On 10/10/09, John Nagle <nagle at animats.com> wrote:
> hrgzsl at gmail.com wrote:
>> The purpose of this email is to inform the Python-list mailing-list
>> subscribers of an Internet-search website that is run by software
>> written in Python.
>
>     All the site seems to do is frame the results from other search engines.
>
>     What does the Python code do?
>
> 				John Nagle


That is correct, the result pages of the search engines are presented
in frames, and the website doesn't do any searching itself. So it is
not exactly a search engine.

The Python code manages other aspects of the website, like URL mapping
and generation of navigation items.

Taro Taniguchi



More information about the Python-list mailing list