Re: [Zope] Zope Email (syndication)

2000-05-26 Thread Karl Ulbrich

> Well... I think that it's probably the shortest route to a functioning
> zope archive to use mailman-  already written in python, and modular
> enough that we should be able to take it one step at a time.

In browsing the MailMan lists, I recall reading about someone 
setting up an archiver script that received each mail message
and saved it into Zope via WebDAV, so each msg became a document.
I didn't save the link, but that might be the *fastest* way to
get started with archiving (and potentially indexing, etc) mail
in Zope:

- script (in Python, of course!) receives mail, or add to Mailman
- script talks WebDAV, and saves it into a folder (or 
  subfolder by-date?) in Zope
- this becomes a DTML document -- I don't know enoug Zope
  yet to know if this could be a customized/subclassed DTML
  doc that was smart enough to parse RFC822, save 
  fielded and raw search info into ZCatalog, etc).
- everything Zope can do with a collection of items is yours!

This sounded cool to me...  Anyone going to try?

Karl

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Local File System

2000-05-18 Thread Karl Ulbrich

I'm just getting started, but managed to use
the following to display only JPG's, and then
only ones starting with "tn_" (my thumbnails):



  

  /">

  



(my localfs instance is called "tester" and is 
in the same folder with the dtml page containing this code)

Karl

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )