root/trunk/website/coldfusion.cfm @ 24

Revision 24, 4.1 kB (checked in by eparker, 16 years ago)

Added wallpaper page and images

RevLine 
[5]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">
[23]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://bugs.model-glue.com">Report Bugs</a>]
17        [<a href="http://svn.model-glue.com/trunk">Source Code (SVN)</a>]
18        </cfoutput>
19</div>
20<div class="contentSection">
21        <p>
22                <cfoutput><a href="#application.downloads.mgcoldfusion3beta.url#">Model-Glue 3.2 now has an Alpha release</a>. This code will be in alpha for early adopter/bleeding edge review, then released as a beta after the alpha period ends. All code passes Unit Tests, Load Tests and Integration tests, so please take it for a test drive.</cfoutput>
23        </p>
24</div>
25<div class="contentSection">
[22]26        <h2><strong><cfoutput>#application.downloads.mgcoldfusion3.title#</cfoutput></strong> is the best available version</h2>
[5]27</div><br />
28<div class="sectionNavigation">
29        <cfoutput>
[8]30        [<a href="#application.downloads.mgcoldfusion3.url#">Download</a>]
31        [<a href="http://bugs.model-glue.com">Report Bugs</a>]
[5]32        [<a href="http://svn.model-glue.com">Source Code (SVN)</a>]
33        </cfoutput>
34</div>
35
36<div class="contentSection">
37        <div class="contentIcon"><img src="/images/mgTabletColdFusion.gif" /></div>
38        <cfoutput>
[8]39        <span class="contentNote">Model-Glue: <strong>"Gesture" Release</strong> (version #application.downloads.mgcoldfusion3.version#): <a href="#application.downloads.mgcoldfusion3.url#">Download</a></span>
[5]40        </cfoutput>
41        <p>
[22]42                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.
[5]43        </p>
44        <p>
[22]45                The MG 3.1 release continues the hard hitting, high productivity nature of Model-Glue.  Get yer 'Glue on with 3.1!
46        </p>
[5]47</div>
48<div class="contentSection">
[22]49        <h2><strong>Web Based Training for Model-Glue 3.1</h2>
50        <p>
51        <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.
52        <h3>Covering:</h3>
53        <ol>
54                <li>Section 1: Installation</li>
55                <li>Section 2: Show Me Some Skinning</li>
56                <li>Section 3: Dealing with Data</li>
57                <li>Section 4: Request Formats Are Your Friend</li>
58                <li>Section 5: Mother's Little Helper</li>
59                <li>Section 6: Flow and Dependencies</li>
60                <li>Section 7: Crossing the Generational Gap</li>
61                <li>Section 8: Extending Model-Glue </li>
62        </ol>
63        </p>
[24]64</div>
[23]65
[22]66<hr />
[18]67<div class="contentSection">
[22]68        <h2>[Archive Only] Model-Glue: <strong>"Unity" Release</strong></h2>
[5]69</div><br />
70<div class="sectionNavigation">
71        <cfoutput>
[8]72        [<a href="#application.downloads.mgcoldfusion2.url#">Download</a>]
[5]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>
[8]82        <span class="contentNote">Last Updated Version: #application.downloads.mgcoldfusion2.version# - <a href="#application.downloads.mgcoldfusion2.url#">Download</a></span>
[5]83        <p>
[8]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>.
[5]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>
[8]89        </cfoutput>
[5]90</div>
91
92</div>
93
[24]94<cfinclude template="include/dspFooter.cfm" />
Note: See TracBrowser for help on using the browser.