- Location:
- /trunk/website
- Files:
-
- 11 removed
- 7 modified
-
blog/includes/pods/sponsors.cfm (modified) (1 diff)
-
include/dspHeader.cfm (modified) (2 diffs)
-
images/model-glue-01-576x360.jpg (deleted)
-
images/model-glue-02-576x360.jpg (deleted)
-
images/model-glue-03-576x360.jpg (deleted)
-
org/camden/blog/blog.ini.cfm (modified) (1 diff)
-
coldfusion.cfm (modified) (4 diffs)
-
downloads/modelglue_3.1.294.zip (modified) (previous)
-
downloads/ModelGlue_3.1.299.zip (deleted)
-
downloads/ModelGlue_CurrentRelease.zip (deleted)
-
downloads/wallpaper (deleted)
-
downloads/modelglue_3.2.700.341.zip (deleted)
-
index.cfm (modified) (2 diffs)
-
sites.cfm (modified) (2 diffs)
-
training.cfm (deleted)
-
wallpaper.cfm (deleted)
-
schema (deleted)
-
extras (deleted)
Legend:
- Unmodified
- Added
- Removed
-
/trunk/website/blog/includes/pods/sponsors.cfm
r24 r14 19 19 <p><a href="http://www.nodans.com/">Dan Wilson</a>, <a href="http://www.datacurl.com">DataCurl LLC</a></p> 20 20 <h4>Associate Director</h4> 21 <p> <a href="http://www.cfgrok.com/">Ezra Parker</a>, <a href="http://www.alagad.com/">Alagad Inc.</a></p>21 <p>Ezra Parker</p> 22 22 <h4>Community Evangelist</h4> 23 23 <p><a href="http://www.coldfusionjedi.com">Raymond Camden</a></p> -
/trunk/website/include/dspHeader.cfm
r26 r20 8 8 9 9 <cfset application.downloads.mgcoldfusion3 = structNew() /> 10 <cfset application.downloads.mgcoldfusion3.title = "Model-Glue: 3.1 M" />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" />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" /> 13 13 14 14 <cfset application.downloads.mgcoldfusion3beta = structNew() /> 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" />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" /> 18 18 19 19 <cfset application.downloads.mgflex = structNew() /> … … 89 89 <li><a href="/" class="current">home</a></li> 90 90 <li><a href="/coldfusion.cfm">coldfusion</a></li> 91 <li><a href="/training.cfm">training</a></li>92 91 <li><a href="/flex.cfm">flex</a></li> 93 92 <li><a href="/blog">blog</a></li> -
/trunk/website/org/camden/blog/blog.ini.cfm
r24 r5 9 9 blogDBType=MYSQL 10 10 locale=en_US 11 users=joe,sstroz,rcamden,jared,rmaxim,mdrew,danwilson ,ezraparker11 users=joe,sstroz,rcamden,jared,rmaxim,mdrew,danwilson 12 12 commentsFrom= 13 13 mailserver= -
/trunk/website/coldfusion.cfm
r27 r19 8 8 9 9 <h1>Model-Glue: ColdFusion</h1> 10 10 11 <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://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/trunk">Source Code (SVN)</a>] 19 [<a href="http://docs.model-glue.com/wiki/Training##WelcometoModel-Glue3Training">Training</a>] 20 [<a href="http://groups.google.com/group/model-glue/">Get Help (Mailing List)</a>] 21 </cfoutput> 22 </div> 23 <div class="contentSection"> 24 <p> 25 <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> 26 </p> 27 </div> 28 <div class="contentSection"> 29 <h2><strong><cfoutput>#application.downloads.mgcoldfusion3.title#</cfoutput></strong> is the best available version</h2> 12 <h1><strong><cfoutput>#application.downloads.mgcoldfusion3.title#</cfoutput></strong> is the best available version</h1> 30 13 </div><br /> 31 14 <div class="sectionNavigation"> 32 15 <cfoutput> 33 16 [<a href="#application.downloads.mgcoldfusion3.url#">Download</a>] 34 [<a href="http://docs.model-glue.com">Documentation</a>]35 17 [<a href="http://bugs.model-glue.com">Report Bugs</a>] 36 18 [<a href="http://svn.model-glue.com">Source Code (SVN)</a>] 37 [<a href="http://docs.model-glue.com/wiki/Training##WelcometoModel-Glue3Training">Training</a>]38 [<a href="http://groups.google.com/group/model-glue/">Get Help (Mailing List)</a>]39 19 </cfoutput> 40 20 </div> … … 46 26 </cfoutput> 47 27 <p> 48 Model-Glue 3, code named "Gesture," is a return to Model-Glue's roots of dead-simple MVC+II development. The version 3. 1series 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.0 series is the most up to date, actively developed version of Model-Glue. 49 29 </p> 50 30 <p> 51 The MG 3.1 release continues the hard hitting, high productivity nature of Model-Glue. Get yer 'Glue on with 3.1! 31 The MG 3.1 release continues the hard hitting, high productivity nature of Model-Glue. Get yer 'Glue on with 3.1!</p> 32 </div> 33 34 <div class="contentSection"> 35 <h1><strong><cfoutput>#application.downloads.mgcoldfusion3beta.title#</cfoutput></strong> is newly available!</h1> 36 </div><br /> 37 <div class="sectionNavigation"> 38 <cfoutput> 39 [<a href="#application.downloads.mgcoldfusion3beta.url#">Download</a>] 40 [<a href="http://bugs.model-glue.com">Report Bugs</a>] 41 [<a href="http://svn.model-glue.com/trunk">Source Code (SVN)</a>] 42 </cfoutput> 43 </div> 44 <div class="contentSection"> 45 <p> 46 <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> 52 47 </p> 53 48 </div> 54 <hr /> 49 55 50 <div class="contentSection"> 56 <h2>[Archive Only] Model-Glue: <strong>"Unity" Release</strong></h2>51 <h2>[Archive] Model-Glue: <strong>"Unity" Release</strong></h2> 57 52 </div><br /> 58 53 <div class="sectionNavigation"> … … 62 57 [<a href="http://docs.model-glue.com">Documentation</a>] 63 58 [<a href="http://trac.model-glue.com">Report Bugs</a>] 64 [<a href="http://groups.google.com/group/model-glue/">Get Help (Mailing List)</a>]65 59 <!---[<a href="http://svn.model-glue.com">Source Code (SVN)</a>]---> 66 60 </div> … … 78 72 </cfoutput> 79 73 </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> 80 106 81 107 </div> 82 108 83 <cfinclude template="include/dspFooter.cfm" /> 109 <cfinclude template="include/dspFooter.cfm" />? -
/trunk/website/index.cfm
r27 r20 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# </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 <p>36 <strong>New:</strong> <a href="/wallpaper.cfm">Download Model-Glue wallpaper</a>37 </p>38 </div>39 <div class="contentSection">40 <h2><strong>Web Based Training for Model-Glue 3.1</h2>41 <p>42 <a href="training.cfm">Free self-paced training course</a></strong> is newly available!</a>43 </p>44 </div>45 <div class="contentSection">46 <h2>Model-Glue is:</h2>47 48 <ol>49 <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>50 51 <li>Enabling. <p>It builds on ColdFusion as a productivity tool for writing Web applications.</p></li>52 53 <li>Strong but Simple. <p>Model-Glue is based on Model View Controller and Implicit Invocation - but not at all complicated.</p></li>54 55 <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>56 57 <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>58 59 </ol>60 61 <h2>What People Say About Model-Glue:</h2>62 <br />63 <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>64 <div class="contentNote">Raymond Camden, VP of Technology for roundpeg</div>65 66 <br />67 <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>68 <div class="contentNote">Scott Stroz, Senior Web Developer, AboutWeb, LLC</div>69 <br />70 <em>Model-Glue has enabled me to quit building infrastructure and start solving my clients' problems. I Sniff The Glue!</em>71 <div class="contentNote">Jared Rypka-Hauer, Adobe Community Experts</div>72 <br />73 74 <em>Model-Glue is more gooder!</em>75 <div class="contentNote">Anonymously yelled at CFUnited 2005</div>76 35 </div> 77 36 -
/trunk/website/sites.cfm
r26 r5 5 5 <cfset sites = queryNew("title,url,description")> 6 6 <cfsavecontent variable="data"> 7 challengewave.com@http://challengewave.com@ChallengeWave is a tool helping businesses reduce health care cost, worker compensation cost and keep employees engaged in their own health8 groups.adobe.com@http://groups.adobe.com@The Adobe Groups site is a worldwide user group management system built with ColdFusion 9, Model-Glue and ColdSpring9 7 cfsnippets.org@http://www.cfsnippets.org@This site is an online interface to a public SnipEx server for use with CFEclipse. Once you have registered and verified your account you will be able to upload your own code snippets that will be shared on our public server. By registering you will also be able to create your own custom server by subscribing only to the libraries that you are interested in. You don't have to register to use this service, you can simply plug the server URL listed here into CFEclipse to begin using the libraries and snippets hosted here. 10 8 cfelipse.org@http://www.cfeclipse.org@The official site for CFEclipse development. … … 20 18 OrientXpress Jewels@http://www.orientxpressjewels.com/@Colored gemstones and jewelry. 21 19 whichfranchise Australia@http://www.whichfranchise.net.au/@Franchise and Franchising Resources in Australia 22 calozzio.com@http://www.calozzio.com/@l'Arte di Ricevere23 20 </cfsavecontent> 24 21 <cfset data = trim(data)>
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)