Skip to content.

plope

Personal tools
You are here: Home
 
 
News Item Posted by chrism - Created: 2008-05-11

Political Loyalties in Web Frameworks

There are at least two distinct forms of web framework styles: "right-leaning" and "left-leaning" (in the political sense).

News Item Posted by chrism - Created: 2008-05-10

Call for New Maintainer for External Editor

External Editor is two pieces of software: a client side browser "plug in" application that launches editing processes (Word, Excel, vim, emacs, whatever) and a server-side component for Zope that allows developers to inject links into pages that will trigger the client side application when they're clicked. It needs a new maintainer.

News Item Posted by chrism - Created: 2008-04-27

Integrating the repoze.who WSGI Authentication Framework with TurboGears 2

Integrating repoze.who (web-platform-agnostic WSGI middleware for performing authentication) with TurboGears 2.

News Item Posted by chrism - Created: 2008-04-16

Strace Replacement for Leopard

Just a "so I can find it later" post... a replacement for strace on Mac OS X Leopard using dtruss.

News Item Posted by chrism - Created: 2008-04-08

Signs That Your Python Package is Not Usable By Others

Here's a challenge to web framework implementors: start packaging and documenting things in a way all Python web programmers would be embarrassed to not understand.

News Item Posted by chrism - Created: 2008-04-07

Sphinx "autointerface" Autodoc Patch

Sphinx' "autodoc" extension allows you to generate docs from existing code. It doesn't like Zope interfaces, however. Included is a very raw patch that allows you to use autodoc to point at a Zope interface and generate documentation output for it.

News Item Posted by chrism - Created: 2008-04-07

ReStructured Text?

I never really understood why people get excited about ReStructured Text as a documentation input format.

News Item Posted by chrism - Created: 2008-03-23

Six Months of Repoze

Six (long, fun) months of Repoze.

News Item Posted by chrism - Created: 2008-03-19

Pycon 2008: Best. Pycon. Ever.

I probably don't have enough time to do justice in describing it here, but I loved Pycon 2008.

News Item Posted by chrism - Created: 2008-03-10

Vanquishing the Virtual Host Monster

I am victorious. I have vanquished the Virtual Host Monster.

News Item Posted by chrism - Created: 2008-02-24

Buildout Ghettoization

zc.buildout's ghettoization effect on the Python package installation process.

News Item Posted by chrism - Created: 2008-02-22

Decsec Revisited

An implementation of a frameworky piece of middleware which allows users to implement declarative security in their web applications.

News Item Posted by chrism - Created: 2008-02-19

Unittest findTestCases

A reminder to myself about what to put at the bottom of unit test files when the tests are to be found by a testrunner that looks at "test_suite" for the suite in each test module.

News Item Posted by chrism - Created: 2008-02-16

Safari 3 Fails to Send Basic Auth Credentials

Safari 3 fails to send basic auth credentials every so often?

News Item Posted by chrism - Created: 2008-02-14

Report from Plone Gathering in Seattle

Report from the Seattle Plone Gathering, where your intrepid blogger recently gave a talk about Repoze.