Author: lombardot Date: 2010-04-28 11:29:38 +0200 (Wed, 28 Apr 2010) New Revision: 29290
Added: plugins/sfEmailMeAFireShotPlugin/LICENSE plugins/sfEmailMeAFireShotPlugin/README Removed: plugins/sfEmailMeAFireShotPlugin/modules/ Log: [sfEmailMeAFireShotPlugin] lombardot Add README AND LICENSE Added: plugins/sfEmailMeAFireShotPlugin/LICENSE =================================================================== --- plugins/sfEmailMeAFireShotPlugin/LICENSE (rev 0) +++ plugins/sfEmailMeAFireShotPlugin/LICENSE 2010-04-28 09:29:38 UTC (rev 29290) @@ -0,0 +1,9 @@ +Copyright (c) SPYRIT SYSTEME D'INFORMATION -- Cédric Lombardot + +See : http://spyrit.net & http://cedric.lombardot.fr + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Added: plugins/sfEmailMeAFireShotPlugin/README =================================================================== --- plugins/sfEmailMeAFireShotPlugin/README (rev 0) +++ plugins/sfEmailMeAFireShotPlugin/README 2010-04-28 09:29:38 UTC (rev 29290) @@ -0,0 +1,42 @@ +# sfEmailMeAFireShotPlugin + +A real client, frequently doesn't know how to do a screenshot, with this plugin, +if your clients are one FireFox and on Windows they could eaysily report you a bug + +## Requirements + + * JQuery + +## Installation + +First of all the app.yml + +You've to configure the apiKeys like that : + + all: + sfEmailMeAFireShot: + apiKey: #http://screenshot-program.com/fireshot/api_key.php + DOMAINE: KEY_GENERATED + + +Create the link : + + + use_helper('sfEmailMeAFireShot'); + include_sfEmailMeAFireShot_js(); + echo link_sfEmailMeAFireShot('<span class="ui-icon ui-icon-image"></span>Report a bug','edit',array('class'=>'btn ui-state-default ui-corner-all ')); + + +## Documentation for link_sfEmailMeAFireShot + +*link_sfEmailMeAFireShot($name_for_link,$mode="edit",$options=array());* + + * name_for_link : The title of the link + * mode : **edit** to open fireshot editor or **email** to send an email + * options : array for the link tag + +## How it works + + 1. If fireshot is not installed, the link will be replaced by a download link to install the extensions + 2. If you're not on Win or Firefox the link will be hidden + 3. Else the action will be done \ No newline at end of file -- You received this message because you are subscribed to the Google Groups "symfony SVN" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-svn?hl=en.
