Project

rdoc_chm

0.01
No commit activity in last 3 years
No release in over 3 years
A Microsoft Compiled HTML Help generator for {RDoc}[http://rdoc.rubyforge.org/].
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.0

Runtime

~> 3.12
 Project Readme

RDoc_CHM¶ ↑

DESCRIPTION:¶ ↑

A Microsoft Compiled HTML Help generator for RDoc.

FEATURES/PROBLEMS:¶ ↑

SYNOPSIS:¶ ↑

gem 'rdoc'
require 'rdoc/rdoc'

RDoc::RDoc.new.document "-f chm", # ... see RDoc

Or at the command line:

rdoc --fmt chm

REQUIREMENTS:¶ ↑

  • A Windows OS

  • RDoc 3.12

  • Requires installation of Microsoft’s HTML Help Workshop

    You can download a copy for free from:
      http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html/hwMicrosoftHTMLHelpDownloads.asp

INSTALL:¶ ↑

  • gem install rdoc_chm

LICENSE:¶ ↑

RDoc is Copyright © 2001-2003 Dave Thomas, The Pragmatic Programmers. It is free software, and may be redistributed under the terms specified in the README file of the Ruby distribution.