iPhoto plugins
Thursday, April 12th, 2007Useful plugins for use with iPhoto:
- Keyword Assistant - easier management of keywords assigned to photos
- ScriptExport - export photos via shell script
- Tutorial to write your own plugin
Useful plugins for use with iPhoto:
You can force your website to be accessed through a canonical hostname by forcing a redirect from other hostnames in .htaccess or httpd.conf:
RewriteEngine on
RewriteCond %{HTTP_HOST} !^canonical\.host\.name [NC]
RewriteCond %{HTTP_HOST} !^$
RewriteRule ^/(.*)$ http://canonical.host.name/$1 [C,L,R=301]
RewriteRule ^$ http://canonical.host.name/ [L,R=301]