Changeset 1633 for trunk/manuals

Show
Ignore:
Timestamp:
10/23/04 04:49:06 (4 years ago)
Author:
pmoura
Message:

Improved documentation.

Location:
trunk/manuals
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/index.html

    r1623 r1633  
    3838 
    3939<div class="footer"> 
    40 <p><span class="bleft"><a href="http://validator.w3.org/check/referer">XHTML</a> + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></span><span class="bright">Last updated on: October 22, 2004</span></p> 
     40<p><span class="bleft"><a href="http://validator.w3.org/check/referer">XHTML</a> + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></span><span class="bright">Last updated on: October 23, 2004</span></p> 
    4141</div> 
    4242 
  • trunk/manuals/userman/index.html

    r1623 r1633  
    267267 
    268268<div class="footer"> 
    269 <p><span class="bleft"><a href="http://validator.w3.org/check/referer">XHTML</a> + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></span><span class="bright">Last updated on: October 22, 2004</span></p> 
     269<p><span class="bleft"><a href="http://validator.w3.org/check/referer">XHTML</a> + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></span><span class="bright">Last updated on: October 23, 2004</span></p> 
    270270</div> 
    271271</body> 
  • trunk/manuals/userman/messages.html

    r1632 r1633  
    268268For comparing message sending performance with predicate calls in plain Prolog and with calls to predicates encapsulated in modules, we should use exactly the same predicate definition in the three cases. 
    269269</p> 
     270<p> 
     271It should be stressed that message sending is only one of the factors affecting the performance of a Logtalk application. The strengths and limitations of the chosen Prolog compiler play a crucial role on all aspects of the development, reliability, usability, and performance of a Logtalk application. It is advisable to take advantage of the Logtalk wide compatibility with most Prolog compilers to test for the best match for developing your Logtalk applications.</p> 
    270272 
    271273<div class="navbottom"> 
     
    278280 
    279281<div class="footer"> 
    280 <p><span class="bleft"><a href="http://validator.w3.org/check/referer">XHTML</a> + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></span><span class="bright">Last updated on: October 22, 2004</span></p> 
     282<p><span class="bleft"><a href="http://validator.w3.org/check/referer">XHTML</a> + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></span><span class="bright">Last updated on: October 23, 2004</span></p> 
    281283</div> 
    282284</body>