aboutsummaryrefslogtreecommitdiff
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* README: Improve badges, header, commercial linksBadlop2022-05-041-8/+26
|
* Move some content from README to new COMPILE and CONTAINER filesBadlop2022-05-041-170/+85
|
* Remove reference to the obsolete Vagrant environmentBadlop2022-01-251-13/+0
|
* Simplify the --with-rebar example in READMEBadlop2021-07-211-1/+1
|
* Mention in README.md the updated --with-rebar and "make dev"Badlop2021-07-161-3/+20
|
* Remove .travis.yml as it's superseded by ci.yml (#3613)Badlop2021-05-251-2/+1
|
* Added badges for github actions, coveralls.io and weblateBadlop2021-03-041-1/+5
|
* Fix typo in Weblate URLBadlop2021-02-011-1/+1
|
* Mention gettext and weblate to update translationsBadlop2021-01-121-0/+11
|
* Replace Jabber->XMPP and Ejabberd (thanks to Neustradamus)(#3469)Badlop2021-01-111-1/+1
|
* README.md: Add line breaks after feature titlesHolger Weiss2020-06-231-6/+6
|
* Update README.mdMickaël Rémond2020-02-181-1/+3
|
* Use lager on OTP<22.0Evgeny Khramtsov2019-10-251-1/+1
| | | | This also lowers Erlang/OTP minimum version requirement back to 19.3
* Replace lager with built-in new logging APIEvgeny Khramtsov2019-10-181-7/+7
| | | | | | | | | | | | | | | This change requires Erlang/OTP-21.0 or higher. The commit also deprecates the following options: - log_rotate_date - log_rate_limit Furthermore, these options have no effect. The logger now fully relies on log_rotate_size, that cannot be 0 anymore. The loglevel option now accepts levels in literal formats. Those are: none, emergency, alert, critical, error, warning, notice, info, debug. Old integer values (0-5) are still supported and automatically converted into literal format.
* README.md: Clean up wordingHolger Weiss2019-09-121-2/+2
| | | | | The `gsfonts` package name is specific to some Linux distributions, so just mention the dependency on "Ghostscript fonts".
* Added gsfonts for captchaThUnD3r|Gr33n2019-08-181-0/+1
| | | This is needed to show Captcha .if not Captcha would be empty
* Document required Erlang/OTP version bumpHolger Weiss2019-02-281-1/+1
|
* README: Strip trailing spacePaul Menzel2018-12-121-1/+1
|
* Markdown version is the main README versionMickael Remond2018-11-191-1/+174
|
* Convert README to MarkdownHolger Weiss2014-04-291-0/+1
Use Markdown syntax for the README file and add a README.md symlink, so that a certain popular Git hosting site renders it nicely.