Page 1 of 5
PureHELP Maker : fast help builder for userlibraries
Posted: Mon Dec 27, 2004 8:42 am
by gnozal
PureHELP Maker 1.04 (AUG 23th 2011)
Overview
Code: Select all
PureHELP Maker is a tool to fast build help files for your libraries.
You can :
- extract library information (functions, arguments, quick help) ;
- modify the extracted information ;
- preview the help files ;
- build the HTML files (including the index and TOC files) ;
- compile the HTML help files to a single CHM help file ;
- save the project for later use.
The generated HTML files have the purebasic help file look.
Thanks to El Choni for the userlibrary structure information
Download
http://gnozal.ucoz.com/PureHELP.zip
You need the microsoft help compiler ; download it at Microsoft.
Posted: Mon Dec 27, 2004 12:18 pm
by Wolf
Great work
Thanks.
Re: PureHELP Maker : fast help builder
Posted: Mon Dec 27, 2004 1:41 pm
by traumatic
Great!!!

Posted: Mon Dec 27, 2004 7:47 pm
by Kiffi
great job!
Thanks a lot!
Posted: Thu Dec 30, 2004 5:17 pm
by clipper
Hi Gnozal, same as with SMTP-Auth.
If only I had known - many hours...
No, I haven´t written a Help Maker, but I´ve spent some time
to make a Help-File.
With your App I had it written in minutes.
Great work with your Purehelp Help Maker!
best regards
Posted: Thu Dec 30, 2004 5:32 pm
by Chris
Really impressive. It's a very good job.
Do you think you will make a multi-lingual version for this software and for the generated html files?
Thank you for that

Posted: Fri Dec 31, 2004 8:29 am
by gnozal
Program update
- fixed some minor bugs
Please report any bugs.
Posted: Fri Dec 31, 2004 8:29 am
by gnozal
Chris wrote:Really impressive. It's a very good job.
Do you think you will make a multi-lingual version for this software and for the generated html files?
Who knows ?

Posted: Sat Jan 29, 2005 9:31 am
by gnozal
Update
- some fixes
- generated CHM help file has now a title
- help topics can be moved up and down
Posted: Wed Mar 23, 2005 2:09 pm
by Le Soldat Inconnu
in the html file created, you must add </body></html> at the end
A suggestion : You must add a function to insert heading like in HTML Help Workshop
Posted: Wed Mar 23, 2005 2:24 pm
by Le Soldat Inconnu
there are a lot of html error
here, the original file
Code: Select all
<HTML><HEAD><title>ColorTint()</title><meta name= "GENERATOR"content="PureHELP Maker (c) gnozal"></HEAD>
<body bgcolor="#FFFFDF" link="#009999" vlink="#006666" alink="#006666">
<font face="Arial" size="2"><p align="center"><b><font size="4">ColorTint() </Font></b></p>
<p><b>Syntax</b></p><blockquote>
<font color="#006666"><b>ColorTint</b></Font>(Couleur, Echelle.f)
</blockquote><p><b>Description</b></p><blockquote><pre><font face="Arial" size="2">
Changer la teinte d'une couleur (Echelle comprise entre -1 et 1)
</blockquote></pre>
<br><br><br><center><a href=index.html>Effect - index</a></center>
and here, the correction
Code: Select all
<HTML><HEAD><title>ColorTint()</title><meta name= "GENERATOR"content="PureHELP Maker (c) gnozal"></HEAD>
<body bgcolor="#FFFFDF" link="#009999" vlink="#006666" alink="#006666">
<font face="Arial" size="2"><p align="center"><b><font size="4">ColorTint()</Font></b></p>
<p><b>Syntax</b></p>
<blockquote>
<font color="#006666"><b>ColorTint</b></Font>(Couleur, Echelle.f)
</blockquote>
<p><b>Description</b></p>
<blockquote>
Changer la teinte d'une couleur (Echelle comprise entre -1 et 1)
</blockquote>
<br><br><br><center><a href=index.html>Effect - index</a></center>
</font>
</body>
</html>
i add this at the end
i remove this
and this at the beginning of the description
Posted: Wed Mar 23, 2005 3:44 pm
by gnozal
there are a lot of html error
It seems to work for me (final CHM files or HTML files with Opera). Do you have display problems ?
Anyway, I will correct this error :
Thanks for the report.
A suggestion : You must add a function to insert heading like in HTML Help Workshop
I don't have HTML Help Workshop.
Posted: Wed Mar 23, 2005 8:18 pm
by Gansta93
Hello,
Very good work!

That's right it would be good if there would have a multi-languages support.
Thanks again for your good work.
Posted: Thu Mar 24, 2005 8:49 am
by gnozal
Program update
- fixed some HTLM errors
- some other fixes
Very good work!
That's right it would be good if there would have a multi-languages support.
Thanks again for your good work.
I am lazy

, perhaps when I have more free time.
Posted: Thu Mar 24, 2005 10:14 am
by Le Soldat Inconnu
Thanks

Your tool is very useful
A suggestion : You must add a function to insert heading like in HTML Help Workshop
it's the purple book in the chm tree
An other error, i can't compile the chm autmatically. I have an error.
I must compile manually with HTML Work Shop.