https://github.com/erlang/eep
Erlang Enhancement Proposals
https://github.com/erlang/eep
Last synced: 8 months ago
JSON representation
Erlang Enhancement Proposals
- Host: GitHub
- URL: https://github.com/erlang/eep
- Owner: erlang
- Created: 2010-03-22T14:24:12.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T08:46:41.000Z (about 1 year ago)
- Last Synced: 2025-04-08T14:09:19.808Z (about 1 year ago)
- Language: Perl
- Homepage: http://www.erlang.org/erlang-enhancement-proposals/
- Size: 1.76 MB
- Stars: 267
- Watchers: 89
- Forks: 71
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Erlang Enhancement Process
==========================
This repository contains in the subdirectory eeps/ the EEPs (Erlang
Extension Proposals), in [Markdown][MD] (`*.md`) format produced in the
[Erlang Enhancement Process][EEP].
The [EEP Index][EEP 0] 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][build.pl] 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
(remember to subscribe to the list first) as stated in the
[Erlang Enhancement Process][EEP].
[MD]: http://daringfireball.net/projects/markdown/
"The Markdown Project"
[Markdown.pl]: md/Markdown.pl
"Markdown.pl"
[EEP]: http://www.erlang.org/eep.html
"Erlang Enhancement Process"
[build.pl]: build.pl
"Perl build script to overcome Makefile inportability"
[EEP 0]: http://erlang.org/eeps/eep-0000
"EEP 0: Index of EEPS"
Copyright
---------
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
[EmacsVar]: <> "Local Variables:"
[EmacsVar]: <> "mode: indented-text"
[EmacsVar]: <> "indent-tabs-mode: nil"
[EmacsVar]: <> "sentence-end-double-space: t"
[EmacsVar]: <> "fill-column: 70"
[EmacsVar]: <> "coding: utf-8"
[EmacsVar]: <> "End:"