On Dec 12, 2014 11:57 AM, "Phillip Lord" <phillip.lord@newcastle.ac.uk> wrote:
>
> Lennart Borgman <lennart.borgman@gmail.com> writes:
> >> As for the index not disappearing: it's not accessible from arbitrary
> >> nodes since it is not even loaded into the browser unless you load the
> >> "one big page HTML" and then _all_ navigation becomes cumbersome,
> >> including but not limited to the index.
> >
> > So that was the argument. OK. ;-)
> >
> > Yes, without a search engine you can't search the html pages. (Or, you
> > could build an index in JavaScript, but that is a very tough job if
> > you want to do something useful.)
>
> I don't think it is a tough job. If the index data is in the source
> format, and can be dumped in XML, then the JavaScript (or the lisp with
> which to pimp up EWW) is really very simple.
>
> Phil
You may be right. It depends on what you want to do. Perhaps you have some code to clarify what you mean?