ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* hyperlinks in context documents
@ 2000-05-18 12:27 Stefan Schnitter
  2000-05-18 22:08 ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Schnitter @ 2000-05-18 12:27 UTC (permalink / raw)


Hi,

I'm quite new to context, but didn't find the following in the
documentation:

What is the context-way to include links to web URLs in a document?
I found something in the pdftex manual (\pdfannotlink ....\pdfendlink)
but when I use this it changes the document layout: the whole 
page moves some centimeters to the right (I use one of the 
presentation styles from pragma)

Also, is it possible to start external programs via a link (i.e.
an image viewer or something like this)?

Last question: Is there a (searchable) archive of this mailing-list?

TIA, Stefan Schnitter.
-- 
----------------------------------------------------------------------
Dipl.-Math. Stefan Schnitter            schnitter@math.tu-clausthal.de
Institut f. Mathematik, TU Clausthal,Erzstr.1,38678 Clausthal, Germany
          Tel: ++49 5323 722408, Fax: ++49 5323 722304.
----------------------------------------------------------------------


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

* Re: hyperlinks in context documents
  2000-05-18 12:27 hyperlinks in context documents Stefan Schnitter
@ 2000-05-18 22:08 ` Hans Hagen
  2000-05-19 12:47   ` Ed L Cashin
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2000-05-18 22:08 UTC (permalink / raw)
  Cc: ntg-context, Matthew.Baker

At 02:27 PM 5/18/2000 +0200, Stefan Schnitter wrote:

>What is the context-way to include links to web URLs in a document?
>I found something in the pdftex manual (\pdfannotlink ....\pdfendlink)

Never use those low level primitives directly. Actually, I don't even use
this particular one in the drivers but the more generalized \pdfannot, as I
let tex do the split in words.  

>but when I use this it changes the document layout: the whole 
>page moves some centimeters to the right (I use one of the 
>presentation styles from pragma)

Just say : 

\useURL[someurl][..url...]

\goto {wherever you want to go} [url(someurl)] or even \goto {somewhere}
[url(...url...)]

I prefer the indirect method. 

>Also, is it possible to start external programs via a link (i.e.
>an image viewer or something like this)?

\defineprogram[identifier][call sequence]

\goto {launch me} [program(identifier)]

etc etc. Some examples can be found in 1998-001 up-to-date. 

>Last question: Is there a (searchable) archive of this mailing-list?

Matthew? [since you move, i suppose the archive is on the hold] Any ideas
on this? 

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


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

* Re: hyperlinks in context documents
  2000-05-18 22:08 ` Hans Hagen
@ 2000-05-19 12:47   ` Ed L Cashin
  2000-05-19 15:54     ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Ed L Cashin @ 2000-05-19 12:47 UTC (permalink / raw)
  Cc: Stefan Schnitter, ntg-context, Matthew.Baker

Hans Hagen <pragma@wxs.nl> writes:

> Matthew? [since you move, i suppose the archive is on the hold] Any
> ideas on this?

The tetex mailing list and the bbdb-info mailing list have been using
the free service at:

    http://www.mail-archive.com/

... and that seems to be going well.  

-- 
--Ed Cashin                     PGP public key:
  ecashin@coe.uga.edu           http://www.coe.uga.edu/~ecashin/pgp/


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

* Re: hyperlinks in context documents
  2000-05-19 12:47   ` Ed L Cashin
@ 2000-05-19 15:54     ` Hans Hagen
  2000-05-19 16:55       ` mail archives (was Re: hyperlinks in context documents) Ed L Cashin
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2000-05-19 15:54 UTC (permalink / raw)
  Cc: Hans Hagen, Stefan Schnitter, ntg-context, Matthew.Baker

At 08:47 AM 5/19/2000 -0400, Ed L Cashin wrote:

>the free service at:
>
>    http://www.mail-archive.com/
>
>... and that seems to be going well.  

Looks nice. How about old mails? 

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


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

* mail archives (was Re: hyperlinks in context documents)
  2000-05-19 15:54     ` Hans Hagen
@ 2000-05-19 16:55       ` Ed L Cashin
  0 siblings, 0 replies; 5+ messages in thread
From: Ed L Cashin @ 2000-05-19 16:55 UTC (permalink / raw)
  Cc: Stefan Schnitter, ntg-context, Matthew.Baker

Hans Hagen <pragma@wxs.nl> writes:

> At 08:47 AM 5/19/2000 -0400, Ed L Cashin wrote:
> 
> >the free service at:
> >
> >    http://www.mail-archive.com/
> >
> >... and that seems to be going well.  
> 
> Looks nice. How about old mails? 

I have archives going back to September 1999, probably there are other
NTG-context archives, and the www.mail-archive.com FAQ says that it's
possible to add old messages to an archive by bouncing (redirecting,
not forwarding) the old messages to the archiving address.

They have a perl script that runs on UNIX-like systems to facilitate
the bounce-old-messages-to-the-archiving-address process.

-- 
--Ed Cashin                     PGP public key:
  ecashin@coe.uga.edu           http://www.coe.uga.edu/~ecashin/pgp/


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

end of thread, other threads:[~2000-05-19 16:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-18 12:27 hyperlinks in context documents Stefan Schnitter
2000-05-18 22:08 ` Hans Hagen
2000-05-19 12:47   ` Ed L Cashin
2000-05-19 15:54     ` Hans Hagen
2000-05-19 16:55       ` mail archives (was Re: hyperlinks in context documents) Ed L Cashin

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).