Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

root/branches/cherrypy-2.1/docs/book/xml/appdeveloperreference.xml

Revision 650 (checked in by mikerobi, 3 years ago)

implimented changes needed to re-close ticket:288

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <section xmlns:db="http://docbook.org/docbook-ng"
3          xmlns:xi="http://www.w3.org/2001/XInclude"
4          xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
5          xml:id="appdeveloperreference">
6     <title>Application developer reference</title>
7     <abstract>CherryPy lets developers use Python to develop web applications,
8     just as they would use Python for any other type of application. Building
9     a web application with CherryPy is very straightforward and does not
10     require the developer to change habits, or learn many features, before
11     being able to produce a working application. This section will review the
12     basic components which you will use to build a CherryPy
13     application.</abstract>
14     <xi:include href="globaloverviewcherrypy.xml" />
15     <xi:include href="configsystemoverview.xml" />
16     <xi:include href="sessions.xml" />
17     <xi:include href="templateindependant.xml" />
18     <xi:include href="staticcontenthandling.xml" />
19     <xi:include href="fileuploadbehavior.xml" />
20     <xi:include href="errorhandling.xml" />
21 </section>
Note: See TracBrowser for help on using the browser.

Hosted by WebFaction

Log in as guest/cpguest to create tickets