[Zope-CMF] Another CMF site to play with
Jonathan Corbet
corbet-cmf@lwn.net
Sat, 23 Jun 2001 10:37:03 -0600
> How do you pull the content from the regular LWN page? Is it via internal
> Zope stuff, or are you using RSS?
It's a hack. I have a little Python script that reds the current LWN daily
stuff and uploads each item (and any linked-to pieces, like security
advisories) via FTP. As part of that I created a special little object
which automatically generates an article ID and sets it up for the upload.
In the longer term, I'll probably end up setting up a workflow that accepts
stuff from the lwn@lwn.net mailbox and our net scanner, and that will be
how most daily page content starts its life. I'm still a little ways from
that, though.
jon