27Nov/091
ESearchy-ng work…
Lately , I've been working on a complete refactoring of ESearchy. basically it will be ESearchy 0.2, but for now I'm hosting in it as ESearchy-ng so people can still enjoy the old version while I code the new one. I changed the syntax a lot so here is a simple example of what I currently have.
Comments, bugs and coders interested in the project are more than welcomed.
February 14th, 2010 - 14:56
There is a syntax error on:
:website => “https://www.pirulo.com”
:maxhits => 1000,
:log => true )
there is a missing comma, so the correct one is:
:website => “https://www.pirulo.com”,
:maxhits => 1000,
:log => true )
Nice script btw