Projects tagged ‘htmlhelp’


[7 total ]

1 Users

Plugin for inkscape, which generates sliced bitmaps directly from your vector drawings. Highly integrated -- uses standard rectangles on a special layer to mark areas which should be sliced. SVG attributes provide file naming, etc.
Created about 1 year ago.

0 Users

The goal of this project is to improve Sandcastle by providing a rolled-up solution to various presentation style issues in a manner that is highly visible to the Sandcastle community and also ... [More] involves community feedback. In the future, custom presentation styles and language packs may also be made available. [Less]
Created 10 months ago.

0 Users

Sandcastle Assist project aims to provide a library that will make it easier to use the Sandcastle tool, a documentation compiler for managed libraries from Microsoft.
Created 10 months ago.

0 Users

IntroductionAdobe's HelpPanel is too slow to read any document. And it is bad that a document viewer requires all IDE features loaded. We want to use a small and native help system of operating ... [More] system itself. This project is apploach to convert Adobe's HelpPanel contents to single "chm" format file. Main targetsFlash FlexSDK (version 2 or greater) (Dreamweaver) Target Localesorry ja(Japanese) only. RequirementWindows Microsoft HtmlHelpWorkshop Ruby ContactYou should be able to guess my e-mail address. Don't you know the relation between GoogleCode and Gmail? ResourceUsersResource see JapaneseIntroduction too. [Less]
Created about 1 year ago.

0 Users

jchmweb is a standalone web server which could be used to view CHM files from almost any web browser.
Created 12 months ago.

0 Users

What's this?This software generates an HTML Help(CHM) from generic javadoc style API documents. It's a easy way to search something from javadoc with pre-compiled full text index. ... [More] RequirementsRubyhttp://www.ruby-lang.org/ (JRubyhttp://jruby.codehaus.org/ enabled) HTML Help Workshop http://msdn.microsoft.com/en-us/library/ms669985.aspx How toIf you have non Shift_JIS Japanese HTML files encoded by EUC-JP or UTF-8(e.g. JDK-ja), copy these files to working directory with converting to Shift_JIS. ruby encodefilter.rb Parse documents and generate a HTML Help project. ruby createhhp.rb Remarks: javadoc-dir is workdir-dest above. If you passed step #1, you can run this script towards javadoc dir which has index.html file. Compile the HTML Help "C:\Program Files\HTML Help Workshop\hhc.exe" .hhpTo change the default language option of hhp file, modify a part of createhhp.rb. # file.puts "Language=0x411 Japanese" file.puts "Language=0x409 English (U.S.)"Resources"jd2chm" http://www.burgaud.com/jd2chm/ is a Python implementation which can do it in lesser steps, but it doesn't allow you to customize compiler parameters such as language option, toolbar buttons or contents structure. Windows executable(not requires Python) is distributed. GnoCHM http://gnochm.sourceforge.net/ enables you to open CHM on Linux. You can use xchm http://xchm.sourceforge.net/ on any Unix desktop. CHM Reader https://addons.mozilla.org/firefox/addon/3235 enables you on FireFox. [Less]
Created 12 months ago.

0 Users

The sphinx document processor generates HTML that uses more advanced syntax than the HtmlHelp browser in wxPython and wxWidgets can render. This program uses the htmlhelp files generated by sphinx as ... [More] input and attempts to remove elements that confuse the wxHtmlHelp system while adding or modifying elements in an attempt to allow the wxHtmlHelp to render the HTML as closely as possible to the HTML as viewed by a modern browser. This package provides a script sphinx-wxoptimize that is designed to be integrated into your make htmlhelp target that will automatically reprocess the sphinx-generated htmlhelp files and convert them to be better rendered in the wxPython or wxWidgets wxHtmlHelpController. Check out its home on the Python Package Index for more information and downloads. [Less]
Created 24 days ago.