www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Re: CHM (HTML Help) for D documentation

reply bobef <bobe abv_nospam.bg> writes:
Can't you use this to make Tango's docs to CHM?

Regards,
bobef

Vladimir Panteleev Wrote:

 Some time ago I wrote a program that converts the D HTML documentation
included with the Digital Mars compiler to a Compiled HTML help file.
 
 I updated the program, built some fresh CHMs and created a webpage:
 
   http://thecybershadow.net/d/docs/
 
 You can find more information, the CHMs and the program itself on the webpage.
 
 -- 
 Best regards,
  Vladimir                          mailto:thecybershadow gmail.com

Nov 17 2007
parent reply "Vladimir Panteleev" <thecybershadow gmail.com> writes:
On Sat, 17 Nov 2007 12:12:37 +0200, bobef <bobe abv_nospam.bg> wrote:

 Can't you use this to make Tango's docs to CHM?

Perhaps. AFAIK Tango's docs don't come in a downloadable format, so I'd have to automate downloading them or something. I don't have any active Tango projects currently, so I'm not that inspired to at the moment... -- Best regards, Vladimir mailto:thecybershadow gmail.com
Nov 17 2007
next sibling parent BCS <ao pathlink.com> writes:
Reply to Vladimir,

 On Sat, 17 Nov 2007 12:12:37 +0200, bobef <bobe abv_nospam.bg> wrote:
 
 Can't you use this to make Tango's docs to CHM?
 

I'd have to automate downloading them or something. I don't have any active Tango projects currently, so I'm not that inspired to at the moment...

I had http://www.httrack.com/ suggested as a way to get them. It worked well. I pointed it at: http://www.dsource.org/projects/tango/wiki/Manual and gave it the filters: +*.png +*.gif +*.jpg +*.css +*.js -ad.doubleclick.net/* -mime:application/foobar -*/*/projects/tango/wiki/About* -*/*/projects/tango/forums* -*/*/projects/tango/browser/* -*/*/projects/tango/search* -*/*/projects/tango/wiki/Contact* -*/*/projects/tango/wiki/TitleIndex* -*/*/projects/tango/wiki/RecentChanges* -*/*/projects/tango/wiki/Manual?action=diff&version=* -*/*?*
Nov 18 2007
prev sibling parent bobef <bobef abv_asdadasdasdasdasdasd.bg> writes:
Vladimir Panteleev Wrote:

 On Sat, 17 Nov 2007 12:12:37 +0200, bobef <bobe abv_nospam.bg> wrote:
 
 Can't you use this to make Tango's docs to CHM?

AFAIK Tango's docs don't come in a downloadable format, so I'd have to automate downloading them or something. I don't have any active

AFAIK Tango doc's are in ddoc format so you could probably generate them with DMD straight from the source. I haven't used the ddoc features myself so I don't know how it works exactly. Anyway maybe I could try to do it myself someday or wait for you to start your first Tango project :)
Nov 19 2007