The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:App-ZofCMS CMS"

App::ZofCMS - web framework and templating system for small-medium sites. River stage one • 1 direct dependent • 1 total dependent

ZofCMS stands for "Zoffix's Content Management System", however I prefer it to be just a name. It is a small web framework/templating system designed to be easily installed and workable on limited severs, i.e. the ones that do not allow you to instal...

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC

App::ZofCMS::Config - "core" part of ZofCMS - web-framework/templating system River stage one • 1 direct dependent • 1 total dependent

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC

App::ZofCMS::Output - "core" part of ZofCMS - web-framework/templating system River stage one • 1 direct dependent • 1 total dependent

This module is used internally by App::ZofCMS and currently does not provide anything "public"....

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC

App::ZofCMS::Plugin - documentation for ZofCMS plugin authors River stage one • 1 direct dependent • 1 total dependent

This documentation is intended for ZofCMS plugin authors, whether you are coding a plugin for personal use or planning to upload to CPAN. Uploads are more than welcome. First of all, the plugin must be located in App::ZofCMS::Plugin:: namespace. At t...

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC

App::ZofCMS::Template - "core" part of ZofCMS - web-framework/templating system River stage one • 1 direct dependent • 1 total dependent

This module is used internally by App::ZofCMS and this documentation explains how ZofCMS templates work. This documentation assumes you have read App::ZofCMS::Config. If you wish to make changes to this module, please contact the author....

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC

App::ZofCMS::Plugin::DBI - DBI access from ZofCMS templates River stage one • 1 direct dependent • 1 total dependent

Module is a App::ZofCMS plugin which provides means to retrieve and push data to/from SQL databases using DBI module. Current functionality is limited. More will be added as the need arrises, let me know if you need something extra. This documentatio...

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC

App::ZofCMS::Plugin::Sub - plugin to execute a subroutine, i.e. sub with priority setting River stage one • 1 direct dependent • 1 total dependent

The module is a plugin for App::ZofCMS that allows you to execute a sub... by setting plugin's priority setting you, effectively, can set the priority of the sub. Not much but I need this. This documentation assumes you've read App::ZofCMS, App::ZofC...

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC

App::ZofCMS::Plugin::TOC - Table of Contents building plugin for ZofCMS River stage one • 1 direct dependent • 1 total dependent

This plugin provides means to generate "table of contents" lists. For example, the second example in the SYNOPSIS would replace "<tmpl_var name="page_toc">" with this: <ul class="page_toc"> <li class="class_overview"><a href="#overview">Overview</a><...

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC

App::ZofCMS::Plugin::CRUD - Generic "Create Read Update Delete List" functionality River stage one • 1 direct dependent • 1 total dependent

The plugin provides a generic "Create Read Update Delete List" functionality. (Currently, READ is not implemented). In conjunction with this plugin, you might find these plugins useful App::ZofCMS::Plugin::DBIPPT and App::ZofCMS::Plugin::FormChecker....

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC

App::ZofCMS::Test::Plugin - test module for testing ZofCMS plugins River stage one • 1 direct dependent • 1 total dependent

The module provides a basic test suit for ZofCMS plugins. See SYNOPSIS for usage. That would be in one of your t/test.t files. plugin_ok plugin_ok( 'PlugName', # plugin's name { input => 'Foo' }, # plugin takes input via first level 'input' key { foo...

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC

App::ZofCMS::Plugin::Base - base class for App::ZofCMS plugins River stage one • 1 direct dependent • 1 total dependent

The module is a base class for App::ZofCMS plugins. I'll safely assume that you've already read the docs for App::ZofCMS, App::ZofCMS::Config and App::ZofCMS::Template The base class (currently) is only for plugins who take their "config" as a single...

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC

App::ZofCMS::Plugin::DBIPPT - simple post-processor for results of DBI plugin queries River stage one • 1 direct dependent • 1 total dependent

The module is a plugin for App::ZofCMS that provides means to automatically post-process some most common (at least for me) post-processing needs when using App::ZofCMS::Plugin::DBI; namely, converting numerical output of "time()" with "localtime()" ...

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC

App::ZofCMS::Plugin::Tagged - ZofCMS plugin to fill templates with data from query, template variables and configuration using <TAGS> River stage one • 1 direct dependent • 1 total dependent

The module provides means to the user to use special "tags" in scalar values inside ZofCMS template. This provides the ability to display data generated by templates (i.e. stored in "{d}" first level key), access query or configuration hashref. Possi...

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC

App::ZofCMS::Plugin::Barcode - plugin to generate various bar codes River stage one • 1 direct dependent • 1 total dependent

The module is a plugin for App::ZofCMS that provides means to generate various types of barcodes and either output them directly to the browser or save them as an image. This documentation assumes you've read App::ZofCMS, App::ZofCMS::Config and App:...

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC

App::ZofCMS::Plugin::Session - plugin for storing data across requests River stage one • 1 direct dependent • 1 total dependent

The module is a plugin for App::ZofCMS that provides means to store data across HTTP requests. The docs for this plugin are incomplete This plugin requires ZofCMS version of at least 0.0211 where multi-level plugin sets are implemented This documenta...

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC

App::ZofCMS::Plugin::Cookies - HTTP Cookie handling plugin for ZofCMS River stage one • 1 direct dependent • 1 total dependent

This module is a plugin for App::ZofCMS which provides means to read and set HTTP cookies....

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC

App::ZofCMS::Plugin::Comments - drop-in visitor comments support. River stage one • 1 direct dependent • 1 total dependent

The module is a plugin for App::ZofCMS. It provides means to easily add "visitor comments" to your pages. The plugin offers configurable flood protection ( $x comments per $y seconds ) as well as ability to notify you of new comments via e-mail. The ...

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC

App::ZofCMS::Plugin::Doctypes - include DOCTYPEs in your pages without remembering how to spell them River stage one • 1 direct dependent • 1 total dependent

If you are like me you definitely don't remember how to properly spell out the DOCTYPE (DOCument TYPE definition) in your pages and always rely on your editor or look it up. Well, fear no more! This little module contains all the common DTDs and will...

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC

App::ZofCMS::Plugin::YouTube - CRUD-type plugin to manage YouTube videos River stage one • 1 direct dependent • 1 total dependent

The module is a plugin for App::ZofCMS. It provides means to have a CRUD-like (Create, Read, Update, Delete) interface for managing YouTube videos. The plugin provides a form where a user can enter the title of the video, its YouTube URI and a descri...

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC

App::ZofCMS::Plugin::TagCloud - generate "tag clouds" River stage one • 1 direct dependent • 1 total dependent

The module is a plugin for App::ZofCMS; it generates "tag clouds" (bunch of different-sized links). This documentation assumes you have read App::ZofCMS, App::ZofCMS::Config and App::ZofCMS::Template...

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC
76 results (0.028 seconds)