Hi all!

This may be e little off topic.. but anyway.

 1. I am trying to make a blog system, nasted on TT2, that should run
    comfortably as traditional cgi. This because many web hotels don't
    allow customers own scrits to run under mod_perl. Right now I'm
    using blosxom (http://www.raelity.org/apps/blosxom/) as a starting
    point, since I'm not experienced enough to start such a big project
    from scratch, I think.. :)

    Any good pointers or ideas?

 2. Can anyone help me with a simple algorithm to take a path, like
    this: "/xx/yy/foo/bar", and split it up in an array like this:
    ( "/xx/yy/foo/bar", "/xx/yy/foo", "/xx/yy", "/xx" )
    I am going to use that as an INCLUDE_PATH for Template->new() so
    that users of the blog package can substitute their own templates
    for the default ones.

Any help, please?
-- 
/*************************************/
/* Kenneth Ekdahl ([EMAIL PROTECTED]) */   
/*************************************/

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to