[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2005-09-19, Elias Pschernig <elias@xxxxxxxxxx> wrote:
> I put up a very hackish and slow search cgi here:
> http://alleg.sourceforge.net/test/search.py
>
> It's mainly because devhelp fails to startup for me right now,
> and I was quite lost with only the index, over dialup.. but maybe
> this can be used as placeholder until Matthew's new docs are done
> (and if SF doesn't shut it down).
To avoid parsing you could do the preprocessing before and embedd
the index file directly in the python script as a dictionary with
references to the html files.
Do you want to add it to the web's API section?