-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.htm
executable file
·52 lines (45 loc) · 2.82 KB
/
index.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>FubuMVC</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="description" content="FubuMVC, a wrist-friendly .NET-based web MVC framework built for us, by us with an emphasis on DRY, composition vs. inheritance, SOLID principles, testability, pluggability, and conventional configuration.">
<meta name="keywords" content="mvc, asp, solid, fubumvc, fluent interface, method chaining, static reflection" />
<link rel="stylesheet" href="/stylesheets/main.css" type="text/css" />
<link rel="icon" type="image/png" href="/images/favicon.png" />
</head>
<body style="margin: 0; padding:0;">
<div id="main">
<div id="head">
<h1><a href="/"><img src="images/logo.png" alt="FubuMVC - MVC for the rest of us" /></a></h1>
<ul id="menu">
<li><a href="http://wiki.fubumvc.com">Wiki</a></li>
<li><a href="http://code.google.com/p/fubumvc">Source</a></li>
<li><a href="http://groups.google.com/group/fubumvc-devel">Mailing List</a></li>
</ul>
</div>
<p class="intro">
<span class="l1">Compositional, compile safe, convention-based</span>
<span class="l2">configuration for complex web applications.</span>
<em>The MVC framework that doesn't get in your way.</em>
</p>
<h2>Getting started...</h2>
<ul id="getting-started">
<li><strong>1<sup>st</sup></strong> Read the <a href="http://wiki.fubumvc.com/Getting_started">introduction</a></li>
<li><strong>2<sup>nd</sup></strong> Create your <a href="http://wiki.fubumvc.com/Getting_started#Your_first_project">first project</a></li>
</ul>
<h2>Contributors...</h2>
<p>FubuMVC wouldn't be possible without the time and effort of it's contributors.
The team comprises of <a href="http://codebetter.com/blogs/jeremy.miller/">Jeremy Miller</a>,
<a href="http://chadmyers.lostechies.com/">Chad Myers</a>,
<a href="http://elegantcode.com/about/mark-nijhof/">Mark Nijhof</a>,
<a href="http://www.techfocus2.com/">Ryan Kelley</a>, and
<a href="http://www.lostechies.com/blogs/joshuaflanagan/">Joshua Flanagan</a>.</p>
<p>Special thanks goes to <a href="http://jagregory.com/">James Gregory</a> for the code for this site, the wiki, and lots of other help and support.</p>
<p class="copy">FubuMVC is © 2008-2010 <a href="http://chadmyers.lostechies.com/">Chad Myers</a>, <a href="http://codebetter.com/blogs/jeremy.miller/">Jeremy Miller</a>
and contributors under the <a href="http://fubumvc.googlecode.com/svn/trunk/LICENSE.txt">BSD license</a>.</p>
<br />
</div>
</body>
</html>