27 lines
1.1 KiB
XML
Executable file
27 lines
1.1 KiB
XML
Executable file
<?xml version="1.0" encoding="UTF-8"?>
|
|
<aiml>
|
|
<!-- File: update.aiml -->
|
|
<!-- Author: Dr. Richard S. Wallace -->
|
|
<!-- Last modified: February 20, 2013 -->
|
|
<!-- -->
|
|
<!-- This AIML file is part of the SUPER 0.0.4 chat bot knowledge base. -->
|
|
<!-- -->
|
|
<!-- The SUPER brain is Copyright © 2013 by ALICE AI Foundation. -->
|
|
<!-- -->
|
|
<!-- The SUPER brain is released under the terms of the GNU Lesser General -->
|
|
<!-- Public License, as published by the Free Software Foundation. -->
|
|
<!-- -->
|
|
<!-- This file is distributed WITHOUT ANY WARRANTY; without even the -->
|
|
<!-- implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -->
|
|
<!-- -->
|
|
<!-- For more information see http://www.alicebot.org -->
|
|
<category><pattern>VERSION</pattern>
|
|
<template>S.U.P.E.R. AIML Bot version 0.0.4</template>
|
|
</category>
|
|
<category><pattern>BUILD</pattern>
|
|
<template>Wed Feb 20 18:10:39 EST 2013</template>
|
|
</category>
|
|
<category><pattern>DELEVLOPMENT ENVIRONMENT</pattern>
|
|
<template>Program AB 0.0.4.2 beta -- AI Foundation Reference AIML 2.0 implementation</template>
|
|
</category>
|
|
</aiml>
|