1 <?xml version=
"1.0" encoding=
"utf-8" ?>
5 <section name=
"log4net"
6 type=
"log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
7 <section name=
"monoRail" type=
"Castle.MonoRail.Framework.Configuration.MonoRailSectionHandler, Castle.MonoRail.Framework" />
9 type=
"Castle.MonoRail.Views.Brail.BrailConfigurationSection, Castle.MonoRail.Views.Brail" />
16 interface=
"Castle.Core.Logging.ILoggerFactory, Castle.Core"
17 type=
"Castle.Services.Logging.Log4netIntegration.Log4netFactory, Castle.Services.Logging.Log4netIntegration" />
20 <assembly>TestSiteBrail
</assembly>
24 customEngine=
"Castle.MonoRail.Views.Brail.BooViewEngine, Castle.MonoRail.Views.Brail" />
27 <pattern>(/blog/posts/)(\d+)/(\d+)/(.)*$
</pattern>
28 <replace><![CDATA[ /blog/view.rails?year=$
2&month=$
3 ]]
></replace>
31 <pattern>(/news/)(\d+)/(\d+)/(.)*$
</pattern>
32 <replace><![CDATA[ /news/view.rails?year=$
2&month=$
3 ]]
></replace>
40 saveDirectory=
"BrailGen"
42 commonScriptsDirectory=
"CommonScripts">
43 <reference assembly=
"Castle.MonoRail.Framework"/>
44 <import namespace=
"System.Net"/>
49 <add verb=
"*" path=
"*.rails"
50 type=
"Castle.MonoRail.Framework.MonoRailHttpHandlerFactory, Castle.MonoRail.Framework" />
54 <add name=
"routing" type=
"Castle.MonoRail.Framework.RoutingModule, Castle.MonoRail.Framework" />
55 <add name=
"monorail" type=
"Castle.MonoRail.Framework.EngineContextModule, Castle.MonoRail.Framework" />