[REBOL] Re: robots.txt

2003-12-05 Thread Hallvard Haakonsen Ystad
Hi You'll find a script to handle robots.txt files on my site: http://folk.uio.no/hallvary/rebol/ Hope this helps, Hallvard -- Prætera censeo Carthaginem esse delendam -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: page-breaks in html or pdf?

2003-12-05 Thread A J Martin
I have my scripts insert this HTML (using CSS): It's placed at the start of each "page" after the first "page", using a Rebol script fragment like: First_Page?: true ;... ; Inside page creation loop: either First_Page? [ First_Page?: none

[REBOL] Re: page-breaks in html or pdf?

2003-12-05 Thread Sabu Francis
Hi: I dont know whether a small self-advertisement is permitted on this forum... but here goes ... I've written a utitlity called Simple-PDF that can be used to create PDF files from ascii text. It is a very primitive sort of DTP application. But it has a command-line program also in the same pa

[REBOL] edit-text-undo.r

2003-12-05 Thread Romano Paolo Tenca
New version of edit-text-undo.r The 1.0.2 version correct another bug in RT code: unprintable key and hide field. (See the script header for more info) Always here: http://www.rebol.it/%7Eromano/ --- Ciao Romano -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with u

[REBOL] Re: page-breaks in html or pdf?

2003-12-05 Thread Gregg Irwin
Hi John, JU> wow! I answered a question! JU> - still know nothing about rebol :-) :). The great thing here is that we all have different skills. I'm not much help with web-related stuff. By combining our talents, we can all do great things together. -- Gregg -- To un

[REBOL] Re: page-breaks in html or pdf?

2003-12-05 Thread Gregg Irwin
Hi Petr, In PDF, it's something like "/Page", but may need to combine with other things. Not sure. Gabriele might be able to say, since he did PDF-maker. -- Gregg -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] [REBOL.org] Unowned scripts

2003-12-05 Thread SunandaDH
I've just gone through an exercise to allocate obvious scripts to Library members. You may now find that you have more scripts that you did before. But we still have 280 scripts with no obvious owner. If any of them are yours, and you'd like to claim them, then the instructions are a bit furt

[REBOL] Re: Sharp Zaurus 5600

2003-12-05 Thread Ammon Johnson
A port is on the list. The Zaurus uses QT instead of X. Carl has signed up with QT to be a developer so I think he really intends to do it eventually... Enjoy!! ~~Ammon - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 05, 2003 3:16 AM Subj

[REBOL] Re: page-breaks in html or pdf?

2003-12-05 Thread Ted Serpa
Petr Krenzelok wrote: >I found the difference - IE, when using borders, still keeps the size > of the rectangle intact and margins of the area are substracted from the > inner area space, otoh Mozilla keeps internal box area intact and border > is drawn outside such box. That is a well-known CSS

[REBOL] Re: REBOL Mail List Changes

2003-12-05 Thread philb
Hi Sabu, Have been looking at your send patch everthing works fine. I do have a query though in the function 'sendProperFrom' you do a hObj/Return-Path: none Is there a reason for this? The patch seems to work even if I comment this line out. Cheers Phil > > === Original Mess

[REBOL] Re: page-breaks in html or pdf?

2003-12-05 Thread bryan
Also by using the @media property, http://www.ncdesign.org/html/s001.htm as shown here. Actually this just made me think about your problem, it might be worthwhile to second guess the browser developer at this point, are the pagination properties of css implemented if you have not given your medi

[REBOL] Re: page-breaks in html or pdf?

2003-12-05 Thread bryan
Neither span nor pre are good to be using for what you want to do, pre if I remember correctly is supposed to be for keeping things as they are (deprecated and replaced by xmp if I recall correctly, although these are both not elements that I am in the habit of using), span on the other hand is fo

[REBOL] Re: page-breaks in html or pdf?

2003-12-05 Thread Petr Krenzelok
Andreas Bolka wrote: >Friday, December 5, 2003, 11:49:00 AM, Petr wrote: > > > >>I chcecked out and did not find any way of how to issue something >>like page-break in html. It is probably not even possible. >> >> > >there are two CSS properties named page-break-before and >page-break-after

[REBOL] Re: page-breaks in html or pdf?

2003-12-05 Thread bryan
>our company is sending aviso documents to customers. I don't know anything about aviso documents, can you send me a pertinent link? I googled, but it turned up a bunch of not likely to be relevant stuff. -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscri

[REBOL] Re: page-breaks in html or pdf?

2003-12-05 Thread John Uff
> The problem is, that if there is more than one doc for customer at one > batch, it is generated as multi-doc document (html or pdf) - but - some > of our customers complained that it is really difficult to print that > way. I chcecked out and did not find any way of how to issue something > lik

[REBOL] Re: page-breaks in html or pdf?

2003-12-05 Thread bryan
>The problem is, that if there is more than one doc for customer at one >batch, it is generated as multi-doc document (html or pdf) - but - some >of our customers complained that it is really difficult to print that >way. I chcecked out and did not find any way of how to issue something >lik

[REBOL] Re: Odd...

2003-12-05 Thread SunandaDH
Carl: > I just searched http://www.completeplanet.com/ for "REBOL" and second > link on the list was rebol.com. Which, apparently, belongs in these > categories... > > Government, Government Resources, Colonies & Colonialization. I don't see the problem That category also includes: *

[REBOL] Re: page-breaks in html or pdf?

2003-12-05 Thread SunandaDH
Petr: > I chcecked out and did not find any way of how to issue something > like page-break in html. It is probably not even possible. CSS2 supports paged-media: http://www.w3.org/TR/REC-CSS2/page.html#page-size-prop But it may not be supported by the browsers your customers use. If it is, o

[REBOL] Re: page-breaks in html or pdf?

2003-12-05 Thread Andreas Bolka
Friday, December 5, 2003, 11:49:00 AM, Petr wrote: > I chcecked out and did not find any way of how to issue something > like page-break in html. It is probably not even possible. there are two CSS properties named page-break-before and page-break-after. by using e.g. span style="page-break

[REBOL] page-breaks in html or pdf?

2003-12-05 Thread Petr Krenzelok
Hi, our company is sending aviso documents to customers. Aviso is in html form or in pdf form. I have to say, that it is probably generated by some SAP automat. The code is pretty ugly - strict css usage - placing ALL elements onto absolute pixel positions. The problem is, that if there is mo

[REBOL] Re: Sharp Zaurus 5600

2003-12-05 Thread philb
Hi Petr/Sunada/James, Well if we could have rebol view of a Linux Handheld like the Zaurus I would jump at buying one. Wonder how much Carl would charge to do a a port? (Probably too much for a few of us to club together and pay for it I would guess) Cheers Phil > > === Original Message === >

[REBOL] Odd...

2003-12-05 Thread Carl Read
I just searched http://www.completeplanet.com/ for "REBOL" and second link on the list was rebol.com. Which, apparently, belongs in these categories... Government, Government Resources, Colonies & Colonialization. Make of that what you will. :) -- Carl Read -- To unsubscribe from this list,

[REBOL] Re: Sharp Zaurus 5600

2003-12-05 Thread Petr Krenzelok
[EMAIL PROTECTED] wrote: >James: > > > >>Do any of you have a Zaurus? Can Rebol be ported? >> >> > >Yes I do, but only a 5500 version. > >In theory, yes. In practice, REBOL needs a surprising amount of memory to >run, so that may be a limiting factor for PDAs for a year or two. > >Max mad

[REBOL] Re: Sharp Zaurus 5600

2003-12-05 Thread SunandaDH
James: > Do any of you have a Zaurus? Can Rebol be ported? Yes I do, but only a 5500 version. In theory, yes. In practice, REBOL needs a surprising amount of memory to run, so that may be a limiting factor for PDAs for a year or two. Max made a similar reply in a thread about porting to Palm

[REBOL] Re: Compressing image data (bugs?)

2003-12-05 Thread Carl Read
On 05-Dec-03, Henrik Mikael Kristensen wrote: > Gabriele Santilli wrote: >> Hi Henrik, >> On Thursday, December 4, 2003, 3:18:36 PM, you wrote: >>> Still, I'd like to know if there's an easier way to contain >>> size with the data. >> Just keep the image in the original format, i.e.: >> im