« Return to Thread: Help, Need A.L.I.C.E Web page Spider

Re: Help, Need A.L.I.C.E Web page Spider

by mehri :: Rate this Message:

Reply to Author | View in Thread

Since its php, I get the source by default, eh?  Nice.

I would recommend you put your name, contact info, and
some form of a license at the top along with copyright
to start with _immediately_.  

At the _very_ least add the disclaimer at the top the
code does not come with any warranty whats-so-ever
since its open source.

Otherwise, no one knows who it belongs to and someone
else can claim it as their own.  You'll also get
people flat out making changes to it and storing it on
their servers as their own with no recognition.  They
could fix bugs in it and not notify you of the fixes
they put in.

That's the purpose of most open source licenses (LGPL,
GPL in particular in my humble opinion).  Those
licenses are to protect you in a lot of ways.  Since
you're already giving out the source I would recommend
finding an open source license that fits you the best
and put it in the zip along with your copyright at the
top and re-release this.  Even if its a commercial
license that allows re-release of the source code or a
dual license model (commerical or open source)

Right now you're vulnerable with no license and no
copyright, and no warranty at the top of your file.

http://www.opensource.org/licenses


--- Ty Ademosu <tyademosu@...> wrote:

>
> Thanks, I'll consider sourceforge since I have some
> other scripts too.  
>
> In the mean time try to cut and paste the link in
> your browser, it worked
> when I tried that.
>
>
>
>
> mehri wrote:
> >
> > I wasn't able to follow that link and download it
> :-(
> >
> > How about putting it on sourceforge with an open
> > source license and release the source?  You'll
> find a
> > lot of contributors once if make your project open
> > source.
> >
> > Sourceforge has a nice donations button you can
> add
> > through pay pal and the best part of sourceforge
> is
> > that it is free to put open source projects on.
> >
> > :-)
> >
> >
> >
> > --- Ty Ademosu <tyademosu@...> wrote:
> >
> >>
> >> Hi,
> >>
> >>    I'm making the rss to AIML parser freeware.
> But
> >> donations appreciated.
> >>
> >> http://demossoft.100webspace.net/Parser3.php
> >>
> >>
> >> To download
> >>
> >> http://demossoft.100webspace.net/Parser3.zip
> >>
> >>
> >> Thanks.
> >>
> >>
> >>
> >>
> >> Ty Ademosu wrote:
> >> >
> >> > Please Please help with this.
> >> >
> >> > I need a spider created that will crawl a
> webpage
> >> and grammatically parse
> >> > the page and create AIML (Artificial
> Inelligence
> >> Markup Language) data.
> >> > This data will be saved into an AIML file and
> used
> >> to teach a chatterbot
> >> > the contents of the web page.
> >> >
> >> > The way we see it working is:
> >> >
> >> > 1. The spider crawls a page examining the text
> of
> >> each sentence.
> >> >
> >> > 2. Then using a grammatic parser it will
> >> reformulate that sentence data
> >> > into possible patterns and responses to be
> entered
> >> as data in the AIML
> >> > file.
> >> >
> >> > 3. Then it will format this into a standard
> AIML
> >> file and allow you to
> >> > save this code or copy and paste it to another
> >> source
> >> >
> >> > This will require someone experience in AIML as
> >> well as grammatic sentence
> >> > parsing.
> >> >
> >> > The idea for this project is to get the
> >> stand-alone script, possibilities
> >> > of this being a desktop VB script. But I hear
> that
> >> existing perl and php
> >> > extensions may make this easier. Open to other
> >> suggestions. Preferably a
> >> > desktop application to start.
> >> >
> >> >
> >> >
> >> >
> >> >
> >>
> >> --
> >> View this message in context:
> >>
> >
>
http://www.nabble.com/Help%2C-Need-A.L.I.C.E-Web-page-Spider-tf1720827.html#a13080008
> >> Sent from the Alicebot Developer mailing list
> >> archive at Nabble.com.
> >>
> >> _______________________________________________
> >> alicebot-developer mailing list
> >> alicebot-developer@...
> >>
> >
>
http://list.alicebot.org/mailman/listinfo/alicebot-developer
> >>
> >
> >
> >
> >        
> >
>
____________________________________________________________________________________
> > Be a better Globetrotter. Get better travel
> answers from someone who
> > knows. Yahoo! Answers - Check it out.
> >
>
http://answers.yahoo.com/dir/?link=list&sid=396545469
> > _______________________________________________
> > alicebot-developer mailing list
> > alicebot-developer@...
> >
>
http://list.alicebot.org/mailman/listinfo/alicebot-developer
> >
> >
>
> --
> View this message in context:
>
http://www.nabble.com/Help%2C-Need-A.L.I.C.E-Web-page-Spider-tf1720827.html#a13085956
> Sent from the Alicebot Developer mailing list
> archive at Nabble.com.
>
> _______________________________________________
> alicebot-developer mailing list
> alicebot-developer@...
>
http://list.alicebot.org/mailman/listinfo/alicebot-developer
>



      ____________________________________________________________________________________
Don't let your dream ride pass you by. Make it a reality with Yahoo! Autos.
http://autos.yahoo.com/index.html
 


_______________________________________________
alicebot-developer mailing list
alicebot-developer@...
http://list.alicebot.org/mailman/listinfo/alicebot-developer

 « Return to Thread: Help, Need A.L.I.C.E Web page Spider