You could use mod_rewrite to alleviate the old bookmarks issue. I don't know how this is all arranged, but the changes don't seem to be too complex. Basically,
http://api.cakephp.org/classes.html to http://api.cakephp.org/api_generator/classes http://api.cakephp.org/class_controller.html to http://api.cakephp.org/api_generator/view_class/controller Although: http://api.cakephp.org/class_html_helper.html needs to be http://api.cakephp.org/api_generator/view_class/html-helper But there were a lot more links than just to the classes. Actually, "api_generator" appears to be superfluous, considering this is the "api" subdomain. But, again, I don't know how this is set up. On Tue, Jan 27, 2009 at 5:27 PM, Gwoo <[email protected]> wrote: > > Darn you guys are fast :) > > Mark Story and I have been working hard to get a truly functional API > up for everyone. Yes, this means that old bookmarks have moved. > However, we are happy to have working solution written in Cake. > Meaning, you can use this plugin for your own projects too. > > There are still problems (like search (which is actually more of > lighttpd issue)), but we'll be happy to see tickets (http:// > thechaw.com/api_generator/tickets) > > Thanks for the props brian. We certainly appreciate it. Stay tuned for > more. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
