On Sat, Nov 1, 2008 at 11:16, Christian Weiske <[EMAIL PROTECTED]> wrote:
> Hi all,
>
>
> At pear, we had the idea to display the package documentation TOC on
> each package documentation page, e.g. [1]
> Below "view end user documentation", the toc should be shown.

The ENTERPRISE branch uses SQLite for the indexes which really is
exactly what you need.
OTH; ENTERPRISE won't be released until ~5.4 so...

0_4 caches (serializes the index array) into an external file, how
about unserializing that file and create that TOC?
Feels like a simpler hack until you can bundle the SQLite db with the
pearweb output and adjust that docs listing page to query the db..

-Hannes

Reply via email to