Re: [Catalyst] POD viewer

2008-01-11 Thread J. Shirley
On Jan 11, 2008 2:01 AM, Zukoff <[EMAIL PROTECTED]> wrote:

> Hello!
>
> I've got an error:
> [error] Caught exception in CatalystAdvent->begin "Can't locate object
> method "now" via package "DateTime" (perhaps you forgot to load
> "DateTime"?) at /tmp/test/Script/../lib/CatalystAdvent.pm line 57."
>
> I've fixed it adding use DateTime;
>
> Then i've stopped at: [error] Couldn't forward to command
> "/calendar/index": Invalid action or component.
>
> What could it be?
>
> On Fri, 2008-01-11 at 00:59 -0600, Jonathan Rockway wrote:
> > Silly quoting below, so I'm top posting.  Take that!
> >
> > Anyway, the Catalyst Advent Calendar is basically a POD server.  Is it
> > pretty?  No... but it is something you can cargo cult if you want.
> >
> >
> http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/CatalystAdvent/
> >
> > Regards,
> > Jonathan Rockway
> >
> > On Wed, 2008-01-09 at 08:19 +0100, Dami Laurent (PJ) wrote:
> > > >-Message d'origine-
> > > >De : Ashley [mailto:[EMAIL PROTECTED]
> > > >Envoyé : mercredi, 9. janvier 2008 04:05
> > > >À : The elegant MVC web framework
> > > >Objet : [Catalyst] POD viewer
> > > >
> > > >Through a somewhat shallow search (difficult terms to search out
> > > >effectively) of the archives and search.CPAN I can't find if anyone
> > > >has hacked up a Cat based POD viewer/Controller; like the modperl
> > > >Apache one but, one hopes, without the (early?) security issues.
> > > >
> > > >I want to be able to share internal POD at work to encourage both its
> > > >reading and writing.
> > > >
> > > >Thanks!
> > > >-Ashley
> > > >
> >
> > The lack of a one-line attribution makes it impossible to cleanly reply
> > to this message (while keeping fragments from both your reply and the
> > original question).   Try to avoid this kthx.
> >
> > >
> > > Hi Ashley,
> > >
> > > I've hacked up a pod viewing app : see Pod::POM::Web. It's not a
> Catalyst app, but it's a web app, sitting in mod_perl or cgi-bin or its own
> Http server, and serving all pod installed in your @INC.
> > >
> > > Enjoy,
> > >
> > > Laurent Dami
> > >
> > > ___
> > > 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/
>


I did a bunch of pod rendering with table of content work for the Cat site
(still hasn't been released, trying to get a finalized ToC rendering and I
suck at typography and UI).

You can play with the generation at:
http://dev.catalyst.perl.org/repos/Catalyst/branches/site-notrac/podbuilder

Or, take a look at the finished product:
http://catsite.toeat.com/docs/Catalyst-Manual-Intro.html

Happy to help with anything that you need... I'd like to actually get this
work done but my motivation has tapered off.

-J

-- 
J. Shirley :: [EMAIL PROTECTED] :: Killing two stones with one bird...
http://www.toeat.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] POD viewer

2008-01-11 Thread Zukoff
Hello!

I've got an error:
[error] Caught exception in CatalystAdvent->begin "Can't locate object
method "now" via package "DateTime" (perhaps you forgot to load
"DateTime"?) at /tmp/test/Script/../lib/CatalystAdvent.pm line 57."

I've fixed it adding use DateTime;

Then i've stopped at: [error] Couldn't forward to command
"/calendar/index": Invalid action or component.

What could it be?

On Fri, 2008-01-11 at 00:59 -0600, Jonathan Rockway wrote:
> Silly quoting below, so I'm top posting.  Take that!
> 
> Anyway, the Catalyst Advent Calendar is basically a POD server.  Is it
> pretty?  No... but it is something you can cargo cult if you want.
> 
> http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/CatalystAdvent/
> 
> Regards,
> Jonathan Rockway
> 
> On Wed, 2008-01-09 at 08:19 +0100, Dami Laurent (PJ) wrote:
> > >-Message d'origine-
> > >De : Ashley [mailto:[EMAIL PROTECTED] 
> > >Envoyé : mercredi, 9. janvier 2008 04:05
> > >À : The elegant MVC web framework
> > >Objet : [Catalyst] POD viewer
> > >
> > >Through a somewhat shallow search (difficult terms to search out  
> > >effectively) of the archives and search.CPAN I can't find if anyone  
> > >has hacked up a Cat based POD viewer/Controller; like the modperl  
> > >Apache one but, one hopes, without the (early?) security issues.
> > >
> > >I want to be able to share internal POD at work to encourage both its  
> > >reading and writing.
> > >
> > >Thanks!
> > >-Ashley
> > >
> 
> The lack of a one-line attribution makes it impossible to cleanly reply
> to this message (while keeping fragments from both your reply and the
> original question).   Try to avoid this kthx.
> 
> > 
> > Hi Ashley,
> > 
> > I've hacked up a pod viewing app : see Pod::POM::Web. It's not a Catalyst 
> > app, but it's a web app, sitting in mod_perl or cgi-bin or its own Http 
> > server, and serving all pod installed in your @INC.
> > 
> > Enjoy, 
> > 
> > Laurent Dami
> > 
> > ___
> > 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] POD viewer

2008-01-10 Thread Ashley

On Jan 10, 2008, at 10:59 PM, Jonathan Rockway wrote:

Silly quoting below, so I'm top posting.  Take that!

Anyway, the Catalyst Advent Calendar is basically a POD server.  Is it
pretty?  No... but it is something you can cargo cult if you want.


I don't know if the code is pretty yet but the presentation is quite  
nice.


Thanks!



http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/ 
CatalystAdvent/


Regards,
Jonathan Rockway

On Wed, 2008-01-09 at 08:19 +0100, Dami Laurent (PJ) wrote:

-Message d'origine-
De : Ashley [mailto:[EMAIL PROTECTED]
Envoyé : mercredi, 9. janvier 2008 04:05
À : The elegant MVC web framework
Objet : [Catalyst] POD viewer

Through a somewhat shallow search (difficult terms to search out
effectively) of the archives and search.CPAN I can't find if anyone
has hacked up a Cat based POD viewer/Controller; like the modperl
Apache one but, one hopes, without the (early?) security issues.

I want to be able to share internal POD at work to encourage both  
its

reading and writing.

Thanks!
-Ashley



The lack of a one-line attribution makes it impossible to cleanly  
reply

to this message (while keeping fragments from both your reply and the
original question).   Try to avoid this kthx.



Hi Ashley,

I've hacked up a pod viewing app : see Pod::POM::Web. It's not a  
Catalyst app, but it's a web app, sitting in mod_perl or cgi-bin  
or its own Http server, and serving all pod installed in your @INC.


Enjoy,

Laurent Dami



___
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] POD viewer

2008-01-10 Thread Jonathan Rockway
Silly quoting below, so I'm top posting.  Take that!

Anyway, the Catalyst Advent Calendar is basically a POD server.  Is it
pretty?  No... but it is something you can cargo cult if you want.

http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/CatalystAdvent/

Regards,
Jonathan Rockway

On Wed, 2008-01-09 at 08:19 +0100, Dami Laurent (PJ) wrote:
> >-Message d'origine-
> >De : Ashley [mailto:[EMAIL PROTECTED] 
> >Envoyé : mercredi, 9. janvier 2008 04:05
> >À : The elegant MVC web framework
> >Objet : [Catalyst] POD viewer
> >
> >Through a somewhat shallow search (difficult terms to search out  
> >effectively) of the archives and search.CPAN I can't find if anyone  
> >has hacked up a Cat based POD viewer/Controller; like the modperl  
> >Apache one but, one hopes, without the (early?) security issues.
> >
> >I want to be able to share internal POD at work to encourage both its  
> >reading and writing.
> >
> >Thanks!
> >-Ashley
> >

The lack of a one-line attribution makes it impossible to cleanly reply
to this message (while keeping fragments from both your reply and the
original question).   Try to avoid this kthx.

> 
> Hi Ashley,
> 
> I've hacked up a pod viewing app : see Pod::POM::Web. It's not a Catalyst 
> app, but it's a web app, sitting in mod_perl or cgi-bin or its own Http 
> server, and serving all pod installed in your @INC.
> 
> Enjoy, 
> 
> Laurent Dami
> 
> ___
> 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/
> 


signature.asc
Description: This is a digitally signed message part
___
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] POD viewer

2008-01-08 Thread Dami Laurent (PJ)
>-Message d'origine-
>De : Ashley [mailto:[EMAIL PROTECTED] 
>Envoyé : mercredi, 9. janvier 2008 04:05
>À : The elegant MVC web framework
>Objet : [Catalyst] POD viewer
>
>Through a somewhat shallow search (difficult terms to search out  
>effectively) of the archives and search.CPAN I can't find if anyone  
>has hacked up a Cat based POD viewer/Controller; like the modperl  
>Apache one but, one hopes, without the (early?) security issues.
>
>I want to be able to share internal POD at work to encourage both its  
>reading and writing.
>
>Thanks!
>-Ashley
>

Hi Ashley,

I've hacked up a pod viewing app : see Pod::POM::Web. It's not a Catalyst app, 
but it's a web app, sitting in mod_perl or cgi-bin or its own Http server, and 
serving all pod installed in your @INC.

Enjoy, 

Laurent Dami

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