root/trunk/website/coldfusion.cfm @ 22

Revision 22, 4.0 kB (checked in by DanWilson, 16 years ago)

updated the new release 299
reorganized some content to the home page

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        <h2><strong><cfoutput>#application.downloads.mgcoldfusion3.title#</cfoutput></strong> is the best available version</h2>
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.1 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!
32        </p>
33</div>
34<div class="contentSection">
35        <h2><strong>Web Based Training for Model-Glue 3.1</h2>
36        <p>
37        <a href="http://docs.model-glue.com/wiki/Training#WelcometoModel-Glue3Training">Free self-paced training course</a></strong> is newly available! This training uses real-world application principles to teach you Model Glue development.
38        <h3>Covering:</h3>
39        <ol>
40                <li>Section 1: Installation</li>
41                <li>Section 2: Show Me Some Skinning</li>
42                <li>Section 3: Dealing with Data</li>
43                <li>Section 4: Request Formats Are Your Friend</li>
44                <li>Section 5: Mother's Little Helper</li>
45                <li>Section 6: Flow and Dependencies</li>
46                <li>Section 7: Crossing the Generational Gap</li>
47                <li>Section 8: Extending Model-Glue </li>
48        </ol>
49        </p>
50</div
51<!---<div class="contentSection">
52        <h1><strong><cfoutput>#application.downloads.mgcoldfusion3beta.title#</cfoutput></strong> is newly available!</h1>
53</div><br />
54<div class="sectionNavigation">
55        <cfoutput>
56        [<a href="#application.downloads.mgcoldfusion3beta.url#">Download</a>]
57        [<a href="http://bugs.model-glue.com">Report Bugs</a>]
58        [<a href="http://svn.model-glue.com/trunk">Source Code (SVN)</a>]
59        </cfoutput>
60</div>
61<div class="contentSection">
62        <p>
63                <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>
64        </p>
65</div>--->
66<hr />
67<div class="contentSection">
68        <h2>[Archive Only] Model-Glue: <strong>"Unity" Release</strong></h2>
69</div><br />
70<div class="sectionNavigation">
71        <cfoutput>
72        [<a href="#application.downloads.mgcoldfusion2.url#">Download</a>]
73        </cfoutput>
74        [<a href="http://docs.model-glue.com">Documentation</a>]
75        [<a href="http://trac.model-glue.com">Report Bugs</a>]
76        <!---[<a href="http://svn.model-glue.com">Source Code (SVN)</a>]--->
77</div>
78
79<div class="contentSection">
80        <div class="contentIcon"><img src="/images/mgTabletColdFusion.gif" /></div>
81        <cfoutput>
82        <span class="contentNote">Last Updated Version: #application.downloads.mgcoldfusion2.version# - <a href="#application.downloads.mgcoldfusion2.url#">Download</a></span>
83        <p>
84                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>.
85        </p>
86        <p>
87                It enforces Model-View-Controller design, eases implicit invocation, does repetitive work for you, and plays well with other open-source ColdFusion frameworks.
88        </p>
89        </cfoutput>
90</div>
91
92</div>
93
94<cfinclude template="include/dspFooter.cfm" />?
Note: See TracBrowser for help on using the browser.