Little more code cleanup.
[castle.git] / docs / MonoRailIntro.html
blobcdfab4caa7966d621bb876164086a19e5cde8dae
1 <html><!-- InstanceBegin template="/Templates/template1.dwt.asp" codeOutsideHTMLIsLocked="false" -->
2 <head>
3 <!-- InstanceBeginEditable name="doctitle" -->
4 <title>MonoRail</title>
5 <!-- InstanceEndEditable -->
6 <link rel="stylesheet" type="text/css" href="styles/presentation.css" />
7 </head>
9 <body>
11 <div id="header">
12 <table id="topTable">
13 <tr id="headerTableRow1">
14 <td align="left">
15 <span id="runningHeaderText">Castle Project</span>
16 </td>
17 </tr>
18 <tr id="headerTableRow2">
19 <td align="left"><!-- InstanceBeginEditable name="Title" -->MonoRail<!-- InstanceEndEditable --></td>
20 </tr>
21 </table>
22 </div>
23 <div id="mainSection">
24 <div id="mainBody">
25 <h1 class="heading"><!-- InstanceBeginEditable name="MainHeading" -->Castle MonoRail<!-- InstanceEndEditable --></h1>
27 <!-- InstanceBeginEditable name="Content" -->
28 <!-- @SortOrder 4 -->
30 <p>
31 MonoRail is a MVC Web Framework inspired by Action Pack.
32 </p>
34 <p>
35 MonoRail differs from the standard WebForms way of development as it enforces separation of concerns; controllers just handle application flow, models represent the data, and the view is just concerned about presentation logic. Consequently, you write less code and end up with a more maintainable application.
36 </p>
38 <p>
39 Although the project name is MonoRail, we do not have any affiliation with the Mono project.
40 MonoRail runs on Microsoft .Net 2.0, 3.5 and Mono.
41 </p>
43 <p>
44 MonoRail resources:
45 </p>
47 <ul>
48 <li> <a href="http://www.castleproject.org/monorail/gettingstarted/index.html" target="_blank">Getting Started</a> </li>
49 <li> <a href="http://www.castleproject.org/monorail/documentation/index.html" target="_blank">Documentation</a> </li>
50 <li> <a href="http://www.castleproject.org/monorail/roadmap.html" target="_blank">Roadmap</a> </li>
51 <li> <a href="http://www.castleproject.org/monorail/faq.html" target="_blank">FAQ</a> </li>
52 </ul>
55 <!-- InstanceEndEditable --></div>
56 </div>
58 <div id="footer">
59 <div class="footerLine">
60 <img width="100%" height="3px" src="icons/footer.gif" alt="Footer image"/>
61 </div>
62 <div id="footer">
63 <include item="comments"/>
64 <include item="copyright"/>
65 </div>
66 </div>
67 </body>
68 <!-- InstanceEnd --></html>