root/trunk/website/coldfusion.cfm @ 7

Revision 5, 4.0 kB (checked in by DanWilson, 17 years ago)

Initial Commit Of ModelGlue? Website (upgrade to blogcfc 511)

Line 
1<cfsilent>
2        <cfset page.title = "The Model-Glue Framework" />
3</cfsilent>
4
5<cfinclude template="include/dspHeader.cfm" />
6
7<div class="body">
8
9<h1>Model-Glue: ColdFusion</h1>
10
11<div class="contentSection">
12        <h1><strong><cfoutput>#application.downloads.mgcoldfusionbeta.title#</cfoutput></strong></h1>
13</div><br />
14<div class="sectionNavigation">
15        <cfoutput>
16        [<a href="#application.downloads.mgcoldfusionbeta.url#">Download</a>]
17        [<a href="http://trac.model-glue.com">Report Bugs</a>]
18        [<a href="http://svn.model-glue.com">Source Code (SVN)</a>]
19        </cfoutput>
20       
21</div>
22
23<div class="contentSection">
24        <div class="contentIcon"><img src="/images/mgTabletColdFusion.gif" /></div>
25        <cfoutput>
26        <span class="contentNote">RC 1 Now Available!!!: - <a href="#application.downloads.mgcoldfusionbeta.url#">>Download</a></span>
27        </cfoutput>
28        <p>
29                Model-Glue 3, code named "Gesture," is a return to Model-Glue's roots of dead-simple MVC+II development.
30        </p>
31        <p>
32                The first Release Candidate is pretty well <a href="http://docs.model-glue.com">documented</a> , and largely ready for public consumption. There could be a last lingering bug or two, but we'll get those fixed up as soon as they are reported.
33        </p>
34</div>
35<div class="contentSection">
36        <h1>Model-Glue: <strong>"Unity" Release</strong></h1>
37</div><br />
38<div class="sectionNavigation">
39        <cfoutput>
40        [<a href="#application.downloads.mgcoldfusion.url#">Download</a>]
41        </cfoutput>
42        [<a href="http://docs.model-glue.com">Documentation</a>]
43        [<a href="http://trac.model-glue.com">Report Bugs</a>]
44        <!---[<a href="http://svn.model-glue.com">Source Code (SVN)</a>]--->
45</div>
46
47<div class="contentSection">
48        <div class="contentIcon"><img src="/images/mgTabletColdFusion.gif" /></div>
49        <cfoutput>
50        <span class="contentNote">Currently Available Version: #application.downloads.mgcoldfusion.version# - <a href="#application.downloads.mgcoldfusion.url#">Download</a></span>
51        </cfoutput>
52        <p>
53                Model-Glue: ColdFusion is designed to make it easier to use object-oriented models to create HTML-based applications.
54        </p>
55        <p>
56                It enforces Model-View-Controller design, eases implicit invocation, does repetitive work for you, and plays well with other open-source ColdFusion frameworks.
57        </p>
58</div>
59<div class="contentSection">
60        <h2>Model-Glue is:</h2>
61       
62        <ol>
63        <li>Unobtrusive.  <p>It's designed to be easy to use, letting you focus on business problems and user interface, not framework hoops.</p></li>
64       
65        <li>Enabling.  <p>It builds on ColdFusion as a productivity tool for writing Web applications.</p></li>
66       
67        <li>Strong but Simple.  <p>Model-Glue is based on Model View Controller and Implicit Invocation - but not at all complicated.</p></li>
68       
69        <li>Open.  <p>All code is released under the Apache Software License 2.0, meaning that it's free to download, use, and alter.</p></li>
70       
71        <li>Compatible.  <p>Model-Glue is lightweight enough to play well with others: it works with Model frameworks like Tartan and ColdSpring as well as Object/Relational Mapping frameworks like Reactor and Transfer.</p></li>
72       
73        </ol>
74       
75        <h2>What People Say About Model-Glue:</h2>
76        <br />
77        <em>Model-Glue is the best thing for ColdFusion since the cfquery tag. It relieves me of worrying about application organization and lets me focus on what matters - the business requirements of the application.</em>
78        <div class="contentNote">Raymond Camden, VP of Technology for roundpeg</div>
79       
80        <br />
81        <em>Model-Glue:Unity, by helping to eliminate a lot of tedious and redundant tasks, has allowed me to code more efficiently than I ever could have imagined.</em>
82        <div class="contentNote">Scott Stroz, Senior Web Developer, AboutWeb, LLC</div>
83        <br />
84        <em>Model-Glue has enabled me to quit building infrastructure and start solving my clients' problems. I Sniff The Glue!</em>
85        <div class="contentNote">Jared Rypka-Hauer, Adobe Community Experts</div>
86        <br />
87       
88        <em>Model-Glue is more gooder!</em>
89        <div class="contentNote">Anonymously yelled at CFUnited 2005</div>
90</div>
91
92</div>
93
94<cfinclude template="include/dspFooter.cfm" />?
Note: See TracBrowser for help on using the browser.