lemonldap-ng/scripts
Xavier Guimard 581c609e92 Add license (commit to test irker bot) 2018-09-12 09:18:33 +02:00
..
README.md Insert run-ldap tool 2018-05-28 10:12:55 +02:00
changelibversion Manage internal dependency versions 2017-03-07 10:03:29 +00:00
copyright-updater.pl Replace Jira by GitLab 2017-11-11 14:06:23 +01:00
doc.pl Update doc script to set good path to jquery-ui 2018-03-08 13:29:10 +01:00
download_translations Add translation tools 2018-09-06 15:13:09 +02:00
findAttr.pl Reorganize files - work in progress (#444) 2012-02-28 22:48:20 +00:00
generate-changelog.pl Add license (commit to test irker bot) 2018-09-12 09:18:33 +02:00
jsongenerator.pl Harmonize manager to portal (dir htdocs) 2017-02-22 21:48:52 +00:00
minifierskin Add a skin compacter (just for example) 2013-11-01 20:26:43 +00:00
parameters-for-wiki.pl Update conf prm list 2018-07-18 09:13:54 +02:00
run-ldap Enable conf/session backends 2018-05-29 22:53:38 +02:00
test-perf.pl Update test scripts 2018-05-24 15:41:14 +02:00
testConfBackend.pl Update test scripts 2018-05-24 15:41:14 +02:00
totp-client.pl Add little TOTP test script (#1359) 2018-03-19 06:50:11 +01:00
transform-templates Prepare Debian libs usage for Debian official release 2016-01-21 13:00:19 +00:00
unaccent.pl Replace french characters by HTML codes (#583) 2016-03-01 09:53:21 +00:00
upload_translations Add translation tools 2018-09-06 15:13:09 +02:00

README.md

LLNG team scripts

Release tools

  • parameters-for-wiki.pl: generates the content of https://lemonldap-ng.org/documentation/<VERSION>/parameterlist
  • changelibversion: changes $VERSION in all .pm files and also in */Makefile.PL (after major release)
  • generate-changelog.pl: generates changelog entry from GitLab issues

Tools used by Makefile

  • doc.pl: launched by make documentation to create local doc
  • jsongenerator.pl: launched by make json to build Manager JSON files and some Perl scripts
  • transform-templates: transform *.tpl to choose normal/minified/external CSS/JavaScripts

Other tools

  • testConfBackend.pl: test a new configuration backend
  • test-perf.pl: little script to test Portal/Handler performance
  • totp-client.pl: TOTP app to replace FreeOTP for TOTP tests
  • run-ldap: Launch an LDAP server (port 19389) and stop it when a key is pressed. It uses Portal test LDAP server.

Old unmaintained scripts

  • copyright-updater.pl: old script used to replace CHANGELOG POD entry
  • findAttr.pl: may find some undocumented parameters
  • minifierskin
  • unaccent.pl