From general-return-24953-apmail-incubator-general-archive=incubator.apache.org@incubator.apache.org Wed Mar 03 08:37:14 2010 Return-Path: Delivered-To: apmail-incubator-general-archive@www.apache.org Received: (qmail 11381 invoked from network); 3 Mar 2010 08:37:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Mar 2010 08:37:14 -0000 Received: (qmail 98367 invoked by uid 500); 3 Mar 2010 08:37:07 -0000 Delivered-To: apmail-incubator-general-archive@incubator.apache.org Received: (qmail 98263 invoked by uid 500); 3 Mar 2010 08:37:07 -0000 Mailing-List: contact general-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@incubator.apache.org Delivered-To: mailing list general@incubator.apache.org Received: (qmail 98245 invoked by uid 99); 3 Mar 2010 08:37:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Mar 2010 08:37:06 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bernd.fondermann@googlemail.com designates 209.85.160.47 as permitted sender) Received: from [209.85.160.47] (HELO mail-pw0-f47.google.com) (209.85.160.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Mar 2010 08:36:58 +0000 Received: by pwi5 with SMTP id 5so677986pwi.6 for ; Wed, 03 Mar 2010 00:36:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=8pPO2jxUQYxV8cmVXHbSpYCwb+19lAKx0tgYuLlE3kU=; b=U6JZRwNdxGTZgOVCnO98Ypt8l3p+yKh0TSPCtEPpW2OiylvHKIhR0eamZKUKdjmwKz tEukftqsnrodoy53t+06XhIgPozbtq0Hnkom3XqtxKassIxLNRsIFxv/ZPhXGVw23Zt7 0CMnjfngRGSXUkq+l6K4qI/jWwQOtuXt8QdC0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Udlf8wJLPFqRwIBt1rSMSaWdsuIaJ8MZD4VUWVAFp+iEwQLg+aMFCLyOi29ibYaWEk wJQkiREW1pW4J3AQT480pUAyq/kEl1f9EBLk+Ep59qWAATKunPKZG+YvelS/vRGlzCQP qZ9Qz/L9pGCwoJLx019yBbb49r7s26AQpb5yU= MIME-Version: 1.0 Received: by 10.143.21.5 with SMTP id y5mr994483wfi.324.1267605397818; Wed, 03 Mar 2010 00:36:37 -0800 (PST) In-Reply-To: <15b968381003021506x7e6fd9ddn2cc724283ba75165@mail.gmail.com> References: <15b968381001281932w41cc5832t24c163e380cff9a2@mail.gmail.com> <15b968381001290738nee5c1b3wf6095c297a1df4fb@mail.gmail.com> <4B630741.4020307@ungoverned.org> <15b968381002011039v8e975d0xc70547155425038@mail.gmail.com> <36fe576b1002011103q6255476bn7fbc323e4d5b0638@mail.gmail.com> <15b968381003010354x268bbb2chc0237030b1498789@mail.gmail.com> <88f6e29a1003010842s148334dck429a9e45e2d98630@mail.gmail.com> <15b968381003011543g33ea4ae9x740e7ce1bdbdc850@mail.gmail.com> <88f6e29a1003020110k49b25486pd81241d223865e1f@mail.gmail.com> <15b968381003021506x7e6fd9ddn2cc724283ba75165@mail.gmail.com> Date: Wed, 3 Mar 2010 09:36:37 +0100 Message-ID: <88f6e29a1003030036nf5b91f5lc8a4edd91acc0611@mail.gmail.com> Subject: Re: [PROPOSAL] Chatterbot, a lightweight framework for chat responders From: Bernd Fondermann To: general@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Wed, Mar 3, 2010 at 00:06, Donald Whytock wrote: > On Tue, Mar 2, 2010 at 4:10 AM, Bernd Fondermann > wrote: >> So, what are your short term goals with chatterbot? As you are on the >> incubator list and put up a proposal, the goal should be to become an >> Incubator project. Otherwise, we are just wasting time here. >> An important part of preparing for Incubation is recruting mentors. > > Making Chatterbot an Incubator project is indeed my goal. =A0Based on > that goal, I looked at the other projects under consideration, which > typically have multiple committers, an existing community and a > good-sized codebase, Indeed, this is the tricky part. You might want to consider taking this project to the sandbox of an existing project, and grow from there. > and wondered what the response would be to, "Hi, > wanna be the mentor for my project that consists of me and my > eleven-class app?" Was that your question at the beginning? > > I'm pleased to find there is interest in the project. =A0Yes, I am > looking for mentors. > >> If you'd want to test against a local server, I recommend using Vysper >> (http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/). > > Thanks. =A0I had a console for offline parser testing; this'll help with > offline channel development. Bernd --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org For additional commands, e-mail: general-help@incubator.apache.org