diff options
author | Erlang/OTP <[email protected]> | 2009-11-20 14:54:40 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-11-20 14:54:40 +0000 |
commit | 84adefa331c4159d432d22840663c38f155cd4c1 (patch) | |
tree | bff9a9c66adda4df2106dfd0e5c053ab182a12bd /lib/reltool/doc/src/reltool_intro.xml | |
download | otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.gz otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.bz2 otp-84adefa331c4159d432d22840663c38f155cd4c1.zip |
The R13B03 release.OTP_R13B03
Diffstat (limited to 'lib/reltool/doc/src/reltool_intro.xml')
-rw-r--r-- | lib/reltool/doc/src/reltool_intro.xml | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/lib/reltool/doc/src/reltool_intro.xml b/lib/reltool/doc/src/reltool_intro.xml new file mode 100644 index 0000000000..54bc991da8 --- /dev/null +++ b/lib/reltool/doc/src/reltool_intro.xml @@ -0,0 +1,98 @@ +<?xml version="1.0" encoding="ISO-8859-1" ?> +<!DOCTYPE chapter SYSTEM "chapter.dtd"> + +<chapter> + <header> + <copyright> + <year>2009</year> + <year>2009</year> + <holder>Ericsson AB, All Rights Reserved</holder> + </copyright> + <legalnotice> + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + compliance with the License. You should have received a copy of the + Erlang Public License along with this software. If not, it can be + retrieved online at http://www.erlang.org/. + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. + + The Initial Developer of the Original Code is Ericsson AB. + </legalnotice> + + <title>Introduction</title> + <prepared>Håkan Mattsson</prepared> + <responsible>Håkan Mattsson</responsible> + <docno></docno> + <approved>Håkan Mattsson</approved> + <checked></checked> + <date></date> + <rev>%VSN%</rev> + <file>reltool_intro.xml</file> + </header> + <p><c>Reltool</c> is a release management tool. It analyses a given + Erlang/OTP installation and determines various dependencies between + applications. The <c>graphical</c> frontend depicts the dependencies and + enables interactive customization of a target system. The backend provides a + <c>batch</c> interface for generation of customized target systems.</p> + + <section> + <title>Scope and Purpose</title> + <p>This manual describes the Reltool application, as a component of the + Erlang/Open Telecom Platform development environment. It is assumed that + the reader is familiar with the Erlang Development Environment, which is + described in a separate User's Guide.</p> + </section> + + <section> + <title>Prerequisites</title> + <p>The following prerequisites is required for understanding the material + in the Reltool User's Guide:</p> + <list type="bulleted"> + <item> + <p>familiarity with Erlang/OTP system principles and Erlang/OTP design + principles</p> + </item> + </list> + <p>The application requires Erlang/OTP release R13B02 or later.</p> + </section> + + <section> + <title>About This Manual</title> + <p>In addition to this introductory chapter, the Reltool User's Guide + contains the following chapters:</p> + <list type="bulleted"> + <item> + <p>Chapter 2: "Usage" describes the architecture + and typical usage of the application.</p> + </item> + <item> + <p>Chapter 3: "Examples" gives some usage examples</p> + </item> + </list> + </section> + + <section> + <title>Where to Find More Information</title> + <p>Refer to the following documentation for more information about Reltool + and about the Erlang/OTP development system:</p> + <list type="bulleted"> + <item> + <p>the Reference Manual of <c>Reltool</c></p> + </item> + <item> + <p>the Erlang/OTP <c>System Principles</c></p> + </item> + <item> + <p>the Erlang/OTP <c>Design Principles</c></p> + </item> + <item> + <p>Programming Erlang: Software for a Concurrent World (2007), + Pragmatic Bookshelf, ISBN13: 9781934356005.</p> + </item> + </list> + </section> +</chapter> |