> > is there a reason this file can't be generated, or is it just that
nobody
> > has gotten around to it?
>
> Also there is some special content (translators name,
> language editor, and some language specific text) in
> these html files. I thought there is no standard way of
> including these plus information in the docs.
>
> Maybe I am wrong. If you can find some automation
> method to make these files, I would be happy to hear
> that. My goal is to make the .chm version the best
> format for windows users.

I think maybe we can include one make_chm_lang.inc file
in all languages with the changing content from those .html
files. So (for the hungarian version):

<?php

  $CHM_VARS = Array (

    'english_version' = "Angol v�ltozat",
    'actual_version' = "Magyar v�ltozat",

    'authors' = "Szerz�k",
    'editors' = "Szerkesztette",

    'generated' = "K�zik�nyv k�sz�t�s�nek d�tuma: " . date("D M d H:i:s Y"),
    'fresh_download' = 'L�togasd meg a <A
     HREF="http://www.php.net/docs.php">http://www.php.net/docs.php</A>
     oldalt �jabb kiad�s�rt!"',

  );

?>

This can be used to generate the index.html files...
Also this way you can specifiy the date format...

Goba
__________________________________________________________________
Hungarian PHP Manual :: Hungarian PHP Mirror :: http://hu.php.net/
The starintg-point for Hungarian webmasters :: http://weblabor.hu/

Reply via email to