QuickerSite LE now comes in another flavor: the
Artisteer Edition . With this version, you can use any template generated by Artisteer Web Template Generator (for v21 RC).
You can download this version of the Lite Edition on the Lite Edition download page . Check out the video . You'll need it :)
Some examples of Artisteer Templates driven by QuickerSite Lite Edition:
Click for full version
Click for full version
Click for full version
Click for full version
Click for full version
Click for full version
Click for full version
Click for full version
Click for full version
These are the built-in variables that you can use within your template in QuickerSite Lite Edition:
The MANDATORY elements - put these between the HEADER-tags:
JAVASCRIPT : the necessary JavaScript for QS to work properly!
METATAG_GENERATOR : the only (invisible!) reference to QuickerSite
METATAG_CHARSET : always 'UTF-8"
The page-specific elements:
TITLETAG : the title-tag of your page
METATAG_KEYWORDS : the keywords attached to a page/your website
METATAG _DESCRIPTION : the description attached to a page/your website
METATAG _AUTHOR : the name of the webmaster (general setup)
METATAG _COPYRIGHT : the copyright statement (general setup)
RSSLINK : the link to the RSS-feed (if available) - from v1.7
PAGETITLE : the title of a page
PAGEBODY : the text for a page
PAGEMENU : the menu
PAGEBREADCRUMBS : the breadcrumbs for a page
PAGEHREF : the url of the current page
The elements needed to integrate a search form:
SF_HIDDENFIELD : mandatory hidden field in any search form!
SF_ACTIONURL : the value for the action parameter ("default.asp")
SF_TEXTVALUE : the value for the property "value" of the input element (i.e. the user's search-term!)
The complete HTML for including a search form:
<form name='mainform' method='post' action='default.asp'>
<input onfocus="javascript:this.select();" maxlength='100' type='text' id='s' name='svalue' value="Search...">
</form>
Extra elements:
GOOGLEANALYTICS : the reference to your Google Analytics account (general setup)
HREF_SITEMAP : the url that links to the sitemap
SITEMAP : the sitemap of your site
HREF_HOME : the url of the homepage of your QuickerSite