It is currently Fri May 24, 2013 9:24 am

All times are UTC + 1 hour




Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: PureHELP Compiler : compile HTML to CHM
PostPosted: Mon Dec 27, 2004 8:43 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
PureHELP Compiler Last update : build 53 (17 JUL 2007)

Overview
Code:
PureHELP Compiler is a tool to compile HTML files into CHM help files.
You can :
    - use it from the files explorer context menu ;
    - or launch PureHELPCompiler.exe directly.
It can :
    - compile a HHP project ;
    - compile a directory (recursive) ;
    - compile a single HTML file.
The tool can automatically create a content file (.HHC) and/or an index file (INDEX.HTML).


Learn more
See the help file : http://gnozal.ucoz.com/PureHELPC.html

Download
http://gnozal.ucoz.com/PureHELPC.zip

You need the microsoft help compiler ; download it at Microsoft

_________________
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


Last edited by gnozal on Tue Jul 17, 2007 7:38 am, edited 3 times in total.

Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 31, 2004 8:31 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
Program update
- fixed some minor bugs

Please report any bugs.

_________________
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 04, 2005 8:50 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
Program update
Changes :
- some fixes
- directory recursive scan is now optional
- user can specify CHM file title

_________________
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 04, 2005 10:56 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Fri Apr 25, 2003 4:47 pm
Posts: 600
Location: New Zealand
Weldone :)


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 04, 2005 10:59 am 
Offline
Enthusiast
Enthusiast

Joined: Sun Sep 05, 2004 6:27 am
Posts: 744
Location: England
That looks great! Nice work Gnozal :)

_________________
Mat


Top
 Profile  
 
 Post subject: can i add a flash animation in my html page ?
PostPosted: Fri Feb 04, 2005 2:40 pm 
Offline
Addict
Addict
User avatar

Joined: Mon May 26, 2003 3:07 pm
Posts: 1146
Location: Nantes
You said HTML -> CHM
Does it support flash ?

_________________
Image
XP x86 4.40b3 » ToolbarPlus | SplitterGadgetPlus | Requester Position | CustomTooltip


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 04, 2005 3:15 pm 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
Quote:
You said HTML -> CHM
Does it support flash ?

I don't think the microsoft help compiler and/or the microsoft CHM help system supports flash.

_________________
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 04, 2005 4:21 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Mon Feb 02, 2004 3:16 am
Posts: 677
Location: Beyond the sun...
Perfect Gnozal! Thanks! Just what I needed.

_________________
-Beach


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 04, 2005 5:35 pm 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat May 17, 2003 11:31 am
Posts: 5808
oh that's interesting! lessee if i can convert the survival guide into chm... had some requests for that...

_________________
( PB5.11 Win7 x64 Dell XPS710 Raid 0 VelociRaptor Intel Q6600 nForce 5 NVidia GTS450 )
( You have two options: psychotherapy, or the PureBasic Survival Guide... )


Top
 Profile  
 
 Post subject:
PostPosted: Sat Mar 26, 2005 10:46 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
Update
- fixed a bug with paths containing spaces (missing double quotes)

_________________
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


Top
 Profile  
 
 Post subject: A great help
PostPosted: Mon Aug 08, 2005 9:30 am 
Offline
User
User

Joined: Sun Dec 14, 2003 6:38 pm
Posts: 84
Location: Germany, Mechernich
i like your tool, but for my needs it should also work from the Commandline.... (complete Directory....)

Can add this functionality ?

Mike


Top
 Profile  
 
 Post subject: Re: A great help
PostPosted: Mon Aug 08, 2005 1:30 pm 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
neotoma wrote:
i like your tool, but for my needs it should also work from the Commandline.... (complete Directory....)
Can add this functionality ?
Mike

It already accepts a filename as argument, you can launch it from the command line if you want : PureHELPCompiler.exe MyProject.htm.
But you are talking about a console application, don't you ?

_________________
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


Top
 Profile  
 
 Post subject: Re: A great help
PostPosted: Mon Aug 08, 2005 7:57 pm 
Offline
User
User

Joined: Sun Dec 14, 2003 6:38 pm
Posts: 84
Location: Germany, Mechernich
gnozal wrote:
But you are talking about a console application, don't you ?


Yes, i think it would be a nice feature, to use PureHelp also from the Commandline. All my projects build from Commandline (generating files, compiling, creating installer....). So i need a tool to generate from the Batch a Help-File. I think it is not so hard to add this feature to PureHelp.
important Options: complete directory, rekursiv.

And, btw, a nice feature would be a index-generator. So have a 'blacklist' of all unimportant words, and all other come to the index...... ;-)

Mike


Top
 Profile  
 
 Post subject: Re: A great help
PostPosted: Tue Aug 09, 2005 8:55 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
neotoma wrote:
Yes, i think it would be a nice feature, to use PureHelp also from the Commandline.

Ok. Eventually for the next version.

_________________
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


Top
 Profile  
 
 Post subject: Re: A great help
PostPosted: Tue Aug 09, 2005 7:11 pm 
Offline
User
User

Joined: Sun Dec 14, 2003 6:38 pm
Posts: 84
Location: Germany, Mechernich
gnozal wrote:
Ok. Eventually for the next version.


This would be great. But if you have not enough time, i can add it - if you send me the source.

Mike


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

 


Powered by phpBB © 2008 phpBB Group
subSilver+ theme by Canver Software, sponsor Sanal Modifiye