[PHP-DOC] Re: oti1.php.net down?

2010-08-10 Thread Pierre Joye
ok, I have no time yet (holidays) to ask every single detail to
restore this service. I will take care of that when I'm back to work.

On Tue, Aug 10, 2010 at 12:16 PM, Hannes Magnusson
 wrote:
> I have absolutely no idea what you are talking about.
> If you mean Windows specific setup things, or external dependencies,
> you'll have to ask Kalle.
>
> All I almost-know how works is the how actual manual building is done.
>
> Ouh, the scp (in the .bat file) used to refer to a ssh key I generated
> for the windows box.. don't have that private key anywhere, so we'll
> have to create another one.
>
> -Hannes
>
>
> On Tue, Aug 10, 2010 at 12:04, Pierre Joye  wrote:
>> I fixed that earlier. But I was missing the initial steps to setup the
>> env. Is it not in the wiki somewhere?
>>
>> On Tue, Aug 10, 2010 at 11:59 AM, Hannes Magnusson
>>  wrote:
>>> On Tue, Aug 10, 2010 at 11:51, Pierre Joye  wrote:
 ok...

 Hannes can you point me again to the procedure to setup an environment
 to generate CHM from php-doc please?
>>>
>>>  pear install doc.php.net/phd
>>>  for lang in en fr ja ; do
>>>   svn co http://svn.php.net/repository/phpdoc/modules/doc-$lang
>>>   php configure.php doc-base/configure.php --lang=$lang
>>>   phd -d doc-$lang/doc-base/.manual.xml --package PHP --format chm --lang 
>>> $lang
>>>   ./doc-base/trunk/build.chms.bat $lang
>>>  done
>>>
>>> or something along those lines.
>>> You may want to have just one full svn checkout of the languages.
>>> Kalle did some changes to the build.chms.bat so you should probably
>>> ask him or look at how it works
>>>
>>> -Hannes
>>>
>>
>>
>>
>> --
>> Pierre
>>
>> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>>
>



-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org


[PHP-DOC] Re: oti1.php.net down?

2010-08-10 Thread Hannes Magnusson
I have absolutely no idea what you are talking about.
If you mean Windows specific setup things, or external dependencies,
you'll have to ask Kalle.

All I almost-know how works is the how actual manual building is done.

Ouh, the scp (in the .bat file) used to refer to a ssh key I generated
for the windows box.. don't have that private key anywhere, so we'll
have to create another one.

-Hannes


On Tue, Aug 10, 2010 at 12:04, Pierre Joye  wrote:
> I fixed that earlier. But I was missing the initial steps to setup the
> env. Is it not in the wiki somewhere?
>
> On Tue, Aug 10, 2010 at 11:59 AM, Hannes Magnusson
>  wrote:
>> On Tue, Aug 10, 2010 at 11:51, Pierre Joye  wrote:
>>> ok...
>>>
>>> Hannes can you point me again to the procedure to setup an environment
>>> to generate CHM from php-doc please?
>>
>>  pear install doc.php.net/phd
>>  for lang in en fr ja ; do
>>   svn co http://svn.php.net/repository/phpdoc/modules/doc-$lang
>>   php configure.php doc-base/configure.php --lang=$lang
>>   phd -d doc-$lang/doc-base/.manual.xml --package PHP --format chm --lang 
>> $lang
>>   ./doc-base/trunk/build.chms.bat $lang
>>  done
>>
>> or something along those lines.
>> You may want to have just one full svn checkout of the languages.
>> Kalle did some changes to the build.chms.bat so you should probably
>> ask him or look at how it works
>>
>> -Hannes
>>
>
>
>
> --
> Pierre
>
> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>


[PHP-DOC] Re: oti1.php.net down?

2010-08-10 Thread Pierre Joye
I fixed that earlier. But I was missing the initial steps to setup the
env. Is it not in the wiki somewhere?

On Tue, Aug 10, 2010 at 11:59 AM, Hannes Magnusson
 wrote:
> On Tue, Aug 10, 2010 at 11:51, Pierre Joye  wrote:
>> ok...
>>
>> Hannes can you point me again to the procedure to setup an environment
>> to generate CHM from php-doc please?
>
>  pear install doc.php.net/phd
>  for lang in en fr ja ; do
>   svn co http://svn.php.net/repository/phpdoc/modules/doc-$lang
>   php configure.php doc-base/configure.php --lang=$lang
>   phd -d doc-$lang/doc-base/.manual.xml --package PHP --format chm --lang 
> $lang
>   ./doc-base/trunk/build.chms.bat $lang
>  done
>
> or something along those lines.
> You may want to have just one full svn checkout of the languages.
> Kalle did some changes to the build.chms.bat so you should probably
> ask him or look at how it works
>
> -Hannes
>



-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org


[PHP-DOC] Re: oti1.php.net down?

2010-08-10 Thread Hannes Magnusson
On Tue, Aug 10, 2010 at 11:51, Pierre Joye  wrote:
> ok...
>
> Hannes can you point me again to the procedure to setup an environment
> to generate CHM from php-doc please?

 pear install doc.php.net/phd
 for lang in en fr ja ; do
   svn co http://svn.php.net/repository/phpdoc/modules/doc-$lang
   php configure.php doc-base/configure.php --lang=$lang
   phd -d doc-$lang/doc-base/.manual.xml --package PHP --format chm --lang $lang
   ./doc-base/trunk/build.chms.bat $lang
 done

or something along those lines.
You may want to have just one full svn checkout of the languages.
Kalle did some changes to the build.chms.bat so you should probably
ask him or look at how it works

-Hannes