- Timestamp:
- 04/13/10 01:08:55 (16 years ago)
- Location:
- trunk/website
- Files:
-
- 1 added
- 3 modified
-
coldfusion.cfm (modified) (2 diffs)
-
downloads/modelglue_3.2.700.341.zip (added)
-
include/dspHeader.cfm (modified) (1 diff)
-
index.cfm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/coldfusion.cfm
r22 r23 8 8 9 9 <h1>Model-Glue: ColdFusion</h1> 10 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="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> 11 25 <div class="contentSection"> 12 26 <h2><strong><cfoutput>#application.downloads.mgcoldfusion3.title#</cfoutput></strong> is the best available version</h2> … … 49 63 </p> 50 64 </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>---> 65 66 66 <hr /> 67 67 <div class="contentSection"> -
trunk/website/include/dspHeader.cfm
r22 r23 13 13 14 14 <cfset application.downloads.mgcoldfusion3beta = structNew() /> 15 <cfset application.downloads.mgcoldfusion3beta.title = "Model-Glue: 3. 1 Maintenance Release Candidate" />16 <cfset application.downloads.mgcoldfusion3beta.version = "3. 1.294" />17 <cfset application.downloads.mgcoldfusion3beta.url = "http://www.model-glue.com/downloads/ ModelGlue_3.1.294.zip" />15 <cfset application.downloads.mgcoldfusion3beta.title = "Model-Glue: 3.2 Alpha" /> 16 <cfset application.downloads.mgcoldfusion3beta.version = "3.2.700.341" /> 17 <cfset application.downloads.mgcoldfusion3beta.url = "http://www.model-glue.com/downloads/modelglue_3.2.700.341.zip" /> 18 18 19 19 <cfset application.downloads.mgflex = structNew() /> -
trunk/website/index.cfm
r22 r23 25 25 <cfoutput> 26 26 <span class="contentNote">Currently Available Version: #application.downloads.mgcoldfusion3.version# - <a href="#application.downloads.mgcoldfusion3.url#">Download</a> <a href="/coldfusion.cfm">Learn More</a></span> 27 < !---<h3>Available Now: #application.downloads.mgcoldfusion3beta.title# #application.downloads.mgcoldfusion3beta.version# <a href="/coldfusion.cfm">Learn More</a></h3>--->27 <h3>Available Now: #application.downloads.mgcoldfusion3beta.title# #application.downloads.mgcoldfusion3beta.version# <a href="/coldfusion.cfm">Learn More</a></h3> 28 28 </cfoutput> 29 29 <p>
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)