![]() |
| |||||||
| Jifty::Action
The ability to Do Things in the framework |
Jifty::Action::AboutMe
Give information about the current user |
Jifty::Action::Autocomplete
An action for making autocompletion suggestions |
| Jifty::Action::Record
An action tied to a record in the database. |
Jifty::Action::Record::Bulk
Perform multiple record actions |
Jifty::Action::Record::Create
Automagic creation action |
| Jifty::Action::Record::Delete
Automagic delete action |
Jifty::Action::Record::Execute
Simple abstract based for record actions |
Jifty::Action::Record::Search
Automagic search action |
| Jifty::Action::Record::Update
Automagic update action |
Jifty::Action::Redirect
Redirect the browser |
Jifty::API
Manages and allow reflection on the Jifty::Actions that |
| Jifty::Bootstrap
Insert initial data into your database |
Jifty::CAS
Jifty's Content-Addressable Storage facility |
Jifty::CAS::Blob
An object in Jifty's content-addressed store |
| Jifty::CAS::Store
The default, per-process, in-memory store for Jifty's |
Jifty::CAS::Store::Memcached
A memcached backend for Jifty's |
Jifty::ClassLoader
Loads the application classes |
| Jifty::Client
Subclass of L<WWW::Mechanize> with extra Jifty features |
Jifty::Collection
Collection of Jifty::Record objects |
Jifty::Config
the configuration handler for Jifty |
| Jifty::Continuation
Allows for basic continuation-based programming |
Jifty::CurrentUser
Base class and basic implementation of current user object |
Jifty::DateTime
a DateTime subclass that knows about Jifty users |
| Jifty::DBI
An object-relational persistence framework |
Jifty::DBI::Collection
Encapsulate SQL queries and rows in simple |
Jifty::DBI::Collection::Unique
Ensure uniqueness of records in a collection |
| Jifty::DBI::Column
Encapsulates a single column in a Jifty::DBI::Record table |
Jifty::DBI::Filter
base class for Jifty::DBI filters |
Jifty::DBI::Filter::base64
Encodes data as base64 |
| Jifty::DBI::Filter::Boolean
Encodes booleans |
Jifty::DBI::Filter::Date
DateTime object wrapper around date columns |
Jifty::DBI::Filter::DateTime
DateTime object wrapper around date columns |
| Jifty::DBI::Filter::Duration
Encodes time durations |
Jifty::DBI::Filter::SaltHash
salts and hashes a value before storing it |
Jifty::DBI::Filter::Storable
Encodes arbitrary data using Storable |
| Jifty::DBI::Filter::Time
|
Jifty::DBI::Filter::Truncate
Filter used to enforce max_length column trait |
Jifty::DBI::Filter::URI
Encodes uniform resource identifiers |
| Jifty::DBI::Filter::utf8
Jifty::DBI UTF-8 data filter |
Jifty::DBI::Filter::YAML
This filter stores arbitrary Perl via YAML |
Jifty::DBI::Handle
Perl extension which is a generic DBI handle |
| Jifty::DBI::Handle::Informix
An Informix specific Handle object |
Jifty::DBI::Handle::mysql
A mysql specific Handle object |
Jifty::DBI::Handle::mysqlPP
A mysql specific Handle object |
| Jifty::DBI::Handle::ODBC
An ODBC specific Handle object |
Jifty::DBI::Handle::Oracle
An oracle specific Handle object |
Jifty::DBI::Handle::Pg
A Postgres specific Handle object |
| Jifty::DBI::Handle::SQLite
A SQLite specific Handle object |
Jifty::DBI::Handle::Sybase
a Sybase specific Handle object |
Jifty::DBI::HasFilters
abstract class for objects that has filters |
| Jifty::DBI::Record
Superclass for records loaded by Jifty::DBI::Collection |
Jifty::DBI::Record::Cachable
records with caching behavior |
Jifty::DBI::Record::Memcached
records with caching behavior |
| Jifty::DBI::Record::Plugin
Record model mixins for Jifty::DBI |
Jifty::DBI::Schema
Use a simple syntax to describe a Jifty table. |
Jifty::DBI::SchemaGenerator
Generate a table schema from Jifty::DBI records |
| Jifty::Dispatcher
The Jifty Dispatcher |
Jifty::Event
Event objects for publish/subscribe communication |
Jifty::Event::Log
An event that L<Jifty::Logger::EventAppender> creates |
| Jifty::Event::Model
Events representing changes to records |
Jifty::Everything
Load all of the important Jifty modules at once. |
Jifty::Filter::DateTime
A Jifty::DBI filter to work with |
| Jifty::Handle
A database handle class for Jifty |
Jifty::Handler
Methods related to the finding and returning content |
Jifty::I18N
Internationalization framework for Jifty |
| Jifty::JSON
Wrapper around L<JSON> |
Jifty::LetMe
A way to expose single-link URLs to your applications |
Jifty::Logger
A master class for Jifty's logging framework |
| Jifty::Logger::EventAppender
Create Jifty events from log directives |
Jifty::Model::Metadata
Tracks Jifty-related metadata |
Jifty::Model::Session
Jifty session tracking |
| Jifty::Model::SessionCollection
Specialized handling of the session collection |
Jifty::Module::Pluggable
Jifty-specific helper for Module::Pluggable |
Jifty::Notification
Send emails from Jifty |
| Jifty::Object
Base class for most of Jifty's objects |
Jifty::Param
Parameters for Jifty actions |
Jifty::Param::Schema
Declare parameters of a Jifty action with ease. |
| Jifty::Plugin
Describes a plugin to the Jifty framework |
Jifty::Plugin::AccessLog
Concisely log Jifty requests |
Jifty::Plugin::ActorMetadata
add created_by created_on updated_by updated_on columns to a model class |
| Jifty::Plugin::ActorMetadata::Mixin::Model::ActorMetadata
ActorMetadata mixin |
Jifty::Plugin::AdminUI
Add basic administrative CRUD view |
Jifty::Plugin::AdminUI::Dispatcher
dispatcher of the AdminUI plugin |
| Jifty::Plugin::AdminUI::View
CRUD views for AdminUI |
Jifty::Plugin::Authentication::CAS
JA-SIG CAS authentication plugin for Jifty |
Jifty::Plugin::Authentication::CAS::Action::CASLogin
process CAS login plugin |
| Jifty::Plugin::Authentication::CAS::Action::CASLogout
- process CAS logout plugin |
Jifty::Plugin::Authentication::CAS::Dispatcher
|
Jifty::Plugin::Authentication::CAS::Mixin::Model::User
CAS mixin for User model |
| Jifty::Plugin::Authentication::Facebook
Facebook authentication plugin for Jifty |
Jifty::Plugin::Authentication::Facebook::Action::LinkFacebookUser
link facebook user to current user |
Jifty::Plugin::Authentication::Facebook::Action::LoginFacebookUser
login facebook user |
| Jifty::Plugin::Authentication::Facebook::Dispatcher
dispatcher for facebook plugin |
Jifty::Plugin::Authentication::Facebook::Mixin::Model::User
mixin facebook an model users |
Jifty::Plugin::Authentication::Facebook::View
Facebook login fragment |
| Jifty::Plugin::Authentication::Ldap
LDAP Authentication Plugin for Jifty |
Jifty::Plugin::Authentication::Ldap::Action::LDAPLogin
process LDAP login plugin |
Jifty::Plugin::Authentication::Ldap::Action::LDAPLogout
process LDAP logout plugin |
| Jifty::Plugin::Authentication::Ldap::Dispatcher
|
Jifty::Plugin::Authentication::Ldap::Mixin::Model::User
Ldap mixin with User model |
Jifty::Plugin::Authentication::Ldap::View
provides templates for the pages and forms used by the ldap authentication plugin. |
| Jifty::Plugin::Authentication::ModShibb
Shibboleth auth. plugin for Jifty |
Jifty::Plugin::Authentication::ModShibb::Action::ShibbLogin
process ModShibb login plugin |
Jifty::Plugin::Authentication::ModShibb::Action::ShibbLogout
- process ModShibb logout plugin |
| Jifty::Plugin::Authentication::ModShibb::Dispatcher
url dispatcher |
Jifty::Plugin::Authentication::ModShibb::Mixin::Model::User
ModShibb mixin for User model |
Jifty::Plugin::Authentication::ModShibb::View
default templates |
| Jifty::Plugin::Authentication::Password
password authentication plugin |
Jifty::Plugin::Authentication::Password::Action::ConfirmEmail
Confirm a user's email address |
Jifty::Plugin::Authentication::Password::Action::GeneratePasswordToken
|
| Jifty::Plugin::Authentication::Password::Action::Login
process login with password |
Jifty::Plugin::Authentication::Password::Action::Logout
process logout |
Jifty::Plugin::Authentication::Password::Action::ResendConfirmation
resend confirmation for new mail or password |
| Jifty::Plugin::Authentication::Password::Action::ResetLostPassword
|
Jifty::Plugin::Authentication::Password::Action::SendAccountConfirmation
send confirmation for an email |
Jifty::Plugin::Authentication::Password::Action::SendPasswordReminder
send a link to reset a password |
| Jifty::Plugin::Authentication::Password::Action::Signup
signup for an account |
Jifty::Plugin::Authentication::Password::Dispatcher
password plugin dispatcher |
Jifty::Plugin::Authentication::Password::Mixin::Model::User
password plugin user mixin model |
| Jifty::Plugin::Authentication::Password::Notification::ConfirmEmail
mail notification to confirm email |
Jifty::Plugin::Authentication::Password::Notification::ConfirmLostPassword
mail notification to change password |
Jifty::Plugin::Authentication::Password::View
views for password plugin |
| Jifty::Plugin::AuthzLDAP
Jifty plugin to a add dynamic ldap authorization |
Jifty::Plugin::AuthzLDAP::Action::LDAPValidate
action to validate filter |
Jifty::Plugin::AuthzLDAP::Model::LDAPFilter
model for filters |
| Jifty::Plugin::Chart
A charting API for Jifty |
Jifty::Plugin::Chart::Dispatcher
Dispatcher for the chart API plugin |
Jifty::Plugin::Chart::Renderer
Base class for chart rendering classes |
| Jifty::Plugin::Chart::Renderer::Chart
A chart renderer using PNG charts |
Jifty::Plugin::Chart::Renderer::GD::Graph
A chart renderer using GD::Graph |
Jifty::Plugin::Chart::Renderer::Google
A chart renderer using Google Charts |
| Jifty::Plugin::Chart::Renderer::GoogleViz
chart renderer using Google Charts JS |
Jifty::Plugin::Chart::Renderer::GoogleViz::AnnotatedTimeline
|
Jifty::Plugin::Chart::Renderer::PlotKit
A chart renderer using PlotKit |
| Jifty::Plugin::Chart::Renderer::SimpleBars
a simple horizontal bar chart |
Jifty::Plugin::Chart::Renderer::XMLSWF
A chart renderer using XML SWF charts |
Jifty::Plugin::Chart::View
Views for the renderers built into the Chart plugin |
| Jifty::Plugin::Chart::Web
Base class to add to Jifty::Web's ISA |
Jifty::Plugin::ClassLoader
Automatically generates application classes |
Jifty::Plugin::Comment
Add comments to any record |
| Jifty::Plugin::Comment::Action::CreateComment
custom CreateComment that attaches the comment to the parent |
Jifty::Plugin::Comment::Dispatcher
dispatcher for the comment plugin |
Jifty::Plugin::Comment::Mixin::Model::Commented
add comments to a model |
| Jifty::Plugin::Comment::Model::Comment
comments attached to anything |
Jifty::Plugin::Comment::Notification::CommentNeedsModeration
new comments made, but not published |
Jifty::Plugin::Comment::Notification::CommentPublished
new comments made |
| Jifty::Plugin::Comment::View
the templates for the comment plugin |
Jifty::Plugin::Compat
Provide Jifty API compatibility |
Jifty::Plugin::CompressedCSSandJS
Compression of CSS and javascript files |
| Jifty::Plugin::Config
Add configuration editor |
Jifty::Plugin::Config::Action::AddConfig
add a configuration entry |
Jifty::Plugin::Config::Action::Config
Register config |
| Jifty::Plugin::Config::Action::Restart
Restart action |
Jifty::Plugin::Config::Dispatcher
dispatcher of the Config plugin |
Jifty::Plugin::Config::View
Templates for Config plugin |
| Jifty::Plugin::CSSQuery
use the cssQuery JavaScript library with Jifty |
Jifty::Plugin::Deflater
Handles Accept-Encoding and compression |
Jifty::Plugin::EmailErrors
Emails all 500 pages to an arbitrary email address |
| Jifty::Plugin::EmailErrors::Dispatcher
|
Jifty::Plugin::EmailErrors::Notification::EmailError
|
Jifty::Plugin::ErrorTemplates
Plugin for showing errors |
| Jifty::Plugin::ErrorTemplates::View
Template pages to show errors |
Jifty::Plugin::Feedback
Plugin to provides a feedback box |
Jifty::Plugin::Feedback::Action::SendFeedback
Send feedback by mail |
| Jifty::Plugin::Feedback::Notification
the default feedback email |
Jifty::Plugin::Feedback::View
Fragment for feedback box |
Jifty::Plugin::GoogleAnalytics
Replace "</body>" by Google Analytics Javascript code dynamically. |
| Jifty::Plugin::GoogleMap
GoogleMap plugin |
Jifty::Plugin::GoogleMap::Widget
google map widget for geolocation display and editing |
Jifty::Plugin::Gravatar
Jifty Plugin for Gravatar Icon Service |
| Jifty::Plugin::Gravatar::Dispatcher
|
Jifty::Plugin::Gravatar::View
|
Jifty::Plugin::Halo
Provides halos |
| Jifty::Plugin::I18N
Additional i18n facility such as language selector |
Jifty::Plugin::I18N::Action::SetLang
Sets user's current language |
Jifty::Plugin::IEFixes
Add javascript files for IE |
| Jifty::Plugin::JapaneseNotification
Send emails from Jifty with Japanese character code |
Jifty::Plugin::JapaneseNotification::Notification::ISO2022JP
Send emails from Jifty with Japanese character code |
Jifty::Plugin::LetMe
Plugin for url-based authentication |
| Jifty::Plugin::LetMe::Dispatcher
Dispatcher for LetMe plugin |
Jifty::Plugin::Markapl
|
Jifty::Plugin::Media
Provides upload file and select url for Jifty |
| Jifty::Plugin::Media::Action::ManageFile
upload file form |
Jifty::Plugin::Media::View
TD views for media plugin |
Jifty::Plugin::Media::Widget
widget for managing files in Jifty |
| Jifty::Plugin::ModelMap
Render model map with GraphViz. |
Jifty::Plugin::ModelMap::View
|
Jifty::Plugin::NoIE
For IE (Internet Explorer) users , we suggest them to use other web browsers. |
| Jifty::Plugin::NoIE::View
|
Jifty::Plugin::OAuth
secure API authorization |
Jifty::Plugin::OAuth::Action::AuthorizeRequestToken
|
| Jifty::Plugin::OAuth::Dispatcher
|
Jifty::Plugin::OAuth::Model::AccessToken
|
Jifty::Plugin::OAuth::Model::Consumer
|
| Jifty::Plugin::OAuth::Model::RequestToken
|
Jifty::Plugin::OAuth::Token
|
Jifty::Plugin::OAuth::View
Views for OAuth-ey bits |
| Jifty::Plugin::OnlineDocs
Online documentation for Jifty in current application |
Jifty::Plugin::OnlineDocs::Dispatcher
Dispatcher for OnlineDocs plugin |
Jifty::Plugin::OpenID
Provides OpenID authentication for your jifty app |
| Jifty::Plugin::OpenID::Action::AuthenticateOpenID
make OpenId authentication |
Jifty::Plugin::OpenID::Action::CreateOpenIDUser
Create OpenID user |
Jifty::Plugin::OpenID::Action::VerifyOpenID
verify OpenID |
| Jifty::Plugin::OpenID::Dispatcher
Dispatcher for OpenID plugin |
Jifty::Plugin::OpenID::Mixin::Model::User
Mixin model user |
Jifty::Plugin::OpenID::View
Login and create pages for OpenID plugin |
| Jifty::Plugin::Prototypism
Provide Prototype and Scriptaculous js libraries |
Jifty::Plugin::RecordHistory
track all changes made to a record class |
Jifty::Plugin::RecordHistory::Mixin::Model::RecordHistory
|
| Jifty::Plugin::RecordHistory::Model::Change
|
Jifty::Plugin::RecordHistory::Model::ChangeField
|
Jifty::Plugin::RecordHistory::View
|
| Jifty::Plugin::RequestInspector
Inspect requests |
Jifty::Plugin::RequestInspector::Model::Request
Persistent storage for the request inspector |
Jifty::Plugin::RequestInspector::View
View for RequestInspector |
| Jifty::Plugin::REST
Add REST web services to your app |
Jifty::Plugin::REST::Dispatcher
Dispatcher for REST plugin |
Jifty::Plugin::SetupWizard
make it easy for end-users to set up your app |
| Jifty::Plugin::SetupWizard::Action::TestDatabaseConnectivity
Test database connectivity action |
Jifty::Plugin::SetupWizard::View
templates for SetupWizard |
Jifty::Plugin::SimpleColor
Provides simple jQuery color picker for Jifty |
| Jifty::Plugin::SimpleColor::Widget
widget for a simple color picker |
Jifty::Plugin::SinglePage
Makes your app into a single-page |
Jifty::Plugin::SinglePage::Dispatcher
Dispatcher for SinglePage plugin |
| Jifty::Plugin::SiteNews
Provide site news in your app |
Jifty::Plugin::SiteNews::Mixin::Model::News
News model |
Jifty::Plugin::SiteNews::View::News
/news pages for your app |
| Jifty::Plugin::SkeletonApp
Skeleton for your application |
Jifty::Plugin::SkeletonApp::Dispatcher
Dispatcher for SkeletonApp plugin |
Jifty::Plugin::SkeletonApp::View
Default fragments for your pages |
| Jifty::Plugin::SQLQueries
Inspect your application's SQL queries |
Jifty::Plugin::SQLQueries::View
View for SQLQueries |
Jifty::Plugin::TestServerWarnings
Stores server warnings away for later fetching |
| Jifty::Plugin::TestServerWarnings::Appender
Log appender |
Jifty::Plugin::TestServerWarnings::View
Downloads test warnings |
Jifty::Plugin::User
Plugin for building user models |
| Jifty::Plugin::User::Mixin::Model::User
user model base mixin |
Jifty::Plugin::Userpic
Provides user pictures for Jifty |
Jifty::Plugin::Userpic::Dispatcher
Dispatcher for the Jifty Userpic plugin |
| Jifty::Plugin::Userpic::View
View for the Userpic plugin |
Jifty::Plugin::Userpic::Widget
for displaying and uploading user picture. |
Jifty::Plugin::ViewDeclarePage
sexy replacement for suckish Jifty::View::Declare::Page |
| Jifty::Plugin::ViewDeclarePage::Page
|
Jifty::Plugin::Wikitext
Wikitext field renderer |
Jifty::Plugin::WikiToolbar
Jifty plugin to add a wiki toolbar to your textarea box |
| Jifty::Plugin::WikiToolbar::Textarea
Textarea widget with a wiki toolbar |
Jifty::Plugin::WyzzEditor
Simple WYSIWYG online editor for Jifty textarea |
Jifty::Plugin::WyzzEditor::Textarea
Wyzz editor for textarea |
| Jifty::Plugin::YouTube
YouTube Plugin |
Jifty::Plugin::YouTube::Dispatcher
|
Jifty::Plugin::YouTube::View
|
| Jifty::Plugin::YouTube::Widget
|
Jifty::Record
Represents a Jifty object that lives in the database. |
Jifty::Request
Canonical internal representation of an incoming Jifty request |
| Jifty::Request::Mapper
Maps response values into arbitrary query |
Jifty::Response
Canonical internal representation of the result of a L<Jifty::Action> |
Jifty::Result
Outcome of running a L<Jifty::Action> |
| Jifty::RightsFrom
Delegate access control to a related object |
Jifty::Schema
generates and upgrades your application's schema |
Jifty::Script
Base class for all bin/jifty commands |
| Jifty::Script::Action
Add an action class to your Jifty application |
Jifty::Script::Adopt
localize a stock jifty component |
Jifty::Script::App
Create the skeleton of a Jifty application |
| Jifty::Script::Env
access the Jifty environment |
Jifty::Script::FastCGI
A FastCGI server for your Jifty application |
Jifty::Script::Help
Show help |
| Jifty::Script::Model
Add a model class to your Jifty application |
Jifty::Script::Plugin
Create the skeleton of a Jifty plugin |
Jifty::Script::Po
Extract translatable strings from your application |
| Jifty::Script::Schema
Create SQL to update or create your Jifty application's tables |
Jifty::Script::Script
Add a new Jifty script to your Jifty application |
Jifty::Script::Server
A standalone webserver for your Jifty application |
| Jifty::Subs
Configure subscriptions for the current window or session |
Jifty::Subs::Render
Helper for subscriptions rendering |
Jifty::Test
Jifty's test module |
| Jifty::Test::Dist
Tests in Jifty distributions inside of Jifty |
Jifty::Test::Email
Test mail notification |
Jifty::Test::WWW::Mechanize
Subclass of L<Test::WWW::Mechanize> with |
| Jifty::Test::WWW::Selenium
Subclass of L<Test::WWW::Selenium> with |
Jifty::TestServer
Starting and stopping jifty server for tests |
Jifty::TestServer::Inline
an inline server for running tests |
| Jifty::Upgrade
Superclass for schema/data upgrades to Jifty applications |
Jifty::Upgrade::Internal
Upgrades to Jifty-specific schema and data |
Jifty::Util
Things that don't fit anywhere else |
| Jifty::View
Base class for view modules |
Jifty::View::Declare
Build views using Template::Declare |
Jifty::View::Declare::BaseClass
Base class for Template::Declare views |
| Jifty::View::Declare::CoreTemplates
Templates Jifty can't function without |
Jifty::View::Declare::CRUD
Provides typical CRUD views to a model |
Jifty::View::Declare::Handler
The Jifty view handler for Template::Declare |
| Jifty::View::Declare::Helpers
Additional subroutines for Jifty TD templates |
Jifty::View::Declare::Page
page wrappers |
Jifty::View::Mason::Halo
Class for drawing "halos" around page components |
| Jifty::View::Mason::Handler
Handler for Mason requests inside of Jifty |
Jifty::View::Mason::Request
|
Jifty::View::Static::Handler
Jifty view handler for static files |
| Jifty::Web
Web framework for a Jifty application |
Jifty::Web::FileUpload
Describes an HTTP file upload |
Jifty::Web::Form
Tools for rendering and dealing with HTML forms |
| Jifty::Web::Form::Clickable
Some item that can be clicked on -- |
Jifty::Web::Form::Element
Some item that can be rendered in a form |
Jifty::Web::Form::Field
Web input of some sort |
| Jifty::Web::Form::Field::Button
Add buttons to your forms |
Jifty::Web::Form::Field::Checkbox
Add checkboxes to your forms |
Jifty::Web::Form::Field::Checkboxes
Add a list of checkboxes for |
| Jifty::Web::Form::Field::Collection
render a whole collection of available values |
Jifty::Web::Form::Field::Combobox
Add comboboxes to your forms |
Jifty::Web::Form::Field::Date
Add date pickers to your forms |
| Jifty::Web::Form::Field::DateTime
Add date pickers to your forms |
Jifty::Web::Form::Field::Hidden
Add hidden fields to your forms |
Jifty::Web::Form::Field::InlineButton
Add buttons without a form |
| Jifty::Web::Form::Field::OrderedList
Ordered list field |
Jifty::Web::Form::Field::Password
Add a password field to your forms |
Jifty::Web::Form::Field::Radio
Add a radio button to your forms |
| Jifty::Web::Form::Field::ResetButton
Add a reset button to your forms |
Jifty::Web::Form::Field::Select
Add a list/popup menu control to your forms |
Jifty::Web::Form::Field::Text
Renders as a small text field |
| Jifty::Web::Form::Field::Textarea
Add a multiline text field to your forms |
Jifty::Web::Form::Field::Time
Add time pickers to your forms |
Jifty::Web::Form::Field::Unrendered
Handle unrendered fields |
| Jifty::Web::Form::Field::Upload
File upload field |
Jifty::Web::Form::Field::Uploads
File uploads field |
Jifty::Web::Form::Field::Wikitext
A textarea that renders wiki syntax |
| Jifty::Web::Form::Link
Creates a state-preserving HTML link |
Jifty::Web::Menu
Handle the API for menu navigation |
Jifty::Web::PageRegion
Defines a page region |
| Jifty::Web::Session
A Jifty session handler |
Jifty::Web::Session::ApacheSession
Jifty Sessions based on Apache::Session |
Jifty::Web::Session::ClientSide
Session handler for client-side sessions |
| Jifty::Web::Session::JDBI
|
Jifty::Web::Session::None
A null session handler for jifty |
Jifty::YAML
Wrapper around L<YAML> |
| Problems, suggestions, or comments to Randy Kobes. | Questions? Check the FAQ. | |
| Enable installations using PAR::WebStart. |