sfContactGrabberPlugin
0.5.2beta
for sf 1.0 MIT
Grabs your email contacts from various places around the web.
(ok ok maby not various, currently only gmail)
Developers
License
Copyright (c) 2008 Adam Tombleson
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, sub-license, 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 every other copyright notice found in this
software, and all the attributions in every file, 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 NON-INFRINGEMENT. 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.
Releases for sf 1.0
| Version |
License |
API |
Released |
|
0.5.2beta
|
MIT license |
0.1.0beta
|
26/11/2008 |
|
0.5.0beta
|
MIT license |
0.1.0beta
|
27/10/2008 |
Changelog for release 0.5.2 - 26/11/2008
- Adam Tombleson: Added a plugin icon, created by grgcnnr.
Other releases
Release 0.5.2 - 26/11/2008
- Adam Tombleson: Added a plugin icon, created by grgcnnr.
Release 0.5.0 - 27/10/2008
- Adam Tombleson: Updated to google contacts api - http://code.google.com/apis/contacts/
- Adam Tombleson: Removed failing yahoo support.
- Adam Tombleson: Changed to a more accurate versioning system.
sfContactGrabberPlugin
The 'sfContactGrabberPlugin' will fetch your address book from currently only gmail.
Description
Address book grabber.
Requirements
- PHP 5 with CURL support (curl.so or php_curl.dll)
Installiation instructions
Install the plugin
symfony plugin-install http://plugins.symfony-project.com/sfContactGrabberPlugin
Enable the sfContactGrabber module in your application settings.yml
all:
.settings:
enabled_modules: [sfContactGrabber](default,)
Add a writable path for cookies. ( some of the scripts need this, eg: yahoo)
So in config/app.yml add the following.
sfContactGrabberPlugin:
cookie_path: web/uploads
Clear the cache
symfony cc
Include a link to the form in a view
<?php include_partial('sfContactGrabber/form');?>
Notes
- A level of abstraction is made from the tpl's so they may be eaisly updated in the future as their api's change.
Any changes made to them should be listed below.
Changes to third party librarys:
TODO
- Add Hotmail, rediff and orkut support.
Troubleshooting
When CURL is not present, you may get errors like: "Warning: dl() [function.dl]: Dynamically loaded extensions aren't enabled in ....."
- The fix is simple... go install CURL.
Yahoo - When the cookie path is not existing you may get an error like: Warning: fopen(/var/www/myapp/web/uploads/GrabYahoo1.4/...
- To Fix: create the folder it is looking for.
License
- For the full copyright and license information, please view the LICENSE file that was distributed with this source code.