All pastes #696457 Raw Edit

Someone

public text v1 · immutable
#696457 ·published 2007-09-13 22:19 UTC
rendered paste body
			<route name="directory" pattern="^/directory" module="Directory">
			        <route name=".index" pattern="^(/)?$" action="Index" />
			        <route name=".country" pattern="^/({iso_id:[a-z]{2}})">
			                <route name=".view" pattern="^(/)?$" action="Country" />
			                <route name=".city" pattern="^/(city:[A-Za-z_0-9]+)">
			                        <route name=".view" pattern="^(/)?$" action="City" />
			                        <route name=".location" pattern="^/(location:[A-Za-z_0-9]+)">
			                        	<route name=".view" pattern="^(/)?$" action="Location" />
			                        </route>
			                </route>
			        </route>
			</route>