Hi Max,

There's a command-line parser program.  When installed it's called 
plucker-build.  (Before it's installed, it's called something like spider.py - 
don't ask me why the strange renaming happens.  I guess it's to give make 
something to do.)

The program seems to be designed to do a daily sweep of multiple sites and pack 
that into a single document with a fixed name.  You have to fiddle with a bunch 
of options to make it just pluck a single document and give the result a unique 
name.  You'll probably have to build the documentation or read it from teh web 
site if the build fails.

For example, to take a local file and make it into a PDB in the current 
directory, I have a silly little shell script like the following, since I can 
never remember the requisite options.


#-------------- contents of ~/bin/pluckit
#! /bin/bash
#
# syntax - pluckit htmlfile title
THISDIR=`pwd`
plucker-build --no-urlinfo -H "file:$1" -f $2 -N $2 --pluckerhome=$THISDIR

#---------------------------

It may well be worth trying to get the desktop to work. 

If you get it working, I'd love to hear about it.

Best,
Erik




On Fri, Feb 11, 2005 at 01:56:10AM +0200, Max wrote:

> Hello, Erik
> and thanks.
> I ran what you suggested, it worked fast, but what have I installed?
> If I disabled desktop and docbuild, what exaclty is left of plucker?
> This sort of plucks everything off :(
> What can I do with what is left?
> Are you suggesting that an older version might work better?
> Thank you.
> 
> 
> 
> On 02/11/2005 01:00 AM, [EMAIL PROTECTED] wrote:
> >Hi Max,
> >
> >I also ran into trouble installing plucker on slack-10.0.
> >
> >In my case I didn't need the plucker-desktop or the palm build, and 
> >skipping them eliminated all the problems.  I'm afraid I never went back 
> >to try to figure out what the problem was with the other components.
> >
> >Just for fun, you might want to try
> >./configure --disable-palmosbuild --disable-desktopbuild --disable-docbuild
> >
> >It worked fine as of some 1.6.2 cvs snapshot.  
> >
> >Good Luck,
> >Erik
> >
> >On Thu, Feb 10, 2005 at 11:22:45PM +0200, Max wrote:
> >
> >>I am re-sending this message again hoping that someone out there can help 
> >>:)
> >>
> >>Hi, I am trying to get Plucker working on my Linux set-up too, I am 
> >>getting this error when I ./configure :
> >>
> >>I am running Slackware 10 so I install from source.
> >>
> >>Please if anyone understands what is missing -I am enclosing a full 
> >>transcript below let me know too- I would appreciate being able to run 
> >>good old Plucker and not have to boot to Windows for that.
> >>
> >>
> >>configure: configuring in viewer
> >>configure: running /bin/sh ./configure --prefix=/usr/local 
> >>--cache-file=/dev/null --srcdir=.
> >>./configure: ./configure: No such file or directory
> >>configure: error: /bin/sh ./configure failed for viewer
> >>
> >>
> >>
> >>Full transcript
> >>
> >>[EMAIL PROTECTED]:/bin/plucker-desktop-1.4.0.0# ./configure
> >>checking for ranlib... ranlib
> >>checking for a BSD-compatible install... /usr/bin/ginstall -c
> >>checking for python... /usr/bin/python
> >>checking "Python version"... "2.3.4"
> >>checking for java... /usr/lib/java/bin/java
> >>checking for javac... /usr/lib/java/bin/javac
> >>checking for jython... no
> >>checking for jythonc... no
> >>checking for jar... /usr/bin/jar
> >>Java and/or Jython not available
> >>checking for pnmtopalm... /usr/bin/pnmtopalm
> >>checking for ppmquant... /usr/bin/ppmquant
> >>checking for ppmtoTbmp... no
> >>checking for mogrify... /usr/bin/mogrify
> >>checking "for PIL"... no
> >>checking "what to use for image transformation"... netpbm2
> >>checking for autoconf... /usr/bin/autoconf
> >>checking for gsed... no
> >>checking for sed... /usr/bin/sed
> >>checking for latex... no
> >>configure: WARNING: "Unable to find latex"
> >>checking for latex2html... no
> >>configure: WARNING: "Unable to find latex2html"
> >>checking for giftopnm... /usr/bin/giftopnm
> >>checking for pnmtops... /usr/bin/pnmtops
> >>checking for g++... g++
> >>checking for C++ compiler default output file name... a.out
> >>checking whether the C++ compiler works... yes
> >>checking whether we are cross compiling... no
> >>checking for suffix of executables...
> >>checking for suffix of object files... o
> >>checking whether we are using the GNU C++ compiler... yes
> >>checking whether g++ accepts -g... yes
> >>checking for gcc... gcc
> >>checking whether we are using the GNU C compiler... yes
> >>checking whether gcc accepts -g... yes
> >>checking for gcc option to accept ANSI C... none needed
> >>checking how to run the C preprocessor... gcc -E
> >>checking for egrep... grep -E
> >>checking for ANSI C header files... yes
> >>checking for sys/types.h... yes
> >>checking for sys/stat.h... yes
> >>checking for stdlib.h... yes
> >>checking for string.h... yes
> >>checking for memory.h... yes
> >>checking for strings.h... yes
> >>checking for inttypes.h... yeschecking for giftopnm... /usr/bin/giftopnm
> >>checking for pnmtops... /usr/bin/pnmtops
> >>checking for g++... g++
> >>checking for C++ compiler default output file name... a.out
> >>checking whether the C++ compiler works... yes
> >>checking whether we are cross compiling... no
> >>checking for suffix of executables...
> >>checking for suffix of object files... o
> >>checking whether we are using the GNU C++ compiler... yes
> >>checking whether g++ accepts -g... yes
> >>checking for gcc... gcc
> >>checking whether we are using the GNU C compiler... yes
> >>checking whether gcc accepts -g... yes
> >>checking for gcc option to accept ANSI C... none needed
> >>checking how to run the C preprocessor... gcc -E
> >>checking for egrep... grep -E
> >>checking for ANSI C header files... yes
> >>checking for sys/types.h... yes
> >>checking for sys/stat.h... yes
> >>checking for stdlib.h... yes
> >>checking for string.h... yes
> >>checking for memory.h... yes
> >>checking for strings.h... yes
> >>checking for inttypes.h... yes
> >>checking for stdint.h... yes
> >>checking for unistd.h... yes
> >>checking zlib.h usability... yes
> >>checking zlib.h presence... yes
> >>checking for zlib.h... yes
> >>checking jpeglib.h usability... yes
> >>checking jpeglib.h presence... yes
> >>checking for jpeglib.h... yes
> >>checking for deflateEnd in -lz... yes
> >>checking for jpeg_start_compress in -ljpeg... yes
> >>checking for at... /usr/bin/at
> >>checking for rm... /usr/bin/rm
> >>checking for netscape... /usr/bin/netscape
> >>checking for pkg-config... /usr/bin/pkg-config
> >>checking for GTK+ version 2... yes
> >>configure: creating ./config.status
> >>config.status: creating Makefile
> >>config.status: creating unix/setup.py
> >>config.status: creating parser/Makefile
> >>config.status: creating parser/python/Makefile
> >>config.status: creating parser/python/PyPlucker/Makefile
> >>config.status: creating parser/python/PyPluckechecking for suffix of 
> >>object files... o
> >>checking whether we are using the GNU C++ compiler... yes
> >>checking whether g++ accepts -g... yes
> >>checking for gcc... gcc
> >>checking whether we are using the GNU C compiler... yes
> >>checking whether gcc accepts -g... yes
> >>checking for gcc option to accept ANSI C... none needed
> >>checking how to run the C preprocessor... gcc -E
> >>checking for egrep... grep -E
> >>checking for ANSI C header files... yes
> >>checking for sys/types.h... yes
> >>checking for sys/stat.h... yes
> >>checking for stdlib.h... yes
> >>checking for string.h... yes
> >>checking for memory.h... yes
> >>checking for strings.h... yes
> >>checking for inttypes.h... yes
> >>checking for stdint.h... yes
> >>checking for unistd.h... yes
> >>checking zlib.h usability... yes
> >>checking zlib.h presence... yes
> >>checking for zlib.h... yes
> >>checking jpeglib.h usability... yes
> >>checking jpeglib.h presence... yes
> >>checking for jpeglib.h... yes
> >>checking for deflateEnd in -lz... yes
> >>checking for jpeg_start_compress in -ljpeg... yes
> >>checking for at... /usr/bin/at
> >>checking for rm... /usr/bin/rm
> >>checking for netscape... /usr/bin/netscape
> >>checking for pkg-config... /usr/bin/pkg-config
> >>checking for GTK+ version 2... yes
> >>configure: creating ./config.status
> >>config.status: creating Makefile
> >>config.status: creating unix/setup.py
> >>config.status: creating parser/Makefile
> >>config.status: creating parser/python/Makefile
> >>config.status: creating parser/python/PyPlucker/Makefile
> >>config.status: creating parser/python/PyPlucker/__init__.py
> >>config.status: creating docs/Makefile
> >>config.status: creating tools/Makefile
> >>config.status: creating tools/pluck-comics/Makefile
> >>config.status: creating tools/pluck-comics/pluck-comics.py
> >>config.status: creating viewer-GTK+2-POSIX/Makefile
> >>config.status: creating plucker_desktop/Makefile
> >>config.status: creating tools/unpluck/Makefile
> >>config.status: creating tools/explode/Makefile
> >>config.status: creating tools/explode/netscape4-plucker-helper
> >>configure: configuring in viewer
> >>configure: running /bin/sh ./configure --prefix=/usr/local 
> >>--cache-file=/dev/nu
> >>ll --srcdir=.
> >>./configure: ./configure: No such file or directory
> >>configure: error: /bin/sh ./configure failed for viewer
> >>[EMAIL PROTECTED]:/bin/plucker-desktop-1.4.0.0# r/__init__.py
> >>config.status: creating docs/Makefile
> >>config.status: creating tools/Makefile
> >>config.status: creating tools/pluck-comics/Makefile
> >>config.status: creating tools/pluck-comics/pluck-comics.py
> >>config.status: creating viewer-GTK+2-POSIX/Makefile
> >>config.status: creating plucker_desktop/Makefile
> >>config.status: creating tools/unpluck/Makefile
> >>config.status: creating tools/explode/Makefile
> >>
> >>checking for stdint.h... yes
> >>checking for unistd.h... yes
> >>checking zlib.h usability... yes
> >>
> >>
> >>_______________________________________________
> >>
> >>
> >>
> >>
> >>
> >>-- 
> >>No virus found in this outgoing message.
> >>Checked by AVG Anti-Virus.
> >>Version: 7.0.300 / Virus Database: 265.8.6 - Release Date: 2/7/2005
> >>
> >>_______________________________________________
> >>plucker-list mailing list
> >>[email protected]
> >>http://lists.rubberchicken.org/mailman/listinfo/plucker-list
> >
> >_______________________________________________
> >plucker-list mailing list
> >[email protected]
> >http://lists.rubberchicken.org/mailman/listinfo/plucker-list
> >__________
> >http://FOTO.ORC.RU - ������� � ������!
> >
> >
> _______________________________________________
> plucker-list mailing list
> [email protected]
> http://lists.rubberchicken.org/mailman/listinfo/plucker-list

_______________________________________________
plucker-list mailing list
[email protected]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list

Reply via email to