Le jeu 07/10/2004 � 14:39, Frederic Charpentier a �crit :
> I've already try a specialized script called "Domino Hunter".
> It'is based on the basic .nsf file list and LotusDomino commands like
> '?OpenDocument'.
Same thing for dominodig :
http://sourceforge.net/projects/dominodig/
I looked at version 70a, and my patch is still not included.
Send code, and just get ignored :(
--
Nicob <[EMAIL PROTECTED]>
244,256d245
< # Nicob Patch
< if ($o =~ m/Database filename/ig) {
<
< if ($o =~ m/>[\s]?[\\]?([\w]+(\\[^\s^\\]+)?(\\[^\s^\\]+)?(\\[^\s^\\]+)?(\\[^\s^\\]+)?(\\[^\s^\\]+)?[^\s^\.]+\.nsf)/ig) {
< my $dtemp = $1;
< $dtemp =~ s/\\/\//g;
< $dtemp = "/".$dtemp;
< print "== $dtemp ==\n";
< push(@urls,$dtemp);
< }
<
< }
<
393,395d381
< # Nicob patch
< # Case *IN*sensitive search
< $var = lc($var);