|
Revision 46, 1.0 kB
(checked in by danwilson, 13 years ago)
|
|
Updating site with extra files
|
| Line | |
|---|
| 1 | <cfsilent> |
|---|
| 2 | <cfset page.title = "The Model-Glue Framework" /> |
|---|
| 3 | <cfparam name="url.thePage" default=""> |
|---|
| 4 | <cfset Subdomain = listFirst( CGI.HTTP_HOST, ".") /> |
|---|
| 5 | <!---<cfif not len(trim(url.thePage))> |
|---|
| 6 | <cflocation url="index.cfm" addToken="false"> |
|---|
| 7 | </cfif>---> |
|---|
| 8 | |
|---|
| 9 | </cfsilent> |
|---|
| 10 | <cfoutput> |
|---|
| 11 | <cfinclude template="include/dspHeader.cfm" /> |
|---|
| 12 | |
|---|
| 13 | <h2>Looks like you came here for: #url.thePage#</h2> |
|---|
| 14 | |
|---|
| 15 | |
|---|
| 16 | <cfif Subdomain IS "docs" OR Subdomain IS "bugs"> |
|---|
| 17 | <p>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.</p> |
|---|
| 18 | <h3>Why oh Why?</h3> |
|---|
| 19 | <p>It was getting way too hard to find and keep a good trac host. Github provides the right tools and is easier for us to use.</p> |
|---|
| 20 | <cfelse> |
|---|
| 21 | <p>I'm sorry, we can't find that section of the site. You can go to the <a href="index.cfm">Home Page</a> and look there.</p> |
|---|
| 22 | </cfif> |
|---|
| 23 | </p> |
|---|
| 24 | |
|---|
| 25 | <cfinclude template="include/dspFooter.cfm" /> |
|---|
| 26 | </cfoutput> |
|---|