GithubHelp home page GithubHelp logo

rdoc_chm's People

Contributors

azolo avatar luislavena avatar vertiginous avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

ruby azolo deadelf79

rdoc_chm's Issues

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.

Single column layout fixes

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.

RDoc should use ENV['ProgramFiles'] when looking for hhc.exe

Right now rdoc_chm looks for C:/Program Files/HTML Help Workshop/hhc.exe when it should be using ENV['ProgramFiles']
instead

This issue raises on non-english versions of Windows and also x64 ones, where 32bits tools are installed in different
folders than 64bits.

The following is the way was implemented in RubyInstaller:

executable = 'hhc.exe'
path = File.join(ENV['ProgramFiles'], 'HTML Help Workshop', executable)

Upgrade rdoc dependency to 5.X

This requires looking at and editing the Darkfish template overrides to match the ones that rdoc 4.X uses or possible look at ways to write something similar that doesn't depend on Darkfish.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.