Edgewall Software

Changes between Version 104 and Version 105 of GenshiTutorial


Ignore:
Timestamp:
Nov 7, 2007, 12:34:40 AM (16 years ago)
Author:
cmlenz
Comment:

Spelling

Legend:

Unmodified
Added
Removed
Modified
  • GenshiTutorial

    v104 v105  
    1111The application we'll build here is a stripped-down version of sites such as [http://reddit.com/ reddit] or [http://digg.com/ digg]: it lets users submit links to online articles they find interesting, and then lets other users comment on those stories. Just for kicks, we'll call that application '''Geddit?'''.
    1212
    13 We'll keep the project as simple as possible, while still showing many of Genshi features and how to best use them:
     13We'll keep the project as simple as possible, while still showing many of Genshi's features and how to best use them:
    1414 * For persistence, we'll use native Python object serialization (via the `pickle` module), instead of an SQL database and an ORM.
    1515 * There's no authentication of any kind. Anyone can submit links, anyone can comment.