Site Engine

From Metrixstream
(Difference between revisions)
Jump to: navigation, search
(Main Sections)
 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Introduction ==
 
== Introduction ==
  
The site developer guide is intended for a technical audience. This guide will give detailed information on the site engine with the hope that it leads you into creating more powerful/flexible websites. If you have any questions, please contact [mailto:support@metrixstream.com support@metrixstream.com].
+
The site developer guide is intended for a technical audience. This guide will give detailed information on the site engine with the goal of leading you into creating more powerful/flexible websites. If you have any questions, please contact [mailto:support@metrixstream.com support@metrixstream.com].
  
 
=== Main Sections ===
 
=== Main Sections ===
Line 9: Line 9:
 
; [[Site:BuildingBlocks|Building Blocks]]
 
; [[Site:BuildingBlocks|Building Blocks]]
 
: Learn about the tools at your disposal to build your website.
 
: Learn about the tools at your disposal to build your website.
; [[Site:ContentOrganization|Content Organization]]
+
; [[Site:Organization|Organization]]
: Learn how to organize your content and instruct where your content appears within your site.
+
: Learn how to organize your objects and feature them in the appropriate places.
 
; [[Site:URLParameters|URL Parameters]]
 
; [[Site:URLParameters|URL Parameters]]
 
: Learn how to manipulate a webpage via the URL.
 
: Learn how to manipulate a webpage via the URL.
; [[Site:Contexts|Contexts]]
+
; [[Site:BackendContexts|Backend Contexts]]
 
: Allows you to request information from the backend.
 
: Allows you to request information from the backend.
 +
; [[Site:HDFObjects|HDF Objects]]
 +
: Various objects and what information they contain.
 
; [[Site:InternalMacros|Internal Macros]]
 
; [[Site:InternalMacros|Internal Macros]]
 
: Pre-existing macros provided to help with common tasks.
 
: Pre-existing macros provided to help with common tasks.
 +
; [[Site:API|Site API]]
 +
: Procedures on how to manage content, profiles, and various states.
 +
; [[Site:SEOFriendlyURLS|SEO Friendly URLS]]
 +
: Learn how to make SEO friendly URLS.
 
; [[Site:Faceted Search|Faceted Search]]
 
; [[Site:Faceted Search|Faceted Search]]
 
: Performing complex searches to find content and profiles.
 
: Performing complex searches to find content and profiles.
 +
; [[Site:Interfaces|Interfaces]]
 +
: Interfaces necessary for custom integration.
 +
; [[Site:Integration|Custom Integration]]
 +
: Information on how to integrate directly into the Site Engine by providing your own Backend Contexts.
 +
; [[Site:Frontend|Frontend Integration]]
 +
: Information on how to integrate functions into your site.

Latest revision as of 11:07, 20 June 2012

[edit] Introduction

The site developer guide is intended for a technical audience. This guide will give detailed information on the site engine with the goal of leading you into creating more powerful/flexible websites. If you have any questions, please contact support@metrixstream.com.

[edit] Main Sections

Introduction
Everything you need to know to get started making sites.
Building Blocks
Learn about the tools at your disposal to build your website.
Organization
Learn how to organize your objects and feature them in the appropriate places.
URL Parameters
Learn how to manipulate a webpage via the URL.
Backend Contexts
Allows you to request information from the backend.
HDF Objects
Various objects and what information they contain.
Internal Macros
Pre-existing macros provided to help with common tasks.
Site API
Procedures on how to manage content, profiles, and various states.
SEO Friendly URLS
Learn how to make SEO friendly URLS.
Faceted Search
Performing complex searches to find content and profiles.
Interfaces
Interfaces necessary for custom integration.
Custom Integration
Information on how to integrate directly into the Site Engine by providing your own Backend Contexts.
Frontend Integration
Information on how to integrate functions into your site.
Personal tools