- Timestamp:
- 03/05/10 13:06:25 (16 years ago)
- Location:
- trunk/website
- Files:
-
- 1 added
- 3 modified
-
coldfusion.cfm (modified) (4 diffs)
-
downloads/ModelGlue_3.1.299.zip (added)
-
include/dspHeader.cfm (modified) (1 diff)
-
index.cfm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/coldfusion.cfm
r19 r22 10 10 11 11 <div class="contentSection"> 12 <h 1><strong><cfoutput>#application.downloads.mgcoldfusion3.title#</cfoutput></strong> is the best available version</h1>12 <h2><strong><cfoutput>#application.downloads.mgcoldfusion3.title#</cfoutput></strong> is the best available version</h2> 13 13 </div><br /> 14 14 <div class="sectionNavigation"> … … 26 26 </cfoutput> 27 27 <p> 28 Model-Glue 3, code named "Gesture," is a return to Model-Glue's roots of dead-simple MVC+II development. The version 3. 0series is the most up to date, actively developed version of Model-Glue.28 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. 29 29 </p> 30 30 <p> 31 The MG 3.1 release continues the hard hitting, high productivity nature of Model-Glue. Get yer 'Glue on with 3.1!</p> 31 The MG 3.1 release continues the hard hitting, high productivity nature of Model-Glue. Get yer 'Glue on with 3.1! 32 </p> 32 33 </div> 33 34 34 <div class="contentSection"> 35 <h2><strong>Web Based Training for Model-Glue 3.1</h2> 36 <p> 37 <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. 38 <h3>Covering:</h3> 39 <ol> 40 <li>Section 1: Installation</li> 41 <li>Section 2: Show Me Some Skinning</li> 42 <li>Section 3: Dealing with Data</li> 43 <li>Section 4: Request Formats Are Your Friend</li> 44 <li>Section 5: Mother's Little Helper</li> 45 <li>Section 6: Flow and Dependencies</li> 46 <li>Section 7: Crossing the Generational Gap</li> 47 <li>Section 8: Extending Model-Glue </li> 48 </ol> 49 </p> 50 </div 51 <!---<div class="contentSection"> 35 52 <h1><strong><cfoutput>#application.downloads.mgcoldfusion3beta.title#</cfoutput></strong> is newly available!</h1> 36 53 </div><br /> … … 46 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> 47 64 </p> 48 </div> 49 65 </div>---> 66 <hr /> 50 67 <div class="contentSection"> 51 <h2>[Archive ] Model-Glue: <strong>"Unity" Release</strong></h2>68 <h2>[Archive Only] Model-Glue: <strong>"Unity" Release</strong></h2> 52 69 </div><br /> 53 70 <div class="sectionNavigation"> … … 72 89 </cfoutput> 73 90 </div> 74 <div class="contentSection">75 <h2>Model-Glue is:</h2>76 77 <ol>78 <li>Unobtrusive. <p>It's designed to be easy to use, letting you focus on business problems and user interface, not framework hoops.</p></li>79 80 <li>Enabling. <p>It builds on ColdFusion as a productivity tool for writing Web applications.</p></li>81 82 <li>Strong but Simple. <p>Model-Glue is based on Model View Controller and Implicit Invocation - but not at all complicated.</p></li>83 84 <li>Open. <p>All code is released under the Apache Software License 2.0, meaning that it's free to download, use, and alter.</p></li>85 86 <li>Compatible. <p>Model-Glue is lightweight enough to play well with others: it works with Model frameworks like Tartan and ColdSpring as well as Object/Relational Mapping frameworks like Reactor and Transfer.</p></li>87 88 </ol>89 90 <h2>What People Say About Model-Glue:</h2>91 <br />92 <em>Model-Glue is the best thing for ColdFusion since the cfquery tag. It relieves me of worrying about application organization and lets me focus on what matters - the business requirements of the application.</em>93 <div class="contentNote">Raymond Camden, VP of Technology for roundpeg</div>94 95 <br />96 <em>Model-Glue:Unity, by helping to eliminate a lot of tedious and redundant tasks, has allowed me to code more efficiently than I ever could have imagined.</em>97 <div class="contentNote">Scott Stroz, Senior Web Developer, AboutWeb, LLC</div>98 <br />99 <em>Model-Glue has enabled me to quit building infrastructure and start solving my clients' problems. I Sniff The Glue!</em>100 <div class="contentNote">Jared Rypka-Hauer, Adobe Community Experts</div>101 <br />102 103 <em>Model-Glue is more gooder!</em>104 <div class="contentNote">Anonymously yelled at CFUnited 2005</div>105 </div>106 91 107 92 </div> -
trunk/website/include/dspHeader.cfm
r20 r22 8 8 9 9 <cfset application.downloads.mgcoldfusion3 = structNew() /> 10 <cfset application.downloads.mgcoldfusion3.title = "Model-Glue: 3.1 " />11 <cfset application.downloads.mgcoldfusion3.version = "3.1. 185" />12 <cfset application.downloads.mgcoldfusion3.url = "http://www.model-glue.com/downloads/ModelGlue_3.1. 185.zip" />10 <cfset application.downloads.mgcoldfusion3.title = "Model-Glue: 3.1M" /> 11 <cfset application.downloads.mgcoldfusion3.version = "3.1.299" /> 12 <cfset application.downloads.mgcoldfusion3.url = "http://www.model-glue.com/downloads/ModelGlue_3.1.299.zip" /> 13 13 14 14 <cfset application.downloads.mgcoldfusion3beta = structNew() /> -
trunk/website/index.cfm
r20 r22 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> … … 33 33 It enforces Model-View-Controller design, eases implicit invocation, does repetitive work for you, and plays well with other open-source ColdFusion frameworks. 34 34 </p> 35 </div> 36 <div class="contentSection"> 37 <h2>Model-Glue is:</h2> 38 39 <ol> 40 <li>Unobtrusive. <p>It's designed to be easy to use, letting you focus on business problems and user interface, not framework hoops.</p></li> 41 42 <li>Enabling. <p>It builds on ColdFusion as a productivity tool for writing Web applications.</p></li> 43 44 <li>Strong but Simple. <p>Model-Glue is based on Model View Controller and Implicit Invocation - but not at all complicated.</p></li> 45 46 <li>Open. <p>All code is released under the Apache Software License 2.0, meaning that it's free to download, use, and alter.</p></li> 47 48 <li>Compatible. <p>Model-Glue is lightweight enough to play well with others: it works with Model frameworks like Tartan and ColdSpring as well as Object/Relational Mapping frameworks like Reactor and Transfer.</p></li> 49 50 </ol> 51 52 <h2>What People Say About Model-Glue:</h2> 53 <br /> 54 <em>Model-Glue is the best thing for ColdFusion since the cfquery tag. It relieves me of worrying about application organization and lets me focus on what matters - the business requirements of the application.</em> 55 <div class="contentNote">Raymond Camden, VP of Technology for roundpeg</div> 56 57 <br /> 58 <em>Model-Glue:Unity, by helping to eliminate a lot of tedious and redundant tasks, has allowed me to code more efficiently than I ever could have imagined.</em> 59 <div class="contentNote">Scott Stroz, Senior Web Developer, AboutWeb, LLC</div> 60 <br /> 61 <em>Model-Glue has enabled me to quit building infrastructure and start solving my clients' problems. I Sniff The Glue!</em> 62 <div class="contentNote">Jared Rypka-Hauer, Adobe Community Experts</div> 63 <br /> 64 65 <em>Model-Glue is more gooder!</em> 66 <div class="contentNote">Anonymously yelled at CFUnited 2005</div> 35 67 </div> 36 68
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)