Changeset 6923
- Timestamp:
- 08/27/07 03:34:54 (1 year ago)
- Files:
-
- doc/jaws2/en/books/internals/coress/chapter.xml (modified) (1 diff)
- doc/jaws2/en/books/internals/coress/sections (added)
- doc/jaws2/en/books/internals/coress/sections/cnf.xml (added)
- doc/jaws2/en/books/internals/coress/sections/db.xml (added)
- doc/jaws2/en/books/internals/coress/sections/i18n.xml (added)
- doc/jaws2/en/books/internals/coress/sections/log.xml (added)
- doc/jaws2/en/books/internals/coress/sections/registry.xml (added)
- doc/jaws2/en/books/internals/coress/sections/request.xml (added)
- doc/jaws2/en/books/internals/coress/sections/session.xml (added)
- doc/jaws2/en/books/internals/coress/sections/urlmapper.xml (added)
- doc/jaws2/en/books/internals/jawsobj/chapter.xml (modified) (1 diff)
- doc/jaws2/en/books/internals/specialclasses/chapter.xml (modified) (1 diff)
- doc/jaws2/en/entities/titles.ent (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/jaws2/en/books/internals/coress/chapter.xml
r6919 r6923 13 13 </para> 14 14 </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; 15 24 </chapter> doc/jaws2/en/books/internals/jawsobj/chapter.xml
r6920 r6923 6 6 <chapter> 7 7 <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> 12 16 13 17 &internals.jawsobj.sections.runtimemode; doc/jaws2/en/books/internals/specialclasses/chapter.xml
r6919 r6923 6 6 <chapter> 7 7 <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> 12 16 </chapter> doc/jaws2/en/entities/titles.ent
r6912 r6923 6 6 --> 7 7 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>">
