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] 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] [Announce] Mojo 0.7 released (Perl on Rails in 150 lines of code)

2008-10-20 Thread Sebastian Riedel
This is a very exciting release for me, things are finally starting to  
get more visible.



http://labs.kraih.com/blog/2008/10/mojo-07-released-perl-on-rails-in-150-lines-of-code.html

Mojo might be ready to host bigger web frameworks now. :)

--
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] How to send raw HTTP response

2008-09-26 Thread Sebastian Riedel

26.09.2008 00:20 [EMAIL PROTECTED]:


Tomas Doran [EMAIL PROTECTED] wrote on 09/25/2008 04:04:58 PM:



On 25 Sep 2008, at 19:35, Christian Lackas wrote:


   print CGI::header(...);
   $ZIP-writeToFileHandle(*STDOUT);
   for my $f (@files) {
   $ZIP-addFile($f, basename($f));
   }

How can I achieve something similar under Catalyst?


Looking at the source code for Catalyst::write, and
Catalyst::Engine::write, you need to say $c-finalize_headers, after
which just writing to STDOUT as above should do the right thing..

However, I'd have thought that clients on the other end would be
somewhat unhappy with not getting a Content-Length header...


The only two consequences I know of for not including the content  
length is
that the download bar for the transfer lists unknown in browsers,  
and if

the transfer fails midway the browser does not know.


Things will go wrong, they always do.
Not following the RFC is a very bad idea, without a content-length  
header the client could react completely random.


The right way to do it would be a response with chunked transfer  
encoding.


--
sebastian

___
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] Mojo, a new kind of web framework

2008-09-24 Thread Sebastian Riedel

Pause seems not to work atm. so it's just on kraih.com for now.
http://kraih.com/Mojo-0.2.tar.gz

From the pod:
*IMPORTANT!* This is beta software, don't use it for anything serious,
it might eat your puppy or cause the apocalypse. (You've been warned...)

--
sebastian

24.09.2008 20:45 John Beppu:


Nice.  Where can we download it?

On Wed, Sep 24, 2008 at 11:27 AM, Sebastian Riedel [EMAIL PROTECTED] 
 wrote:
It started as a Catalyst competitor but resulted in something  
different, the good kind of different. :)


Here's the first part of my upcoming blog article series, Why Mojo  
won't kill Catalyst.

http://labs.kraih.com/blog/2008/09/why-mojo-wont-kill-catalyst.html

--
sebastian

___
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/



___
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] Catalyst site design drafts feedback thread

2008-06-11 Thread Sebastian Riedel


11.06.2008 22:00 Christopher H. Laco:

Mark Keating:
(2) http://agaton.scsys.co.uk/~matthewt/catsite/cat_mock_web_001.png



The Catalyst logo as a crop circle is a very powerful mental  
moniker. I love that.


Actually the catalyst logo IS a crop circle. :)

--
sebastian

___
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/