Find a file
2026-02-13 12:16:11 +01:00
.github/workflows Enable GH action check for build.pl warnings 2024-10-29 10:32:05 +01:00
eeps Finalize EEP 78 and EEP 79 2026-02-13 12:16:11 +01:00
md Add build support 2010-04-06 15:44:41 +02:00
.gitignore Add build support 2010-04-06 15:44:41 +02:00
build.pl Fix typos 2021-09-18 12:53:47 +08:00
eep-index.pl Standardize how Erlang-Version should look 2024-10-29 10:32:05 +01:00
eep-pre.pl Add script for building EEP index, adapt index 2010-04-08 12:04:14 +02:00
eep.markdownlint.json Update eep.markdownlint.json 2024-10-09 10:25:07 +02:00
README.md README: Fix links to EEP 0 2023-09-28 17:04:13 +02:00

Erlang Enhancement Process

This repository contains in the subdirectory eeps/ the EEPs (Erlang Extension Proposals), in Markdown (*.md) format produced in the Erlang Enhancement Process.

The EEP Index in EEP 0 gathers all EEPs and is built with the tools in the following paragraphs from the EEPs themselves.

This repository also contains a version of a Markdown.pl script in subdirectory md/ that can be used, for example with the also contained Perl build script and some helper scripts, to produce HTML versions of the *.md EEPs.

Type perl build.pl or ./build.pl depending on your environment to rebuild all HTML that needs to be rebuilt. A reasonable perl (5.8) is all that is needed.

Patch suggestions to this repository should be sent to eeps@erlang.org (remember to subscribe to the list first) as stated in the Erlang Enhancement Process.

This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive.

Author

Erlang/OTP, Raimo Niskanen, 2010, 2018