ANN: Docco 0.3

2004-04-13 Thread Peter Becker
Hello,

we released Docco 0.3 along with two updates for its plugins.

Docco is a personal document retrieval tool based on Apache's Lucene 
indexing engine and Formal Concept Analysis. It allows you to create an 
index for files on your file system which you can then search for 
keywords. It can index plain text, HTML, XML and OpenOffice files and 
with the support of plugins others like PDF, DOC and XLS.

This new version of Docco features a number of small enhancements: the 
diagram layout can be changed, printing and graphic export options have 
been added and some plugins have been updated.

The new POI plugin should be able to index MS Word documents again (the 
old one broke with recent Java versions), the PDFbox plugin gets all the 
recent updates from the PDFbox project. Old plugins will still continue 
to work, though.

You can find the updated files here:
http://sourceforge.net/project/showfiles.php?group_id=21448
Note that you can now also use the export plugins to add more graphic 
export options.

Enjoy!
 Peter
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: ANN: Docco 0.3

2004-04-13 Thread Stephane James Vaucher
Looks cool, but I've got a question:

How do you handle symlinks on *nix? I think it's stuck in a loop

When indexing my home dir, I see it indexing: 
/home/vauchers/.Cirano-gnome/.gnome-desktop/Home directory/.Cirano-gnome/...

cheers,
sv

On Wed, 14 Apr 2004, Peter Becker wrote:

 Hello,
 
 we released Docco 0.3 along with two updates for its plugins.
 
 Docco is a personal document retrieval tool based on Apache's Lucene 
 indexing engine and Formal Concept Analysis. It allows you to create an 
 index for files on your file system which you can then search for 
 keywords. It can index plain text, HTML, XML and OpenOffice files and 
 with the support of plugins others like PDF, DOC and XLS.
 
 This new version of Docco features a number of small enhancements: the 
 diagram layout can be changed, printing and graphic export options have 
 been added and some plugins have been updated.
 
 The new POI plugin should be able to index MS Word documents again (the 
 old one broke with recent Java versions), the PDFbox plugin gets all the 
 recent updates from the PDFbox project. Old plugins will still continue 
 to work, though.
 
 You can find the updated files here:
  http://sourceforge.net/project/showfiles.php?group_id=21448
 
 Note that you can now also use the export plugins to add more graphic 
 export options.
 
 Enjoy!
   Peter
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: ANN: Docco 0.3

2004-04-13 Thread Peter Becker
The underlying assumption was that File.isDirectory() does return false 
on symlinks, but we never tested under UNIX or Linux and JavaDoc is not 
very explicit about this (as so often). If that is wrong, can someone 
mail me some hint how to do it properly? I assume it involves 
getCanonicalPath() but the details might be tricky :-)

 Peter

Stephane James Vaucher wrote:

Looks cool, but I've got a question:

How do you handle symlinks on *nix? I think it's stuck in a loop

When indexing my home dir, I see it indexing: 
/home/vauchers/.Cirano-gnome/.gnome-desktop/Home directory/.Cirano-gnome/...

cheers,
sv
On Wed, 14 Apr 2004, Peter Becker wrote:

 

Hello,

we released Docco 0.3 along with two updates for its plugins.

Docco is a personal document retrieval tool based on Apache's Lucene 
indexing engine and Formal Concept Analysis. It allows you to create an 
index for files on your file system which you can then search for 
keywords. It can index plain text, HTML, XML and OpenOffice files and 
with the support of plugins others like PDF, DOC and XLS.

This new version of Docco features a number of small enhancements: the 
diagram layout can be changed, printing and graphic export options have 
been added and some plugins have been updated.

The new POI plugin should be able to index MS Word documents again (the 
old one broke with recent Java versions), the PDFbox plugin gets all the 
recent updates from the PDFbox project. Old plugins will still continue 
to work, though.

You can find the updated files here:
http://sourceforge.net/project/showfiles.php?group_id=21448
Note that you can now also use the export plugins to add more graphic 
export options.

Enjoy!
 Peter
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]