ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* resolution
@ 2003-10-24 14:31 Severin Obertuefer
  2003-10-24 15:27 ` resolution Hans Hagen
  0 siblings, 1 reply; 17+ messages in thread
From: Severin Obertuefer @ 2003-10-24 14:31 UTC (permalink / raw)


Hi

I made a context-file that contains a lot of *.jpg pictures. The file is
very big now, because the pictures are in good quality.
I'll use the document for the web and I think there you can see no more then
72dpi (I'm not shure with that)
Is there a command to set down the resolution of the whole document
(including the pictures) ?? or do I have to reduce the resolution of each jpg graphic
with a graphic-program.

severin

-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse für Mail, Message, More! +++

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: resolution
  2003-10-24 14:31 resolution Severin Obertuefer
@ 2003-10-24 15:27 ` Hans Hagen
  2003-10-25 10:18   ` resolution Severin Obertuefer
  0 siblings, 1 reply; 17+ messages in thread
From: Hans Hagen @ 2003-10-24 15:27 UTC (permalink / raw)


At 16:31 24/10/2003, you wrote:

>I made a context-file that contains a lot of *.jpg pictures. The file is
>very big now, because the pictures are in good quality.
>I'll use the document for the web and I think there you can see no more then
>72dpi (I'm not shure with that)
>Is there a command to set down the resolution of the whole document
>(including the pictures) ?? or do I have to reduce the resolution of each 
>jpg graphic
>with a graphic-program.

if you have a recent context, you can run

   pstopdf --method=4 somefile.pdf

and get a lowres file. This program is written in ruby and assumes that you 
have ruby as well as GS installed.

Hans   

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: resolution
  2003-10-24 15:27 ` resolution Hans Hagen
@ 2003-10-25 10:18   ` Severin Obertuefer
  2003-10-25 10:29     ` Re[2]: resolution Giuseppe Bilotta
  2003-10-25 10:55     ` resolution Patrick Gundlach
  0 siblings, 2 replies; 17+ messages in thread
From: Severin Obertuefer @ 2003-10-25 10:18 UTC (permalink / raw)


> At 16:31 24/10/2003, you wrote:
> 
> >I made a context-file that contains a lot of *.jpg pictures. The file is
> >very big now, because the pictures are in good quality.
> >I'll use the document for the web and I think there you can see no more
> then
> >72dpi (I'm not shure with that)
> >Is there a command to set down the resolution of the whole document
> >(including the pictures) ?? or do I have to reduce the resolution of each
> 
> >jpg graphic
> >with a graphic-program.
> 
> if you have a recent context, you can run
> 
>    pstopdf --method=4 somefile.pdf
> 

i get an error when I try this: "pstopdf" can not be found ...
I use MS Windows and Miktex. GS is installed and I downloaded ruby for
Windows as well...

do I have to install "pstopdf" seperatly?


> and get a lowres file. This program is written in ruby and assumes that
> you 
> have ruby as well as GS installed.
> 
> Hans   
> 
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
> 

-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse für Mail, Message, More! +++

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re[2]: resolution
  2003-10-25 10:18   ` resolution Severin Obertuefer
@ 2003-10-25 10:29     ` Giuseppe Bilotta
  2003-10-25 10:42       ` Severin Obertuefer
                         ` (2 more replies)
  2003-10-25 10:55     ` resolution Patrick Gundlach
  1 sibling, 3 replies; 17+ messages in thread
From: Giuseppe Bilotta @ 2003-10-25 10:29 UTC (permalink / raw)


Saturday, October 25, 2003 Severin Obertuefer wrote:

> i get an error when I try this: "pstopdf" can not be found ...
> I use MS Windows and Miktex. GS is installed

Is it in the path?

-- 
Giuseppe "Oblomov" Bilotta

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Re[2]: resolution
  2003-10-25 10:29     ` Re[2]: resolution Giuseppe Bilotta
@ 2003-10-25 10:42       ` Severin Obertuefer
  2003-10-25 12:14         ` Re[4]: resolution Giuseppe Bilotta
  2003-10-25 15:29       ` Re[2]: resolution Gary Pajer
  2003-10-25 15:36       ` Gary Pajer
  2 siblings, 1 reply; 17+ messages in thread
From: Severin Obertuefer @ 2003-10-25 10:42 UTC (permalink / raw)


> Saturday, October 25, 2003 Severin Obertuefer wrote:
> 
> > i get an error when I try this: "pstopdf" can not be found ...
> > I use MS Windows and Miktex. GS is installed
> 
> Is it in the path?

c:\programme\ruby\bin;
C:\Programme\texmf\context\perltk;
C:\Programme\Perl\bin\;
C:\Programme\texmf\miktex\bin;
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem

I have this pathes in my configuration....
> 
> -- 
> Giuseppe "Oblomov" Bilotta
> 
> 
> 
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
> 

-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse für Mail, Message, More! +++

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: resolution
  2003-10-25 10:18   ` resolution Severin Obertuefer
  2003-10-25 10:29     ` Re[2]: resolution Giuseppe Bilotta
@ 2003-10-25 10:55     ` Patrick Gundlach
  1 sibling, 0 replies; 17+ messages in thread
From: Patrick Gundlach @ 2003-10-25 10:55 UTC (permalink / raw)


Hi,

>> if you have a recent context, you can run
>> 
>>    pstopdf --method=4 somefile.pdf
>> 
>
> i get an error when I try this: "pstopdf" can not be found ...


> do I have to install "pstopdf" seperatly?

Just a wild guess: since you need ruby installed and a recent
ConTeXt, pstopdf is a ruby script shipped with ConTeXt. But Hans
forgot to pack the ruby scripts in the last beta (iirc). 

Patrick
-- 
You are your own rainbow!

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re[4]: resolution
  2003-10-25 10:42       ` Severin Obertuefer
@ 2003-10-25 12:14         ` Giuseppe Bilotta
  0 siblings, 0 replies; 17+ messages in thread
From: Giuseppe Bilotta @ 2003-10-25 12:14 UTC (permalink / raw)


Saturday, October 25, 2003 Severin Obertuefer wrote:

>> Saturday, October 25, 2003 Severin Obertuefer wrote:
>> 
>> > i get an error when I try this: "pstopdf" can not be found ...
>> > I use MS Windows and Miktex. GS is installed
>> 
>> Is it in the path?

> c:\programme\ruby\bin;
> C:\Programme\texmf\context\perltk;
> C:\Programme\Perl\bin\;
> C:\Programme\texmf\miktex\bin;
> %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem

> I have this pathes in my configuration....

So GS is not in the path. Add to your path

<path-where-you-installed-GS>\bin;
<path-where-you-installed-GS>\lib

It is important to put both ..\bin and ..\lib in the path: the
first one contains the executable, the second one contains
(among other things) the pstopdf batch file.

And remember to reboot for maximum assurance that the changes
stick :)

-- 
Giuseppe "Oblomov" Bilotta

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Re[2]: resolution
  2003-10-25 10:29     ` Re[2]: resolution Giuseppe Bilotta
  2003-10-25 10:42       ` Severin Obertuefer
@ 2003-10-25 15:29       ` Gary Pajer
  2003-10-25 15:36       ` Gary Pajer
  2 siblings, 0 replies; 17+ messages in thread
From: Gary Pajer @ 2003-10-25 15:29 UTC (permalink / raw)


I recently had the same question with my MikTeX / gs /WinXP installation.

It seems that pstopdf is nowhere on my machine.

There is epstopdf, a different thing, but it doesn't do what pstopdf does.

pstopdf is just a simple batch file pointing to gs, with certain options
specified.  I'm about to get around to simply rewriting the Unix version of
pstopdf for DOS.  Unless someone has already done it ....  anyone??

-Gary

----- Original Message ----- 
From: "Giuseppe Bilotta" <gip.bilotta@iol.it>
To: <ntg-context@ntg.nl>
Sent: Saturday, October 25, 2003 6:29 AM
Subject: Re[2]: [NTG-context] resolution


> Saturday, October 25, 2003 Severin Obertuefer wrote:
>
> > i get an error when I try this: "pstopdf" can not be found ...
> > I use MS Windows and Miktex. GS is installed
>
> Is it in the path?
>
> -- 
> Giuseppe "Oblomov" Bilotta
>
>
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Re[2]: resolution
  2003-10-25 10:29     ` Re[2]: resolution Giuseppe Bilotta
  2003-10-25 10:42       ` Severin Obertuefer
  2003-10-25 15:29       ` Re[2]: resolution Gary Pajer
@ 2003-10-25 15:36       ` Gary Pajer
  2003-10-26 12:00         ` Severin Obertuefer
  2 siblings, 1 reply; 17+ messages in thread
From: Gary Pajer @ 2003-10-25 15:36 UTC (permalink / raw)


Uh duhhhh...

on Windows its ps2pdf, and it is in ..\gs\lib

-gary


----- Original Message ----- 
From: "Giuseppe Bilotta" <gip.bilotta@iol.it>
To: <ntg-context@ntg.nl>
Sent: Saturday, October 25, 2003 6:29 AM
Subject: Re[2]: [NTG-context] resolution


> Saturday, October 25, 2003 Severin Obertuefer wrote:
> 
> > i get an error when I try this: "pstopdf" can not be found ...
> > I use MS Windows and Miktex. GS is installed
> 
> Is it in the path?
> 
> -- 
> Giuseppe "Oblomov" Bilotta
> 
> 
> 
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Re[2]: resolution
  2003-10-25 15:36       ` Gary Pajer
@ 2003-10-26 12:00         ` Severin Obertuefer
  2003-10-26 16:02           ` Gary Pajer
                             ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Severin Obertuefer @ 2003-10-26 12:00 UTC (permalink / raw)


> Uh duhhhh...
> 
> on Windows its ps2pdf, and it is in ..\gs\lib
yes that's right, but I think that ps2pdf and pstopdf is not the same...
ps2pdf is a batchfile in the gs library
and pstopdf is a ruby "script" which is packed in the "cont-exa.zip". this
need ruby and gs.

on my system both programs are installed and i have set a path to all these
directories. but when I run
"exampler.rb --continue" it seems that I don't have some files:

C:\Programme\texmf\context\examplap\scripts>exampler.rb --continue
exampler  +  program exampler
exampler  +  version 1.0
exampler  +  author PRAGMA POD
exampler  +  commandline "--continue"
exampler  +  using environment setuppath C:/Programme/texmf/context/ruby
exampler  +  loading ./example.exa
exampler  -  sub environment file machine.exa not found
exampler  -  sub environment file presets.exa not found
exampler  +  !! checking if texroot is set to a valid path !!
exampler  +  !! setting variables based on kpsewhich !!
exampler  -  sub environment file paths.exa not found
exampler  -  sub environment file local.exa not found
exampler  +  gone to jobpath C:/Programme/texmf/localtexmf/examplap/jobs
exampler  +  jobpath C:/Programme/texmf/localtexmf/examplap/jobs
exampler  +  resultpath C:/Programme/texmf/localtexmf/examplap/results
exampler  +  server started on 127.0.0.1:8061
exampler  +  listening at 127.0.0.1:8061 in loop mode

and when i type "pstopdf --method=4 r.pdf" the the conversation never ends
and "gswin32" takes almost all my RAM!!

what can I do?

sevi



> 
> -gary
> 
> 
> ----- Original Message ----- 
> From: "Giuseppe Bilotta" <gip.bilotta@iol.it>
> To: <ntg-context@ntg.nl>
> Sent: Saturday, October 25, 2003 6:29 AM
> Subject: Re[2]: [NTG-context] resolution
> 
> 
> > Saturday, October 25, 2003 Severin Obertuefer wrote:
> > 
> > > i get an error when I try this: "pstopdf" can not be found ...
> > > I use MS Windows and Miktex. GS is installed
> > 
> > Is it in the path?
> > 
> > -- 
> > Giuseppe "Oblomov" Bilotta
> > 
> > 
> > 
> > _______________________________________________
> > ntg-context mailing list
> > ntg-context@ntg.nl
> > http://www.ntg.nl/mailman/listinfo/ntg-context
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
> 

-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse für Mail, Message, More! +++

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Re[2]: resolution
  2003-10-26 12:00         ` Severin Obertuefer
@ 2003-10-26 16:02           ` Gary Pajer
  2003-10-27 11:46             ` Hans Hagen
  2003-10-26 16:34           ` resolution Patrick Gundlach
  2003-10-27 11:51           ` Re[2]: resolution Hans Hagen
  2 siblings, 1 reply; 17+ messages in thread
From: Gary Pajer @ 2003-10-26 16:02 UTC (permalink / raw)


> > Uh duhhhh...
> >
> > on Windows its ps2pdf, and it is in ..\gs\lib
> yes that's right, but I think that ps2pdf and pstopdf is not the same...
> ps2pdf is a batchfile in the gs library
> and pstopdf is a ruby "script" which is packed in the "cont-exa.zip". this
> need ruby and gs.

I know nothing about Ruby, and its not on any of my systems.
AFAIK, ps2pdf on Windows is identical to pstopdf on Linux (and OSX).
It (they?) are distributed with gs, not ConTeXt, and call gs, no Ruby
involved.
I have no idea why it has two names.  Maybe I've missed something.

If you are trying to accomplish something that the Ruby version offers ... I
can't help you there.
If you are simply converting [e]ps to pdf, try ps2pdf and see if you get
what you want.

-gary

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: resolution
  2003-10-26 12:00         ` Severin Obertuefer
  2003-10-26 16:02           ` Gary Pajer
@ 2003-10-26 16:34           ` Patrick Gundlach
  2003-10-27 12:03             ` resolution Hans Hagen
  2003-11-09 14:04             ` resolution Severin Obertüfer
  2003-10-27 11:51           ` Re[2]: resolution Hans Hagen
  2 siblings, 2 replies; 17+ messages in thread
From: Patrick Gundlach @ 2003-10-26 16:34 UTC (permalink / raw)


"Severin Obertuefer" <seob@gmx.ch> writes:

[...]

> exampler  +  server started on 127.0.0.1:8061
> exampler  +  listening at 127.0.0.1:8061 in loop mode

what a coincidence that texshow-web and exampler are listening on the
same port!

> what can I do?

perhaps try to run gswin32 with the options that are used in pstopdf
(ruby). I think that the relevant section is:

 def downsample (program, inpfile, outfile)

    process = program + ' ' +  
              "-dPDFSETTINGS=/screen -dEmbedAllFonts=true " + 
              "-dSAFER " + 
              "-q -sDEVICE=pdfwrite -dNOPAUSE -dNOCACHE -dBATCH " +
              "-sOutputFile=#{outfile} #{inpfile} -c quit "

    @exa.execute(process,false)

  end


so try gswin32 -dPDFSETTINGS=/screen -dEmbedAllFonts=true -dSAFER \ 
              -q -sDEVICE=pdfwrite -dNOPAUSE -dNOCACHE -dBATCH \
              -sOutputFile=out.pdf in.pdf -c quit 


(just a guess).

Patrick

-- 
You are your own rainbow!

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Re[2]: resolution
  2003-10-26 16:02           ` Gary Pajer
@ 2003-10-27 11:46             ` Hans Hagen
  0 siblings, 0 replies; 17+ messages in thread
From: Hans Hagen @ 2003-10-27 11:46 UTC (permalink / raw)


At 17:02 26/10/2003, you wrote:
> > > Uh duhhhh...
> > >
> > > on Windows its ps2pdf, and it is in ..\gs\lib
> > yes that's right, but I think that ps2pdf and pstopdf is not the same...
> > ps2pdf is a batchfile in the gs library
> > and pstopdf is a ruby "script" which is packed in the "cont-exa.zip". this
> > need ruby and gs.
>
>I know nothing about Ruby, and its not on any of my systems.
>AFAIK, ps2pdf on Windows is identical to pstopdf on Linux (and OSX).
>It (they?) are distributed with gs, not ConTeXt, and call gs, no Ruby
>involved.
>I have no idea why it has two names.  Maybe I've missed something.
>
>If you are trying to accomplish something that the Ruby version offers ... I
>can't help you there.
>If you are simply converting [e]ps to pdf, try ps2pdf and see if you get
>what you want.

pstopdf.rb is a more extensive version of the eps to pdf converter in 
texutil.pl and uses GS for the conversion; however, pstopdf has a couple of 
extra features, like cropping, aggresive clean up of code, taking care of 
platform differences.

pstopdf.rb is also used by pstopdf.pdf i.e. a graphical user interface to 
ps to pdf conversion

pstopdf.rb can also watch folders and do automatic conversions

BTW, the manual can be downloaded from out site.

Hans    

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Re[2]: resolution
  2003-10-26 12:00         ` Severin Obertuefer
  2003-10-26 16:02           ` Gary Pajer
  2003-10-26 16:34           ` resolution Patrick Gundlach
@ 2003-10-27 11:51           ` Hans Hagen
  2 siblings, 0 replies; 17+ messages in thread
From: Hans Hagen @ 2003-10-27 11:51 UTC (permalink / raw)


At 13:00 26/10/2003, you wrote:

>and when i type "pstopdf --method=4 r.pdf" the the conversation never ends
>and "gswin32" takes almost all my RAM!!

downsampling can take a while ... but it works here on 400 Meg files so ...

Hans  

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: resolution
  2003-10-26 16:34           ` resolution Patrick Gundlach
@ 2003-10-27 12:03             ` Hans Hagen
  2003-11-09 14:04             ` resolution Severin Obertüfer
  1 sibling, 0 replies; 17+ messages in thread
From: Hans Hagen @ 2003-10-27 12:03 UTC (permalink / raw)


At 17:34 26/10/2003, you wrote:

> > exampler  +  server started on 127.0.0.1:8061
> > exampler  +  listening at 127.0.0.1:8061 in loop mode
>
>what a coincidence that texshow-web and exampler are listening on the
>same port!

Ha .. wait till you see its bigger cousin (client runs on 8061/8063 and 
server on 8060/8062/8064) so you'd better not use 8060-8069

(fyi: 8061 is our postal code)

Hans   

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: resolution
  2003-10-26 16:34           ` resolution Patrick Gundlach
  2003-10-27 12:03             ` resolution Hans Hagen
@ 2003-11-09 14:04             ` Severin Obertüfer
  2003-11-10 18:36               ` resolution Patrick Gundlach
  1 sibling, 1 reply; 17+ messages in thread
From: Severin Obertüfer @ 2003-11-09 14:04 UTC (permalink / raw)


sorry that i didn't write back till now, but I have hardly ever time for
stuff like that :)
----- Original Message -----
From: "Patrick Gundlach" <pg@levana.de>
To: <ntg-context@ntg.nl>
Sent: Sunday, October 26, 2003 5:34 PM
Subject: Re: [NTG-context] resolution


> "Severin Obertuefer" <seob@gmx.ch> writes:
>
> [...]
>
> > exampler  +  server started on 127.0.0.1:8061
> > exampler  +  listening at 127.0.0.1:8061 in loop mode
>
> what a coincidence that texshow-web and exampler are listening on the
> same port!
I don't know the meanig of this ip and this port! what is texshow-web?
I tried to get something about this from the internet, but i could not find
a lot of things.
once, my goal was to use the command "pstopdf --method=4 somefile.pdf"

severin
>
> > what can I do?
>
> perhaps try to run gswin32 with the options that are used in pstopdf
> (ruby). I think that the relevant section is:
>
>  def downsample (program, inpfile, outfile)
>
>     process = program + ' ' +
>               "-dPDFSETTINGS=/screen -dEmbedAllFonts=true " +
>               "-dSAFER " +
>               "-q -sDEVICE=pdfwrite -dNOPAUSE -dNOCACHE -dBATCH " +
>               "-sOutputFile=#{outfile} #{inpfile} -c quit "
>
>     @exa.execute(process,false)
>
>   end
>
>
> so try gswin32 -dPDFSETTINGS=/screen -dEmbedAllFonts=true -dSAFER \
>               -q -sDEVICE=pdfwrite -dNOPAUSE -dNOCACHE -dBATCH \
>               -sOutputFile=out.pdf in.pdf -c quit
>
>
> (just a guess).
>
> Patrick
>
> --
> You are your own rainbow!
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>
>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: resolution
  2003-11-09 14:04             ` resolution Severin Obertüfer
@ 2003-11-10 18:36               ` Patrick Gundlach
  0 siblings, 0 replies; 17+ messages in thread
From: Patrick Gundlach @ 2003-11-10 18:36 UTC (permalink / raw)


Severin Obertüfer <seob@gmx.ch> writes:

> once, my goal was to use the command "pstopdf --method=4 somefile.pdf"

did you try to execute 

>> so try gswin32 -dPDFSETTINGS=/screen -dEmbedAllFonts=true -dSAFER \
>>               -q -sDEVICE=pdfwrite -dNOPAUSE -dNOCACHE -dBATCH \
>>               -sOutputFile=out.pdf in.pdf -c quit
>>


Patrick

-- 
You are your own rainbow!

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2003-11-10 18:36 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-24 14:31 resolution Severin Obertuefer
2003-10-24 15:27 ` resolution Hans Hagen
2003-10-25 10:18   ` resolution Severin Obertuefer
2003-10-25 10:29     ` Re[2]: resolution Giuseppe Bilotta
2003-10-25 10:42       ` Severin Obertuefer
2003-10-25 12:14         ` Re[4]: resolution Giuseppe Bilotta
2003-10-25 15:29       ` Re[2]: resolution Gary Pajer
2003-10-25 15:36       ` Gary Pajer
2003-10-26 12:00         ` Severin Obertuefer
2003-10-26 16:02           ` Gary Pajer
2003-10-27 11:46             ` Hans Hagen
2003-10-26 16:34           ` resolution Patrick Gundlach
2003-10-27 12:03             ` resolution Hans Hagen
2003-11-09 14:04             ` resolution Severin Obertüfer
2003-11-10 18:36               ` resolution Patrick Gundlach
2003-10-27 11:51           ` Re[2]: resolution Hans Hagen
2003-10-25 10:55     ` resolution Patrick Gundlach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).