********************************************************************************
**                      Localized front page description                      **
**                               WIKINDX module                               **
********************************************************************************


NB. this module is compatible with WIKINDX v5 and up.  Results may be unexpected if used with a lower version.

Store and make available localized versions of the front page description depending on the current language 
localization the user is using.

The module registers itself in the 'Admin' menu.

Unzip this file (with any directory structure) into plugins/localDescription/.
Thus, plugins/localDescription/index.php etc.

********************************************************************************

CHANGELOG:

2026-05-01 : CHG : use JSON format for translation.
2025-05-25 : CHG : Added a 'return' navigation icon to various pages in order to return to the first stage from the second stage.
2025-05-25 : FIX : fixed some warnings in BIBCITE.
2022-08-29 : FIX : HTML escaping [#607].
2022-08-29 : CHG : change of the compatibility version (19).
2022-06-17 : CHG : change of the compatibility version (18).
2023-02-21 : CHG : dissociate label from controls.
2023-01-21 : CHG : change of the compatibility version (17) (new translation system).
2022-09-08 : CHG : Locale-independent case conversion / Sorting with Intl [#431].
2022-09-02 : CHG : transcode system locale codes to Intl locale codes.
2022-07-20 : CHG : change of the compatibility version (16) (new translation system).
2021-10-09 : CHG : change of the compatibility version (15) (distribution change of component.json).
2021-09-08 : CHG : change of the compatibility version (14) (component.json format v2).
2021-07-07 : CHG : change of the compatibility version (13) (style editor change for v6 style components).
2021-05-28 : CHG : change of the compatibility version (12) (removal of userwritecategory plugin).
2021-05-16 : CHG : change of the compatibility version (11) (removal of importexportbib plugin).
2021-04-18 : CHG : change of the compatibility version (10) (removal of the database prefix).
2021-04-18 : CHG : remove the db table prefix [#346].
2020-12-21 : CHG : make PHP includes independent of the web server layout (#244).
2020-12-21 : CHG : handle multiple tabs.
2020-12-21 : CHG : reformat source code to the prefered if/then/else style.
2020-12-21 : CHG : separates the read / write functions of internal version numbers
                   into two Core / plugin families to prevent mishandling in updates.
2020-12-21 : CHG : full French translation.
2020-12-21 : FIX : restore front page description translation functionality (bugs #211 and #228).
2020-12-21 : ADD : internal version number + self-upgrade.
2020-12-21 : ADD : dedicated table plugin_localedescription.
2020-07-11 : CHG : relicencing under ISC License terms.

v1.6, 2020
1. WIKINDX compatibility version 7.

v1.5, 2020
1. Add documentation.

v1.4, 2020
1. Relicencing under CC-BY-NC-SA 4.0 terms.

v1.3, 2019
1. Added a check in case there are no languages installed other than English
2. Adaptation for WIKINDX 5.9.1

v1.2
1. Plugin now compatible with WIKINDX v5.x

v1.1 ~ 20th May 2013
1. Initial release
