From 8fc1159cadd84810d46e3d6790e8d3cd33e951e5 Mon Sep 17 00:00:00 2001 From: Kenneth Lundin Date: Mon, 20 Jun 2016 13:43:45 +0200 Subject: Add ref to new book "Designing for Scalability with Erlang/OTP" --- system/doc/top/templates/index.html.src | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/system/doc/top/templates/index.html.src b/system/doc/top/templates/index.html.src index 2ece44b15f..d2a6736d34 100644 --- a/system/doc/top/templates/index.html.src +++ b/system/doc/top/templates/index.html.src @@ -108,7 +108,7 @@ In addition to the documentation here Erlang is described in several recent book "Introducing Erlang" from O'Reilly.
  • -"Learn You Some Erlang for Great Good!" from nostarch. +"Learn You Some Erlang for Great Good!" from No Starch Press.
  • "Erlang Programming" from O'Reilly. @@ -119,6 +119,9 @@ In addition to the documentation here Erlang is described in several recent book
  • "Erlang and OTP in Action" from Manning.
  • +
  • +"Designing for Scalability with Erlang/OTP" from O'Reilly. +
  • These books are highly recommended as a start for learning Erlang. @@ -129,14 +132,15 @@ href="applications.html">applications. An application normally contains Erlang modules. Some OTP applications, such as the C interface erl_interface, are written in other languages and have no Erlang modules. +

    + -

  • On a Unix system you can view the manual pages from the command line using
         % erl -man <module>
     
    -

    +

  • You can of course use any editor you like to write Erlang programs, but if you use Emacs there exists editing support such as @@ -161,23 +165,27 @@ module and function name completion (tab) if the module is loaded.
  • OpenSource users can ask questions and share experiences on the -Erlang questions mailing list.

    +Erlang questions mailing list. +

    +
  • Before asking a question you can browse the mailing list archive and read the Frequently -Asked Questions.

    +Asked Questions. +

    +
  • Additional information and links of interest for Erlang programmers can be found on the Erlang Open Source site http://www.erlang.org. -

    +

  • -Copyright © 1999-2013 +Copyright © 1999-2016 Ericsson AB
    -- cgit v1.2.3