Integrating Catalyst Applications

View: New views
4 Messages — Rating Filter:   Alert me  

Integrating Catalyst Applications

by Ovid-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is there any particular guidance available for integrating multiple Catalyst applications?  Let's say I want to incorporate a Wiki into my site and I think Angerwhale fits the bill (ignoring the test failures for a moment) and I'd want it to run under (wiki/ being the root and keeping the URL structure under this the same):

    http://www.example.com/my/cool/site/wiki/

Are there any guidelines or suggestions on how to approach something like this?  Ultimately I'd like to incorporate forums, wikis and other features into my site, but it seems like a bunch of stuff would have to be custom code.

Cheers,
Ovid
--
Buy the book         - http://www.oreilly.com/catalog/perlhks/
Tech blog            - http://use.perl.org/~Ovid/journal/
Twitter              - http://twitter.com/OvidPerl
Official Perl 6 Wiki - http://www.perlfoundation.org/perl6

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

Re: Integrating Catalyst Applications

by Tomas Doran :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ovid wrote:
> Are there any guidelines or suggestions on how to approach something like this?  Ultimately I'd like to incorporate forums, wikis and other features into my site, but it seems like a bunch of stuff would have to be custom code.

There have been several threads which touch on this recently:

http://lists.scsys.co.uk/pipermail/catalyst/2009-August/023434.html
http://lists.scsys.co.uk/pipermail/catalyst/2009-July/022987.html

Cheers
t0m

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

Re: Integrating Catalyst Applications

by Ovid-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

--- On Mon, 7/9/09, Tomas Doran <bobtfish@...> wrote:

> From: Tomas Doran <bobtfish@...>

> There have been several threads which touch on this
> recently:
>
> http://lists.scsys.co.uk/pipermail/catalyst/2009-August/023434.html
> http://lists.scsys.co.uk/pipermail/catalyst/2009-July/022987.html

Thanks Tomas, looks like useful information.

Cheers,
Ovid
--
Buy the book         - http://www.oreilly.com/catalog/perlhks/
Tech blog            - http://use.perl.org/~Ovid/journal/
Twitter              - http://twitter.com/OvidPerl
Official Perl 6 Wiki - http://www.perlfoundation.org/perl6


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

Re: Integrating Catalyst Applications

by Marcus Ramberg-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Sep 7, 2009 at 3:33 PM, Ovid<publiustemp-catalyst@...> wrote:
> Is there any particular guidance available for integrating multiple Catalyst applications?  Let's say I want to incorporate a Wiki into my site and I think Angerwhale fits the bill (ignoring the test failures for a moment) and I'd want it to run under (wiki/ being the root and keeping the URL structure under this the same):

Also ignoring the fact that Angerwhale is a blog? :) MojoMojo is a
Catalyst based wiki.

With regards
Marcus Ramberg

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