Catalyst::Helper::View::TTSimple - Simplified TT layout for building web sites.


Catalyst-Helper-View-TTSimple documentation  | view source Contained in the Catalyst-Helper-View-TTSimple distribution.

Index


NAME

Top

Catalyst::Helper::View::TTSimple - Simplified TT layout for building web sites.

SYNOPSIS

Top

use the helper to build the view module and associated templates.

	$ script/myapp_create.pl view TT TTSimple

DESCRIPTION

Top

This helper module creates a simple TT skeleton layout in your catalyst project. It goes further than Catalyst::Helper::View::TT and a bit less than Catalyst:Helper::View::TTSite in that it creates just the bare essentials to get you started.

What gets generated?

This creates a xhtml layout container, javascript directory, stylesheet directory and a TT index which would be encapsulated by the layout. If you have ever worked with Rails this should be very familiar to you.

	project_root/
		root/
			site/
				layout (the xhtml layout)
				wrapper (wraps content to layout)
			config/
				main  (main configuration processed before anything)
			src/
				index.tt2 (encapsulated index file)




METHODS

mk_compclass

Generates the component class.

mk_templates

Generates the templates.

AUTHOR

Top

Victor Igumnov, <victori at lamer0.com>

BUGS

Top

Please report any bugs or feature requests to bug-catalyst-helper-view-ttsimple at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Catalyst-Helper-View-TTSimple. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Catalyst::Helper::View::TTSimple

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Catalyst-Helper-View-TTSimple

* CPAN Ratings

http://cpanratings.perl.org/d/Catalyst-Helper-View-TTSimple

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Catalyst-Helper-View-TTSimple

* Search CPAN

http://search.cpan.org/dist/Catalyst-Helper-View-TTSimple

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top

NAME

Top

[% class %] - Catalyst TTSimple View

SYNOPSIS

Top

See [% app %]

DESCRIPTION

Top

Catalyst TTSimple View.

AUTHOR

Top

[% author %]

LICENSE

Top

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.


Catalyst-Helper-View-TTSimple documentation  | view source Contained in the Catalyst-Helper-View-TTSimple distribution.