Changeset 22 for trunk/website

Show
Ignore:
Timestamp:
03/05/10 13:06:25 (16 years ago)
Author:
DanWilson
Message:

updated the new release 299
reorganized some content to the home page

Location:
trunk/website
Files:
1 added
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/website/coldfusion.cfm

    r19 r22  
    1010 
    1111<div class="contentSection"> 
    12         <h1><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> 
    1313</div><br /> 
    1414<div class="sectionNavigation"> 
     
    2626        </cfoutput> 
    2727        <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.0 series 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. 
    2929        </p> 
    3030        <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> 
    3233</div> 
    33  
    3434<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"> 
    3552        <h1><strong><cfoutput>#application.downloads.mgcoldfusion3beta.title#</cfoutput></strong> is newly available!</h1> 
    3653</div><br /> 
     
    4663                <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> 
    4764        </p> 
    48 </div> 
    49  
     65</div>---> 
     66<hr /> 
    5067<div class="contentSection"> 
    51         <h2>[Archive] Model-Glue: <strong>"Unity" Release</strong></h2> 
     68        <h2>[Archive Only] Model-Glue: <strong>"Unity" Release</strong></h2> 
    5269</div><br /> 
    5370<div class="sectionNavigation"> 
     
    7289        </cfoutput> 
    7390</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> 
    10691 
    10792</div> 
  • trunk/website/include/dspHeader.cfm

    r20 r22  
    88 
    99<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" /> 
    1313 
    1414<cfset application.downloads.mgcoldfusion3beta = structNew() /> 
  • trunk/website/index.cfm

    r20 r22  
    2525        <cfoutput> 
    2626        <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>---> 
    2828        </cfoutput> 
    2929        <p> 
     
    3333                It enforces Model-View-Controller design, eases implicit invocation, does repetitive work for you, and plays well with other open-source ColdFusion frameworks. 
    3434        </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> 
    3567</div> 
    3668