root/trunk/website/coldfusion.cfm @ 43

Revision 42, 3.9 kB (checked in by DanWilson, 15 years ago)

Updating the Site for the 3.2 R1 release.

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<div class="contentSection">
11        <h1><strong><cfoutput>#application.downloads.mgcoldfusion3beta.title#</cfoutput></strong> is newly available!</h1>
12</div><br />
13<div class="sectionNavigation">
14        <cfoutput>
15        [<a href="#application.downloads.mgcoldfusion3beta.url#">Download</a>]
16        [<a href="http://docs.model-glue.com">Documentation</a>]
17        [<a href="http://bugs.model-glue.com">Report Bugs</a>]
18        [<a href="http://svn.model-glue.com/branch/newScaffolding/">Source Code (SVN)</a>]
19        [<a href="http://docs.model-glue.com/wiki/Training##WelcometoModel-Glue3Training">Training</a>]
20        [<a href="http://groups.google.com/group/model-glue/">Get Help (Mailing List)</a>]
21        </cfoutput>
22</div>
23<div class="contentSection">
24        <p>
25                <cfoutput><a href="#application.downloads.mgcoldfusion3beta.url#">Model-Glue 3.2 now has a Release Candidate 1</a>. This code has been used in production environments for a number of months and is close to the final release. All code passes Unit Tests, Load Tests and Integration tests, so please take it for a test drive.</cfoutput>
26        </p>
27</div>
28</div><br />
29<div class="contentSection">
30        <h2><strong><cfoutput>#application.downloads.mgcoldfusion3.title#</cfoutput></strong> is the best available production version</h2>
31</div><br />
32<div class="sectionNavigation">
33        <cfoutput>
34        [<a href="#application.downloads.mgcoldfusion3.url#">Download</a>]
35        [<a href="http://docs.model-glue.com">Documentation</a>]
36        [<a href="http://bugs.model-glue.com">Report Bugs</a>]
37        [<a href="http://svn.model-glue.com">Source Code (SVN)</a>]
38        [<a href="http://docs.model-glue.com/wiki/Training##WelcometoModel-Glue3Training">Training</a>]
39        [<a href="http://groups.google.com/group/model-glue/">Get Help (Mailing List)</a>]
40        </cfoutput>
41</div>
42
43<div class="contentSection">
44        <div class="contentIcon"><img src="/images/mgTabletColdFusion.gif" /></div>
45        <cfoutput>
46        <span class="contentNote">Model-Glue: <strong>"Gesture" Release</strong> (version #application.downloads.mgcoldfusion3.version#): <a href="#application.downloads.mgcoldfusion3.url#">Download</a></span>
47        </cfoutput>
48        <p>
49                Model-Glue 3, code named "Gesture," is a return to Model-Glue's roots of dead-simple MVC+II development. The version 3.1 series is the most up to date, actively developed version of Model-Glue.
50        </p>
51        <p>
52                The MG 3.1 release continues the hard hitting, high productivity nature of Model-Glue.  Get yer 'Glue on with 3.1!
53        </p>
54</div>
55<hr />
56<div class="contentSection">
57        <h2>[Archive Only] Model-Glue: <strong>"Unity" Release</strong></h2>
58</div><br />
59<div class="sectionNavigation">
60        <cfoutput>
61        [<a href="#application.downloads.mgcoldfusion2.url#">Download</a>]
62        </cfoutput>
63        [<a href="http://docs.model-glue.com">Documentation</a>]
64        [<a href="http://trac.model-glue.com">Report Bugs</a>]
65        [<a href="http://groups.google.com/group/model-glue/">Get Help (Mailing List)</a>]
66        <!---[<a href="http://svn.model-glue.com">Source Code (SVN)</a>]--->
67</div>
68
69<div class="contentSection">
70        <div class="contentIcon"><img src="/images/mgTabletColdFusion.gif" /></div>
71        <cfoutput>
72        <span class="contentNote">Last Updated Version: #application.downloads.mgcoldfusion2.version# - <a href="#application.downloads.mgcoldfusion2.url#">Download</a></span>
73        <p>
74                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>.
75        </p>
76        <p>
77                It enforces Model-View-Controller design, eases implicit invocation, does repetitive work for you, and plays well with other open-source ColdFusion frameworks.
78        </p>
79        </cfoutput>
80</div>
81
82</div>
83
84<cfinclude template="include/dspFooter.cfm" />
Note: See TracBrowser for help on using the browser.