GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Bigtop::Backend::SiteLook::GantryDefault(3) User Contributed Perl Documentation Bigtop::Backend::SiteLook::GantryDefault(3)

Bigtop::Backend::SiteLook::GantryDefault - Bigtop to generate site appearance files

If your bigtop file looks like this:

    config {
        SiteLook  GantryDefault {}
    }
    app App::Name { }

and their are controllers in the app block, this backend will generate the templates for your app (mostly by copying them from Gantry's collection) when you type:

    bigtop your.bigtop SiteLook

or

    bigtop your.bigtop all

The templates and other files will live in the html subdirectory of the build directory. The files generated (or copied) include genwrapper.tt, index.html, and all the other templates that various bits of Gantry use (notably the AutoCRUD). It also makes a couple of css files in the html/css subdirectory of the build dir.

This Bigtop backend generates templates and css files to make your app look like the Gantry samples.

This modules registers the location keyword at the app and controller level. It also registers page_link_label and rel_location at the controller level. Note that all of these except page_link_label are also registered by Control modules.

To keep podcoverage tests happy.
backend_block_keywords
Tells tentmaker that I understand these config section backend block keywords:

    no_gen
    gantry_wrapper
    
what_do_you_make
Tells tentmaker what this module makes. Summary: genwrapper.tt a TT WRAPPER.
gen_SiteLook
Called by Bigtop::Parser to get me to do my thing.
build_links
What I call on the various AST packages to do my thing.
build_wrapper
What I call on the various AST packages to do my thing.

Phil Crow <crow.phil@gmail.com>

Copyright (C) 2005 by Phil Crow

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.

2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.