Changeset 842
- Timestamp:
- 11/27/05 03:19:56
- Files:
-
- tags/cherrypy-2.1.0/docs/book/xml/buildingblog.xml (modified) (4 diffs)
- tags/cherrypy-2.1.0/docs/book/xml/sessions.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tags/cherrypy-2.1.0/docs/book/xml/buildingblog.xml
r516 r842 237 237 <para>Now we can define both methods as follow.</para> 238 238 <example> 239 <title>Basic exposed methods of our Blog</title> 239 240 <programlisting> 240 241 <co id="index"/> … … 303 304 <para>We will define two more exposed methods to our <code>Blog</code> class.</para> 304 305 <example> 306 <title>Some exposed callable</title> 305 307 <programlisting linenumbering="numbered"> 306 308 <co id="comment"/> … … 336 338 settings we need and finally start the server.</para> 337 339 <example> 340 <title>Setting up the CherryPy published objects tree</title> 338 341 <programlisting linenumbering="numbered"> 339 342 <co id="tree"/> … … 373 376 module:</para> 374 377 <example> 378 <title>The blog backend</title> 375 379 <programlisting linenumbering="numbered"> 376 380 import shelve tags/cherrypy-2.1.0/docs/book/xml/sessions.xml
r742 r842 20 20 sessions:</para> 21 21 <example> 22 <title>Basic example of session usage</title> 22 23 <programlisting> 23 24 import cherrypy

