root/trunk/website/blog/includes/pods/sponsors.cfm @ 5

Revision 5, 1.0 kB (checked in by DanWilson, 17 years ago)

Initial Commit Of ModelGlue? Website (upgrade to blogcfc 511)

Line 
1<cfsetting enablecfoutputonly=true>
2<cfprocessingdirective pageencoding="utf-8">
3<!---
4        Name         : rss.cfm
5        Author       : Raymond Camden
6        Created      : October 29, 2003
7        Last Updated : February 28, 2007
8        History      : history cleared for 4.0
9                                 : Nofollow/noindex (rkc 2/28/07)
10        Purpose          : Display rss box
11--->
12
13
14<cfmodule template="../../tags/podlayout.cfm" title="Model-Glue Team">
15
16        <cfoutput>
17        <p>Joe Rinehart, <a href="http://www.firemoss.com">Firemoss, LLC</a></p>
18        <p><a href="http://www.coldfusionjedi.com">Raymond Camden</a></p>
19        <p>Jared Rypka-Hauer, <a href="http://www.web-relevant.com">Continuum Media Group, LLC</a></p>
20        <p>Doug Hughes, <a href="http://www.alagad.com">Alagad Inc.</a></p>
21        <p><a href="http://cdscott.blogspot.com/">Chris Scott</a></p>
22        <p><a href="http://www.simb.net/">Simeon Bateman</a></p>
23        <p><a href="http://www.nodans.com/">Dan Wilson</a></p>
24        </cfoutput>
25                       
26</cfmodule>
27       
28<cfsetting enablecfoutputonly=false>
Note: See TracBrowser for help on using the browser.