digitalmars.D.announce - CHM (HTML Help) for D documentation
- "Vladimir Panteleev" <thecybershadow gmail.com> Nov 08 2007
- Gregor Kopp <gk cutcopy.com> Nov 08 2007
- novice2 <sorry noem.ail> Nov 08 2007
- serg kovrov <sergk mailinator.com> Nov 09 2007
- "Vladimir Panteleev" <thecybershadow gmail.com> Nov 08 2007
- "dominik" <aha aha.com> Nov 08 2007
- torhu <no spam.invalid> Nov 09 2007
- "Vladimir Panteleev" <thecybershadow gmail.com> Nov 09 2007
- Dejan Lekic <dejan.lekic gmail.com> Nov 11 2007
- Dejan Lekic <dejan.lekic gmail.com> Nov 13 2007
- Jari-Matti =?ISO-8859-1?Q?M=E4kel=E4?= <jmjmak utu.fi.invalid> Nov 13 2007
- BCS <ao pathlink.com> Nov 13 2007
- Dejan Lekic <dejan.lekic gmail.com> Nov 15 2007
- "Vladimir Panteleev" <thecybershadow gmail.com> Nov 11 2007
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 08 2007
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.
Thank you for sharing!
Nov 08 2007
Vladimir Panteleev Wrote:http://thecybershadow.net/d/docs/
O! This is that i dream about - D syntax file for Colorer!!! We just should wait for FAR 1.8 with unicode support and FAR + D will be perfect for me :) Very big thanks.
Nov 08 2007
Vladimir Panteleev wrote:HOLY ****! Thanks to you, I just found out that my #1 program went open-source!!! It's the best day of my life!!
Well, if so, digg it! http://www.digg.com/software/Top_Console_File_Manager_for_Windows_goes_Open_Source -- serg.
Nov 09 2007
On Thu, 08 Nov 2007 20:33:06 +0200, novice2 <sorry noem.ail> wrote:Vladimir Panteleev Wrote:http://thecybershadow.net/d/docs/
O! This is that i dream about - D syntax file for Colorer!!! We just should wait for FAR 1.8 with unicode support and FAR + D will be perfect for me :) Very big thanks.
HOLY ****! Thanks to you, I just found out that my #1 program went open-source!!! It's the best day of my life!! *parties and checks out SVN* -- Best regards, Vladimir mailto:thecybershadow gmail.com
Nov 08 2007
"Vladimir Panteleev" <thecybershadow gmail.com> wrote in message news:op.t1g428j1m02fvl irc.irastex.local...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.
wow, thanks! really really usefull!
Nov 08 2007
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.
Nov 09 2007
On Fri, 09 Nov 2007 16:08:07 +0200, torhu <no spam.invalid> wrote: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.
Welcs :) The glitch is from the original HTML file; it has been fixed on the website shortly after 1.023's release but is still in the ZIP package. -- Best regards, Vladimir mailto:thecybershadow gmail.com
Nov 09 2007
Mr. Panteleev thanks for CHM! However for some reasons I cannot use d2.chm when I save it on my HDD... Strangely, when I open it directly from the web it works. Any clues why? Thanks in advanced.
Nov 11 2007
Mr. Panteleev, I do not know what arguments FireFox gives to xCHM. :( All I know is that when I open d2.chm directly from FireFox (ie. click on it), it opens xCHM and everything seem to work fine. When I, as i said previously, save that file localy, in, let's say ~/tmp/d2.chm, it does not work...
Nov 13 2007
Dejan Lekic wrote:Mr. Panteleev, I do not know what arguments FireFox gives to xCHM. :( All I know is that when I open d2.chm directly from FireFox (ie. click on it), it opens xCHM and everything seem to work fine. When I, as i said previously, save that file localy, in, let's say ~/tmp/d2.chm, it does not work...
You have some issues with xchm then or a broken download. Both files work fine here with xchm and kchmviewer.
Nov 13 2007
Reply to Dejan,Mr. Panteleev, I do not know what arguments FireFox gives to xCHM. :( All I know is that when I open d2.chm directly from FireFox (ie. click on it), it opens xCHM and everything seem to work fine. When I, as i said previously, save that file localy, in, let's say ~/tmp/d2.chm, it does not work...
if you open the file from FireFox and then in a command prompt run ps -A -f | grep chm you should get a short list of programs (inlcuding the CHM view) and there Command line args. If xCHM doesn't immediately quit when you try to load from the HDD then you can do the same there and compare the args. It might tell you something.
Nov 13 2007
Apparently I somehow managed to download a corrupted file! I apologize for all fuzz. :) It works now properly both ways. Regards
Nov 15 2007
On Mon, 12 Nov 2007 01:42:20 +0200, Dejan Lekic <dejan.lekic gmail.com> wrote:Strangely, when I open it directly from the web it works.
I noticed the discussion on IRC and asked you about it, but didn't get a reply. I don't know why wouldn't it work for you specifically... I noticed you use a non-Windows OS, so I can't be sure what exactly's wrong (too many unknowns). One thing that could help you troubleshoot the problem is check the exact command-line arguments to your CHM reader program when you open the file from the web and from your HDD (use a process list utility to check what parameters were passed to it) - it's possible that the browser is passing (or not passing) it some extra arguments that make the difference. -- Best regards, Vladimir mailto:thecybershadow gmail.com
Nov 11 2007









Gregor Kopp <gk cutcopy.com> 