root/trunk/website/coldfusion.cfm @ 19

Revision 19, 5.0 kB (checked in by DanWilson, 16 years ago)

added another link for download.

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.mgcoldfusion3.title#</cfoutput></strong> is the best available version</h1>
13</div><br />
14<div class="sectionNavigation">
15        <cfoutput>
16        [<a href="#application.downloads.mgcoldfusion3.url#">Download</a>]
17        [<a href="http://bugs.model-glue.com">Report Bugs</a>]
18        [<a href="http://svn.model-glue.com">Source Code (SVN)</a>]
19        </cfoutput>
20</div>
21
22<div class="contentSection">
23        <div class="contentIcon"><img src="/images/mgTabletColdFusion.gif" /></div>
24        <cfoutput>
25        <span class="contentNote">Model-Glue: <strong>"Gesture" Release</strong> (version #application.downloads.mgcoldfusion3.version#): <a href="#application.downloads.mgcoldfusion3.url#">Download</a></span>
26        </cfoutput>
27        <p>
28                Model-Glue 3, code named "Gesture," is a return to Model-Glue's roots of dead-simple MVC+II development. The version 3.0 series is the most up to date, actively developed version of Model-Glue.
29        </p>
30        <p>
31                The MG 3.1 release continues the hard hitting, high productivity nature of Model-Glue.  Get yer 'Glue on with 3.1!</p>
32</div>
33
34<div class="contentSection">
35        <h1><strong><cfoutput>#application.downloads.mgcoldfusion3beta.title#</cfoutput></strong> is newly available!</h1>
36</div><br />
37<div class="sectionNavigation">
38        <cfoutput>
39        [<a href="#application.downloads.mgcoldfusion3beta.url#">Download</a>]
40        [<a href="http://bugs.model-glue.com">Report Bugs</a>]
41        [<a href="http://svn.model-glue.com/trunk">Source Code (SVN)</a>]
42        </cfoutput>
43</div>
44<div class="contentSection">
45        <p>
46                <cfoutput><a href="#application.downloads.mgcoldfusion3beta.url#">Model-Glue 3.1 now has a maintenance release</a>. This code will be in beta for community review, then released and made final. All code passes Unit Tests, Load Tests and Integration tests, so please take it for a test drive.</cfoutput>
47        </p>
48</div>
49
50<div class="contentSection">
51        <h2>[Archive] Model-Glue: <strong>"Unity" Release</strong></h2>
52</div><br />
53<div class="sectionNavigation">
54        <cfoutput>
55        [<a href="#application.downloads.mgcoldfusion2.url#">Download</a>]
56        </cfoutput>
57        [<a href="http://docs.model-glue.com">Documentation</a>]
58        [<a href="http://trac.model-glue.com">Report Bugs</a>]
59        <!---[<a href="http://svn.model-glue.com">Source Code (SVN)</a>]--->
60</div>
61
62<div class="contentSection">
63        <div class="contentIcon"><img src="/images/mgTabletColdFusion.gif" /></div>
64        <cfoutput>
65        <span class="contentNote">Last Updated Version: #application.downloads.mgcoldfusion2.version# - <a href="#application.downloads.mgcoldfusion2.url#">Download</a></span>
66        <p>
67                Model-Glue: ColdFusion is designed to make it easier to use object-oriented models to create HTML-based applications. The version 2 family is here for archive purposes only. For active development, <a href="#application.downloads.mgcoldfusion3.url#">download version 3</a>.
68        </p>
69        <p>
70                It enforces Model-View-Controller design, eases implicit invocation, does repetitive work for you, and plays well with other open-source ColdFusion frameworks.
71        </p>
72        </cfoutput>
73</div>
74<div class="contentSection">
75        <h2>Model-Glue is:</h2>
76       
77        <ol>
78        <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>
79       
80        <li>Enabling.  <p>It builds on ColdFusion as a productivity tool for writing Web applications.</p></li>
81       
82        <li>Strong but Simple.  <p>Model-Glue is based on Model View Controller and Implicit Invocation - but not at all complicated.</p></li>
83       
84        <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>
85       
86        <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>
87       
88        </ol>
89       
90        <h2>What People Say About Model-Glue:</h2>
91        <br />
92        <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>
93        <div class="contentNote">Raymond Camden, VP of Technology for roundpeg</div>
94       
95        <br />
96        <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>
97        <div class="contentNote">Scott Stroz, Senior Web Developer, AboutWeb, LLC</div>
98        <br />
99        <em>Model-Glue has enabled me to quit building infrastructure and start solving my clients' problems. I Sniff The Glue!</em>
100        <div class="contentNote">Jared Rypka-Hauer, Adobe Community Experts</div>
101        <br />
102       
103        <em>Model-Glue is more gooder!</em>
104        <div class="contentNote">Anonymously yelled at CFUnited 2005</div>
105</div>
106
107</div>
108
109<cfinclude template="include/dspFooter.cfm" />?
Note: See TracBrowser for help on using the browser.