All pastes #696343 Raw Edit

Untitled

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