Changeset 46 for trunk/website/index.cfm

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

Updating site with extra files

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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.