Changeset 44 for trunk/website

Show
Ignore:
Timestamp:
01/28/13 21:06:33 (13 years ago)
Author:
danwilson
Message:

Updated files to represent new RC 2 available.

Location:
trunk/website
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/website/coldfusion.cfm

    r42 r44  
    1414        <cfoutput> 
    1515        [<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>] 
    2021        [<a href="http://groups.google.com/group/model-glue/">Get Help (Mailing List)</a>] 
    2122        </cfoutput> 
     
    2324<div class="contentSection"> 
    2425        <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> 
    2627        </p> 
    2728</div> 
  • trunk/website/include/dspHeader.cfm

    r42 r44  
    1313 
    1414<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" /> 
    1818 
    1919<cfset application.downloads.mgflex = structNew() /> 
     
    9292                        <li><a href="/flex.cfm">flex</a></li> 
    9393                        <li><a href="/blog">blog</a></li> 
     94                        <li><a href="http://github.com/modelglue">GitHub</a></li> 
    9495                        <li><a href="http://groups.google.com/group/model-glue">google group</a></li> 
    9596                        <li><a href="/forums">forums</a></li> 
  • trunk/website/training.cfm

    r40 r44  
    1313        <h2><strong>Web Based Training for Model-Glue 3.1</h2> 
    1414        <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. 
    1616        </p> 
    1717        <p> 
     
    2929                <li>Section 8: Extending Model-Glue </li> 
    3030        </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> 
    3232</div> 
    3333