POD
URI.pm (Article)
Handling URIs/URLs (posted 3:30 PM, July 12, 2009)
Tree.pm (Article)
* ExSite::Tree
* Tree Contruction
* Querying the tree
* Tree Transforms
* Example
-- ExSite::Tree --
ExSite::Tree is a generic tool for managing heirarchical tree
structures... (posted 3:29 PM, July 12, 2009)
Time.pm (Article)
* ExSite::Time
* Usage
* Validation
* Adjusting Times
* Displaying Times
* Comparing Times
-- ExSite::Time --
Utilities for handling dates and times in... (posted 3:28 PM, July 12, 2009)
Store.pm (Article)
* ExSite::Store
* Storage Keys
* Storage Lifetime
* Garbage Collection
* Notification Callbacks
* Implementation
* Store Configuration
* Special Methods... (posted 3:27 PM, July 12, 2009)
Session.pm (Article)
* ExSite Session Management
* Session Key
* Session Lifetime
* Fetching and Saving Session Data
* Enabling Session Management
* Inspecting Session Contents
-- ExSite... (posted 3:26 PM, July 12, 2009)
Search.pm (Article)
* Search.pm
* Usage
* Search Term Rules
* Advanced Searching Options
* Skipwords
* Limitations
-- Search.pm --
The search system is based on a simple search... (posted 3:25 PM, July 12, 2009)
RSS.pm (Article)
* RSS.pm
* Usage:
-- RSS.pm --
All-purpose simple RSS feed generator.
-- Usage: --
Create the feed (the channel descriptors are accepted without validation,
so you must ensure they... (posted 3:24 PM, July 12, 2009)
ReportBuilder.pm (Article)
* ReportBuilder
* Input
* Output
* Dynamic Reports
-- ReportBuilder --
This is a utility for building tabulated reports. It is
content-agnostic, and simply handles the formatting... (posted 3:23 PM, July 12, 2009)
ObjectList.pm (Article)
* ExSite::ObjectList
* Define an ObjectList
* new(%opt)
* load($match)
* List Contents and Data
* count()
* index($i)
* select($i)
* reset()
* setlist(@list)... (posted 3:22 PM, July 12, 2009)
Object.pm (Article)
* ExSite::Object
* Attributes
* Methods
* new(%opt)
* setup($type,$id)
* type()
* id($id)
* name()
* ok()
* key()
* get($attr)
* getdata($key)... (posted 3:21 PM, July 12, 2009)
Module.pm (Article)
* ExSite::Module
* ExSite::Module::read_conf($module)
* ExSite::Module::icon($module)
* ExSite::Module::get_module($module,$auth,$site)
* ExSite::Module::module_list()
* ExSite::Module::my_module_list()... (posted 3:19 PM, July 12, 2009)
ML.pm (Article)
* ML - markup language generator
* Document Handling
* new(%opt)
* Write()
* Print(), PrintWithHeader()
* Doc($text)
* Append($text)
* Prepend($text)... (posted 3:18 PM, July 12, 2009)
Misc.pm (Article)
* ExSite::Misc - miscellaneous utility functions needed by ExSite::
* Hash Encoding Tools
* Datahash Array Conversion Functions:
* Text Encoding/Decoding Functions
* General Text-Processing... (posted 3:17 PM, July 12, 2009)
Message.pm (Article)
* System Message Translations
* Usage
* Translation Management
* Priming Translation Dictionaries
------------------------------------------------------------------------
--... (posted 3:15 PM, July 12, 2009)
Input.pm (Article)
* ExSite::Input - tools for reading http inputs
* Reading POST and GET data
* query()
* post()
* query_or_post()
* post_or_query()
* combine()
* Other... (posted 3:14 PM, July 12, 2009)
Image.pm (Article)
* ExSite::Image - image manager
* Preparation of Images for the Web
------------------------------------------------------------------------
-- ExSite::Image - image manager --
Provides... (posted 3:13 PM, July 12, 2009)
HTML.pm (Article)
* ExSite::HTML
* HTML methods and templates
* Boxes
* Popups
* Other HTML Constructions
-- ExSite::HTML --
-- HTML methods and templates --
This package contains routines... (posted 3:12 PM, July 12, 2009)
FormBuilder.pm (Article)
* FormBuilder
* Usage
* Input Parameters
* Input tag attributes
* Input field flags
* Other modifiers
* Form Presets
* Validation
* Custom... (posted 3:10 PM, July 12, 2009)
Crypt.pm (Article)
* ExSite::Crypt - ExSite crypto driver
* Usage
* Strong or Fast?
* Automatic Encrpytion
* Key Security
-- ExSite::Crypt - ExSite crypto driver --
The Crypt class encrypts/decrypts... (posted 3:05 PM, July 12, 2009)
Cookie.pm (Article)
* ExSite Cookie Management
* Cookie Scope
* Long-Duration Cookies
* Internals
-- ExSite Cookie Management --
ExSite::Cookie manages your cookie jar, which is a hash (%cookie)... (posted 3:04 PM, July 12, 2009)
Section.pm (Article)
* ExSite::Section - section and website management
* Configuration & Setup
* new()
* setup()
* setupSection()
* Section Address
* filename()
* diskpath()... (posted 3:02 PM, July 12, 2009)
Page.pm (Article)
* ExSite::Page - templated page generation and management
* Configuration & Setup
* new()
* setup()
* setupPage()
* set_version()
* Page Attribute Queries
... (posted 3:01 PM, July 12, 2009)
Content.pm (Article)
* Content.pm : manage content objects
* Configuration & Setup
* new()
* setup()
* setupContent()
* Authorization
* authtype()
* authorize()
* Content... (posted 3:00 PM, July 12, 2009)
ContentData.pm (Article)
* ContentData.pm : manage content revisions.
* Configuration & Setup
* new()
* setup()
* setupContentData()
* Revision Queries
* defined()
* content_type()... (posted 2:58 PM, July 12, 2009)
ContentBase.pm (Article)
* ContentBase.pm : generic content-management methods
* new()
* Context Handling
* set_context()
* clear_context()
* reset_context()
* set_revision()
* get_revision()... (posted 2:55 PM, July 12, 2009)
Cache.pm (Article)
* ExSite::Cache
* Cache Persistence
* Invalidating Cached Items
* Cache Keys
* Primary Cache Keys
-- ExSite::Cache --
ExSite::Cache is a generic cache tool for... (posted 2:51 PM, July 12, 2009)
Base.pm (Article)
* ExSite::Base - ExSite Base class
* new(%opt)
* initialize_object()
* get($attribute)
* set($attribute,$value)
* unset($attribute)
* Handlers
* handler($name,$handler_code)... (posted 2:47 PM, July 12, 2009)
Config.pm (Article)
* ExSite::Config - ExSite configuration and initialization
* Usage:
* Configuration Management
* Setup and Configuration Routines
* server_autoconf()
* read_exsite_conf()... (posted 2:37 PM, July 12, 2009)
Form.pm (Article)
* ExSite::Form - ExSite form management tools
* Form Processing
* get_data() - fetch raw input
* get_action() - what are we supposed to do with this data?
* do() - perform the requested... (posted 2:36 PM, July 12, 2009)
Report.pm (Article)
* ExSite::Report - general purpose tools for displaying database data
* Obtaining Meta-data for Tables
* primary_column() - select the primary display column(s)
* title() -... (posted 2:33 PM, July 12, 2009)
DB.pm (Article)
* ExSite::DB - generic database driver wrapper for ExSite
* new(%options) - DB constructor
* Retrieving Data
* fetch(), fetch_key() - fetch a record by its primary key
... (posted 2:32 PM, July 12, 2009)
SQL.pm (Article)
* ExSite::SQL - generic SQL database driver for ExSite
* new(%options) : SQL driver constructor
* get_tables() : return a list of tables in the database
* dbget_columns($table) : return... (posted 2:30 PM, July 12, 2009)

