HP3000-L Archives

March 2001, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Jansen, Eric" <[log in to unmask]>
Reply To:
Jansen, Eric
Date:
Mon, 26 Mar 2001 12:00:54 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (64 lines)
Hi Frank, @,

Somebody else told me a blank line just before xml version would do the
trick, and it did.

Here is the link to download the wapemulator:
http://www.wap-shareware.com/directory/wapemulators/m3gate.shtml

Kind regards,

Eric Jansen
> -----Original Message-----
> From: Frank Gribbin [mailto:[log in to unmask]]
> Sent: Friday, March 23, 2001 7:18 PM
> To: [log in to unmask]
> Subject: Re: [HP3000-L] WAP and CGI on the HP3000
>
>
> Eric,
>
> Here is the start of one I am using:
>
>    #!/bin/sh
>
>    # disable file globbing
>    set -f
>
> A blank line after your #!/bin/sh may do the trick.  Also,
> please let me
> know where you acquired the WAP kit.
>
> Frank Gribbin
>
>
> On Fri, 23 Mar 2001 17:10:27 -0500, Jansen, Eric
> <[log in to unmask]>
> wrote:
>
> >listuser.cgi:
> >-------------
> >#!/bin/sh
> >a=`callci listuser | cut -c1-20`
> >
> >cat - <<EOF
> >Content-type: text/vnd.wap.wml
> ><xml version="1.0">
> ><!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
> >"http://www.wapforum.org/DTD
> >/wml_1.1.xml">
> >
> ><wml>
> ><card>
> ><do type="accept" label="back">
> ><go href="../../../index.wml#apps"/>
> ></do>
> ><do type="options" label="e3000">
> ><go href="../../../index.wml"/>
> ></do>
> ><p>$a</p>
> ></card>
> ></wml>
> >EOF
>

ATOM RSS1 RSS2