summaryrefslogtreecommitdiff
path: root/system/doc
diff options
context:
space:
mode:
authorKenneth Lundin <kenneth@erlang.org>2023-02-13 13:22:09 +0100
committerGitHub <noreply@github.com>2023-02-13 13:22:09 +0100
commit52588de95c0bd6707256230606b0359b5708f69f (patch)
tree2dc16623bea79bcfc621df64d4ca0521a46b9e9a /system/doc
parent5379b34d99032331684bb296d22268a17bc88208 (diff)
parentdd5e8f541d2f50603ce5b51eebe31060c4c32dff (diff)
downloaderlang-52588de95c0bd6707256230606b0359b5708f69f.tar.gz
Merge pull request #6853 from KennethL/KennethL-update_index_html
Update index html
Diffstat (limited to 'system/doc')
-rw-r--r--system/doc/top/templates/index.html.src67
1 files changed, 23 insertions, 44 deletions
diff --git a/system/doc/top/templates/index.html.src b/system/doc/top/templates/index.html.src
index 963766d1c5..31c604145b 100644
--- a/system/doc/top/templates/index.html.src
+++ b/system/doc/top/templates/index.html.src
@@ -2,13 +2,13 @@
<!--
%CopyrightBegin%
-Copyright Ericsson AB 2009-2021. All Rights Reserved.
+Copyright Ericsson AB 2009-2023. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
@@ -37,7 +37,7 @@ limitations under the License.
<div class="topbar">
<div class="topbar-expand">
<button onclick="toggleDisplay();">
- <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 54" width="24" height="24">
+ <svg version="1.1" id="Capa_1" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 54 54" width="24" height="24">
<g>
<path style="fill:#000000;" d="M27,54c-0.552,0-1-0.448-1-1V8c0-0.552,0.448-1,1-1s1,0.448,1,1v45C28,53.552,27.552,54,27,54z"/>
<path style="fill:#000000;" d="M11,25c-0.256,0-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414l16-16
@@ -114,11 +114,11 @@ limitations under the License.
Welcome to Erlang/OTP, a complete development environment for concurrent programming.
</p>
- <h2>Some hints that may get you started faster</h2>
+<h3>Tutorials and books</h3>
<ul>
<li class="mobile-only">
- The navigation menu can be accessed by clicking the <svg style="transform: rotate(180deg);" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 54" width="24" height="24">
+ The navigation menu can be accessed by clicking the <svg style="transform: rotate(180deg);" version="1.1" id="Capa_1" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 54 54" width="24" height="24">
<g>
<path style="fill:#000000;" d="M27,54c-0.552,0-1-0.448-1-1V8c0-0.552,0.448-1,1-1s1,0.448,1,1v45C28,53.552,27.552,54,27,54z"/>
<path style="fill:#000000;" d="M11,25c-0.256,0-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414l16-16
@@ -136,31 +136,35 @@ An Erlang tutorial can be found in
<a href="getting_started/users_guide.html">
Getting Started With Erlang</a>.
<p>
-In addition to the documentation here Erlang is described in several recent books like:
+In addition to the documentation here Erlang is described in several books like:
</p>
<ul>
<li>
-<a href="http://shop.oreilly.com/product/0636920025818.do">"Introducing Erlang"</a> from O'Reilly.
+<a href="https://www.oreilly.com/library/view/introducing-erlang-2nd/9781491973363">"Introducing Erlang"</a> from O'Reilly.
</li>
<li>
-<a href="http://www.nostarch.com/erlang">"Learn You Some Erlang for Great Good!"</a> from No Starch Press.
+<a href="https://www.nostarch.com/erlang">"Learn You Some Erlang for Great Good!"</a> from No Starch Press.
</li>
<li>
-<a href="http://oreilly.com/catalog/9780596518189">"Erlang Programming"</a> from O'Reilly.
+<a href="https://oreilly.com/catalog/9780596518189">"Erlang Programming"</a> from O'Reilly.
</li>
<li>
-<a href="http://www.pragprog.com/book/jaerlang2/programming-erlang">"Programming Erlang"</a> from Pragmatic.
+<a href="https://www.pragprog.com/book/jaerlang2/programming-erlang">"Programming Erlang"</a> from Pragmatic.
</li>
<li>
-<a href="http://www.manning.com/logan">"Erlang and OTP in Action"</a> from Manning.
+<a href="https://www.manning.com/logan">"Erlang and OTP in Action"</a> from Manning.
</li>
<li>
-<a href="http://shop.oreilly.com/product/0636920024149.do">"Designing for Scalability with Erlang/OTP"</a> from O'Reilly.
+<a href="https://shop.oreilly.com/product/0636920024149.do">"Designing for Scalability with Erlang/OTP"</a> from O'Reilly.
</li>
</ul>
<p>
These books are highly recommended as a start for learning Erlang.
</p>
+<p>
+ More information about learning resources, editors and other tools can be found on our
+ <a href="https://erlang.org/community">official Erlang web site</a>.
+</p>
</li>
<li>Erlang/OTP is divided into a number of OTP <a
href="applications.html">applications</a>. An application normally contains
@@ -170,51 +174,26 @@ modules.
<p></p>
</li>
-<li>On a Unix system you can view the manual pages from the command
-line using
-<pre>
- % erl -man &lt;module&gt;
-</pre>
-</li>
-
-<li> You can of course use any editor you like to write Erlang
-programs, but if you use Emacs there exists editing support such as
-indentation, syntax highlighting, electric commands, module name
-verification, comment support including paragraph filling, skeletons,
-tags support and more. See the <a href="#tools#/index.html">
-Tools</a> application for details.
<p>
-There are also Erlang plugins for other code editors
-<a href="http://github.com/vim-erlang">Vim (vim-erlang)</a> ,
-<a href="http://atom.io/packages/language-erlang"> Atom </a> ,
-<a href="http://erlide.org/index.html">Eclipse (ErlIDE)</a> and
-<a href="http://ignatov.github.io/intellij-erlang/">IntelliJ IDEA</a>.
<li>When developing with Erlang/OTP you usually test your programs
from the interactive shell (see <a href="getting_started/users_guide.html">
Getting Started With Erlang</a>) where you can call individual
functions. There is also a number of tools available, such as the graphical <a
href="#debugger#/index.html" >Debugger</a> and the <a href="#observer#/index.html" >Observer tool</a> for inspection of system information, ets and mnesia tables etc.
-<p> Also note that there are some shell features like history list
-(control-p and control-n), in line editing (Emacs key bindings) and
-module and function name completion (tab) if the module is loaded.
-<p>
+</p>
-<li>OpenSource users can ask questions
-and share experiences on the <a href="http://www.erlang.org/static/doc/mailinglist.html">
-Erlang questions mailing list</a>.
+<li>For questions and discussions about Erlang we recommend <a href="https://erlangforums.com">
+ErlangForums</a>.
<p></p>
</li>
-<li>Before asking a question you can browse the <a
-href="http://www.erlang.org/pipermail/erlang-questions/">
-mailing list archive</a> and read the <a
-href="http://www.erlang.org/faq/faq.html" >Frequently
-Asked Questions</a>.
+<li>There is also the <a href="https://www.erlang.org/faq/faq.html" >Frequently
+Asked Questions</a> which can be of interest.
<p></p>
</li>
<li>Additional information and links of interest for Erlang programmers can be found on the Erlang Open Source site
-<a href="http://www.erlang.org/">http://www.erlang.org</a>.
+<a href="https://www.erlang.org/">https://www.erlang.org</a>.
</li>
</ul>
@@ -222,7 +201,7 @@ Asked Questions</a>.
<center>
<small>
Copyright &copy; 1999-#copyrightyear#
-<a href="http://www.ericsson.com">Ericsson AB</a>
+<a href="https://www.ericsson.com">Ericsson AB</a>
</small>
</center>
</div>