> -----Original Message----- > From: Jesse Glick [mailto:[EMAIL PROTECTED] > Sent: Monday, February 05, 2001 10:09 AM > To: [EMAIL PROTECTED] > Subject: enormous index.html (was: Re: CVS Freeze and 1.3 Beta1)
> Speaking of which, index.html is unreasonably large... 262k. In the > NetBeans integration the Ant docs are now bundled into a JavaHelp docs > set, and this one page takes about twenty seconds to render > with HotSpot > on. :-) Bad rendering performance is to blame, but does anyone else Yes, 262K is way too large for a single HTML file. > think that one HTML page per task or major section (like some optional > tasks already) would be an improvement? One HTML page per task seems like overkill. Perhaps one HTML page per task package is a better grouping. Sometimes I like to be able to scroll through the task documentation quickly rather than having to click around. However, the frame-enabled documentation makes it pretty easy to browse. It would be nice if it were enhanced to bring up the tasks for a package within another frame (ala javadoc2). Ken
