On Monday 10 September 2007 14:10:22 Bernhard Graf wrote:
> Carl Franks wrote:
> > Speaking for myself, it's hard to see what simple things might be
> > missing, when I'm so familiar with the system :)
> > If you come across anything else that's not explained well, or any
> > other annoyances, plea
Carl Franks wrote:
> Speaking for myself, it's hard to see what simple things might be
> missing, when I'm so familiar with the system :)
> If you come across anything else that's not explained well, or any
> other annoyances, please let us know, and the documentation will
> continue to improve.
>
On 09/09/2007, Bernhard Graf <[EMAIL PROTECTED]> wrote:
> On Sunday 09 September 2007 16:52, Mario Minati wrote:
>
> > This is an error from Template::Toolkit as it cannot find the
> > templates from FormFu which should be in the directory 'root'
> > underneeth your software. You can look inside th
Mario Minati wrote:
> Sorry, I misunderstood you.
> I'll put it in the docs in svn right away.
Great, thanks.
BTW - my phrase wasn't 100% correct, it should be something like:
To start a project do:
perl -MHTML::FormFu::Deploy -e 'HTML::FormFu::Deploy::deploy()'
This installs the requ
On Monday 10 September 2007 09:31:59 Bernhard Graf wrote:
> Mario Minati wrote:
> > > Why doesn't the manual mention this with a single word?
> > >
> > > A phrase like:
> > >
> > > To start a project do:
> > >
> > > perl -MHTML::FormFu::Deploy -e 'HTML::FormFu::Deploy::deploy()'
> > >
> > >
Mario Minati wrote:
> > Why doesn't the manual mention this with a single word?
> >
> > A phrase like:
> >
> > To start a project do:
> >
> > perl -MHTML::FormFu::Deploy -e 'HTML::FormFu::Deploy::deploy()'
> >
> > This installs the required (Template-Toolkit) templates files in
> > direc
On Sunday 09 September 2007 21:24:30 Bernhard Graf wrote:
> On Sunday 09 September 2007 16:52, Mario Minati wrote:
> > This is an error from Template::Toolkit as it cannot find the
> > templates from FormFu which should be in the directory 'root'
> > underneeth your software. You can look inside th
On Sunday 09 September 2007 16:52, Mario Minati wrote:
> This is an error from Template::Toolkit as it cannot find the
> templates from FormFu which should be in the directory 'root'
> underneeth your software. You can look inside the Deploy class which
> takes care of extracting the templates if
On Sunday 09 September 2007 10:44:21 Bernhard Graf wrote:
> Hi,
>
> I installed H:FormFu 0.01003 yesterday and wanted to play with it a bit.
>
> Unfortunately I wasn't able to bring even the simplest setup to work:
>
> #!/usr/bin/perl
> use HTML::FormFu;
> print HTML::FormFu->new;
>
> All I get is