personal document mgmt system idea

Stephan Diehl stephan.diehlNOSPAM at gmx.net
Wed Jan 21 06:17:15 EST 2004


Sandy Norton wrote:

> Stephan Diehl wrote:
> 
> [...]
> 
[...]
>> In addition, a real (text) search engine might be of help. I'm using
>> swish-e (www.swish-e.org) and are very pleased with it.
> 
> Just downloaded it... looks good. Now if it also had a python api (-;

I'm just using the command line interface via os.system and the popenX
calls. 
The only thing that (unfortunatelly) not possible, is to remove a document
from the index :-(
If you need any help, just drop me a line.

> 
>> Maybe, before you invest to much time into such a project, you should
>> check out the following:
>> 
>> Chandler (http://www.osafoundation.org)
>>         if it's finished, it will do excactly what you are aiming for
>>         (and it's written in Python)
> 
> Still early stages... I see they dropped the ZODB.

Did they? If they succeed, Chandler will rock. My personal opinion is that
they try doing too much at once. I guess that a better filesystem will make
most of the document management type applications obsolete.
The big problem, of course, is to define 'better' in a meaningfull way.

> 
>> ReiseFS (see www.namesys.com -> Future Vision)
>> Gnome Storage (http://www.gnome.org/~seth/storage)
>> WinFS
>>
(http://msdn.microsoft.com/Longhorn/understanding/pillars/WinFS/default.aspx)
> 
> 
> Wow! Very exciting stuff... I guess we'll just have to wait and see what
> develops.

Or go the other way: build a new filesystem prototype application in python
and see, if it works out as intended and then build a proper file system.

> 
> 
>> Hope that helps
> 
> Yes. Very informative. Cheers for the help.
> 
>> Stephan
> 
> Sandy




More information about the Python-list mailing list