[alicebot-style] AIML help needed
deepti damodar chhawsaria
alicebot-style@list.alicebot.org
14 Mar 2005 07:24:19 -0000
This is a multipart mime message
--Next_1110785059---0-203.199.83.245-16106
Content-type: text/plain;
charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Hi Anne!=0A=0AI am using Program D, rather I am hosting it from the Pandora=
bots site.=0A=0A>Hi!=0A>=0A>In the code below:=0A>1. 1st category does not =
give me the desired output.=0A>2. 2nd "CONNECT" helps to display the text w=
hen connection is made. But even=0A>this is not working.=0A>=0A>Can you ple=
ase tell me what mistake I am doing.=0A>=0A><?xml version=3D"1.0" encoding=
=3D"UTF-8"?>=0A><aiml version=3D"1.0">=0A><category>=0A><pattern>WHAT IS TH=
E DATE</pattern>=0A><template>Today is <javascript>=0A><![CDATA[=0A> va=
r t =3D new Date();=0A> var m =3D t.getMonth();=0A> var d =3D t.get=
Date();=0A> var dow =3D t.getDay();=0A> var y =3D t.getFullYear();=
=0A> switch (dow) {=0A> case 0:=0A> dow =3D "Sunday";=0A>=
break;=0A> case 1:=0A> dow =3D "Monday";=0A> =
break;=0A> case 2:=0A> dow =3D "Tuesday";=0A> =
break;=0A> case 3:=0A> dow =3D "Wednesday";=0A> bre=
ak;=0A> case 4:=0A> dow =3D "Thursday";=0A> break;=
=0A> case 5:=0A> dow =3D "Friday";=0A> break;=0A> =
case 6:=0A> dow =3D "Saturday";=0A> break;=0A> }=
=0A>dow ;=0A>]]>=0A></javascript>=0A></template>=0A></category>=0A>=0A><cat=
egory>=0A><pattern>CONNECT</pattern>=0A><template>=0A>Hello. How are you?=
=0A></template>=0A></category>=0A></aiml>=0A>=0A>=0A>Regards,=0A>Deepti=0A>=
=0A>=0A>=0A=0A=0A=0A=0ARegards,=0ADeepti=0A=0A=0A=0A=0AOn Sun, 13 Mar 2005 =
alicebot-style-request@list.alicebot.org wrote :=0A>Send alicebot-style mai=
ling list submissions to=0A> alicebot-style@list.alicebot.org=0A>=0A>To su=
bscribe or unsubscribe via the World Wide Web, visit=0A> http://list.alice=
bot.org/mailman/listinfo/alicebot-style=0A>or, via email, send a message wi=
th subject or body 'help' to=0A> alicebot-style-request@list.alicebot.org=
=0A>=0A>You can reach the person managing the list at=0A> alicebot-style-a=
dmin@list.alicebot.org=0A>=0A>When replying, please edit your Subject line =
so it is more specific=0A>than "Re: Contents of alicebot-style digest..."=
=0A>=0A>=0A>Today's Topics:=0A>=0A> 1. RE: Re: alicebot-style digest, Vo=
l 1 #118 - 2 msgs (Anne Kootstra)=0A>=0A>--__--__--=0A>=0A>Message: 1=0A> F=
rom: "Anne Kootstra" <anne@aiml.info>=0A>To: <alicebot-style@list.alicebot.=
org>=0A>Subject: RE: [alicebot-style] Re: alicebot-style digest, Vol 1 #118=
- 2 msgs=0A>Date: Sat, 12 Mar 2005 18:02:53 +0100=0A>Reply-To: alicebot-st=
yle@list.alicebot.org=0A>=0A>=0A>To start off, a few pointers regarding you=
r emails when posting on the=0A>alicebot.org mailing lists.=0A>=0A>1. Do no=
reply on the batch email received from the mailing list. For one=0A>the hi=
dden information will prevent it to be grouped correctly.=0A>2. When postin=
g your message, make sure you describe your problem in the=0A>subject line.=
=0A>3. Please do not send any messages in HTML. Especially send messages th=
at=0A>require images to be downloaded from the internet. I like my privacy =
do no=0A>appreciate it being compromised by something like that.=0A>=0A>Reg=
arding your problem. Could you tell us which AIML interpreter you're=0A>usi=
ng. For example: Program D, Program E, J-Alice, Pandorabots. Also which=0A>=
output the category generates does also give us information about what your=
=0A>problem is about.=0A>=0A>In general I can say that the category contain=
s the server side javascript=0A>tag which works best using Program D. Progr=
am E has support for it, however=0A>it requires additional software and nee=
ds to be enabled. I am not aware of=0A>other AIML interpreter/hosters that =
support it.=0A>=0A>As ever,=0A>=0A>Anne Kootstra=0A>Founding Member AIML.in=
fo, Main developer Program E=0A>http://www.aiml.info=A0=A0=A0 =A0=A0 http:/=
/sourceforge.net/projects/programe=0A>=0A>e-mail & msn messenger:=0A>anne@a=
iml.info=0A>=0A>________________________________________=0A>Van: deepti dam=
odar chhawsaria [mailto:deepti_cummins@rediffmail.com]=0A>Verzonden: vrijda=
g 11 maart 2005 9:09=0A>Aan: alicebot-style@list.alicebot.org=0A>Onderwerp:=
[alicebot-style] Re: alicebot-style digest, Vol 1 #118 - 2 msgs=0A>=0A>Hi!=
=0A>=0A>In the code below:=0A>1. 1st category does not give me the desired =
output.=0A>2. 2nd "CONNECT" helps to display the text when connection is ma=
de. But even=0A>this is not working.=0A>=0A>Can you please tell me what mis=
take I am doing.=0A>=0A><?xml version=3D"1.0" encoding=3D"UTF-8"?>=0A><aiml=
version=3D"1.0">=0A><category>=0A><pattern>WHAT IS THE DATE</pattern>=0A><=
template>Today is <javascript>=0A><![CDATA[=0A> =A0 =A0 var t =3D new Date(=
);=0A> =A0 =A0 var m =3D t.getMonth();=0A> =A0 =A0 var d =3D t.getDate();=
=0A> =A0 =A0 var dow =3D t.getDay();=0A> =A0 =A0 var y =3D t.getFullYear();=
=0A> =A0 =A0 switch (dow) {=0A> =A0 =A0 case 0:=0A> =A0 =A0 =A0 =A0 =A0 dow=
=3D "Sunday";=0A> =A0 =A0 =A0 =A0 =A0 break;=0A> =A0 =A0 case 1:=0A> =A0 =
=A0 =A0 =A0 =A0 dow =3D "Monday";=0A> =A0 =A0 =A0 =A0 =A0 break;=0A> =A0 =
=A0 case 2:=0A> =A0 =A0 =A0 =A0 =A0 dow =3D "Tuesday";=0A> =A0 =A0 =A0 =A0 =
=A0 break;=0A> =A0 =A0 case 3:=0A> =A0 =A0 =A0 =A0 =A0 dow =3D "Wednesday";=
=0A> =A0 =A0 =A0 =A0 =A0 break;=0A> =A0 =A0 case 4:=0A> =A0 =A0 =A0 =A0 =A0=
dow =3D "Thursday";=0A> =A0 =A0 =A0 =A0 =A0 break;=0A> =A0 =A0 case 5:=0A>=
=A0 =A0 =A0 =A0 =A0 dow =3D "Friday";=0A> =A0 =A0 =A0 =A0 =A0 break;=0A> =
=A0 =A0 case 6:=0A> =A0 =A0 =A0 =A0 =A0 dow =3D "Saturday";=0A> =A0 =A0 =A0=
=A0 =A0 break;=0A> =A0 =A0 }=0A>dow ;=0A>]]>=0A></javascript>=0A></templat=
e>=0A></category>=0A>=0A><category>=0A><pattern>CONNECT</pattern>=0A><templ=
ate>=0A>Hello. How are you?=0A></template>=0A></category>=0A></aiml>=0A>=0A=
>=0A>Regards,=0A>Deepti=0A>=0A>=0A>=0A>=0A>=0A>=0A>--__--__--=0A>=0A>______=
_________________________________________=0A>alicebot-style mailing list=0A=
>alicebot-style@list.alicebot.org=0A>http://list.alicebot.org/mailman/listi=
nfo/alicebot-style=0A>=0A>=0A>End of alicebot-style Digest=0A
--Next_1110785059---0-203.199.83.245-16106
Content-type: text/html;
charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
<P>=0AHi Anne!<BR>=0A<BR>=0AI am using Program D, rather I am hosting it fr=
om the Pandorabots site.<BR>=0A<BR>=0A>Hi!<BR>=0A><BR>=0A>In the c=
ode below:<BR>=0A>1. 1st category does not give me the desired output.<B=
R>=0A>2. 2nd "CONNECT" helps to display the text when connecti=
on is made. But even<BR>=0A>this is not working.<BR>=0A><BR>=0A>Ca=
n you please tell me what mistake I am doing.<BR>=0A><BR>=0A><?xml=
version=3D"1.0" encoding=3D"UTF-8"?><BR>=0A><=
aiml version=3D"1.0"><BR>=0A><category><BR>=0A><=
;pattern>WHAT IS THE DATE</pattern><BR>=0A><template>Toda=
y is <javascript><BR>=0A><![CDATA[<BR>=0A> var=
t =3D new Date();<BR>=0A> var m =3D t.getMonth();<BR>=0A&=
gt; var d =3D t.getDate();<BR>=0A> var dow =
=3D t.getDay();<BR>=0A> var y =3D t.getFullYear();<BR>=0A&=
gt; switch (dow) {<BR>=0A> case 0:<BR>=0A>=
; dow =3D "Sunday";<BR>=0A>=
break;<BR>=0A> case 1:=
<BR>=0A> dow =3D "Monday";<=
BR>=0A> break;<BR>=0A>  =
; case 2:<BR>=0A> dow =3D "Tues=
day";<BR>=0A> break;<BR>=0A>&=
nbsp; case 3:<BR>=0A> dow =3D=
"Wednesday";<BR>=0A> break=
;<BR>=0A> case 4:<BR>=0A> &n=
bsp; dow =3D "Thursday";<BR>=0A> &=
nbsp; break;<BR>=0A> case 5:<BR>=0A> &nbs=
p; dow =3D "Friday";<BR>=0A>  =
; break;<BR>=0A> case 6:<BR>=0A> &=
nbsp; dow =3D "Saturday";<BR>=0A> =
break;<BR>=0A> }<BR>=0A>do=
w ;<BR>=0A>]]><BR>=0A></javascript><BR>=0A></template&=
gt;<BR>=0A></category><BR>=0A><BR>=0A><category><BR>=
=0A><pattern>CONNECT</pattern><BR>=0A><template><BR=
>=0A>Hello. How are you?<BR>=0A></template><BR>=0A></cate=
gory><BR>=0A></aiml><BR>=0A><BR>=0A><BR>=0A>Regards,<B=
R>=0A>Deepti<BR>=0A><BR>=0A><BR>=0A><BR>=0A<BR>=0A<BR>=0A<BR>=
=0A<BR>=0ARegards,<BR>=0ADeepti<BR>=0A<BR>=0A<BR>=0A<BR>=0A<BR>=0AOn Sun, 1=
3 Mar 2005 alicebot-style-request@list.alicebot.org wrote :<BR>=0A>Send =
alicebot-style mailing list submissions to<BR>=0A> a=
licebot-style@list.alicebot.org<BR>=0A><BR>=0A>To subscribe or unsubs=
cribe via the World Wide Web, visit<BR>=0A> http://l=
ist.alicebot.org/mailman/listinfo/alicebot-style<BR>=0A>or, via email, s=
end a message with subject or body 'help' to<BR>=0A>  =
;alicebot-style-request@list.alicebot.org<BR>=0A><BR>=0A>You can reac=
h the person managing the list at<BR>=0A> alicebot-s=
tyle-admin@list.alicebot.org<BR>=0A><BR>=0A>When replying, please edi=
t your Subject line so it is more specific<BR>=0A>than "Re: Content=
s of alicebot-style digest..."<BR>=0A><BR>=0A><BR>=0A>Today's=
Topics:<BR>=0A><BR>=0A> 1. RE: Re: alicebot-style diges=
t, Vol 1 #118 - 2 msgs (Anne Kootstra)<BR>=0A><BR>=0A>--__--__--<BR>=
=0A><BR>=0A>Message: 1<BR>=0A> From: "Anne Kootstra" <=
;anne@aiml.info><BR>=0A>To: <alicebot-style@list.alicebot.org><=
BR>=0A>Subject: RE: [alicebot-style] Re: alicebot-style digest, Vol 1 #1=
18 - 2 msgs<BR>=0A>Date: Sat, 12 Mar 2005 18:02:53 +0100<BR>=0A>Reply=
-To: alicebot-style@list.alicebot.org<BR>=0A><BR>=0A><BR>=0A>To st=
art off, a few pointers regarding your emails when posting on the<BR>=0A>=
;alicebot.org mailing lists.<BR>=0A><BR>=0A>1. Do no reply on the bat=
ch email received from the mailing list. For one<BR>=0A>the hidden infor=
mation will prevent it to be grouped correctly.<BR>=0A>2. When posting y=
our message, make sure you describe your problem in the<BR>=0A>subject l=
ine.<BR>=0A>3. Please do not send any messages in HTML. Especially send =
messages that<BR>=0A>require images to be downloaded from the internet. =
I like my privacy do no<BR>=0A>appreciate it being compromised by someth=
ing like that.<BR>=0A><BR>=0A>Regarding your problem. Could you tell =
us which AIML interpreter you're<BR>=0A>using. For example: Program D, P=
rogram E, J-Alice, Pandorabots. Also which<BR>=0A>output the category ge=
nerates does also give us information about what your<BR>=0A>problem is =
about.<BR>=0A><BR>=0A>In general I can say that the category contains=
the server side javascript<BR>=0A>tag which works best using Program D.=
Program E has support for it, however<BR>=0A>it requires additional sof=
tware and needs to be enabled. I am not aware of<BR>=0A>other AIML inter=
preter/hosters that support it.<BR>=0A><BR>=0A>As ever,<BR>=0A><BR=
>=0A>Anne Kootstra<BR>=0A>Founding Member AIML.info, Main developer P=
rogram E<BR>=0A>http://www.aiml.info http://sourcef=
orge.net/projects/programe<BR>=0A><BR>=0A>e-mail & msn messenger:=
<BR>=0A>anne@aiml.info<BR>=0A><BR>=0A>____________________________=
____________<BR>=0A>Van: deepti damodar chhawsaria [mailto:deepti_cummin=
s@rediffmail.com]<BR>=0A>Verzonden: vrijdag 11 maart 2005 9:09<BR>=0A>=
;Aan: alicebot-style@list.alicebot.org<BR>=0A>Onderwerp: [alicebot-style=
] Re: alicebot-style digest, Vol 1 #118 - 2 msgs<BR>=0A><BR>=0A>Hi!<B=
R>=0A><BR>=0A>In the code below:<BR>=0A>1. 1st category does not g=
ive me the desired output.<BR>=0A>2. 2nd "CONNECT" helps to di=
splay the text when connection is made. But even<BR>=0A>this is not work=
ing.<BR>=0A><BR>=0A>Can you please tell me what mistake I am doing.<B=
R>=0A><BR>=0A><?xml version=3D"1.0" encoding=3D"UTF=
-8"?><BR>=0A><aiml version=3D"1.0"><BR>=0A>&l=
t;category><BR>=0A><pattern>WHAT IS THE DATE</pattern><BR=
>=0A><template>Today is <javascript><BR>=0A><![CDATA[<=
BR>=0A> var t =3D new Date();<BR>=0A> var=
m =3D t.getMonth();<BR>=0A> var d =3D t.getDate();<BR>=0A=
> var dow =3D t.getDay();<BR>=0A> var y =
=3D t.getFullYear();<BR>=0A> switch (dow) {<BR>=0A>&nbs=
p; case 0:<BR>=0A> dow =3D &q=
uot;Sunday";<BR>=0A> break;<BR>=
=0A> case 1:<BR>=0A> =
dow =3D "Monday";<BR>=0A> =
break;<BR>=0A> case 2:<BR>=0A> &nbs=
p; dow =3D "Tuesday";<BR>=0A> &nbs=
p; break;<BR>=0A> case 3:<BR>=0A> =
dow =3D "Wednesday";<BR>=0A>  =
; break;<BR>=0A> case 4:<BR>=0A>&=
nbsp; dow =3D "Thursday";<BR>=0A>=
break;<BR>=0A> case 5:=
<BR>=0A> dow =3D "Friday";<=
BR>=0A> break;<BR>=0A>  =
; case 6:<BR>=0A> dow =3D "Satu=
rday";<BR>=0A> break;<BR>=0A>=
}<BR>=0A>dow ;<BR>=0A>]]><BR>=0A></javascript=
><BR>=0A></template><BR>=0A></category><BR>=0A><BR>=
=0A><category><BR>=0A><pattern>CONNECT</pattern><BR=
>=0A><template><BR>=0A>Hello. How are you?<BR>=0A></templ=
ate><BR>=0A></category><BR>=0A></aiml><BR>=0A><BR>=
=0A><BR>=0A>Regards,<BR>=0A>Deepti<BR>=0A><BR>=0A><BR>=0A>=
;<BR>=0A><BR>=0A><BR>=0A><BR>=0A>--__--__--<BR>=0A><BR>=0A&g=
t;_______________________________________________<BR>=0A>alicebot-style =
mailing list<BR>=0A>alicebot-style@list.alicebot.org<BR>=0A>http://li=
st.alicebot.org/mailman/listinfo/alicebot-style<BR>=0A><BR>=0A><BR>=
=0A>End of alicebot-style Digest<BR>=0A=0A</P>=0A<br><br>=0A<A target=3D=
"_blank" HREF=3D"http://clients.rediff.com/signature/track_sig.asp"><IMG SR=
C=3D"http://ads.rediff.com/RealMedia/ads/adstream_nx.cgi/www.rediffmail.com=
/inbox.htm@Bottom" BORDER=3D0 VSPACE=3D0 HSPACE=3D0></a>=0A
--Next_1110785059---0-203.199.83.245-16106--