alfred-dev-doctor icon indicating copy to clipboard operation
alfred-dev-doctor copied to clipboard

add support for Symfony

Open pgodel opened this issue 11 years ago • 4 comments

Hello,

I would like to add support for Symfony, but I don't know how to do it correctly. I see the dict entries in info.plist, but there are a bunch of UUIDs, how do I generate these?

Any info you may have on how to do it will be appreciated.

thanks

pgodel avatar Mar 24 '13 16:03 pgodel

Sure, I'll write up a simple howto guide

On 24 Mar 2013, at 16:11, Pablo Godel [email protected] wrote:

Hello,

I would like to add support for Symfony, but I don't know how to do it correctly. I see the dict entries in info.plist, but there are a bunch of UUIDs, how do I generate these?

Any info you may have on how to do it will be appreciated.

thanks

— Reply to this email directly or view it on GitHub.

sydlawrence avatar Mar 24 '13 16:03 sydlawrence

Here you are:

https://github.com/sydlawrence/alfred-dev-doctor/wiki/Creating-a-Parser

Let me know what you think, if that makes it any clearer or not

sydlawrence avatar Mar 24 '13 19:03 sydlawrence

I am looking at http://symfony.com/doc/current/reference/index.html - what data are you planning on parsing @pgodel? Is there a single page/JSON with the reference data available somewhere?

Maybe each *.rst under https://github.com/symfony/symfony-docs/tree/master/reference becomes its own entry (excluding any index pages, which are just compiled lists of links to the content pages).

cfeduke avatar Mar 27 '13 11:03 cfeduke

I was planning to have a search first and then see how it can be enhanced with autocompletion and other things.

On Wed, Mar 27, 2013 at 7:42 AM, Charles Feduke [email protected]:

I am looking at http://symfony.com/doc/current/reference/index.html - what data are you planning on parsing @pgodel https://github.com/pgodel? Is there a single page/JSON with the reference data available somewhere?

Maybe each *.rst under https://github.com/symfony/symfony-docs/tree/master/reference becomes its own entry (excluding any index pages, which are just compiled lists of links to the content pages).

— Reply to this email directly or view it on GitHubhttps://github.com/sydlawrence/alfred-dev-doctor/issues/4#issuecomment-15518830 .

Pablo Godel ServerGrove Networks http://servergrove.com/

pgodel avatar Mar 27 '13 15:03 pgodel