Browsing PHP documentation from Emacs

Browsing PHP documentation from Emacs

am 09.12.2009 17:08:15 von roberto

Hi all,

I've just written a small tool for Emacs that will allow to browse PHP
documentation directly from within Emacs.
I thought you might be interested in it:

http://aloiroberto.wordpress.com/2009/12/09/php-and-emacs-ho w-to-browse-documentation/

It is released with GNU GPLv3 license and it might be integrated with
existing php-mode implementations.
Looking forward to hear feedback from you.

Regards,

Roberto Aloi
Twitter: @prof3ta

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Browsing PHP documentation from Emacs

am 09.12.2009 18:50:04 von Kim Emax

Hello

Roberto wrote on 2009-12-09 17:08:
> Hi all,
>
> I've just written a small tool for Emacs that will allow to browse PHP
> documentation directly from within Emacs.
> I thought you might be interested in it:
>
> http://aloiroberto.wordpress.com/2009/12/09/php-and-emacs-ho w-to-browse-documentation/
>
> It is released with GNU GPLv3 license and it might be integrated with
> existing php-mode implementations.
> Looking forward to hear feedback from you.

Interesting stuff, is this against the php.net documentation?

And do you believe it would be possible to do the same from Vim?

--
Take Care
Kim Emax - master|minds - Vi tænker IT for dig...
Konsulentbistand, programmering, design & hosting af websites.
http://www.masterminds.dk - http://www.emax.dk
Køb din vin online på http://www.gmvin.dk

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Browsing PHP documentation from Emacs

am 09.12.2009 18:58:08 von roberto

Hi Kim,

this should actually work with almost all PHP documentation pages in
HTML format.
I personally tested it with the English package from:

http://www.php.net/download-docs.php

(the one that come in many HTML files).

Regards,

Roberto Aloi
http://aloiroberto.wordpress.com
Twitter: @prof3ta

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Browsing PHP documentation from Emacs

am 09.12.2009 19:23:52 von Joseph Thayne

Check the following link for help on integrating with Vim:
http://vim.wikia.com/wiki/PHP_manual_in_Vim_help_format

Kim Emax wrote:
> Hello
>
> Roberto wrote on 2009-12-09 17:08:
>> Hi all,
>>
>> I've just written a small tool for Emacs that will allow to browse PHP
>> documentation directly from within Emacs.
>> I thought you might be interested in it:
>>
>> http://aloiroberto.wordpress.com/2009/12/09/php-and-emacs-ho w-to-browse-documentation/
>>
>>
>> It is released with GNU GPLv3 license and it might be integrated with
>> existing php-mode implementations.
>> Looking forward to hear feedback from you.
>
> Interesting stuff, is this against the php.net documentation?
>
> And do you believe it would be possible to do the same from Vim?
>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php