Update on SeasideDoc

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
tty
Reply | Threaded
Open this post in threaded view
|

Update on SeasideDoc

tty
Quick update on SeasideDoc

I am working on the presentation of the existing Help system. 

The instances of ClassBasedHelpTopic present their pages just fine providing those pages  are method accessors or other ClassBasedHelpTopics.

They blow up when the page is not a ClassBasedHelpTopic. See http://menmachinesmaterials.com/SeasideDoc/  -> Help Topics ->Help on Help for example.



The existing Help system has other FooHelpTopic things...all subclasses of AbstractHelpTopic and a ClassBasedHelpTopic such as SqueakHelp etc can contain pages or sub classes of these types.

AbstractHelpTopic subclasses {ClassAPIHelpTopic . MethodListHelpTopic . PackageAPIHelpTopic . ClassBasedHelpTopic . HtmlHelpTopic . SearchTopic . HelpTopic . DirectoryBasedHelpTopic . FileBasedHelpTopic}

So, my task is to create and render 'doclets' that handle those various 'FooHelpTopic' classes.

cheers.

tty


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside