~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to system/doc/Books/src/stdlib.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2010-03-09 17:34:57 UTC
  • mfrom: (10.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100309173457-4yd6hlcb2osfhx31
Tags: 1:13.b.4-dfsg-3
Manpages in section 1 are needed even if only arch-dependent packages are
built. So, re-enabled them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="latin1" ?>
 
2
<!DOCTYPE book SYSTEM "book.dtd">
 
3
 
 
4
<book>
 
5
  <header titlestyle="special">
 
6
    <copyright>
 
7
      <year>2000</year>
 
8
      <year>2007</year>
 
9
      <holder>Ericsson AB, All Rights Reserved</holder>
 
10
    </copyright>
 
11
    <legalnotice>
 
12
  The contents of this file are subject to the Erlang Public License,
 
13
  Version 1.1, (the "License"); you may not use this file except in
 
14
  compliance with the License. You should have received a copy of the
 
15
  Erlang Public License along with this software. If not, it can be
 
16
  retrieved online at http://www.erlang.org/.
 
17
 
 
18
  Software distributed under the License is distributed on an "AS IS"
 
19
  basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
20
  the License for the specific language governing rights and limitations
 
21
  under the License.
 
22
 
 
23
  The Initial Developer of the Original Code is Ericsson AB.
 
24
    </legalnotice>
 
25
 
 
26
    <title>Erlang 5.1/OTP R8 Standard Library Application</title>
 
27
    <prepared>Bengt Nilsson</prepared>
 
28
    <docno></docno>
 
29
    <date>2000-05-30</date>
 
30
    <rev></rev>
 
31
  </header>
 
32
  <insidecover>
 
33
    <include file="insidecover"></include>
 
34
  </insidecover>
 
35
  <pagetext>Erlang/OTP Standard Library Application</pagetext>
 
36
  <preamble>
 
37
    <contents level="2"></contents>
 
38
    <preface>
 
39
      <p><em>Introduction</em>        <br></br>
 
40
This documentation describes the Open 
 
41
        Telecom Platform (Erlang/OTP), a middle-ware based on the Erlang
 
42
        programming language, aiming at providing time-saving and flexible 
 
43
        development for robust, adaptable telecom systems.</p>
 
44
      <p><em>Organization of the Documentation</em>        <br></br>
 
45
 
 
46
        The documentation is divided into eight parts:</p>
 
47
      <list type="bulleted">
 
48
        <item>Erlang 5.0/OTP R7 System Documentation, EN/LZT 1084095 R1</item>
 
49
        <item>Erlang 5.0/OTP R7 Run-Time System and Basic Applications, 
 
50
         EN/LZT 108 4106 R1</item>
 
51
        <item>Erlang 5.0/OTP R7 Standard Library Application, EN/LZT 108 4107 
 
52
         R1</item>
 
53
        <item>Erlang 5.0/OTP R7 Database Applications, EN/LZT 108 194 R3</item>
 
54
        <item>Erlang 5.0/OTP R7 CORBA and IDL Applications,
 
55
         EN/LZT 151 810 R2</item>
 
56
        <item>Erlang 5.0/OTP R7 Interface and Communication Applications, 
 
57
         EN/LZT 108 4110 R1</item>
 
58
        <item>Erlang 5.0/OTP R7 Operation and Maintenance Applications, 
 
59
         EN/LZT 108 4108 R1</item>
 
60
        <item>Erlang 5.0/OTP R7 Tool Applications, EN/LZT 108 4109 R1</item>
 
61
      </list>
 
62
      <p><em>About this Book</em>        <br></br>
 
63
</p>
 
64
      <p>This book describes  all standard libraries in Erlang/OTP. 
 
65
        It contains modules for manipulating lists, strings, and files etc.
 
66
        </p>
 
67
    </preface>
 
68
  </preamble>
 
69
  <applications>
 
70
    <include file="../../../../erts/lib/stdlib/doc/src/application"></include>
 
71
  </applications>
 
72
</book>
 
73