File: README.md

package info (click to toggle)
lemonldap-ng 2.22.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 28,516 kB
  • sloc: perl: 82,515; javascript: 25,474; xml: 6,473; makefile: 1,327; sh: 492; sql: 159; python: 55; php: 26
file content (23 lines) | stat: -rw-r--r-- 1,144 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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](https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/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
* `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`