X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2FPlugin-System.html;h=37b26152638b27d3de55f657298dfa728961c47d;hb=8c4958c5081d7956c6a693087fcff5028103c9df;hp=cb1cb7464bbd3fb4066643379be41a64a5b4379c;hpb=f8b936e7e75601b5d96525f25d5b52dbabd909b4;p=github%2Fshaarli%2FShaarli.git diff --git a/doc/Plugin-System.html b/doc/Plugin-System.html index cb1cb746..37b26152 100644 --- a/doc/Plugin-System.html +++ b/doc/Plugin-System.html @@ -4,31 +4,49 @@ - Shaarli - Plugin System + Shaarli – Plugin System - +
@@ -39,18 +57,25 @@ code > span.er { color: #ff0000; font-weight: bold; }
  • Download
  • Server requirements
  • Server configuration
  • +
  • Server security
  • +
  • Shaarli installation
  • Shaarli configuration
  • +
  • Plugins
  • +
  • Docker
  • Usage
  • How To
  • @@ -62,6 +87,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
  • Directory structure
  • 3rd party libraries
  • Plugin System
  • +
  • Release Shaarli
  • Security
  • Static analysis
  • Theming
  • @@ -77,32 +103,11 @@ code > span.er { color: #ff0000; font-weight: bold; }

    Plugin System

    -

    Note: Plugin current status - in developpement (not merged into master).

    +

    Note: Plugin current status - in development (not merged into master).

    -

    I am a user. Plugin User Guide.

    -

    I am a developper. Developper API.

    +

    I am a developer. Developer API.

    I am a template designer. Guide for template designer.

    -

    Plugin User Guide

    -

    Manage plugins

    -

    In config.php, change $GLOBALS'config'['ENABLED_PLUGINS'] array:

    -
    $GLOBALS['config'['ENABLED_PLUGINS']]('ENABLED_PLUGINS'].html)
    -

    Full list:

    -
    $GLOBALS['config'['ENABLED_PLUGINS'] = array(]('ENABLED_PLUGINS']-=-array(.html)
    -    'qrcode', 'archiveorg', 'readityourself', 'playvideos',
    -    'wallabag', 'markdown', 'addlink_toolbar',
    -);
    -

    List of plugins

    -

    Plugin maintained by the community:

    - -

    Developper API

    +

    Developer API

    What can I do with plugins?

    The plugin system let you: