Re: alpha release of 'unpluck' library for accessing Plucker documents in C

2002-05-18 Thread Robert O'Connor
On 17 May 2002 at 17:00, Bill Janssen wrote: > I've put out a tar file, > ftp://ftp.parc.xerox.com/transient/janssen/unpluck.tgz, which contains > code for the 'unpluck' library, which is just an API to retrieve > information from a Plucker document. Also included is a sample > program, explode,

Re: alpha release of 'unpluck' library for accessing Plucker documents in C

2002-05-18 Thread Michael Nordström
On Fri, May 17, 2002, Bill Janssen wrote: > which is just an API to retrieve information from a Plucker document. Works quite well. The generated HTML code seems to be non-Plucker compatible, though ;-) That is, the parser won't parse it into a Plucker document. Neither can I read the created f

Re: alpha release of 'unpluck' library for accessing Plucker documents in C

2002-05-18 Thread Robert O'Connor
I've took it for some test runs. Very impressive stuff! Two small mentions that may be of benefit: > Works quite well. The generated HTML code seems to be non-Plucker > compatible, though ;-) That is, the parser won't parse it into a > Plucker document. Neither can I read the created files in l

FAQ.sgml now in CVS

2002-05-18 Thread David A. Desrosiers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I took a few minutes this morning and converted the FAQ to SGML, and committed it to ./docs/FAQ.sgml. This gives us a few advantages over the previous stock text FAQ in the top-level directory at a maintenance level. Now we can convert the FA

New beta (1.2beta8)

2002-05-18 Thread Michael Nordström
I have put a new beta at http://www.sslug.dk/~micke/plucker/beta/ - Bug fix for a problem that would crash the viewer if you added several bookmarks. Thanks to Hynek Sladky for making me aware of this problem. - Updates to the Turkish version (they say %10 instead of 10%, so the format has

Re: New beta (1.2beta8)

2002-05-18 Thread David A. Desrosiers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I have put a new beta at http://www.sslug.dk/~micke/plucker/beta/ WOO! New beta to test and make some screenshots of! (incidentally, I need some Sony screenshots for the website.. Adam? Someone else with a working Sony POSE and so

Re: New beta (1.2beta8)

2002-05-18 Thread Michael Nordström
On Sat, May 18, 2002, David A. Desrosiers wrote: > Mike, can you throw the build number into the filename itself when > you build these and upload them to the site? [...] > This makes it easier for me to have multiple versions from different > builds as we move into version 1, version 2, an

Re: New beta (1.2beta8)

2002-05-18 Thread David A. Desrosiers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > > unless we should just clobber them automatically and overwrite each time > > a new one is released. > > That's what I do at sslug.dk. I just scp a new batch of binaries to the > directory overwriting the previous version. Then that is wh

Re: alpha release of 'unpluck' library for accessing Plucker documents in C

2002-05-18 Thread Michael Nordström
On Fri, May 17, 2002, David A. Desrosiers wrote: > Doesn't decode.py do this already? Actually, Decode.py (alias plucker-dump) will dump the records from a Plucker document in the cache dir. plucker-decode (alias PluckerDocs.py) will allow you to get info about a record. Confused by the n

Re: alpha release of 'unpluck' library for accessing Plucker documents in C

2002-05-18 Thread Michael Nordström
On Sat, May 18, 2002, Robert O'Connor wrote: > -The outputted HTML doesn't seem to have an open/close HTML tag > around the BODY tags. These may be the cause of the lynx/parser > choking while some browsers still show it. The problem was caused by the comments in the file. After removing them it