Changeset 46 for trunk/website

Show
Ignore:
Timestamp:
08/16/13 18:43:47 (13 years ago)
Author:
danwilson
Message:

Updating site with extra files

Location:
trunk/website
Files:
5 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/website/include/dspHeader.cfm

    r44 r46  
    7575    <link rel="alternate" type="application/rss+xml" title="#request.conference.name# RSS" href="#application.galleon.settings.rooturl#rss.cfm?conferenceid=#request.conference.id#"> 
    7676    </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> 
    7892</head> 
    7993 
  • trunk/website/index.cfm

    r38 r46  
    11<cfsilent> 
    22        <cfset page.title = "The Model-Glue Framework" /> 
     3        <cfset Subdomain = listFirst( CGI.HTTP_HOST, ".") /> 
    34</cfsilent> 
    45 
     
    89 
    910<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> 
    1116<p> 
    1217        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.