root/trunk/website/coldfusion.cfm

Revision 45, 4.2 kB (checked in by danwilson, 13 years ago)

updated the docs link to point to GitHub?

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="https://github.com/modelglue/modelglue-framework/wiki">Documentation</a>]
17        [<a href="https://github.com/modelglue/modelglue-framework">Report Bugs</a>]
18        [<a href="https://github.com/modelglue/modelglue-framework/tree/release-3.2-rc2">Source Code (SVN)</a>]
19        [<a href="http://experts.na3.acrobat.com/p81113409/">Video</a>]
20        [<a href="https://github.com/modelglue/modelglue-framework/wiki/Training">Training</a>]
21        [<a href="http://groups.google.com/group/model-glue/">Get Help (Mailing List)</a>]
22        </cfoutput>
23</div>
24<div class="contentSection">
25        <p>
26                <cfoutput><a href="#application.downloads.mgcoldfusion3beta.url#">Model-Glue 3.2 now has a Release Candidate 2</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>
27        </p>
28</div>
29</div><br />
30<div class="contentSection">
31        <h2><strong><cfoutput>#application.downloads.mgcoldfusion3.title#</cfoutput></strong> is the best available production version</h2>
32</div><br />
33<div class="sectionNavigation">
34        <cfoutput>
35        [<a href="#application.downloads.mgcoldfusion3.url#">Download</a>]
36        [<a href="https://github.com/modelglue/modelglue-framework/wiki/">Documentation</a>]
37        [<a href="https://github.com/modelglue/modelglue-framework/">Report Bugs</a>]
38        [<a href="https://github.com/modelglue/modelglue-framework/">Source Code (GIT/Zip)</a>]
39        [<a href="https://github.com/modelglue/modelglue-framework/wiki/Training">Training</a>]
40        [<a href="http://groups.google.com/group/model-glue/">Get Help (Mailing List)</a>]
41        </cfoutput>
42</div>
43
44<div class="contentSection">
45        <div class="contentIcon"><img src="/images/mgTabletColdFusion.gif" /></div>
46        <cfoutput>
47        <span class="contentNote">Model-Glue: <strong>"Gesture" Release</strong> (version #application.downloads.mgcoldfusion3.version#): <a href="#application.downloads.mgcoldfusion3.url#">Download</a></span>
48        </cfoutput>
49        <p>
50                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.
51        </p>
52        <p>
53                The MG 3.1 release continues the hard hitting, high productivity nature of Model-Glue.  Get yer 'Glue on with 3.1!
54        </p>
55</div>
56<hr />
57<div class="contentSection">
58        <h2>[Archive Only] Model-Glue: <strong>"Unity" Release</strong></h2>
59</div><br />
60<div class="sectionNavigation">
61        <cfoutput>
62        [<a href="#application.downloads.mgcoldfusion2.url#">Download</a>]
63        </cfoutput>
64        [<a href="https://github.com/modelglue/modelglue-framework/wiki/">Documentation</a>]
65        [<a href="https://github.com/modelglue/modelglue-framework/">Report Bugs</a>]
66        [<a href="http://groups.google.com/group/model-glue/">Get Help (Mailing List)</a>]
67        <!---[<a href="http://svn.model-glue.com">Source Code (SVN)</a>]--->
68</div>
69
70<div class="contentSection">
71        <div class="contentIcon"><img src="/images/mgTabletColdFusion.gif" /></div>
72        <cfoutput>
73        <span class="contentNote">Last Updated Version: #application.downloads.mgcoldfusion2.version# - <a href="#application.downloads.mgcoldfusion2.url#">Download</a></span>
74        <p>
75                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>.
76        </p>
77        <p>
78                It enforces Model-View-Controller design, eases implicit invocation, does repetitive work for you, and plays well with other open-source ColdFusion frameworks.
79        </p>
80        </cfoutput>
81</div>
82
83</div>
84
85<cfinclude template="include/dspFooter.cfm" />
Note: See TracBrowser for help on using the browser.