- Timestamp:
- 08/16/13 18:43:47 (13 years ago)
- Location:
- trunk/website
- Files:
-
- 5 added
- 2 modified
-
Application.cfc (added)
-
ModelGlue.com.zip (added)
-
blog/contact_leed.cfm (added)
-
blog/enclosures/PlantOMatic.zip (added)
-
include/dspHeader.cfm (modified) (1 diff)
-
index.cfm (modified) (2 diffs)
-
missing.cfm (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/include/dspHeader.cfm
r44 r46 75 75 <link rel="alternate" type="application/rss+xml" title="#request.conference.name# RSS" href="#application.galleon.settings.rooturl#rss.cfm?conferenceid=#request.conference.id#"> 76 76 </cfif> 77 </cfif> 77 </cfif> 78 <script type="text/javascript"> 79 80 var _gaq = _gaq || []; 81 _gaq.push(['_setAccount', 'UA-1272970-17']); 82 _gaq.push(['_setDomainName', 'model-glue.com']); 83 _gaq.push(['_trackPageview']); 84 85 (function() { 86 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 87 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; 88 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); 89 })(); 90 91 </script> 78 92 </head> 79 93 -
trunk/website/index.cfm
r38 r46 1 1 <cfsilent> 2 2 <cfset page.title = "The Model-Glue Framework" /> 3 <cfset Subdomain = listFirst( CGI.HTTP_HOST, ".") /> 3 4 </cfsilent> 4 5 … … 8 9 9 10 <h1>Model-Glue</h1> 10 11 <cfif Subdomain IS "docs" OR Subdomain IS "bugs"> 12 <h2>Note:</h2> 13 <h4 style="background-color: #ff9999; padding: 3em 1em">In keeping up with the times, we've moved the <a href="http://github.com/modelglue">documentation and the bug tracker over to GitHub</a>. Please update your bookmarks.</h4> 14 <hr> 15 </cfif> 11 16 <p> 12 17 The Model-Glue family of frameworks support Web application developers by making the construction of Object-Oriented Web and Rich Internet Applications a straightforward process.
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)