Re: [Catalyst] [Announce][META] MojoMojo 0.999021 has been released to CPAN

2008-11-02 Thread Richard Thomas
Kinosearch++ We're using it at $work, linked to some CDBI triggers,  
and it works really well.


Building the equivalent functionality to search everything natively in  
the database more or less simultaneously could never be as blissfully  
simple.


cheers
RET

Sent from my iPhone

On 02/11/2008, at 11:51 AM, Dermot [EMAIL PROTECTED] wrote:


2008/11/1 Marcus Ramberg [EMAIL PROTECTED]:


I'm happy to mention that we're finally rid of Plucene.

...


0.999021  2008-11-01 01:47:00
  - Move search to KinoSearch


I was considering Lucene as the basis of an text search engine.
Lucence fans claim it's the industry standard.
http://search.cpan.org/~tbusch/Lucene-0.18/lib/Lucene.pm

I guess if you developing in a Perl env then KinoSearch should be your
choose. Having looked at the docs at
http://www.rectangular.com/kinosearch/docs/stable/KinoSearch/Docs/Tutorial.html

it makes sense so thanx for the heads up.
Dp.

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Off Topic: Re: [Catalyst] [Announce] MojoMojo 0.999021 has been released to CPAN

2008-11-02 Thread Ali M.
There is another project by Sebastien Riedel, and its called Mojo,
just one Mojo.

I think the people working on MojoMojo, should contact Sebastien and
work out the naming thing, because it sometimes gets confusing
following the news about either.


best regards and good luck to both projects
ali

On Sat, Nov 1, 2008 at 3:12 AM, Marcus Ramberg [EMAIL PROTECTED] wrote:
 Hi gang.

 Just a quick notice to inform you that a new version of the Catalyst/DBIC
 based wiki MojoMojo has been released to CPAN. A major focus for this
 release has been to make MojoMojo easier to install and maintain, and to
 that effect, I'm happy to mention that we're finally rid of Plucene. There's
 also some check to warn you of permissions trouble at startup, as well as a
 new fluid layout for smaller displays, and a number of bug fixes.

 I've included the entire change list below. If you're interested in
 MojoMojo, I suggest stopping by #mojomojo on irc.perl.org.
 --
 Be well
 Marcus Ramberg
 Nordaaker Ltd (http://nordaaker.com)  Open web app craftsmen


 0.999021  2008-11-01 01:47:00
- Move search to KinoSearch
- Make startup checks for permissions.
- Remove BindLex
- Fix lingering 'query' search name which should be 'q'
- add Edit Pages link to navbar
- Some spawn db fixes
- Fix session config, removed colonos (plu)
- liquid layout for less than 1024px wide view


 ___
 List: Catalyst@lists.scsys.co.uk
 Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
 Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
 Dev site: http://dev.catalyst.perl.org/


___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: Off Topic: Re: [Catalyst] [Announce] MojoMojo 0.999021 has been released to CPAN

2008-11-02 Thread Ash Berlin


On 2 Nov 2008, at 08:10, Ali M. wrote:


There is another project by Sebastien Riedel, and its called Mojo,
just one Mojo.

I think the people working on MojoMojo, should contact Sebastien and
work out the naming thing, because it sometimes gets confusing
following the news about either.


best regards and good luck to both projects
ali




First Mojomojo CPAN release: 29 Aug 2007
First Mojo CPAN release: 24 Sep 2008.

Now which one is at fault do you suppose?



___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: Off Topic: Re: [Catalyst] [Announce] MojoMojo 0.999021 has been released to CPAN

2008-11-02 Thread Sebastian Riedel

On 2 Nov 2008, at 08:10, Ali M. wrote:


There is another project by Sebastien Riedel, and its called Mojo,
just one Mojo.

I think the people working on MojoMojo, should contact Sebastien and
work out the naming thing, because it sometimes gets confusing
following the news about either.


best regards and good luck to both projects
ali



Sooner or later i'll get Marcus to port MojoMojo to Mojo. :)

--
Sebastian Riedel
http://labs.kraih.com


___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] [Announce][META] MojoMojo 0.999021 has been released to CPAN

2008-11-02 Thread Oliver Charles
 I was considering Lucene as the basis of an text search engine.
 Lucence fans claim it's the industry standard.
 http://search.cpan.org/~tbusch/Lucene-0.18/lib/Lucene.pm

Mmm, maybe - we've just moved from it to Xipian at $work - same
results but significantly easier to deploy (no longer depending on a
Java stack). I'm sure there were some other reasons for the move as
well.

Ollie

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Re: Off Topic: Re: [Announce] MojoMojo 0.999021 has been released to CPAN

2008-11-02 Thread Sebastian Riedel


02.11.2008 17:42 Aristotle Pagaltzis:


* Sebastian Riedel [EMAIL PROTECTED] [2008-11-02 15:25]:

Sooner or later i'll get Marcus to port MojoMojo to Mojo. :)


… yielding MojoMojoMojo?


Can't have enough Mojo, can you?

--
Sebastian Riedel
http://labs.kraih.com


___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


[Catalyst] noob question about session timeouts

2008-11-02 Thread Cliff Green
When a session expires in the app I'm putting together, the user is sent 
back to the login screen at the next request, as expected.  What I'd 
like to do is stuff something like 'Session Expired' into 
$c-stash-{error_msg} and have it displayed, letting the user know what 
just happened.


I've tried things like
 unless ($c-session_expires) {
$c-stash-{error_msg} = 'Session Expired!';
 }

in, variously, Root.pm and Login.pm but of course it doesn't work.

Alternatively, it would be nice to know how to use something along the 
lines of

 $c-stash-{error_msg} = $c-session_delete_reason;
to do the same kind of thing.

I've only just started using Catalyst and I can see where this should be 
obvious;  any suggestions?


Thanks,

c
--

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] noob question about session timeouts

2008-11-02 Thread Peter Flanigan

Cliff Green wrote:
When a session expires in the app I'm putting together, the user is sent 
back to the login screen at the next request, as expected.  What I'd 
like to do is stuff something like 'Session Expired' into 
$c-stash-{error_msg} and have it displayed, letting the user know what 
just happened.


Read up on Catalyst::Plugin::Session::flash

--

Regards

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


[Catalyst] Plug your Favourite Search Solution (was [Announce][META] MojoMojo 0.999021 has been released to CPAN)

2008-11-02 Thread Jon Schutz

On Sun, 2008-11-02 at 00:51 +, Dermot wrote:

 I was considering Lucene as the basis of an text search engine.
 Lucence fans claim it's the industry standard.
 http://search.cpan.org/~tbusch/Lucene-0.18/lib/Lucene.pm
 
 I guess if you developing in a Perl env then KinoSearch should be your
 choose. Having looked at the docs at
 http://www.rectangular.com/kinosearch/docs/stable/KinoSearch/Docs/Tutorial.html
 

We have been using Sphinx full-text search with considerable success.

For anyone interested I have written up a bit of an overview of using
Sphinx with Perl:

http://notes.jschutz.net/18/perl/integrating-sphinx-into-perl-applications


-- 
Jon SchutzMy tech notes http://notes.jschutz.net
Chief Technology Officerhttp://www.youramigo.com
YourAmigo 


___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Re: Off Topic: Re: [Announce] MojoMojo 0.999021 has been released to CPAN

2008-11-02 Thread Troy Davis

On Nov 2, 2008, at 11:42 AM, Aristotle Pagaltzis wrote:

… yielding MojoMojoMojo?



MojoJojo!
___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/