logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Lemonldap::NG::Portal::Plugins::PublicPages - LLNG portal plugin that allows one to publish HTML pages

Authors

       LemonLDAP::NG team <http://lemonldap-ng.org/team>

Bug Report

       Use       OW2       system       to       report       bug       or       ask        for        features:
       <https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues>

Description

       Lemonldap::NG::Portal::Plugins::PublicPages  is  a  simple  LLNG portal plugin that allows one to publish
       HTML pages using LLNG portal framework. See SYNOPSIS for more.

Download

       Lemonldap::NG is available at <https://lemonldap-ng.org/download>

Name

       Lemonldap::NG::Portal::Plugins::PublicPages - LLNG portal plugin that allows one to publish HTML pages
       using LLNG framework system.

See Also

       Most of the documentation is available on the website <http://lemonldap-ng.org>

   OTHERPODFILES
       Writing an authentication module: Lemonldap::NG::Portal::Auth
       Writing a UserDB module: Lemonldap::NG::Portal::UserDB
       Writing a second factor module: Lemonldap::NG::Portal::Main::SecondFactor
       Writing an issuer module: Lemonldap::NG::Portal::Main::Issuer
       Writing another plugin: Lemonldap::NG::Portal::Main::Plugin
       Request object: Lemonldap::NG::Portal::Main::Request
       Adding parameters in the manager: Lemonldap::NG::Manager::Build

Synopsis

       Add ""customPlugins = ::Plugins::PublicPages"" in your lemonldap-ng.ini file
       Create a "public" subdir in your template directory
       Create your .tpl files inside
       To access them, use "http://auth.your.domain/public/name" where "name" is the template name

See Also