- Timestamp:
- 01/28/13 21:06:33 (13 years ago)
- Location:
- trunk/website
- Files:
-
- 3 modified
-
coldfusion.cfm (modified) (2 diffs)
-
include/dspHeader.cfm (modified) (2 diffs)
-
training.cfm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/coldfusion.cfm
r42 r44 14 14 <cfoutput> 15 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>] 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>] 20 21 [<a href="http://groups.google.com/group/model-glue/">Get Help (Mailing List)</a>] 21 22 </cfoutput> … … 23 24 <div class="contentSection"> 24 25 <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 <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> 26 27 </p> 27 28 </div> -
trunk/website/include/dspHeader.cfm
r42 r44 13 13 14 14 <cfset application.downloads.mgcoldfusion3beta = structNew() /> 15 <cfset application.downloads.mgcoldfusion3beta.title = "Model-Glue: 3.2 RC 1" />16 <cfset application.downloads.mgcoldfusion3beta.version = "3.2 .439" />17 <cfset application.downloads.mgcoldfusion3beta.url = "http ://www.model-glue.com/downloads/modelglue_3.2.439_RC1.zip" />15 <cfset application.downloads.mgcoldfusion3beta.title = "Model-Glue: 3.2 RC 2" /> 16 <cfset application.downloads.mgcoldfusion3beta.version = "3.2 RC2" /> 17 <cfset application.downloads.mgcoldfusion3beta.url = "https://github.com/modelglue/modelglue-framework/archive/release-3.2-rc2.zip" /> 18 18 19 19 <cfset application.downloads.mgflex = structNew() /> … … 92 92 <li><a href="/flex.cfm">flex</a></li> 93 93 <li><a href="/blog">blog</a></li> 94 <li><a href="http://github.com/modelglue">GitHub</a></li> 94 95 <li><a href="http://groups.google.com/group/model-glue">google group</a></li> 95 96 <li><a href="/forums">forums</a></li> -
trunk/website/training.cfm
r40 r44 13 13 <h2><strong>Web Based Training for Model-Glue 3.1</h2> 14 14 <p> 15 <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.15 <a href="https://github.com/modelglue/modelglue-framework/wiki/Training">Free self-paced training course</a></strong> is newly available! This training uses real-world application principles to teach you Model Glue development. 16 16 </p> 17 17 <p> … … 29 29 <li>Section 8: Extending Model-Glue </li> 30 30 </ol> 31 <p><a href="http ://docs.model-glue.com/wiki/Training#WelcometoModel-Glue3Training">Get started!</a></p>31 <p><a href="https://github.com/modelglue/modelglue-framework/wiki/Training">Get started!</a></p> 32 32 </div> 33 33
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)