Changeset 6923

Show
Ignore:
Timestamp:
08/27/07 03:34:54 (1 year ago)
Author:
nicobn
Message:

- Imported the Jaws_Log object
- Created skeletons for all the other subsystems

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/jaws2/en/books/internals/coress/chapter.xml

    r6919 r6923  
    1313  </para> 
    1414 </partintro>  
     15  
     16 &internals.coress.sections.log; 
     17 &internals.coress.sections.cnf; 
     18 &internals.coress.sections.db; 
     19 &internals.coress.sections.request; 
     20 &internals.coress.sections.registry; 
     21 &internals.coress.sections.session; 
     22 &internals.coress.sections.i18n; 
     23 &internals.coress.sections.urlmapper; 
    1524</chapter> 
  • doc/jaws2/en/books/internals/jawsobj/chapter.xml

    r6920 r6923  
    66<chapter> 
    77 <title>The Jaws core object</title> 
    8  <para> 
    9   The Jaws core object is the center of the Jaws API. It is used to load and  
    10   access all of Jaws' subsystems. 
    11  </para>  
     8 
     9 <partintro> 
     10  <formalpara> 
     11   &reftitle.intro; 
     12   The Jaws core object is the center of the Jaws API. It is used to load and  
     13   access all of Jaws' subsystems. 
     14  </formalpara> 
     15 </partintro>  
    1216  
    1317 &internals.jawsobj.sections.runtimemode; 
  • doc/jaws2/en/books/internals/specialclasses/chapter.xml

    r6919 r6923  
    66<chapter> 
    77 <title>Special classes</title> 
    8  <para> 
    9   The Jaws 2 API offers many special classes for the convenience of developers. 
    10   This chapter presents them. 
    11  </para>  
     8 
     9 <partintro> 
     10  &reftitle.intro; 
     11  <para> 
     12   The Jaws 2 API offers many special classes for the convenience of developers. 
     13   This chapter presents them.  
     14  </para>  
     15 </partintro>  
    1216</chapter> 
  • doc/jaws2/en/entities/titles.ent

    r6912 r6923  
    66--> 
    77 
    8 <!ENTITY reftitle.intro "<title>Introduction</title>"> 
     8<!ENTITY reftitle.intro              "<title>Introduction</title>"> 
     9<!ENTITY reftitle.configuration      "<title>Configuration options</title>"> 
     10<!ENTITY reftitle.classes            "<title>Classes</title>"> 
     11<!ENTITY reftitle.methods            "<title>Class methods</title>"> 
     12<!ENTITY reftitle.subsystem.synopsis "<title>Subsystem synopsis</title>"> 
     13<!ENTITY refexp.ie                   "<foreignphrase>In exemplis</foreignphrase>">