<zend-config xmlns:zf="http://framework.zend.com/xml/zend-config-xml/1.0/">
<type>Zend_Controller_Router_Route_Regex</type>
<controller>index</controller>
<type>Zend_Controller_Router_Route_Regex</type>
<route>^sitemap([A-z0-9]*).xml$</route>
<controller>backend_seo</controller>
<reverse>sitemap%s.xml</reverse>
<type>Zend_Controller_Router_Route_Regex</type>
<route>feeds/(.*).xml$</route>
<controller>backend_seo</controller>
<reverse>/feeds/%s.xml</reverse>
<type>Zend_Controller_Router_Route_Static</type>
<controller>login</controller>
<type>Zend_Controller_Router_Route_Static</type>
<controller>login</controller>
<type>Zend_Controller_Router_Route</type>
<route>backend/:controller/:action/*</route>
<type>Zend_Controller_Router_Route</type>
<route>/plugin/:name/*</route>
<controller>backend_plugin</controller>
<action>fireaction</action>
<type>Zend_Controller_Router_Route</type>
<route>/language/*</route>
<controller>index</controller>
<action>language</action>
<type>Zend_Controller_Router_Route</type>
<route>/login/reset/*</route>
<controller>login</controller>
<action>passwordreset</action>
<type>Zend_Controller_Router_Route</type>
<route>/login/retrieve/*</route>
<controller>login</controller>
<action>passwordretrieve</action>
<route>/api/:plugin/:service/*</route>
<type>Zend_Controller_Router_Route</type>
<controller>backend_api</controller>
<type>Zend_Controller_Router_Route</type>
<controller>backend_plugin</controller>
<action>fireaction</action>
<name>socialposter</name>
<type>Zend_Controller_Router_Route</type>
<route>/dashboard/:page</route>
<controller>backend_plugin</controller>
<action>fireaction</action>