Running plucker-build against the following home.html gives the error
output:
Traceback (most recent call last):
File "/usr/bin/plucker-build", line 1142, in ?
retval = main (config, exclusion_lists)
File "/usr/bin/plucker-build", line 751, in main
mapping = writer.write (verbose=verbosity, alias_list=alias_list)
File "/usr/lib/python2.2/site-packages/PyPlucker/Writer.py", line 445,
in write
result = Writer.write (self, verbose, alias_list=alias_list)
File "/usr/lib/python2.2/site-packages/PyPlucker/Writer.py", line 274,
in write
raise RuntimeError, "The collection process failed to generate a
'home' document"
RuntimeError: The collection process failed to generate a 'home'
document
I've been able to pluck sites successfully using the:
plucker-build -f <DBName> <URL>
syntax. Any ideas what I'm doing wrong?
Jay
home.html:
<!--
The default home page for Plucker users.
You only need to include a MAXDEPTH tag in the anchor if you want
more than just the referenced page.
-->
<HTML>
<HEAD>
<TITLE>Jay's Plucked News</TITLE>
</HEAD>
<BODY>
<H1>Jay's Plucked News</H1>
<H2>Linux links</H2>
<A HREF="http://slashdot.org/palm/" NOIMAGES
MAXDEPTH=2>Slashdot.org</A><P>
<H2>Movies</H2>
<A HREF="http://www.colamovies.com" NOIMAGES MAXDEPTH=2
STAYONHOST>Columbia Movies</A><P>
<A HREF="http://www.suntimes.com/index/ebert1.html" NOIMAGES MAXDEPTH=2
STAYBELOW="http://www.suntimes.com/output/ebert1/">Roger Ebert
Reviews</A><P>
</BODY>
</HTML>