137 lines
6.2 KiB
HTML
Executable File
137 lines
6.2 KiB
HTML
Executable File
<html>
|
|
<head>
|
|
<title>Zoe Aidenn Robot Project - ZAR :: LNR Universe</title>
|
|
<link rel="StyleSheet" type="text/css" href="../script/styles.css">
|
|
</head>
|
|
<body bgcolor="black" link="white" vlink="white" alink="white" text="white"
|
|
marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"
|
|
background="../images/stars.jpg">
|
|
<font face="Verdana,Arial" size="2" color="white">
|
|
|
|
<img src="files/logo.gif" width="200" height="54" alt="Zoe Aidenn Robot Project" border="0"
|
|
onClick="self.location='index.html'" class="hand"><br>
|
|
|
|
<table height="1" width="100%" border="0" bgcolor="#0000FF"><tr><td>
|
|
<font face="Verdana,Arial" size="4" color="white">
|
|
Zoe Aidenn Robot Project
|
|
</font></td><td align="right">
|
|
<font face="Verdana,Arial" size="2" color="white">
|
|
[
|
|
<a href="index.html">Home</a> |
|
|
<a href="aiml.html">Zoe's AIML</a> |
|
|
<a href="copy.html">Copyright</a> |
|
|
<a href="cjk.html">CjK Commands</a> |
|
|
<a href="icons.html">Buddy Icons</a> ]
|
|
</font></td></tr>
|
|
</table><br>
|
|
|
|
|
|
<table width="15%" height="1" border="1" bordercolor="#990099" align="left" bgcolor="black">
|
|
<tr><td align="right"><font face="Verdana,Arial" size="2" color="white">
|
|
<b>ZoeBot Main</b><br>
|
|
<a href="index.html">Home</a>]<br>
|
|
<a href="aiml.html">Zoe's AIML</a>]<br>
|
|
<a href="copy.html">Copyright</a>]<br>
|
|
<a href="cjk.html">Commands</a>]<br>
|
|
<a href="icons.html">Buddy Icons</a>]<br><br>
|
|
<b>Reference</b><br>
|
|
<a href="programd.html">Program D</a>]<br>
|
|
<a href="help.html">ZoeBot Help</a>]<br><br>
|
|
<b>Communicate</b><br>
|
|
<a href="aim:goim?ScreenName=PrincessZoe2k2">AIM Send IM</a>]<br>
|
|
<a href="aim:addbuddy?ScreenName=PrincessZoe2k2">AIM Add Buddy</a>]<br>
|
|
<a href="aim:buddyicon?ScreenName=PrincessZoe2k2&src=http://lnru.tripod.com/images/lnr_icon.gif">AIM Buddy Icon</a>]<br>
|
|
<a href="http://cjk.hyperboards.com/index.cgi?board=zargen">Message Boards</a>]<br>
|
|
<a href="http://cjk.hyperboards.com/index.cgi?board=zarconvo">Conversations</a>]<br>
|
|
<a href="http://cjk.hyperboards.com/index.cgi?board=zarsuggestions">Suggestions</a>]<br><br>
|
|
<a href="http://www.lnr.cjb.net/" target="_blank"><img src="../images/lnr01.gif" border="0" alt="LNR Universe"></a><br>
|
|
<embed src="files/azulian.swf" width="88" height="33" autoplay="true" loop="true" menu="false" quality="high" hidden="false">
|
|
</font></td></tr>
|
|
</table>
|
|
<table width="85%" height="1" border="0" align="right">
|
|
<tr><td><font face="Verdana,Arial" size="2" color="white">
|
|
|
|
<table width="300" height="200" border="1" bgcolor="black" align="right">
|
|
<tr><td>
|
|
<embed src="files/zoe.swf" width="300" height="200" menu="false"
|
|
autoplay="false" loop="false" hidden="false" quality="high">
|
|
</td></tr>
|
|
</table>
|
|
|
|
<b><font color="lime">Current Bot Statistics</font></b><br>
|
|
<b>Number of Clients</b>: 61<br>
|
|
<b>Number of Replies</b>: 20,008<br>
|
|
<b>Most Frequent Client</b>: AiMMaNiAcprez<br>
|
|
<b>Most Chattery Client</b>: ChaosZeroBot<br>
|
|
<b>Average Reply-Loading Time</b>: 18.927 seconds<br><br>
|
|
|
|
<b><font color="lime">About Zoe Robot</font></b><br>
|
|
The Zoe Aidenn Robot Project (ZAR) is an Artificial Intelligence (AI) being programmed
|
|
using the <a href="http://www.alicebot.org/" target="_blank">Alice Bot</a> Program D.
|
|
Most of Zoe's scripting was written by the author of The Land of No Return, Cerone
|
|
J. Kirsle.
|
|
<br><br>
|
|
|
|
<b><font color="lime">How Does ZOE Work?</font></b><br>
|
|
ZOE's brain is written using a programming language called AIML (Artificial Intelligence
|
|
Markup Language). AIML consists of XML/HTML-type elements called Tags. Here is an example
|
|
AIML from Zoe's brain.<br>
|
|
<font face="courier new,courier,fixedsys" color="cyan">
|
|
<category><br>
|
|
<pattern>HELLO</pattern><br>
|
|
<template><br>
|
|
<random><br>
|
|
<li>Can I help you?</li><br>
|
|
<li>Yo!</li><br>
|
|
<li>Hello there!</li><br>
|
|
<li>Hey!</li><br>
|
|
<li>Hello, <get name="name"/></li><br>
|
|
<li>Nice to see you again, <get name="name"/></li><br>
|
|
<li>G'day!</li><br>
|
|
<li>Howdy!</li><br>
|
|
<li>Aloha!</li><br>
|
|
</random><br>
|
|
</template><br>
|
|
</category></font>
|
|
<br><br>
|
|
|
|
<b><font color="lime">What Can Zoe Do?</font></b><br>
|
|
Zoe has the following capabilities:<br>
|
|
|
|
> Dictionary (type <font color="lime">define <i>word</i></font>)<br>
|
|
> Geography (type <font color="lime">define <i>country or state</i></font>)<br>
|
|
> Speaks German<br>
|
|
> Learns and remembers information about you<br>
|
|
> Knows Politics<br>
|
|
> Talks about Sports
|
|
<br><br>
|
|
|
|
<b><font color="lime">Where Can I Talk to Zoe?</font></b><br>
|
|
Zoe can be contacted only via AOL Instant Messenger (AIM). When we get a faster IRC host, she will be put back on IRC.
|
|
Her AIM Screen Name is <a href="aim:goim?ScreenName=PrincessZoe2k2">PrincessZoe2k2</a>. If you don't have the AOL
|
|
Instant Messenger, go to <a href="http://www.aim.com/" target="_blank">http://www.aim.com/</a> to download the
|
|
messenger. If you have America Online (AOL), you can talk to Zoe at the screen name PrincessZoe2k2.
|
|
<br><br>
|
|
|
|
<b><font color="lime">Does Zoe have a Buddy Icon or Profile?</font></b><br>
|
|
Zoe has neither of those things built in. If you would like to see Zoe's buddy icon for AIM, click
|
|
<a href="aim:buddyicon?ScreenName=PrincessZoe2k2&src=http://www.lnr.cjb.net/images/lnr_icon.gif">here</a>.
|
|
<br><br>
|
|
|
|
<b><font color="lime">How do I get More Information about Zoe?</font></b><br>
|
|
To get more information about Zoe, send e-mail to <script language="JavaScript" src="../script/zoeemail.js"></script>, and it will be forwarded to the proper location.<p>
|
|
|
|
<hr>
|
|
<center>
|
|
<b>Server Advertisement</b> [<a href="../../adserv/lnr.html" target="_blank">Advertise This Website</a>]<br><br>
|
|
<script language="JavaScript" src="../../adserv.js"></script>
|
|
</center>
|
|
<hr>
|
|
|
|
</font>
|
|
</td></tr></table>
|
|
|
|
<br>
|
|
</font>
|
|
</body>
|
|
</html> |