RE: owner_id_build vs. copyprevention_bit

2002-09-30 Thread Dennis McCunney
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Guylhem Aznar > Sent: Thursday, September 26, 2002 11:40 AM > To: [EMAIL PROTECTED] > Subject: Re: owner_id_build vs. copyprevention_bit > > On Wed, Sep 25, 2002 at 05:53:15PM -0400, David A. Desrosiers

Re: Errors plucking with Plucker_1_2 (20020924)

2002-09-30 Thread Bill Janssen
> self._auto_scale = config.get_bool('auto_scale_images', 0) or > config.get_bool('try_reduce_dimension', 0) or config.get_bool(' > try_reduce_bpp', 1) This change isn't in the current code because the older code didn't work that way, and I'm not sure it makes sense to automagically alter

Re: Errors plucking with Plucker_1_2 (20020924)

2002-09-30 Thread Robert O'Connor
On 30 Sep 2002 at 16:20, Bill Janssen wrote: > > self._auto_scale = config.get_bool('auto_scale_images', 0) or > > config.get_bool('try_reduce_dimension', 0) or config.get_bool(' > > try_reduce_bpp', 1) > > This change isn't in the current code because the older code didn't > work that w

Re: Browsing by use hw keys

2002-09-30 Thread Michael Nordström
On Mon, Sep 30, 2002, Josef Hajas wrote: > May be I did some mistakes, but I have try to follows the same coding > standard. Well, when I include contributed code I will fix such "mistakes" myself, but it will of course save me a lot of time if it is OK from the very beginning ;-) > And I saw t

Re: Maximum image size again

2002-09-30 Thread Michael Nordström
On Mon, Sep 30, 2002, Laurens M. Fridael wrote: > This warning shows when I open a 6 byte image in a M130 ROM, but with > any image less in size and it doesn't show. If you run POSE connected to a debugger you can find out where it report this problem. > I also get this warning using a Vx RO

Re: Errors plucking with Plucker_1_2 (20020924)

2002-09-30 Thread Robert O'Connor
> self._auto_scale = config.get_bool('auto_scale_images', 0) or > config.get_bool('try_reduce_dimension', 0) or config.get_bool(' > try_reduce_bpp', 1) > > I'll let you know how it goes. Yes that is what you need, that I had in mind Best wishes, Robert __

Re: Errors plucking with Plucker_1_2 (20020924)

2002-09-30 Thread Wesley Mason
I made this change self._auto_scale = config.get_bool('auto_scale_images', 0) or config.get_bool('try_reduce_dimension', 0) or config.get_bool(' try_reduce_bpp', 0) to self._auto_scale = config.get_bool('auto_scale_images', 0) or config.get_bool('try_reduce_dimension', 0) o

Re: Errors plucking with Plucker_1_2 (20020924)

2002-09-30 Thread Wesley Mason
I made this change self._auto_scale = config.get_bool('auto_scale_images', 0) or config.get_bool('try_reduce_dimension', 0) or config.get_bool(' try_reduce_bpp', 0) to self._auto_scale = config.get_bool('auto_scale_images', 0) or config.get_bool('try_reduce_dimension', 0) o

Re: Browsing by use hw keys

2002-09-30 Thread Josef Hajas
Michael Nordström wrote: >I will probably replace the current fixed array implementation with >a linked list in the future. > OK, It would be great. >You might want to make sure that your code follows the same coding >standard as the rest of the viewer's source code, though. > May be I did some

Re: Maximum image size again

2002-09-30 Thread Laurens M. Fridael
- Original Message - From: "Michael Nordström" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 30, 2002 8:21 PM Subject: Re: Maximum image size again > On Mon, Sep 30, 2002, Laurens M. Fridael wrote: > > POSE produces a *warning* when the image is 6 bytes in size

Re: Maximum image size again

2002-09-30 Thread Laurens M. Fridael
- Original Message - From: "Michael Nordström" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 30, 2002 8:21 PM Subject: Re: Maximum image size again > On Mon, Sep 30, 2002, Laurens M. Fridael wrote: > > POSE produces a *warning* when the image is 6 bytes in size

Re: Maximum image size again

2002-09-30 Thread Michael Nordström
On Mon, Sep 30, 2002, Laurens M. Fridael wrote: > POSE produces a *warning* when the image is 6 bytes in size And the warning message...? /Mike ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-

Re: Does Plucker work with MIME type RFC 1437?

2002-09-30 Thread David A. Desrosiers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Does Plucker already support this, or is a patch needed for the current > parser? You're kidding, right? 3. The syntax must be extensible to allow for the description of all yet-undiscovered aspects of life forms which wi

Does Plucker work with MIME type RFC 1437?

2002-09-30 Thread Robert O'Connor
Does Plucker already support this, or is a patch needed for the current parser? Here is description of the MIME type: http://www.faqs.org/rfcs/rfc1437.html Best wishes, Robert ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.or

Re: DBFormat.html updated

2002-09-30 Thread Laurens M. Fridael
- Original Message - From: "Bill Janssen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 30, 2002 4:43 AM Subject: DBFormat.html updated > I've updated the document with some tidbits from recent discussions: > > ``In a compressed record, the length of the compressed

Re: Maximum image size again

2002-09-30 Thread Laurens M. Fridael
- Original Message - From: "Michael Nordström" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 30, 2002 4:03 PM Subject: Re: Maximum image size again > On Thu, Sep 26, 2002, Laurens M. Fridael wrote: > > I did some tests. The Viewer can display a 598x100x8bpp RLE-enco

Re: bug question

2002-09-30 Thread Edward Rayl
I thought both the spider and distiller were Python code.. So which category do I use? Python distiller. Could you change the category of bug 349 for me?  I will use the Python category for the next one.

Re: bug question

2002-09-30 Thread David A. Desrosiers
> I thought both the spider and distiller were Python code.. So which > category do I use? Python distiller. d. ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

bug question

2002-09-30 Thread Edward Rayl
I have a bug where the spidering process is aborting before all links are processed on my html page. It doesn't matter whether I use the widows GUI or plucker-build.exe. A .pdb is created, but is incomplete. I want to file a bug on bugs.plkr.org, but I'm not sure of the category. There is

Re: Browsing by use hw keys

2002-09-30 Thread Michael Nordström
On Sun, Sep 29, 2002, Josef Hajas wrote: > Please try and I hope, that in next release it can be great future. I will probably replace the current fixed array implementation with a linked list in the future. The linked list solution will always keep the anchors in a sorted order, so it wouldn't

Re: Maximum image size again

2002-09-30 Thread Michael Nordström
On Thu, Sep 26, 2002, Laurens M. Fridael wrote: > I did some tests. The Viewer can display a 598x100x8bpp RLE-encoded image, > but it crashes when it tries to display a 599x100x8bpp RLE-encoded image. I don't think it is the size that makes it crash. I have no problems in displaying a 599x100x8 i

Re: DBFormat.html updated

2002-09-30 Thread Michael Nordström
On Sun, Sep 29, 2002, Bill Janssen wrote: > Is "less than" right here? Can it be equal to? I have used images larger than 48 bits (before the limit was added). However, when I used an image larger than 64k I got a fatal alert from Palm OS (actually, the alert message was empty, but pressing

Re: owner_id_build vs. copyprevention_bit

2002-09-30 Thread David A. Desrosiers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > If it prevents DRM to be implemented and later commercially exploited, it > may have its place. Impossible, it's Open Source, we can't prevent anyone from doing anything they want to the code on their own. Just as you can't prevent someone

Re: owner_id_build vs. copyprevention_bit

2002-09-30 Thread Guylhem Aznar
On Mon, Sep 30, 2002 at 06:01:11AM -0700, Fringe Ryder wrote: > Of course, you miss another point too... you don't HAVE to buy something > that is copy-protected. You can do without, buy from another vendor, or do > what these fine folk have done and roll your own. This applies to content Un

Re: owner_id_build vs. copyprevention_bit

2002-09-30 Thread Fringe Ryder
At 08:07 AM 9/30/2002 -0400, Guylhem Aznar wrote: >On Mon, Sep 30, 2002 at 06:40:49AM -0400, David A. Desrosiers wrote: > > Absolutely not, you miss the point. Preventing copy is ensuring > > proper use and protecting copyright of the document creator/holder. > >That's creating an artificia

Re: owner_id_build vs. copyprevention_bit

2002-09-30 Thread David A. Desrosiers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > That's just protecting privacy. Fine with me. You are not distributing > that doc to other people and removing their freedom to share it. Exactly. If the document does not belong to them, such as my online financial bank statements, then t

Re: Plucker Desktop comments

2002-09-30 Thread Rob OConnor
Hi Ken, Thanks for your letter. I'll give you some status notes on some of these: > * Change "Add a new channel" wizard so that choices > are from the "Plucker > Showcase", and have an "Expert" button to add your > own URL. On the TODO is a menu item of add from showcase. I doubt there will be

Re: Manual

2002-09-30 Thread Rob OConnor
> For a start, it's a great app. Now having a lot > of my documentation with me. > > In the manual section 1.1.3.1 you mention that > extra software is required. (Python). > > I'll downloaded the software at > http://desktop.plkr.org/ > and everything seemes to be in the packedge. > > When nee

Re: Errors plucking with Plucker_1_2 (20020924)

2002-09-30 Thread Rob OConnor
You need to have either try_reduce_bpp=1 or try_reduce_dimension=1 in the channel section, or in another section that is searched like [DEFAULT], etc. In the desktop, if you open the channel dialog, and then press OK, it will write the key. The parser's default is that both are 0, so if exceeds 6

Re: owner_id_build vs. copyprevention_bit

2002-09-30 Thread Guylhem Aznar
On Mon, Sep 30, 2002 at 06:40:49AM -0400, David A. Desrosiers wrote: > Absolutely not, you miss the point. Preventing copy is ensuring > proper use and protecting copyright of the document creator/holder. That's creating an artificial scarcity for an unlimited resource (digital data). It go

Stayondomain for testing

2002-09-30 Thread Fringe Ryder
>My Python implementation of the StayOnDomain feature is available by >following http://www.kittycentral.net/Plucker/Spider.htm This has now been updated to print a warning that it is ignoring --stayondomain if --stayonhost is also specified. Tony McNamara __

Re: Plucker Desktop comments

2002-09-30 Thread David A. Desrosiers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > * Expand "Plucker Showcase" Expand it how? Not wide enough? Tall enough? > * Import sitescooper ".site" files to be used in "Plucker Showcase" - > there are a lot of them (although I don't like the everything on one page > approach that s

Re: info

2002-09-30 Thread David A. Desrosiers
> 1)Does plucker supports sd/mmc cards? Yes. > 2)Are you going to develop any online-browse features? No. > 3)What about a desktop viewer too?? Yes. ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken

Re: owner_id_build vs. copyprevention_bit

2002-09-30 Thread David A. Desrosiers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Shouldn't they be removed altogether? Preveting copy is encouraging DRM. > DRM should be flushed down the toilets. Absolutely not, you miss the point. Preventing copy is ensuring proper use and protecting copyright of the document creator/

RE: [plucker-announce] PDA-formatted URL Wiki, helpers wanted...

2002-09-30 Thread Nicolas Huillard
> -Message d'origine- > De: David A. Desrosiers [SMTP:[EMAIL PROTECTED]] > Date: dimanche 29 septembre 2002 20:35 > À:Plucker General List; Plucker Announcement List > Objet:[plucker-announce] PDA-formatted URL Wiki, helpers wanted... > > For those that are interested i

PluckerViewer from Desktop distr: Fatal Alert: DataMgr.c, Line 7386

2002-09-30 Thread Alexandre Rafalovitch
Hello All, Downloaded PluckerDesktop, installed viewer for something-sp12-hires on my Sony Clie-T615C Got an offline html set of documents converted by the new interface (from right-click menu). Started reading it and somewhere in the last third of a document, the viewer dies after following t

Plucker Desktop comments

2002-09-30 Thread Kenward Bradley
Hi! I want to thank you for Plucker and Plucker Desktop. I really appreciate all the work you've put into them. You've asked for feedback, I've got some suggestions. If it matters, I'm using Win98SE with a Visor, and have had no errors with Desktop. These are some usability suggestions, not prob

Manual

2002-09-30 Thread Arie van den Heuvel
Hi there, For a start, it's a great app. Now having a lot of my documentation with me. In the manual section 1.1.3.1 you mention that extra software is required. (Python). I'll downloaded the software at http://desktop.plkr.org/ and everything seemes to be in the packedge. When needed anyway

info

2002-09-30 Thread Romolok
Hifew question: 1)Does plucker supports sd/mmc cards? 2)Are you going to develop any online-browse features? 3)What about a desktop viewer too?? -- Romolok ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org

Re: owner_id_build vs. copyprevention_bit

2002-09-30 Thread Guylhem Aznar
On Wed, Sep 25, 2002 at 05:53:15PM -0400, David A. Desrosiers wrote: > It would seem that these two options go together. If you set the > owner of the document, crypting the string into the header of the Plucked > document, beaming it to someone else will do you (or them) no good, unless > t