From 2a7e59cf1a5eb1bec2126814b17bdac282dc59b2 Mon Sep 17 00:00:00 2001 From: hyperimpose Date: Fri, 10 May 2024 03:44:53 +0300 Subject: [PATCH] Fixes and style changes --- docs/blog/erlang/index.html | 105 ++++++++++++----------- docs/blog/erlang/index.org | 35 ++++---- generator/content/blog/erlang/index.html | 105 ++++++++++++----------- generator/content/blog/erlang/index.org | 35 ++++---- 4 files changed, 150 insertions(+), 130 deletions(-) diff --git a/docs/blog/erlang/index.html b/docs/blog/erlang/index.html index 3f69aa8..7f20d77 100644 --- a/docs/blog/erlang/index.html +++ b/docs/blog/erlang/index.html @@ -52,86 +52,91 @@ - + +
-
-

Erlang

-
+
+

Erlang

+

This is a collection of Erlang links I've come across over time. Expect heavy modifications as I make formatting decisions and encounter ever more.

-
-

Implementations and tools:

-
-
-
Erlang
The standard implementation
-
AtomVM
Minimal VM meant to run on ESP32 SoCs, STM32 MCUs, RPi Pico, Wasm etc.
-
(no term)
See also: https://www.erlang.org/faq/implementations
+
+

Implementations and tools:

+
+ -
(no term)
Hex package manager
-
+ +
-
-

Documentation

-
-
-
https://www.erlang.org/doc/
Online documentation for the latest version of the run-time system as well as all the libraries.
-
erldocs
An alternative Erlang documentation
-
+
+

Documentation

+
+
-
-

Books, documentation, tutorials and more:

-
-
-
https://www.erlang.org/docs
A collection of links to documentation, books and papers
-
https://www.erlang.org/community
Includes learning matterial provided by the community
-
Programming Rules and Conventions
Guidelines for writing systems using Erlang. Mirrors: 1, 2
-
Learn You Some Erlang for Great Good!
A free online book for learning Erlang
-
Rosetta Code on Erlang
A wiki presenting solutions to problems in many different languages
-
Cryptography Tutorial
A cryptography book with Erlang examples by Joe Armstrong
-
The Beam Book
An advanced book describing in detail the Erlang RunTime System (ERTS)
-
+
+

Books, documentation, tutorials and more:

+
+ + + +
-
-

Tools

-
-
-
Rebar3
The official build tool for Erlang.
-
(no term)
Online Erlang repl
-
erldocs function lookup
Find out which Erlang/OTP versions support a given function
-
+ +
+

Tools

+
+
-
-

Community

-
-
-
https://www.erlang.org/community
Includes links to the official community channels
-
-
+
+

Community

+
+
-
-

Created: 2024-05-10 Fri 03:21

-

Validate

diff --git a/docs/blog/erlang/index.org b/docs/blog/erlang/index.org index e71c771..9c6107b 100644 --- a/docs/blog/erlang/index.org +++ b/docs/blog/erlang/index.org @@ -1,4 +1,5 @@ -#+OPTIONS: toc:nil html-style:nil num:nil html5-fancy:1 +#+OPTIONS: toc:nil html-style:nil num:nil html5-fancy:1 html-postamble:nil +#+HTML_HEAD: * Erlang @@ -6,29 +7,33 @@ This is a collection of Erlang links I've come across over time. Expect heavy mo decisions and encounter ever more. ** Implementations and tools: -- [[https://www.erlang.org/][Erlang]] :: The standard implementation -- [[https://github.com/atomvm/AtomVM][AtomVM]] :: Minimal VM meant to run on ESP32 SoCs, STM32 MCUs, RPi Pico, Wasm etc. +- [[https://www.erlang.org/][Erlang]] - The standard implementation +- [[https://github.com/atomvm/AtomVM][AtomVM]] - Minimal VM meant to run on ESP32 SoCs, STM32 MCUs, RPi Pico, Wasm etc. - See also: https://www.erlang.org/faq/implementations + - [[https://hex.pm][Hex package manager]] ** Documentation -- https://www.erlang.org/doc/ :: Online documentation for the latest version of the run-time system as well as all the libraries. -- [[https://www.erldocs.com/][erldocs]] :: An alternative Erlang documentation +- https://www.erlang.org/doc/ - Documentation for the latest version of the run-time system and all the libraries. +- [[https://www.erldocs.com/][erldocs]] - An alternative Erlang documentation ** Books, documentation, tutorials and more: -- https://www.erlang.org/docs :: A collection of links to documentation, books and papers -- https://www.erlang.org/community :: Includes learning matterial provided by the community -- [[http://www.erlang.se/doc/programming_rules.shtml][Programming Rules and Conventions]] :: Guidelines for writing systems using Erlang. Mirrors: [[https://docs.jj1bdx.tokyo/Erlang_Programming_Rules.html][1]], [[https://web.archive.org/web/20211018191823/http://www.erlang.se/doc/programming_rules.shtml][2]] -- [[https://learnyousomeerlang.com/content][Learn You Some Erlang for Great Good!]] :: A free online book for learning Erlang -- [[https://rosettacode.org/wiki/Category:Erlang][Rosetta Code on Erlang]] :: A wiki presenting solutions to problems in many different languages -- [[https://github.com/joearms/crypto_tutorial/][Cryptography Tutorial]] :: A cryptography book with Erlang examples by Joe Armstrong -- [[https://blog.stenmans.org/theBeamBook/][The Beam Book]] :: *An advanced book describing in detail the Erlang RunTime System (ERTS)* +- https://www.erlang.org/docs - A collection of links to documentation, books and papers +- https://www.erlang.org/community - Includes learning matterial provided by the community +- [[http://www.erlang.se/doc/programming_rules.shtml][Programming Rules and Conventions]] - Guidelines for writing systems using Erlang. Mirrors: [[https://docs.jj1bdx.tokyo/Erlang_Programming_Rules.html][1]], [[https://web.archive.org/web/20211018191823/http://www.erlang.se/doc/programming_rules.shtml][2]] +- [[https://blog.stenmans.org/theBeamBook/][The Beam Book]] - *An advanced book describing in detail the Erlang RunTime System (ERTS)* + + +- [[https://learnyousomeerlang.com/content][Learn You Some Erlang for Great Good!]] - A free online book for learning Erlang +- [[https://rosettacode.org/wiki/Category:Erlang][Rosetta Code on Erlang]] - A wiki presenting solutions to problems in many different languages +- [[https://github.com/joearms/crypto_tutorial/][Cryptography Tutorial]] - A cryptography book with Erlang examples by Joe Armstrong + ** Tools -- [[https://rebar3.org/][Rebar3]] :: The official build tool for Erlang. +- [[https://rebar3.org/][Rebar3]] - The official build tool for Erlang. - [[http://tryerl.seriyps.ru/][Online Erlang repl]] -- [[https://www.erldocs.com/function][erldocs function lookup]] :: Find out which Erlang/OTP versions support a given function +- [[https://www.erldocs.com/function][erldocs function lookup]] - Find out which Erlang/OTP versions support a given function ** Community -- https://www.erlang.org/community :: Includes links to the official community channels +- https://www.erlang.org/community - Includes links to the official community channels diff --git a/generator/content/blog/erlang/index.html b/generator/content/blog/erlang/index.html index dfb7147..548d9e6 100644 --- a/generator/content/blog/erlang/index.html +++ b/generator/content/blog/erlang/index.html @@ -1,86 +1,91 @@ - + +
-
-

Erlang

-
+
+

Erlang

+

This is a collection of Erlang links I've come across over time. Expect heavy modifications as I make formatting decisions and encounter ever more.

-
-

Implementations and tools:

-
-
-
Erlang
The standard implementation
-
AtomVM
Minimal VM meant to run on ESP32 SoCs, STM32 MCUs, RPi Pico, Wasm etc.
-
(no term)
See also: https://www.erlang.org/faq/implementations
+
+

Implementations and tools:

+
+ -
(no term)
Hex package manager
-
+ +
-
-

Documentation

-
-
-
https://www.erlang.org/doc/
Online documentation for the latest version of the run-time system as well as all the libraries.
-
erldocs
An alternative Erlang documentation
-
+
+

Documentation

+
+
-
-

Books, documentation, tutorials and more:

-
-
-
https://www.erlang.org/docs
A collection of links to documentation, books and papers
-
https://www.erlang.org/community
Includes learning matterial provided by the community
-
Programming Rules and Conventions
Guidelines for writing systems using Erlang. Mirrors: 1, 2
-
Learn You Some Erlang for Great Good!
A free online book for learning Erlang
-
Rosetta Code on Erlang
A wiki presenting solutions to problems in many different languages
-
Cryptography Tutorial
A cryptography book with Erlang examples by Joe Armstrong
-
The Beam Book
An advanced book describing in detail the Erlang RunTime System (ERTS)
-
+
+

Books, documentation, tutorials and more:

+
+ + + +
-
-

Tools

-
-
-
Rebar3
The official build tool for Erlang.
-
(no term)
Online Erlang repl
-
erldocs function lookup
Find out which Erlang/OTP versions support a given function
-
+ +
+

Tools

+
+
-
-

Community

-
-
-
https://www.erlang.org/community
Includes links to the official community channels
-
-
+
+

Community

+
+
-
-

Created: 2024-05-10 Fri 03:21

-

Validate

diff --git a/generator/content/blog/erlang/index.org b/generator/content/blog/erlang/index.org index e71c771..9c6107b 100644 --- a/generator/content/blog/erlang/index.org +++ b/generator/content/blog/erlang/index.org @@ -1,4 +1,5 @@ -#+OPTIONS: toc:nil html-style:nil num:nil html5-fancy:1 +#+OPTIONS: toc:nil html-style:nil num:nil html5-fancy:1 html-postamble:nil +#+HTML_HEAD: * Erlang @@ -6,29 +7,33 @@ This is a collection of Erlang links I've come across over time. Expect heavy mo decisions and encounter ever more. ** Implementations and tools: -- [[https://www.erlang.org/][Erlang]] :: The standard implementation -- [[https://github.com/atomvm/AtomVM][AtomVM]] :: Minimal VM meant to run on ESP32 SoCs, STM32 MCUs, RPi Pico, Wasm etc. +- [[https://www.erlang.org/][Erlang]] - The standard implementation +- [[https://github.com/atomvm/AtomVM][AtomVM]] - Minimal VM meant to run on ESP32 SoCs, STM32 MCUs, RPi Pico, Wasm etc. - See also: https://www.erlang.org/faq/implementations + - [[https://hex.pm][Hex package manager]] ** Documentation -- https://www.erlang.org/doc/ :: Online documentation for the latest version of the run-time system as well as all the libraries. -- [[https://www.erldocs.com/][erldocs]] :: An alternative Erlang documentation +- https://www.erlang.org/doc/ - Documentation for the latest version of the run-time system and all the libraries. +- [[https://www.erldocs.com/][erldocs]] - An alternative Erlang documentation ** Books, documentation, tutorials and more: -- https://www.erlang.org/docs :: A collection of links to documentation, books and papers -- https://www.erlang.org/community :: Includes learning matterial provided by the community -- [[http://www.erlang.se/doc/programming_rules.shtml][Programming Rules and Conventions]] :: Guidelines for writing systems using Erlang. Mirrors: [[https://docs.jj1bdx.tokyo/Erlang_Programming_Rules.html][1]], [[https://web.archive.org/web/20211018191823/http://www.erlang.se/doc/programming_rules.shtml][2]] -- [[https://learnyousomeerlang.com/content][Learn You Some Erlang for Great Good!]] :: A free online book for learning Erlang -- [[https://rosettacode.org/wiki/Category:Erlang][Rosetta Code on Erlang]] :: A wiki presenting solutions to problems in many different languages -- [[https://github.com/joearms/crypto_tutorial/][Cryptography Tutorial]] :: A cryptography book with Erlang examples by Joe Armstrong -- [[https://blog.stenmans.org/theBeamBook/][The Beam Book]] :: *An advanced book describing in detail the Erlang RunTime System (ERTS)* +- https://www.erlang.org/docs - A collection of links to documentation, books and papers +- https://www.erlang.org/community - Includes learning matterial provided by the community +- [[http://www.erlang.se/doc/programming_rules.shtml][Programming Rules and Conventions]] - Guidelines for writing systems using Erlang. Mirrors: [[https://docs.jj1bdx.tokyo/Erlang_Programming_Rules.html][1]], [[https://web.archive.org/web/20211018191823/http://www.erlang.se/doc/programming_rules.shtml][2]] +- [[https://blog.stenmans.org/theBeamBook/][The Beam Book]] - *An advanced book describing in detail the Erlang RunTime System (ERTS)* + + +- [[https://learnyousomeerlang.com/content][Learn You Some Erlang for Great Good!]] - A free online book for learning Erlang +- [[https://rosettacode.org/wiki/Category:Erlang][Rosetta Code on Erlang]] - A wiki presenting solutions to problems in many different languages +- [[https://github.com/joearms/crypto_tutorial/][Cryptography Tutorial]] - A cryptography book with Erlang examples by Joe Armstrong + ** Tools -- [[https://rebar3.org/][Rebar3]] :: The official build tool for Erlang. +- [[https://rebar3.org/][Rebar3]] - The official build tool for Erlang. - [[http://tryerl.seriyps.ru/][Online Erlang repl]] -- [[https://www.erldocs.com/function][erldocs function lookup]] :: Find out which Erlang/OTP versions support a given function +- [[https://www.erldocs.com/function][erldocs function lookup]] - Find out which Erlang/OTP versions support a given function ** Community -- https://www.erlang.org/community :: Includes links to the official community channels +- https://www.erlang.org/community - Includes links to the official community channels