durusmail: quixote-users: bigger examples?
bigger examples?
2002-07-05
2002-07-05
2002-07-05
2002-07-05
2002-07-08
bigger examples?
Greg Ward
2002-07-05
On 04 July 2002, Phil Hughes said:
> The examples in the documentation is fine but is there anything "real"
> (mostly meaning more complete) that someone has done that they are
> willing to share? Not likely that it will do what I need to do but a
> good example would be really helpful.

Take a look at SPLAT!, a bug-tracker I wrote for internal use at the
MEMS Exchange, and *still* haven't gotten around to releasing.  (The
other two reasons for writin SPLAT! were as a real-world Quixote
example, and to play with Berkeley DB for persistence.)

It's available via CVS:

  cvs -d :pserver:anon@cvs.mems-exchange.org:/home/cvs login
  cvs -d :pserver:anon@cvs.mems-exchange.org:/home/cvs co splat

The "domain objects" (BugDatabase, Bug, User, etc.) are all in
splat/*.py.  The Quixote interface is in splat/web/*.{py,ptl}.  Enjoy.

        Greg
--
Greg Ward - software developer                gward@mems-exchange.org
MEMS Exchange                            http://www.mems-exchange.org



reply