-
Notifications
You must be signed in to change notification settings - Fork 7
Home
vertiginous edited this page Sep 13, 2010
·
16 revisions
-
- Templates:
Source code view background color isn’t being inherited. IE6 problem.CHM files look best with a single column layout. Darkfish is a two column layout, working to adjust to single-column without leaving out important information.-
CHM TOC method links should differentiate between class (::) and instance (#) methods.
(used method.pretty_name) Links to files in class pages use a js lightbox (not sure if that’s the correct term). Need to change these to regular http links.Class and File index page – this would be used when you click on the “Classes” or “Files” folder in the CHM TOC. Right now, it shows nothing.Change “Classes” to “Classes/Modules” in CHM TOCHTML Help compiler doesn’t find images in CSS
- Templates:
-
- New RDOC Layout
- instead of hacking up Darkfish, possibly come up with something new?
- Add a merge facility
- This would be useful for making a central index of multiple CHM files (Ruby Core and stdlib, gem index…)
Two possibilities- Incorporate into current RDoc::Generator::CHM class and templates
- Overly complex?
- Subclass CHM class, and create seperat templates
- Duplicate code? More to maintain?
- Incorporate into current RDoc::Generator::CHM class and templates
- This would be useful for making a central index of multiple CHM files (Ruby Core and stdlib, gem index…)
- Seperate command for creating gem indexes (dependant on merge capability)? possibly as a gem plugin?
- New RDOC Layout