home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 April / APC443.iso / features / grpware / coldfus / coldfusi.exe / data1.cab / Examples / docs / pubdocs / overview.cfm < prev    next >
Encoding:
Text File  |  1998-10-08  |  713 b   |  15 lines

  1. <CFINCLUDE TEMPLATE="_header.cfm">
  2.  
  3. <h2>Content Publishing System Documentation</h2>
  4. <h4>How to Use This Example Application</h4>
  5. <p>This example application is for advanced Cold Fusion developers only. Because 
  6.   of its size and complexity, it won't be very useful for learning Cold Fusion; 
  7.   it <i>is</i> useful, however, for learning the concepts of dynamic content publishing.</p>
  8. <P></P>
  9. <p>You may even want to use it as an actual content publishing system; you should 
  10.   be able to plug in your own content with relatively minimal modifications to 
  11.   the system.</p>
  12.  
  13. <CFSET HREF = "1-intro.cfm">
  14. <CFSET Link = "Introduction to Dynamic Content Publishing">
  15. <CFINCLUDE TEMPLATE="_footer.cfm">