Wed 19 Nov 2008
SEO Component for CakePHP
http://github.com/mcurry/cakephp/tree/master/components/seo
I was getting annoyed having to set page titles and meta descriptions on all my Cake projects, so this is an attempt to handle that automatically. It’s at a very early state right now and probably only really works with my apps. I’m looking to expand it’s ability to better handle all situations/apps. Feedback and patches are appreciated.
In addition there is a second class, with a static function for generating pretty urls. This type of function would normally go in a helper, but I was trying to keep everything in one file, plus I’m super into static function calls at the moment.
Discogs Datasource for CakePHP
http://github.com/mcurry/cakephp/tree/master/datasources/discogs
I read about the Discogs API the other day and it looked cool, so I decided to do a project with it. The data provided by the API is very open: “Artist, Label, and Release data is made available to you via a Public Domain license. That means there are no restrictions on what you can do with the data.” This is great. Unfortunately, I wasn’t happy with the data being returned, which can be expected since it’s all user generated. I ended up switching the project to use the Amazon API, but figured I’d release the datasource anyway.
Popularity: 8% [?]










Follow!
Email!
November 20th, 2008 at 5:27 am
I’ll try these as soon as possible!