Skins Publishing Project



updated: 24 April  2006

 


Bob Sakayama | [email protected]


Tags:

Tags are used by the system to create a variable environment for skin attributes, on-page content, markup, and data processes. Tags enable the process to brand content, access style definitions, and address the database.

There are three types of tt_tags:

1) Skin attributes from database
2) Page content from database
3) Process derived from database

System is designed so that an infinite number of new tages can be created simply by adding them to the database.

When a skin is being published any occurrence of a tt_tag in the HTML template file will be replaced with the value stored in the database.

Examples:

<title>tt_tag_title</title> would become <title>Poker Daddy</title>

Insert the horizontal nav, seo paragraph and disclaimer paragraph:

<div id="footer_nav">tt_tag_horizontal_nav</div>

<div id="seo_paragraph">tt_tag_seo_paragraph</div>

<div id="disclaimer_paragraph">tt_tag_disclaimer_paragraph</div>

Current process tt_tags:

tt_tag_vertical_drop_menu

Builds and inserts the vertical drop menu.

Current database tt_tags:

tt_tag_title :

Full name of the skin.
Example: The Platinum Poker Club

tt_tag_url_long_name:

Full URL of the skin.
Example: http://www.theplatinumpokerclub.com/

directory_name:

The name of the directory that will contain the skin.

tt_tag_nickname

Shortend name of the skin.

Example: Platinum Poker Club

template_name

Name of the template the will be used to publish the skin.

Example: orange_1_3_1

tt_tag_url_short_name

Shortened URL of the skin.

Example: ThePlatinumPokerClub.com

tt_tag_support_email

Email address for support.

Example: [email protected]

tt_tag_phone

Telephone number for support.

Example: (+506) 253-3984

tt_tag_cage

Name of the cage.

Example: Victor Chandler Worldwide

tt_tag_meta

Meta tags included on every page of the site.

Should include embedded tt_tags.

Example: <meta name="description" CONFILTERED="Experience

tt_tag_nickname's elegant…

tt_tag_action_points_paragraph

Action Points Paragraph

tt_tag_seo_paragraph

SEO Paragraph

tt_tag_disclaimer_paragraph

Disclaimer Paragraph

tt_tag_vertical_nav

Vertical Navigation

tt_tag_horizontal_nav

Horizontal Navigation

NOTE: Not In Use

tt_tag_country

Skin Country.
Example: Gibraltar

tt_tag_year

Year skin was founded.

Example: 2001

tt_tag_contact_address

Contact address for skin.

tt_tag_global_images_dir

Location of global images on the web server.

Can be relative or absolute.

Example: global_imgs


Complex Tags

Skin attribute tt_tags can be embedded in tt_tags to form complex tt_tags.

Example: tt_tag_mega contains tt_tag_nickname to help brand the meta data.


Mission

Documentation Home

Database

Skins Templates

Publishing Software

Tags




Skins Publishing Project