|
Revision 1291, 0.7 kB
(checked in by takayama, 12 months ago)
|
|
Initial import
|
| Line | |
|---|
| 1 | id: googleajaxseach |
|---|
| 2 | name: GoogleAjaxSearch |
|---|
| 3 | key: googleajaxsearch |
|---|
| 4 | author_link: http://www.sixapart.com/ |
|---|
| 5 | author_name: Six Apart, Ltd. |
|---|
| 6 | description: <MT_TRANS phrase='Adds template tags to allow you to search for content from Google. You will need to configure this plugin using a <a href="http://code.google.com/apis/ajaxsearch/signup.html">license key.</a>'> |
|---|
| 7 | version: 1.0 |
|---|
| 8 | plugin_link: http://www.sixapart.com/ |
|---|
| 9 | l10n_class: GoogleAjaxSearch::L10N |
|---|
| 10 | |
|---|
| 11 | settings: |
|---|
| 12 | google_api_key: |
|---|
| 13 | default: '' |
|---|
| 14 | blog_config_template: config.tmpl |
|---|
| 15 | |
|---|
| 16 | tags: |
|---|
| 17 | block: |
|---|
| 18 | GoogleSearch: $googleajaxsearch::GoogleAjaxSearch::Tags::hdlr_google_search |
|---|
| 19 | function: |
|---|
| 20 | GoogleSearchResult: $googleajaxsearch::GoogleAjaxSearch::Tags::hdlr_google_search_result |
|---|