September 29, 2008 | In: Code Igniter, Work, open source
code ignited cms V

Two core elements have been keeping me busy on my Shanti CMS.
SEO and Remoting.
For SEO optimization I added implemented the Google Sitemap code found over on the CI Wiki. So now when adding content is modified via the CMS, the sitemap xml is automatically updated and Google is pinged to notify the surf monster that the content has been updated. Other engines robots also use the sitemap to quickly index a site.
I also revised the menu structure. Or the URLS rather. As opposed to targeting section/getSection/[id] I am now calling section/getSection/[title]. All this to make google happy. Ah well.
Finally I have been dabbling on integrating AMFPHP with Shanti. Sending the content to a Flash interface as well as a HTML one has something I wanted from the get-go. Several solutions are on offer on CI forums and Wiki. But after a lot of trial and error (more of the latter really), I am going for the Wiki entry on ‘Calling CI models from outside script ‘. So far integration has been a breeze. The AMFPHP service simply makes a call to the CI model wraps the data into a Flash friendly Array of Objects and shoots them back to the Flash requesting the data.

Comments are closed.