|
Revision 797
(checked in by fumanchu, 3 years ago)
|
Docs: new section on mapping URI's to handlers (for app developers). More to come soon.
|
| 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="usingfilters.xml" /> |
|---|
| 16 |
<xi:include href="configsystemoverview.xml" /> |
|---|
| 17 |
<xi:include href="sessions.xml" /> |
|---|
| 18 |
<xi:include href="templateindependant.xml" /> |
|---|
| 19 |
<xi:include href="staticcontenthandling.xml" /> |
|---|
| 20 |
<xi:include href="fileuploadbehavior.xml" /> |
|---|
| 21 |
<xi:include href="errorhandling.xml" /> |
|---|
| 22 |
</section> |
|---|