On Sat, Aug 24, 2002 at 05:13:00PM -0400, Edward Rayl wrote:
[...]
> I've tried various settings on my slashpluck.pl I tried the defaults in the
> README and they did not work. Currently it has:
>
> $pluckerdir = "\Program Files\Plucker\Default.DB";
>
> # The directory where the html files are stored.
> $directory = "$pluckerdir/slashpluck";
>
> # The same directory as it appears to the browser.
> $web_directory = "plucker:/Default.DB/slashpluck";
This looks OK. Personally, I put the slashpluck directory in the C:\Program
Files\Plucker directory, not in the Default.DB directory, but I see no
reason why this shouldn't work.
>
> What happens is that the html files are written to the C:\Program
> Files\Plucker\Default.DB\slashpluck directory and I can even open the
> headlines.html file with a browser and properly link to the <digit>.html files
> from it. So all is well with the slashpluck generation. The headlines.html
> file has lines like this:
>
> <p><a href="c:/Program
> Files/Plucker/Default.DB/slashpluck/1.html">Going Back To The Past of
> the Internet</a>
That's strange. It should instead read:
<p><a href="plucker:/Default.DB/slashpluck/1.html">Going Back To The
Past of the Internet</a>
Check your linux drive. The links on the headline page should be a
"plucker:" link, not a file: link. I wonder why it's behaving differently
on Windows?
[...]
> The file(s) are sync'ed to my palm and I have entry called "Slashdot". On it
> appears ALL the headlines, but when I click on any on of them I get:
>
> "Sorry the link you selected was not downloaded..."
> URL: c:/Program Files/Plucker/Default.DB/slashpluck/1.html
Actually, this is what I would expect. For some reason, the URLs on the
headline page are not being generated properly. It's no surprise that the
viewer can't find them.
>
> I've tried setting the maxdepth to 3, the defaults in the slashpluck README, and
> and number of other settings. Can anyone notice what I'm doing wrong here. I'
> suspecting a problem with the space in "Program Files", though my browsers have
> no problem with this. Also all other documents sync fine in this environment.
I don't think it's a problem with the space, or with the parser; the
generated html is bad before it ever gets to the parser. If you want to
confirm this, manually edit the headlines.html file and change all the
article linkes to look like the "plucker:" link above, then run
plucker-build again.
Can you send me directly the slashpluck.pl file you are using on Windows?
>
> It was soooooooo easy on Linux,
:-D
Jason
--
Jason Day jasonday at
http://jasonday.home.att.net worldnet dot att dot net
"Of course I'm paranoid, everyone is trying to kill me."
-- Weyoun-6, Star Trek: Deep Space 9
_______________________________________________
plucker-list mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list