<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-14876</id>
	<title>Nabble - Program D</title>
	<updated>2009-08-31T05:51:13Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Program-D-f14876.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Program-D-f14876.html" />
	<subtitle type="html">Program D is the most widely used free (&quot;open source&quot;) AIML bot platform in the world. It is the most feature-complete, best-tested implementation of the current &lt;a href=&quot;http://aitools.org/aiml/spec&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;AIML specification&lt;/a&gt;. It supports unlimited multiple bots in a single server instance, and has an open-ended architecture for interacting via any interface imaginable. The standard release provides a J2EE web application implementation that can be deployed as a .war file. Drop-in listeners are available for &lt;a href=&quot;http://aitools.org/irclistener&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IRC&lt;/a&gt;, &lt;a href=&quot;http://aitools.org/aimlistener&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;AIM&lt;/a&gt;, and &lt;a href=&quot;http://aitools.org/yahoolistener&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Yahoo&lt;/a&gt;. It includes an automated testing framework for testing knowledge bases, and is packaged with an AIML Test Suite that verifies that the program itself complies to the AIML specification.&lt;/p&gt;
&lt;p&gt;Program D is known to work with many different languages / character sets. Its component-oriented architecture allows it to be integrated into any application framework desirable. It is implemented in Java, and uses many features of the latest JDK to provide optimum code reliability. It is actively maintained and supported.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-25222976</id>
	<title>org.xml.sax.SAXParseException</title>
	<published>2009-08-31T05:51:13Z</published>
	<updated>2009-08-31T05:51:13Z</updated>
	<author>
		<name>Prof. Sine Mens</name>
	</author>
	<content type="html">Hi. I am working on programd compiling 1298 sources in Netbeans. The war file is created and deployed fine on Tomcat 6.2 after including gnu-getops-1-0-10.jar and removing servlet-api.jar form the library. 
&lt;br&gt;&lt;br&gt;Although, the application does not start due to an expection caused by org.xml.sax.SAXParseException ( schema_reference.4). related to AIML.xsd file. It is in the expected path, as in previos releases: &amp;nbsp;/resources/schema/AIML.xsd.
&lt;br&gt;&lt;br&gt;Any clue on how to overcome this issue will be highly appreciated. Thanks. Prof. Sine Mens.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/org.xml.sax.SAXParseException-tp25222976p25222976.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22471478</id>
	<title>Setting Predicates (For a new user) via code</title>
	<published>2009-03-12T03:01:15Z</published>
	<updated>2009-03-12T03:01:15Z</updated>
	<author>
		<name>SparkySpider</name>
	</author>
	<content type="html">Hi there,
&lt;br&gt;&lt;br&gt;We have a user database. We alreay know the users name, location, age. When a user starts chatting to our bot for the first time, we would like to pre-populate the predicates.
&lt;br&gt;&lt;br&gt;Is there some kind of a flag that we can use to detect that a user has not chatted to the bot before?
&lt;br&gt;What is the best way to set these predicates?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Mark</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Setting-Predicates-%28For-a-new-user%29-via-code-tp22471478p22471478.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22471476</id>
	<title>Executing Custom Code / Processor Instructions</title>
	<published>2009-03-12T02:57:47Z</published>
	<updated>2009-03-12T02:57:47Z</updated>
	<author>
		<name>SparkySpider</name>
	</author>
	<content type="html">Hi there,
&lt;br&gt;&lt;br&gt;Can someone please point me to a resource (or explain) how I can go about executing custom code.
&lt;br&gt;&lt;br&gt;I would like to do make my bot fetch the weather using a web service for example, something like:
&lt;br&gt;&lt;br&gt;&amp;lt;pattern&amp;gt;What is the weather *&amp;lt;/pattern&amp;gt;
&lt;br&gt;&amp;lt;template&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;PROCESS&amp;gt;fetchWeather (&amp;lt;star*&amp;gt;)&amp;lt;/PROCESS&amp;gt;
&lt;br&gt;&amp;lt;/template&amp;gt;
&lt;br&gt;&lt;br&gt;Then I'm hoping to add some interfaces that ProgramD will understand or dynamically load some classes to do the work.
&lt;br&gt;&lt;br&gt;Where do I start?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Mark</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Executing-Custom-Code---Processor-Instructions-tp22471476p22471476.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22471467</id>
	<title>Where are the API Docs for ProgramD?</title>
	<published>2009-03-12T02:47:07Z</published>
	<updated>2009-03-12T02:47:07Z</updated>
	<author>
		<name>SparkySpider</name>
	</author>
	<content type="html">Hi there,
&lt;br&gt;&lt;br&gt;Could someone kindly point me to the correct location of the API docs
&lt;br&gt;for the latest version of Program D. The link on &lt;a href=&quot;http://www.aitools.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aitools.org&lt;/a&gt;&amp;nbsp;gives me an error.
&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;&lt;br&gt;Mark
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Where-are-the-API-Docs-for-ProgramD--tp22471467p22471467.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22430952</id>
	<title>Web Program D + MySQL</title>
	<published>2009-03-10T03:04:12Z</published>
	<updated>2009-03-10T03:04:12Z</updated>
	<author>
		<name>cybertution</name>
	</author>
	<content type="html">hi anyone who has successfully implemented the mysql feature in program d can help to setup? step by step instructions are welcomed, thanks</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Web-Program-D-%2B-MySQL-tp22430952p22430952.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21690278</id>
	<title>&lt;system&gt; - Vista</title>
	<published>2009-01-27T09:34:50Z</published>
	<updated>2009-01-27T09:34:50Z</updated>
	<author>
		<name>shahin@robot-hosting.com</name>
	</author>
	<content type="html">good luck if you can make &amp;lt;system&amp;gt; work with vista.
&lt;br&gt;it works well under linux
&lt;br&gt;-- Shahin --
&lt;br&gt;_______________________________________________
&lt;br&gt;programd mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21690278&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://aitools.org/mailman/listinfo/programd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/mailman/listinfo/programd&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%3Csystem%3E---Vista-tp21690278p21690278.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21689919</id>
	<title>&lt;system&gt; element in Windows Vista</title>
	<published>2009-01-27T09:17:05Z</published>
	<updated>2009-01-27T09:17:05Z</updated>
	<author>
		<name>Deborah-23</name>
	</author>
	<content type="html">&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;Hello everybody!&lt;br&gt;&lt;br&gt;I installed ProgramD on Windows Vista. But I can&amp;#39;t make the &amp;lt;system&amp;gt; test succeed. I tried with the prefix cmd /C but all I can get is these answer: &lt;br&gt;&lt;br&gt;[YourBot] user&amp;gt; testsystem&lt;br&gt;

[2009-01-25 22:36:29,322] WARN: Error executing &amp;lt;system&amp;gt; command &amp;quot;cmd \C echo Test passed.&amp;quot; &lt;br&gt;CreateProcess: &amp;quot;cmd \C echo Test passed.&amp;quot; error=2&lt;br&gt;&lt;br&gt;I noticed that in the output the command that seems to be executing is &lt;b&gt;cmd \C&lt;/b&gt; while in the core.xml file I used the forward slash &lt;b&gt;&amp;lt;entry key=&amp;quot;programd.system-interpreter.prefix&amp;quot;&amp;gt;cmd /C&amp;lt;/entry&amp;gt;&lt;br&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/b&gt;&lt;br&gt;I tried also changing this entry: &lt;b&gt;&amp;lt;entry key=&amp;quot;programd.system-interpreter.directory&amp;quot;&amp;gt;C:\Windows\System32\&amp;lt;/entry&amp;gt;&lt;/b&gt; using &lt;b&gt;.. &lt;/b&gt;instead of the directory where cmd.exe is... &lt;br&gt;
&lt;br&gt;
In windows xp it runs perfectly... but I don&amp;#39;t understand what is happening in Vista.&lt;br&gt;&lt;br&gt;Please I would appreciate any help &lt;br&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Déborah&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Déborah&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;programd mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21689919&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://aitools.org/mailman/listinfo/programd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/mailman/listinfo/programd&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%3Csystem%3E-element-in-Windows-Vista-tp21689919p21689919.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21144934</id>
	<title>Syntax error for some javascript in AIML file . .</title>
	<published>2008-12-23T05:24:32Z</published>
	<updated>2008-12-23T05:24:32Z</updated>
	<author>
		<name>Kedar Deodhar</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:st1=&quot;urn:schemas-microsoft-com:office:smarttags&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;country-region&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;City&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;place&quot; /&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
st1\:*{behavior:url(#default#ieooui) }
&lt;/style&gt;
&lt;![endif]--&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;We are using ProgramD version 4.6 and utilizing the default
installation on Windows. For our evaluation, We used the AIML reference set
available at &lt;a href=&quot;http://aitools.org/aiml-sets/standard-AIML-2005-05-14.zip&quot; title=&quot;http://aitools.org/aiml-sets/standard-AIML-2005-05-14.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font color=black title=&quot;http://aitools.org/aiml-sets/standard-AIML-2005-05-14.zip&quot;&gt;&lt;span title=&quot;http://aitools.org/aiml-sets/standard-AIML-2005-05-14.zip&quot;&gt;&lt;span style='color:windowtext'&gt;http://aitools.org/aiml-sets/standard-AIML-2005-05-14.zip&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;
We have discovered that the calendar.aiml file contents do not get executed as
the rhino interpreter does not understand the javascript tag in the AIML
starting with &amp;lt;![CDATA[, it throws a syntax error. If we remove the
&amp;lt;![CDATA[ then it becomes a non-conforming XML file. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;The problem was
is that the &amp;lt;![CDATA[ tag gets passed to Rhino interpreter. One way to fix
that was to modify the public String evaluate(String expression) method in
RhinoInterpreter.java to check for the CDATA_START i.e. &amp;lt;![CDATA[ and
CDATA_END i.e. ]]&amp;gt;. If they exist to strip those lines when passing the
expression for evaluation. &amp;nbsp;&lt;font color=navy&gt;&lt;span style='color:navy'&gt;We
were able to fix the issue with stripping the CDATA_START and CDATA_END values
when it is being passed to Rhino Interpretor. (&lt;/span&gt;&lt;/font&gt;RhinoInterpreter.java
file is modified for the same)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;Please guide
how we can contribute this code to the programD source code so others may be
benefitted. &amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Regards,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Kedar Deodhar.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'&gt;&lt;font size=2 face=Verdana&gt;&lt;span style='font-size:10.0pt;font-family:Verdana'&gt;--&lt;br&gt;
Kedar Deodhar,&lt;br&gt;
AumTech Infosoft Pvt. Ltd. &lt;st1:place w:st=&quot;on&quot;&gt;&lt;st1:City w:st=&quot;on&quot;&gt;Pune&lt;/st1:City&gt;,
 &lt;st1:country-region w:st=&quot;on&quot;&gt;India&lt;/st1:country-region&gt;&lt;/st1:place&gt;.&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;programd mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21144934&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://aitools.org/mailman/listinfo/programd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/mailman/listinfo/programd&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Syntax-error-for-some-javascript-in-AIML-file-.-.-tp21144934p21144934.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21125873</id>
	<title>Re: Program D on Launchpad</title>
	<published>2008-12-22T01:47:49Z</published>
	<updated>2008-12-22T01:47:49Z</updated>
	<author>
		<name>Andreas H. Drescher</name>
	</author>
	<content type="html">Hi Noel, 
&lt;br&gt;&lt;br&gt;thank you for all the work 
&lt;br&gt;you did on ProgramD
&lt;br&gt;and for the move to LP.
&lt;br&gt;&lt;br&gt;I think, the following mail I sent
&lt;br&gt;a few days ago fell into the gap
&lt;br&gt;between Nabble and LP.
&lt;br&gt;&lt;br&gt;Because I hope 
&lt;br&gt;it could be helpful, 
&lt;br&gt;I send it again:
&lt;br&gt;&lt;br&gt;Hi everybody,
&lt;br&gt;&lt;br&gt;rejuvenating programd sounds 
&lt;br&gt;like a wonderful christmas-gift. 
&lt;br&gt;&lt;br&gt;I am a writer from Germany and my bot MALDIX 
&lt;br&gt;is loading 110 000 categories with about 10-12 &amp;lt;li&amp;gt;s each.
&lt;br&gt;&lt;br&gt;Now I´m entering the JAVA-world, too.
&lt;br&gt;I started by giving ALICE/MALDIX two more wildcards.
&lt;br&gt;&lt;br&gt;(If anybody is interested, 
&lt;br&gt;I will show him/her:)
&lt;br&gt;&lt;br&gt;Now I am thinking about the same problem as Murilo:
&lt;br&gt;something to avoid repeated answers.
&lt;br&gt;&lt;br&gt;What do you (Murilo/everybody) think about this idea:
&lt;br&gt;&lt;br&gt;Create two stacks: an AliceOutputStack and an UserOutputStack
&lt;br&gt;at the very beginning of the bot-user-conversation.
&lt;br&gt;&lt;br&gt;Both could (while ALICE has a short beauty-&amp;quot;sleep&amp;quot; or better beauty-&amp;quot;join&amp;quot;:)
&lt;br&gt;test, if ALICE or the user is repeating her/himself.
&lt;br&gt;&lt;br&gt;If &amp;quot;equals&amp;quot; is true concerning the AliceOutputStack, 
&lt;br&gt;Alice could simply &amp;quot;ask herself&amp;quot; again her pattern-matching.
&lt;br&gt;&lt;br&gt;If &amp;quot;equals&amp;quot; is true concerning the UserOutputStack, 
&lt;br&gt;ALICE should answer concerning the higth of the Stack:
&lt;br&gt;&lt;br&gt;Last sentence repeated/copied = mini-Loebner = anger.
&lt;br&gt;One of the 30 last sentences = irritation.
&lt;br&gt;&lt;br&gt;(Especially the UserOutputSack should have the ability
&lt;br&gt;&amp;nbsp;to use wildcards, but let´s first discuss my first proposals).
&lt;br&gt;&lt;br&gt;All the best
&lt;br&gt;Andreas
&lt;br&gt;&lt;br&gt;-------- Original-Nachricht --------
&lt;br&gt;&amp;gt; Datum: Sun, 21 Dec 2008 15:26:58 +0100
&lt;br&gt;&amp;gt; Von: Noel Bush &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21125873&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;noel@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; An: Program D Mailing List &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21125873&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Betreff: [programd] Program D on Launchpad
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Howdy folks,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have moved the Program D code base to Launchpad. &amp;nbsp;I haven't yet
&lt;br&gt;&amp;gt; updated the aitools.org site to indicate this, but here's the link:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://launchpad.net/programd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://launchpad.net/programd&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I do very much want to integrate the patches and fixes people have sent
&lt;br&gt;&amp;gt; along recently, though now that it's on lp, it's also much easier for
&lt;br&gt;&amp;gt; anyone to start a bzr branch and provide the changes like that (I'll do
&lt;br&gt;&amp;gt; my best to merge in a timely manner).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Best,
&lt;br&gt;&amp;gt; Noel
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; programd mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21125873&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://aitools.org/mailman/listinfo/programd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/mailman/listinfo/programd&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Sensationsangebot verlängert: GMX FreeDSL - Telefonanschluss + DSL 
&lt;br&gt;für nur 16,37 Euro/mtl.!* &lt;a href=&quot;http://dsl.gmx.de/?ac=OM.AD.PD003K1308T4569a&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dsl.gmx.de/?ac=OM.AD.PD003K1308T4569a&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;programd mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21125873&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://aitools.org/mailman/listinfo/programd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/mailman/listinfo/programd&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Program-D-on-Launchpad-tp21115511p21125873.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21120641</id>
	<title>Program D on Launchpad</title>
	<published>2008-12-21T15:41:52Z</published>
	<updated>2008-12-21T15:41:52Z</updated>
	<author>
		<name>shahin@robot-hosting.com</name>
	</author>
	<content type="html">Hi Noel,
&lt;br&gt;&lt;br&gt;may the gods of code be with you
&lt;br&gt;programD on launch pad is a good idea
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;have a happy Xmas
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Shahin Maghsoudi
&lt;br&gt;Robot-Hosting.com
&lt;br&gt;(+64) 211 66 77 62
&lt;br&gt;_______________________________________________
&lt;br&gt;programd mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21120641&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://aitools.org/mailman/listinfo/programd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/mailman/listinfo/programd&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Program-D-on-Launchpad-tp21115511p21120641.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21115511</id>
	<title>Program D on Launchpad</title>
	<published>2008-12-21T06:26:58Z</published>
	<updated>2008-12-21T06:26:58Z</updated>
	<author>
		<name>Noel Bush</name>
	</author>
	<content type="html">Howdy folks,
&lt;br&gt;&lt;br&gt;I have moved the Program D code base to Launchpad. &amp;nbsp;I haven't yet
&lt;br&gt;updated the aitools.org site to indicate this, but here's the link:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://launchpad.net/programd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://launchpad.net/programd&lt;/a&gt;&lt;br&gt;&lt;br&gt;I do very much want to integrate the patches and fixes people have sent
&lt;br&gt;along recently, though now that it's on lp, it's also much easier for
&lt;br&gt;anyone to start a bzr branch and provide the changes like that (I'll do
&lt;br&gt;my best to merge in a timely manner).
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;Noel
&lt;br&gt;_______________________________________________
&lt;br&gt;programd mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21115511&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://aitools.org/mailman/listinfo/programd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/mailman/listinfo/programd&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Program-D-on-Launchpad-tp21115511p21115511.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21052235</id>
	<title>AliceOutputStack++</title>
	<published>2008-12-17T03:50:55Z</published>
	<updated>2008-12-17T03:50:55Z</updated>
	<author>
		<name>Andreas H. Drescher</name>
	</author>
	<content type="html">Hi everybody,
&lt;br&gt;&lt;br&gt;rejuvenating programd sounds 
&lt;br&gt;like a wonderful christmas-gift. 
&lt;br&gt;&lt;br&gt;I am a writer from Germany and my bot MALDIX 
&lt;br&gt;is loading 110 000 categories with about 10-12 &amp;lt;li&amp;gt;s each.
&lt;br&gt;&lt;br&gt;Now I´m entering the JAVA-world, too.
&lt;br&gt;I started by giving ALICE/MALDIX two more wildcards.
&lt;br&gt;&lt;br&gt;(If anybody is interested, 
&lt;br&gt;I will show him/her:)
&lt;br&gt;&lt;br&gt;Now I am thinking about the same problem as Murilo:
&lt;br&gt;something to avoid repeated answers.
&lt;br&gt;&lt;br&gt;What do you (Murilo/everybody) think about this idea:
&lt;br&gt;&lt;br&gt;Create two stacks: an AliceOutputStack and an UserOutputStack
&lt;br&gt;at the very beginning of the bot-user-conversation.
&lt;br&gt;&lt;br&gt;Both could (while ALICE has a short beauty-&amp;quot;sleep&amp;quot; or better beauty-&amp;quot;join&amp;quot;:)
&lt;br&gt;test, if ALICE or the user is repeating her/himself.
&lt;br&gt;&lt;br&gt;If &amp;quot;equals&amp;quot; is true concerning the AliceOutputStack, 
&lt;br&gt;Alice could simply &amp;quot;ask herself&amp;quot; again her pattern-matching.
&lt;br&gt;&lt;br&gt;If &amp;quot;equals&amp;quot; is true concerning the UserOutputStack, 
&lt;br&gt;ALICE should answer concerning the higth of the Stack:
&lt;br&gt;&lt;br&gt;Last sentence repeated/copied = mini-Loebner = anger.
&lt;br&gt;One of the 30 last sentences = irritation.
&lt;br&gt;&lt;br&gt;(Especially the UserOutputSack should have the ability
&lt;br&gt;&amp;nbsp;to use wildcards, but let´s first discuss my first proposals).
&lt;br&gt;&lt;br&gt;All the best
&lt;br&gt;Andreas
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;programd mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21052235&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://aitools.org/mailman/listinfo/programd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/mailman/listinfo/programd&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/AliceOutputStack%2B%2B-tp21052235p21052235.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20263659</id>
	<title>Re: rejuvenating programd</title>
	<published>2008-10-31T03:53:51Z</published>
	<updated>2008-10-31T03:53:51Z</updated>
	<author>
		<name>Maxim Kartashev</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;Noel Bush wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Program D isn't dead, it's only sleeping. &amp;nbsp;:-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sorry I didn't respond to your message, Murilo. &amp;nbsp;I've been moving around 
&lt;br&gt;&amp;gt; quite a bit.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;From time to time I have done some things with the Program D code, but 
&lt;br&gt;&amp;gt; in truth it hasn't moved much for quite a while.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I was thinking of moving it to git and moving the hosting of it to 
&lt;br&gt;&amp;gt; Launchpad or something similar, so people could take advantage of that 
&lt;br&gt;&amp;gt; more open model to move things along more readily as needed.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;That'd be great! Meanwhile, is it possible for you to update CVS server
&lt;br&gt;so that it serves current sources instead of... ehr... nothing?
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;programd mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20263659&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://aitools.org/mailman/listinfo/programd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/mailman/listinfo/programd&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/rejuvenating-programd-tp20253544p20263659.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20255450</id>
	<title>Re: rejuvenating programd</title>
	<published>2008-10-30T14:03:33Z</published>
	<updated>2008-10-30T14:03:33Z</updated>
	<author>
		<name>Murilo Saraiva de Queiroz</name>
	</author>
	<content type="html">Thanks, Noel. &lt;br&gt;&lt;br&gt;I work on other projects in launchpad (e.g &lt;a href=&quot;https://launchpad.net/relex&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://launchpad.net/relex&lt;/a&gt; ), and I think it&amp;#39;s fine (but I&amp;#39;m afraid we would have to use bzr for version control, I&amp;#39;m not sure if they support git). &lt;br&gt;
&lt;br&gt;Google Code seems to be nice, too. &lt;br&gt;&lt;br&gt;Besides that fix, most of my other planned contributions are experimental and less generic: I need something to avoid repeated answers, for example (by choosing unseen random items, for example, or avoid matching specific patterns). I already have some code in place, but they are just hacks, I&amp;#39;ll need to refine them a little. &lt;br&gt;
&lt;br&gt;Best, &lt;br&gt;&lt;br&gt;muriloq&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Oct 30, 2008 at 6:09 PM, Noel Bush &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20255450&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;noel@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Program D isn&amp;#39;t dead, it&amp;#39;s only sleeping. &amp;nbsp;:-)&lt;br&gt;
&lt;br&gt;
Sorry I didn&amp;#39;t respond to your message, Murilo. &amp;nbsp;I&amp;#39;ve been moving around&lt;br&gt;
quite a bit.&lt;br&gt;
&lt;br&gt;
&amp;nbsp;From time to time I have done some things with the Program D code, but&lt;br&gt;
in truth it hasn&amp;#39;t moved much for quite a while.&lt;br&gt;
&lt;br&gt;
I was thinking of moving it to git and moving the hosting of it to&lt;br&gt;
Launchpad or something similar, so people could take advantage of that&lt;br&gt;
more open model to move things along more readily as needed.&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
Noel&lt;br&gt;
&lt;/font&gt;&lt;div class=&quot;Ih2E3d&quot;&gt;&lt;br&gt;
&amp;gt; ----- Original Message -----&lt;br&gt;
&amp;gt; From: &amp;quot;Murilo Saraiva de Queiroz&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20255450&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muriloq@...&lt;/a&gt;&amp;gt;&lt;br&gt;
&amp;gt; To: &amp;quot;Program D&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20255450&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;&amp;gt;&lt;br&gt;
&amp;gt; Sent: 30 Oct 2008 8:21:57 PM +0100&lt;br&gt;
&amp;gt; Subject: [programd] rejuvenating programd&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; On Thu, Oct 30, 2008 at 4:39 PM, Maxim Kartashev &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20255450&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;perezk@...&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20255450&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;perezk@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; Hi All!&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; Is there anybody out there, first of all?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; I&amp;#39;m working on chat bot of mine and it required a few changes in&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; programd source code that I downloaded as an archive. I would like to&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; send some patches and plan to work on programd for some while, so&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; there might be more patches to come. But from the looks of CVS server&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; programd seem to be dead. Is that so? Is it possible to bring it back&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; so that someone could accept patches or should I just fork and go on&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; with my own version of programd? (I am okay with both solutions as all&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; I need is working version for my pet chatbot project).&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; Thanks in advance,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; Maxim.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Hi.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I also tried to submit a patch that solves the problems with Java 6 (&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://bugs.aitools.org/view.php?id=147&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://bugs.aitools.org/view.php?id=147&lt;/a&gt; ) but I didn&amp;#39;t receive an answer&lt;br&gt;
&amp;gt; from anybody (I sent a private email to the administrator, too).&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Murilo Q.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; --&lt;br&gt;
&amp;gt; Murilo Saraiva de Queiroz, MSc.&lt;br&gt;
&amp;gt; Senior Software Engineer&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.vettalabs.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.vettalabs.com&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.tecnologiainteligente.com.br&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.tecnologiainteligente.com.br&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&amp;gt; ------------------------------------------------------------------------&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;&amp;gt;&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; programd mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20255450&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://aitools.org/mailman/listinfo/programd&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/mailman/listinfo/programd&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
programd mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20255450&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://aitools.org/mailman/listinfo/programd&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/mailman/listinfo/programd&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Murilo Saraiva de Queiroz, MSc. &lt;br&gt;Senior Software Engineer &amp;nbsp;&lt;br&gt;&lt;a href=&quot;http://www.vettalabs.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.vettalabs.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.tecnologiainteligente.com.br&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.tecnologiainteligente.com.br&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;programd mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20255450&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://aitools.org/mailman/listinfo/programd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/mailman/listinfo/programd&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/rejuvenating-programd-tp20253544p20255450.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20254704</id>
	<title>Re: rejuvenating programd</title>
	<published>2008-10-30T13:18:09Z</published>
	<updated>2008-10-30T13:18:09Z</updated>
	<author>
		<name>mehri-2</name>
	</author>
	<content type="html">If its going to stay GPL it should move from in-memory to the Java Berkeley DB. :-)
&lt;br&gt;&lt;a href=&quot;http://www.oracle.com/technology/products/berkeley-db/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.oracle.com/technology/products/berkeley-db/index.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;You'll have infinite amount of space for bots, users, and end users.
&lt;br&gt;&lt;br&gt;Just tack onto the end of your graph, bot/user/end user. &amp;nbsp;Relationship goes like this. &amp;nbsp;One user can have many bots and one bot can have many end users. 
&lt;br&gt;&lt;br&gt;1 user -&amp;gt; N bots
&lt;br&gt;1 bot -&amp;gt; N end users
&lt;br&gt;&lt;br&gt;Berkeley DB is fast, efficient, and has the best fine grained concurrency built into it that I've ever seen before. &amp;nbsp;That's what I used on my bot and it worked out great. &amp;nbsp;Turn off all transactional stuff. &amp;nbsp;You don't want that. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Tweak it a bit and everything will be pretty much just as fast as before except now you'll be bound by the hard drive instead of in-memory. 
&lt;br&gt;&lt;br&gt;Just some hints here...
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- On Thu, 10/30/08, Noel Bush &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20254704&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;noel@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; From: Noel Bush &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20254704&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;noel@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Subject: Re: [programd] rejuvenating programd
&lt;br&gt;&amp;gt; To: &amp;quot;Program D&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20254704&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Date: Thursday, October 30, 2008, 3:09 PM
&lt;br&gt;&amp;gt; Program D isn't dead, it's only sleeping. &amp;nbsp;:-)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Sorry I didn't respond to your message, Murilo. 
&lt;br&gt;&amp;gt; I've been moving around 
&lt;br&gt;&amp;gt; quite a bit.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;From time to time I have done some things with the Program
&lt;br&gt;&amp;gt; D code, but 
&lt;br&gt;&amp;gt; in truth it hasn't moved much for quite a while.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I was thinking of moving it to git and moving the hosting
&lt;br&gt;&amp;gt; of it to 
&lt;br&gt;&amp;gt; Launchpad or something similar, so people could take
&lt;br&gt;&amp;gt; advantage of that 
&lt;br&gt;&amp;gt; more open model to move things along more readily as
&lt;br&gt;&amp;gt; needed.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Noel
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; ----- Original Message -----
&lt;br&gt;&amp;gt; &amp;gt; From: &amp;quot;Murilo Saraiva de Queiroz&amp;quot;
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20254704&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muriloq@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; To: &amp;quot;Program D&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20254704&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Sent: 30 Oct 2008 8:21:57 PM +0100
&lt;br&gt;&amp;gt; &amp;gt; Subject: [programd] rejuvenating programd
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; On Thu, Oct 30, 2008 at 4:39 PM, Maxim Kartashev
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20254704&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;perezk@...&lt;/a&gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20254704&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;perezk@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; Hi All!
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; Is there anybody out there, first of all?
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; I'm working on chat bot of mine and it
&lt;br&gt;&amp;gt; required a few changes in
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; programd source code that I downloaded as an
&lt;br&gt;&amp;gt; archive. I would like to
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; send some patches and plan to work on programd for
&lt;br&gt;&amp;gt; some while, so
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; there might be more patches to come. But from the
&lt;br&gt;&amp;gt; looks of CVS server
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; programd seem to be dead. Is that so? Is it
&lt;br&gt;&amp;gt; possible to bring it back
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; so that someone could accept patches or should I
&lt;br&gt;&amp;gt; just fork and go on
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; with my own version of programd? (I am okay with
&lt;br&gt;&amp;gt; both solutions as all
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; I need is working version for my pet chatbot
&lt;br&gt;&amp;gt; project).
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; Thanks in advance,
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; Maxim.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Hi.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I also tried to submit a patch that solves the
&lt;br&gt;&amp;gt; problems with Java 6 ( 
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://bugs.aitools.org/view.php?id=147&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.aitools.org/view.php?id=147&lt;/a&gt;&amp;nbsp;) but I
&lt;br&gt;&amp;gt; didn't receive an answer 
&lt;br&gt;&amp;gt; &amp;gt; from anybody (I sent a private email to the
&lt;br&gt;&amp;gt; administrator, too).
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Murilo Q.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; -- 
&lt;br&gt;&amp;gt; &amp;gt; Murilo Saraiva de Queiroz, MSc.
&lt;br&gt;&amp;gt; &amp;gt; Senior Software Engineer &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://www.vettalabs.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.vettalabs.com&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://www.tecnologiainteligente.com.br&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.tecnologiainteligente.com.br&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt; programd mailing list
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20254704&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://aitools.org/mailman/listinfo/programd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/mailman/listinfo/programd&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; programd mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20254704&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://aitools.org/mailman/listinfo/programd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/mailman/listinfo/programd&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;_______________________________________________
&lt;br&gt;programd mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20254704&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://aitools.org/mailman/listinfo/programd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/mailman/listinfo/programd&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/rejuvenating-programd-tp20253544p20254704.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20254527</id>
	<title>Re: rejuvenating programd</title>
	<published>2008-10-30T13:09:22Z</published>
	<updated>2008-10-30T13:09:22Z</updated>
	<author>
		<name>Noel Bush</name>
	</author>
	<content type="html">Program D isn't dead, it's only sleeping. &amp;nbsp;:-)
&lt;br&gt;&lt;br&gt;Sorry I didn't respond to your message, Murilo. &amp;nbsp;I've been moving around 
&lt;br&gt;quite a bit.
&lt;br&gt;&lt;br&gt;&amp;nbsp;From time to time I have done some things with the Program D code, but 
&lt;br&gt;in truth it hasn't moved much for quite a while.
&lt;br&gt;&lt;br&gt;I was thinking of moving it to git and moving the hosting of it to 
&lt;br&gt;Launchpad or something similar, so people could take advantage of that 
&lt;br&gt;more open model to move things along more readily as needed.
&lt;br&gt;&lt;br&gt;Noel
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; ----- Original Message -----
&lt;br&gt;&amp;gt; From: &amp;quot;Murilo Saraiva de Queiroz&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20254527&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muriloq@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; To: &amp;quot;Program D&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20254527&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sent: 30 Oct 2008 8:21:57 PM +0100
&lt;br&gt;&amp;gt; Subject: [programd] rejuvenating programd
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Thu, Oct 30, 2008 at 4:39 PM, Maxim Kartashev &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20254527&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;perezk@...&lt;/a&gt; 
&lt;br&gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20254527&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;perezk@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Hi All!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Is there anybody out there, first of all?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; I'm working on chat bot of mine and it required a few changes in
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; programd source code that I downloaded as an archive. I would like to
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; send some patches and plan to work on programd for some while, so
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; there might be more patches to come. But from the looks of CVS server
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; programd seem to be dead. Is that so? Is it possible to bring it back
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; so that someone could accept patches or should I just fork and go on
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; with my own version of programd? (I am okay with both solutions as all
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; I need is working version for my pet chatbot project).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Thanks in advance,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Maxim.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I also tried to submit a patch that solves the problems with Java 6 ( 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://bugs.aitools.org/view.php?id=147&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.aitools.org/view.php?id=147&lt;/a&gt;&amp;nbsp;) but I didn't receive an answer 
&lt;br&gt;&amp;gt; from anybody (I sent a private email to the administrator, too).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Murilo Q.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Murilo Saraiva de Queiroz, MSc.
&lt;br&gt;&amp;gt; Senior Software Engineer &amp;nbsp;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.vettalabs.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.vettalabs.com&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.tecnologiainteligente.com.br&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.tecnologiainteligente.com.br&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; programd mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20254527&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://aitools.org/mailman/listinfo/programd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/mailman/listinfo/programd&lt;/a&gt;&lt;/div&gt;_______________________________________________
&lt;br&gt;programd mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20254527&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://aitools.org/mailman/listinfo/programd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/mailman/listinfo/programd&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/rejuvenating-programd-tp20253544p20254527.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20254756</id>
	<title>Re: rejuvenating programd</title>
	<published>2008-10-30T12:47:17Z</published>
	<updated>2008-10-30T12:47:17Z</updated>
	<author>
		<name>Maxim Kartashev</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;Murilo Saraiva de Queiroz wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Thu, Oct 30, 2008 at 4:39 PM, Maxim Kartashev &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20254756&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;perezk@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20254756&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;perezk@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Hi All!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Is there anybody out there, first of all?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; I'm working on chat bot of mine and it required a few changes in
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; programd source code that I downloaded as an archive. I would like to
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; send some patches and plan to work on programd for some while, so
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; there might be more patches to come. But from the looks of CVS server
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; programd seem to be dead. Is that so? Is it possible to bring it back
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; so that someone could accept patches or should I just fork and go on
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; with my own version of programd? (I am okay with both solutions as all
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; I need is working version for my pet chatbot project).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Thanks in advance,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Maxim.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I also tried to submit a patch that solves the problems with Java 6 (
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://bugs.aitools.org/view.php?id=147&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.aitools.org/view.php?id=147&lt;/a&gt;&amp;nbsp;) but I didn't receive an
&lt;br&gt;&amp;gt; answer from anybody (I sent a private email to the administrator, too).
&lt;br&gt;&amp;gt;
&lt;/div&gt;Oh, sorry to hear that (although I kind of expected the silence from the
&lt;br&gt;administrator).
&lt;br&gt;Maybe we should just create a project on sourceforge and apply our
&lt;br&gt;patches there? It is the last thing to do, but if current maintainer
&lt;br&gt;does not respond, I don't see any alternative.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;programd mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20254756&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://aitools.org/mailman/listinfo/programd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/mailman/listinfo/programd&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/rejuvenating-programd-tp20253544p20254756.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20253694</id>
	<title>Re: rejuvenating programd</title>
	<published>2008-10-30T12:21:57Z</published>
	<updated>2008-10-30T12:21:57Z</updated>
	<author>
		<name>Murilo Saraiva de Queiroz</name>
	</author>
	<content type="html">On Thu, Oct 30, 2008 at 4:39 PM, Maxim Kartashev &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20253694&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;perezk@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hi All!&lt;br&gt;
&lt;br&gt;
Is there anybody out there, first of all?&lt;br&gt;
&lt;br&gt;
I&amp;#39;m working on chat bot of mine and it required a few changes in&lt;br&gt;
programd source code that I downloaded as an archive. I would like to&lt;br&gt;
send some patches and plan to work on programd for some while, so&lt;br&gt;
there might be more patches to come. But from the looks of CVS server&lt;br&gt;
programd seem to be dead. Is that so? Is it possible to bring it back&lt;br&gt;
so that someone could accept patches or should I just fork and go on&lt;br&gt;
with my own version of programd? (I am okay with both solutions as all&lt;br&gt;
I need is working version for my pet chatbot project).&lt;br&gt;
&lt;br&gt;
Thanks in advance,&lt;br&gt;
&lt;br&gt;
Maxim.&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;Hi. &lt;br&gt;
&lt;br&gt;
I also tried to submit a patch that solves the problems with Java 6 (
&lt;a href=&quot;http://bugs.aitools.org/view.php?id=147&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.aitools.org/view.php?id=147&lt;/a&gt; ) but I didn&amp;#39;t receive an
answer from anybody (I sent a private email to the administrator, too). &lt;br&gt;&lt;br&gt;Murilo Q. &lt;br&gt;
&lt;br&gt;-- &lt;br&gt;Murilo Saraiva de Queiroz, MSc. &lt;br&gt;Senior Software Engineer &amp;nbsp;&lt;br&gt;&lt;a href=&quot;http://www.vettalabs.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.vettalabs.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.tecnologiainteligente.com.br&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.tecnologiainteligente.com.br&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;programd mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20253694&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://aitools.org/mailman/listinfo/programd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/mailman/listinfo/programd&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/rejuvenating-programd-tp20253544p20253694.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20253544</id>
	<title>rejuvenating programd</title>
	<published>2008-10-30T11:39:17Z</published>
	<updated>2008-10-30T11:39:17Z</updated>
	<author>
		<name>Maxim Kartashev</name>
	</author>
	<content type="html">Hi All!
&lt;br&gt;&lt;br&gt;Is there anybody out there, first of all?
&lt;br&gt;&lt;br&gt;I'm working on chat bot of mine and it required a few changes in
&lt;br&gt;programd source code that I downloaded as an archive. I would like to
&lt;br&gt;send some patches and plan to work on programd for some while, so
&lt;br&gt;there might be more patches to come. But from the looks of CVS server
&lt;br&gt;programd seem to be dead. Is that so? Is it possible to bring it back
&lt;br&gt;so that someone could accept patches or should I just fork and go on
&lt;br&gt;with my own version of programd? (I am okay with both solutions as all
&lt;br&gt;I need is working version for my pet chatbot project).
&lt;br&gt;&lt;br&gt;Thanks in advance,
&lt;br&gt;&lt;br&gt;Maxim.
&lt;br&gt;_______________________________________________
&lt;br&gt;programd mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20253544&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://aitools.org/mailman/listinfo/programd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/mailman/listinfo/programd&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/rejuvenating-programd-tp20253544p20253544.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19893025</id>
	<title>Web Program D &amp; Haptek Integration</title>
	<published>2008-10-08T23:16:49Z</published>
	<updated>2008-10-08T23:16:49Z</updated>
	<author>
		<name>cybertution</name>
	</author>
	<content type="html">Hi I am doing a web application where program D is the AIML engine and Haptek being the graphic interface. Is there a good way to integrate these 2 programs together so that the conversations will be speaked out by the haptek avatar?
&lt;br&gt;&lt;br&gt;I have also been trying to send user input by pressing 'enter' but it seems that the voice reply by the Haptek avatar does not sync and usually tend to delay by 1 answer or even just repeat the same answer? Is there a getaround or good solution for this? thanks.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Web-Program-D---Haptek-Integration-tp19893025p19893025.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19646161</id>
	<title>&lt;that&gt; not handled by programD?</title>
	<published>2008-09-24T03:38:53Z</published>
	<updated>2008-09-24T03:38:53Z</updated>
	<author>
		<name>serj</name>
	</author>
	<content type="html">Hello please can anybody help me to understand what's wrong with this tag in my code? is not handled by programD or my code is wrong? I use Program D version 4.6. thanks a lot serj &lt;a href=&quot;http://old.nabble.com/file/p19646161/knock.aiml&quot; target=&quot;_top&quot;&gt;knock.aiml&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;aiml version=&amp;quot;1.0.1&amp;quot; xmlns=&amp;quot;&lt;a href=&quot;http://alicebot.org/2001/AIML-1.0.1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://alicebot.org/2001/AIML-1.0.1&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlns:html=&amp;quot;&lt;a href=&quot;http://www.w3.org/1999/xhtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/1999/xhtml&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://alicebot.org/2001/AIML-1.0.1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://alicebot.org/2001/AIML-1.0.1&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://aitools.org/aiml/schema/AIML.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/aiml/schema/AIML.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;category&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;pattern&amp;gt;KNOCK KNOCK&amp;lt;/pattern&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;template&amp;gt;Who's there?&amp;lt;/template&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/category&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;category&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;pattern&amp;gt;*&amp;lt;/pattern&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;that&amp;gt;Who's there?&amp;lt;/that&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;template&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;person /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; who?
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/template&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/category&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;category&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;pattern&amp;gt;*&amp;lt;/pattern&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;that&amp;gt;* WHO&amp;lt;/that&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;template&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Ha ha very funny,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;get name=&amp;quot;name&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/template&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/category&amp;gt;
&lt;br&gt;&amp;lt;/aiml&amp;gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%3Cthat%3E-not-handled-by-programD--tp19646161p19646161.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19356805</id>
	<title>Programd and Mysql</title>
	<published>2008-09-07T03:47:52Z</published>
	<updated>2008-09-07T03:47:52Z</updated>
	<author>
		<name>attila85</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I've got some problems connecting programd to mysql for logging and store aiml files into database.
&lt;br&gt;I've followed the instructions in the programd website, but it doesn't write anything into the db, neither print any error messages.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;entry key=&amp;quot;programd.database.url&amp;quot;&amp;gt;jdbc:mysql://127.0.0.1&amp;lt;/entry&amp;gt;
&lt;br&gt;This is the line in core.xml
&lt;br&gt;I've also tried:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;entry key=&amp;quot;programd.database.url&amp;quot;&amp;gt;jdbc:mysql://127.0.0.1/dbname&amp;lt;/entry&amp;gt;
&lt;br&gt;But it doesn't work, neither logs, nor triggers, are written into the db.
&lt;br&gt;Does anybody can help me? 
&lt;br&gt;I've to put all this in my thesis and I don't have so much time so quick reply are really appreciated! :)
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Programd-and-Mysql-tp19356805p19356805.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18751278</id>
	<title>using gossip function</title>
	<published>2008-07-31T02:59:49Z</published>
	<updated>2008-07-31T02:59:49Z</updated>
	<author>
		<name>superrantonioxp</name>
	</author>
	<content type="html">I'm using the gossip function to save som data on the gossip.txtx file.
&lt;br&gt;&lt;br&gt;this function works fine, but every time I reestart the tomcat server, the gossip.txt file is deleted. 
&lt;br&gt;&lt;br&gt;does any body know another way to save some especific data in a file?
&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/using-gossip-function-tp18751278p18751278.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15573344</id>
	<title>Fail to deploy War file compiled from source code</title>
	<published>2008-02-19T14:13:23Z</published>
	<updated>2008-02-19T14:13:23Z</updated>
	<author>
		<name>d55266</name>
	</author>
	<content type="html">Hi, I've been trying to find a solution for this for a few days now. Hopefully someone here could help me out, it's my last resource ;-)
&lt;br&gt;&lt;br&gt;Here's what I did:
&lt;br&gt;- download the source code distribution 4.6
&lt;br&gt;- run Ant. It produces the 2 jar files. (from the default build.xml)
&lt;br&gt;- change first line in build.xml to &amp;lt;project default=&amp;quot;war&amp;quot; basedir=&amp;quot;.&amp;quot;&amp;gt; to get a war file
&lt;br&gt;- run Ant. It successfully produces a war file.
&lt;br&gt;- go to Tomcat manager and deploy that war file. Result in error:
&lt;br&gt;&lt;br&gt;type Exception report
&lt;br&gt;message
&lt;br&gt;description The server encountered an internal error () that prevented it from fulfilling this request.
&lt;br&gt;exception
&lt;br&gt;javax.servlet.ServletException: Servlet execution threw an exception
&lt;br&gt;root cause
&lt;br&gt;java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.commons.fileupload.DefaultFileItemFactory.createItem(DefaultFileItemFactory.java:103)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:350)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:302)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.catalina.manager.HTMLManagerServlet.doPost(HTMLManagerServlet.java:157)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
&lt;br&gt;&lt;br&gt;I'm using:
&lt;br&gt;- Tomcat 5.5.26
&lt;br&gt;- JDK 1.5.0_14
&lt;br&gt;- Ant 1.7.0
&lt;br&gt;&lt;br&gt;Any help is greatly appreciated.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Tom.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fail-to-deploy-War-file-compiled-from-source-code-tp15573344p15573344.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15359740</id>
	<title>Using 2 bots</title>
	<published>2008-02-08T09:12:50Z</published>
	<updated>2008-02-08T09:12:50Z</updated>
	<author>
		<name>superantonio</name>
	</author>
	<content type="html">I want to use 2 bots using diferents talktobots pages
&lt;br&gt;&lt;br&gt;I have the AIML files
&lt;br&gt;&lt;br&gt;The bot.xml an properties.xml
&lt;br&gt;&lt;br&gt;files configured but I don't know how to said to my page which bot to use
&lt;br&gt;&lt;br&gt;&amp;nbsp;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-2-bots-tp15359740p15359740.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14939965</id>
	<title>Re: ProgramD, newbie</title>
	<published>2008-01-17T16:12:13Z</published>
	<updated>2008-01-17T16:12:13Z</updated>
	<author>
		<name>adrian diaz</name>
	</author>
	<content type="html">*****************************************************************
&lt;br&gt;I am a newbie using ProgramD.
&lt;br&gt;I successfully installed it on my Linux machine and I can run simple-consle 
&lt;br&gt;and simple-gui-console.
&lt;br&gt;&lt;br&gt;But I do not know how to talk with the SampleBot. e.g. I get the following 
&lt;br&gt;messages:
&lt;br&gt;&lt;br&gt;[YourBot] user&amp;gt; hi
&lt;br&gt;[2006-05-06 13:12:29,844] WARN: No match found for path &amp;quot;hi&amp;quot;.
&lt;br&gt;[2006-05-06 13:12:29,845] INFO: apus -&amp;gt; SampleBot: &amp;quot;hi&amp;quot;; SampleBot -&amp;gt; apus: &amp;quot;&amp;quot;
&lt;br&gt;YourBot&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Therefore I have 3 questions:
&lt;br&gt;1) how can I talk to a bot
&lt;br&gt;***********************************************************************
&lt;br&gt;&lt;br&gt;I am having the same problem but I am Running Windows XP</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ProgramD%2C-newbie-tp4260571p14939965.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-13452519</id>
	<title>The Keyword DONT</title>
	<published>2007-10-28T05:39:39Z</published>
	<updated>2007-10-28T05:39:39Z</updated>
	<author>
		<name>swiver</name>
	</author>
	<content type="html">A pattern is not matching if it contains the keyword DONT.
&lt;br&gt;&lt;br&gt;Is it a reserved word or something? How do I know what to use and what not to use while typing the text for patterns.
&lt;br&gt;&lt;br&gt;I also need a pattern like &amp;quot;select one from the group (a,b,d,c)!&amp;quot; how do I handle the paranthesis and exclamation characters.
&lt;br&gt;&lt;br&gt;Thanks so much.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/The-Keyword-DONT-tp13452519p13452519.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-13452391</id>
	<title>Organizing AIML files in ProgramD</title>
	<published>2007-10-28T05:19:59Z</published>
	<updated>2007-10-28T05:19:59Z</updated>
	<author>
		<name>swiver</name>
	</author>
	<content type="html">I am writing content in AIML. There will be hundreds of categories. I know I use TOPIC tag where appropriate but how do I organize the AIML files.
&lt;br&gt;&lt;br&gt;1. Write all in one large AIML file?
&lt;br&gt;&lt;br&gt;2. Write based on some subject matter classification?
&lt;br&gt;&lt;br&gt;What are the implications? I am going to use ProgramD in a multi-user website.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Organizing-AIML-files-in-ProgramD-tp13452391p13452391.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-13451504</id>
	<title>General questions library</title>
	<published>2007-10-28T03:10:50Z</published>
	<updated>2007-10-28T03:10:50Z</updated>
	<author>
		<name>swiver</name>
	</author>
	<content type="html">Is there any pre-developed AIML to handle general stuff so that I can concentrate on building the real contnet. For example, when the user types in a bad word and nothing else, i would like to define something like say &amp;quot;well lets talk about the real subject my friend&amp;quot; for &amp;quot;all bad words&amp;quot;. Similarly when the user says very general words like &amp;quot;so&amp;quot;, i would like to say &amp;quot;so what?&amp;quot;.
&lt;br&gt;&lt;br&gt;Is there any generic content that can be reused for all this?</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/General-questions-library-tp13451504p13451504.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-13450665</id>
	<title>Using ProgramD example JSPs</title>
	<published>2007-10-28T01:19:58Z</published>
	<updated>2007-10-28T01:19:58Z</updated>
	<author>
		<name>swiver</name>
	</author>
	<content type="html">I have downloaded the latest 4.6 version of ProgramD andhave the following questions:
&lt;br&gt;&lt;br&gt;1. It is using some DWR functionality for AJAX. This is working fine in FireFox but not in IE. Is this a known problem (it says Object Error when submit is clicked).
&lt;br&gt;&lt;br&gt;2. If I use ProgramD in my commercial site to answer my customers' queries, is it allowed and should I show any messages/logos of ProgramD in that page?
&lt;br&gt;&lt;br&gt;3. I have powerful servers but still want to know if ProgramD war file can handle multiple different concurrent users to the site (especially maintaining the set_ values separately for each session)? Is there anything that is not obvious that I need to be aware of?
&lt;br&gt;&lt;br&gt;Well, I am hoping that members here could have the answers and await them. I have searched the existing posts before this one -
&lt;br&gt;&lt;br&gt;Swiver.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-ProgramD-example-JSPs-tp13450665p13450665.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-13214346</id>
	<title>Re: Javascript to manipulate document objects</title>
	<published>2007-10-15T09:27:05Z</published>
	<updated>2007-10-15T09:27:05Z</updated>
	<author>
		<name>superantonio</name>
	</author>
	<content type="html">&lt;br&gt;Noel
&lt;br&gt;&lt;br&gt;do you have any sample of what I'm trying?
&lt;br&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
&lt;br&gt;window.open(&amp;quot;www.yahoo.es&amp;quot;)
&lt;br&gt;&amp;lt;/script&amp;gt;
&lt;br&gt;&lt;br&gt;I'm using the rebecca pluging for ecplipse, since I put the &amp;lt;script&amp;gt; tag, it is markes as an error.
&lt;br&gt;&lt;br&gt;Even that, when I try on the iexplorer, the code above does not work, pleas I need to do this kind of things so show some images to the user.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Javascript-to-manipulate-document-objects-tp13133715p13214346.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-13138903</id>
	<title>Re: ProgramD and Tomcat on Windows</title>
	<published>2007-10-10T10:02:16Z</published>
	<updated>2007-10-10T10:02:16Z</updated>
	<author>
		<name>attila85</name>
	</author>
	<content type="html">Up,
&lt;br&gt;&lt;br&gt;Noel can you help me?</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ProgramD-and-Tomcat-on-Windows-tp12169264p13138903.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-13138941</id>
	<title>Re: Javascript to manipulate document objects</title>
	<published>2007-10-10T10:01:02Z</published>
	<updated>2007-10-10T10:01:02Z</updated>
	<author>
		<name>superantonio</name>
	</author>
	<content type="html">Thank you Noel
&lt;br&gt;&lt;br&gt;but I've tried this before
&lt;br&gt;&lt;br&gt;for example, as you wrote
&lt;br&gt;&lt;br&gt;&amp;lt;category&amp;gt;
&lt;br&gt;&amp;lt;pattern&amp;gt;STARTUP&amp;lt;/pattern&amp;gt;
&lt;br&gt;&amp;lt;template&amp;gt;
&lt;br&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
&lt;br&gt;window.open(&amp;quot;www.yahoo.es&amp;quot;)
&lt;br&gt;&amp;lt;/script&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;javascript&amp;gt;
&lt;br&gt;&amp;nbsp;	
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var hoy = new Date();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var horaActual = hoy.getHours();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var texto = &amp;quot;me llamo Hugo, su asistente virtual para atenderle en
&lt;br&gt;los problemas que pueda tener. Para poder responder, expliqueme
&lt;br&gt;brevemente el problema&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(horaActual &amp;gt;=19)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;buenas noches &amp;quot; + texto;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(horaActual &amp;gt;=12)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;buenas tardes &amp;quot; + texto;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(horaActual &amp;gt;=1)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;Buenos días &amp;quot; + texto;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/javascript&amp;gt;
&lt;br&gt;&amp;lt;think&amp;gt;&amp;lt;set name=&amp;quot;topic&amp;quot;&amp;gt;IDENTIFICAR&amp;lt;/set&amp;gt;&amp;lt;/think&amp;gt;
&lt;br&gt;&amp;lt;/template&amp;gt;
&lt;br&gt;&amp;lt;/category&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;On the iexplorer I get an [Object error] alert and I get this on the
&lt;br&gt;programD Activity.log
&lt;br&gt;&lt;br&gt;[2007-10-10 17:56:42,500] WARN: No match found for path &amp;quot;STARTUP&amp;quot;.
&lt;br&gt;[2007-10-10 17:56:42,500] INFO: E1026943C66E236CB5E81BA4F7865BA8 -&amp;gt;
&lt;br&gt;Hugo: &amp;quot;connect&amp;quot;; Hugo -&amp;gt; E1026943C66E236CB5E81BA4F7865BA8: &amp;quot;&amp;quot;
&lt;br&gt;&lt;br&gt;If I delete the &amp;lt;script&amp;gt; part, it works fine
&lt;br&gt;&lt;br&gt;&lt;br&gt;any idea?
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;programd mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=13138941&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://aitools.org/mailman/listinfo/programd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/mailman/listinfo/programd&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Javascript-to-manipulate-document-objects-tp13133715p13138941.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-13138588</id>
	<title>Re: Javascript to manipulate document objects</title>
	<published>2007-10-10T09:43:48Z</published>
	<updated>2007-10-10T09:43:48Z</updated>
	<author>
		<name>Noel Bush</name>
	</author>
	<content type="html">AIML's javascript element allows you to run server-side Javascript. &amp;nbsp;If 
&lt;br&gt;you want to deliver javascript to the client side, just include it in an 
&lt;br&gt;HTML &amp;lt;script/&amp;gt; element, like
&lt;br&gt;&lt;br&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
&lt;br&gt;...your script
&lt;br&gt;&amp;lt;/script&amp;gt;
&lt;br&gt;&lt;br&gt;as part of the template.
&lt;br&gt;&lt;br&gt;Noel
&lt;br&gt;&lt;br&gt;Antonio Jimenez wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm trying to include thos code on my AIML files in order to
&lt;br&gt;&amp;gt; manipulate som javascript window objects such as window, or text boxes
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;topic name=&amp;quot;SALUDO&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;category&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;pattern&amp;gt;STARTUP&amp;lt;/pattern&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;template&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;learn&amp;gt;...load all files normally...&amp;lt;/learn&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;javascript&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; window.open(&amp;quot;salutation.html&amp;quot;)
&lt;br&gt;&amp;gt; document.getElementById(&amp;quot;muestra&amp;quot;).scr=&amp;quot;muestra.jpg&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; var hoy = new Date();
&lt;br&gt;&amp;gt; var horaActual = hoy.getHours();
&lt;br&gt;&amp;gt; var texto = &amp;quot;me llamo Hugo, su asistente virtual para atenderle en los
&lt;br&gt;&amp;gt; problemas que pueda tener. Para poder responder, expliqueme brevemente
&lt;br&gt;&amp;gt; el problema&amp;quot;;
&lt;br&gt;&amp;gt; if(horaActual &amp;gt;=19)
&lt;br&gt;&amp;gt; &amp;quot;buenas noches &amp;quot; + texto;
&lt;br&gt;&amp;gt; if(horaActual &amp;gt;=12)
&lt;br&gt;&amp;gt; &amp;quot;buenas tardes &amp;quot; + texto;
&lt;br&gt;&amp;gt; if(horaActual &amp;gt;=1)
&lt;br&gt;&amp;gt; &amp;quot;Buenos días &amp;quot; + texto;
&lt;br&gt;&amp;gt; &amp;lt;/javascript&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;think&amp;gt;&amp;lt;set name=&amp;quot;topic&amp;quot;&amp;gt;IDENTIFICAR&amp;lt;/set&amp;gt;&amp;lt;/think&amp;gt; &amp;lt;/template&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/category&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; but this part does not work
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; window.open(&amp;quot;salutation.html&amp;quot;)
&lt;br&gt;&amp;gt; document.getElementById(&amp;quot;muestra&amp;quot;).scr=&amp;quot;muestra.jpg&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; could any body tell me what am I doing wrong?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; any samples?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt; 
&lt;/div&gt;_______________________________________________
&lt;br&gt;programd mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=13138588&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://aitools.org/mailman/listinfo/programd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/mailman/listinfo/programd&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Javascript-to-manipulate-document-objects-tp13133715p13138588.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-13133715</id>
	<title>Javascript to manipulate document objects</title>
	<published>2007-10-10T05:04:53Z</published>
	<updated>2007-10-10T05:04:53Z</updated>
	<author>
		<name>superrantonioxp</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;I'm trying to include thos code on my AIML files in order to
&lt;br&gt;manipulate som javascript window objects such as window, or text boxes
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;topic name=&amp;quot;SALUDO&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;category&amp;gt;
&lt;br&gt;&amp;lt;pattern&amp;gt;STARTUP&amp;lt;/pattern&amp;gt;
&lt;br&gt;&amp;lt;template&amp;gt;
&lt;br&gt;&amp;lt;learn&amp;gt;...load all files normally...&amp;lt;/learn&amp;gt;
&lt;br&gt;&amp;lt;javascript&amp;gt;
&lt;br&gt;&lt;br&gt;window.open(&amp;quot;salutation.html&amp;quot;)
&lt;br&gt;document.getElementById(&amp;quot;muestra&amp;quot;).scr=&amp;quot;muestra.jpg&amp;quot;
&lt;br&gt;&lt;br&gt;var hoy = new Date();
&lt;br&gt;var horaActual = hoy.getHours();
&lt;br&gt;var texto = &amp;quot;me llamo Hugo, su asistente virtual para atenderle en los
&lt;br&gt;problemas que pueda tener. Para poder responder, expliqueme brevemente
&lt;br&gt;el problema&amp;quot;;
&lt;br&gt;if(horaActual &amp;gt;=19)
&lt;br&gt;&amp;quot;buenas noches &amp;quot; + texto;
&lt;br&gt;if(horaActual &amp;gt;=12)
&lt;br&gt;&amp;quot;buenas tardes &amp;quot; + texto;
&lt;br&gt;if(horaActual &amp;gt;=1)
&lt;br&gt;&amp;quot;Buenos días &amp;quot; + texto;
&lt;br&gt;&amp;lt;/javascript&amp;gt;
&lt;br&gt;&amp;lt;think&amp;gt;&amp;lt;set name=&amp;quot;topic&amp;quot;&amp;gt;IDENTIFICAR&amp;lt;/set&amp;gt;&amp;lt;/think&amp;gt; &amp;lt;/template&amp;gt;
&lt;br&gt;&amp;lt;/category&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;but this part does not work
&lt;br&gt;&lt;br&gt;window.open(&amp;quot;salutation.html&amp;quot;)
&lt;br&gt;document.getElementById(&amp;quot;muestra&amp;quot;).scr=&amp;quot;muestra.jpg&amp;quot;
&lt;br&gt;&lt;br&gt;could any body tell me what am I doing wrong?
&lt;br&gt;&lt;br&gt;any samples?
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Antonio Jimenez
&lt;br&gt;677 55 33 35
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;programd mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=13133715&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;programd@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://aitools.org/mailman/listinfo/programd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aitools.org/mailman/listinfo/programd&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Javascript-to-manipulate-document-objects-tp13133715p13133715.html" />
</entry>

</feed>
