On Sun, Nov 2, 2008 at 21:11, Hannes Magnusson
<[EMAIL PROTECTED]> wrote:
> 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?

Heh. I just skimmed over the .phps and totally read it wrong ;)
(note to self: focus when you review stuff!)

So, what exactly do you want to do? Bundle that script or..
Can't you copy the .ser file to pearweb and access it whenever people
open the /docs page and create that list on-the-fly?

PhD can't really generate the API docs list or anything else.. I'm not
sure I understand what you want to do exactly.

-Hannes

Reply via email to