PureBasic Forum
http://forums.purebasic.com/english/

PureHELP Maker : fast help builder for userlibraries
http://forums.purebasic.com/english/viewtopic.php?f=25&t=13497
Page 1 of 5

Author:  gnozal [ Mon Dec 27, 2004 8:42 am ]
Post subject:  PureHELP Maker : fast help builder for userlibraries

PureHELP Maker 1.03 (MAY 26th 2010)

Overview
Code:
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.

Author:  Wolf [ Mon Dec 27, 2004 12:18 pm ]
Post subject: 

Great work :D

Thanks.

Author:  traumatic [ Mon Dec 27, 2004 1:41 pm ]
Post subject:  Re: PureHELP Maker : fast help builder

Great!!! :D

Author:  Kiffi [ Mon Dec 27, 2004 7:47 pm ]
Post subject: 

great job! :D

Thanks a lot!

Author:  clipper [ Thu Dec 30, 2004 5:17 pm ]
Post subject: 

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

Author:  Chris [ Thu Dec 30, 2004 5:32 pm ]
Post subject: 

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 :wink:

Author:  gnozal [ Fri Dec 31, 2004 8:29 am ]
Post subject: 

Program update
- fixed some minor bugs

Please report any bugs.

Author:  gnozal [ Fri Dec 31, 2004 8:29 am ]
Post subject: 

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 ? :wink:

Author:  gnozal [ Sat Jan 29, 2005 9:31 am ]
Post subject: 

Update
- some fixes
- generated CHM help file has now a title
- help topics can be moved up and down

Author:  Le Soldat Inconnu [ Wed Mar 23, 2005 2:09 pm ]
Post subject: 

in the html file created, you must add </body></html> at the end :D

A suggestion : You must add a function to insert heading like in HTML Help Workshop

Author:  Le Soldat Inconnu [ Wed Mar 23, 2005 2:24 pm ]
Post subject: 

there are a lot of html error :(

here, the original file

Code:
<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:
<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
Code:
</font>
</body>
</html>


i remove this
Code:
<pre></pre>

and this at the beginning of the description
Code:
<font face="Arial" size="2">

Author:  gnozal [ Wed Mar 23, 2005 3:44 pm ]
Post subject: 

Quote:
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 :
Code:
</font>
</body>
</html>

Thanks for the report.

Quote:
A suggestion : You must add a function to insert heading like in HTML Help Workshop

I don't have HTML Help Workshop.

Author:  Gansta93 [ Wed Mar 23, 2005 8:18 pm ]
Post subject: 

Hello,

Very good work! :-D
That's right it would be good if there would have a multi-languages support.
Thanks again for your good work.

Author:  gnozal [ Thu Mar 24, 2005 8:49 am ]
Post subject: 

Program update
- fixed some HTLM errors
- some other fixes

Quote:
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 :oops:, perhaps when I have more free time.

Author:  Le Soldat Inconnu [ Thu Mar 24, 2005 10:14 am ]
Post subject: 

Thanks :D Your tool is very useful

Quote:
A suggestion : You must add a function to insert heading like in HTML Help Workshop

it's the purple book in the chm tree :wink:


An other error, i can't compile the chm autmatically. I have an error.
I must compile manually with HTML Work Shop.

Page 1 of 5 All times are UTC + 1 hour
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/