digitalmars.D - D CHM (HTML Help) update (1.011)
- Vladimir Panteleev (25/25) Apr 12 2007 Greetings,
- Walter Bright (3/3) Apr 12 2007 Can you please make a web page for your project? People are much more
- Davidl (1/1) Apr 13 2007 why not put the D chm help on the digitalmars.com ?
- Alexander Antypenko (4/8) Apr 13 2007 Good idea.
- Marcio (5/16) Apr 21 2007 Yes.
Greetings, Some time ago I released a program which would automatically create an H= TML Help project from D's HTML help files. The original release is here: http://www.digitalmars.com/webnews/newsgro= ups.php?article_id=3D51175 I've made some improvements, and here's the next version. Most importantly, the program now inserts anchors for Phobos DDOC keywor= ds - thus, when looking up Phobos identifiers from the help index, the p= age will automatically scroll down to the identifier's documentation. Th= is could make looking up Phobos functions from IDEs much more comfortabl= e. As suggested by Jussi Jumppanen, I've changed the title to "D Programmin= g Language". The program also uses the current version of Kirk McDonald'= s keyword index ( http://www.prowiki.org/wiki4d/wiki.cgi?LanguageSpecifi= cation/KeywordIndex ). I've attached the program; to make the CHM yourself, place it to dmd/htm= l/, compile and run it. It will generate a Microsoft HTML Help Workshop = project, along with the required files. After it's done, open the projec= t file (d.hhp) with Microsoft's CHM compiler, and compile it. I have also updated my pre-built version of the CHM, located here: http://thecybershadow.net/d/docs/d.chm This one is built from 1.011's HTML help files. -- = Best regards, Vladimir mailto:thecybershadow gmail.com
Apr 12 2007
Can you please make a web page for your project? People are much more likely to find it and try it out if there's a web page for it, and not just a download.
Apr 12 2007
Davidl Wrote:why not put the D chm help on the digitalmars.com ?Good idea. May be Can you convert help file into the pdf format?
Apr 13 2007
Alexander Antypenko wrote:Davidl Wrote:Yes. http://www.filesland.com/companies/Two-Pilots/CHM2PDF-Pilot.html http://www.soft14.com/Web/HTML_Utilities/ABC_Amber_CHM_Converter_2379_Review.html marciowhy not put the D chm help on the digitalmars.com ?Good idea. May be Can you convert help file into the pdf format?
Apr 21 2007