home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 May / Gamestar_73_2005-05_dvd.iso / Programy / amaya / amaya-Win98-8.7.3.exe / _SETUP.1 / replying_to_annotations.html < prev    next >
Encoding:
Extensible Markup Language  |  2003-04-14  |  4.0 KB  |  86 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  7.   <title>Known Issues with Annotations and Modified Documents</title>
  8.   <style type="text/css">
  9.   </style>
  10.   <meta name="GENERATOR" content="amaya 5.3, see http://www.w3.org/Amaya/" />
  11.   <link href="../style.css" rel="stylesheet" type="text/css" />
  12. </head>
  13.  
  14. <body xml:lang="en" lang="en">
  15.  
  16. <table border="0" width="100%" summary="toc">
  17.   <tbody>
  18.     <tr>
  19.       <td><img alt="W3C" src="../../images/w3c_home" /> <img alt="Amaya"
  20.         src="../../images/amaya.gif" /></td>
  21.       <td><p align="right"><a href="moving_annotations.html" accesskey="p"><img
  22.         alt="previous" src="../../images/left.gif" /></a> <a
  23.         href="../Annotations.html" accesskey="t"><img alt="top"
  24.         src="../../images/up.gif" /></a> <a href="configuring_icons.html"
  25.         accesskey="n"><img alt="next" src="../../images/right.gif" /></a></p>
  26.       </td>
  27.     </tr>
  28.   </tbody>
  29. </table>
  30.  
  31. <div id="page_body">
  32. <h1>Replying to Annotations / Discussion Threads</h1>
  33.  
  34. <p>Annotations can be seen as comments to pages. The <strong>Annotation /
  35. Replies</strong> feature enhances the collaborative workspace by allowing
  36. users to reply to annotations or to other replies.</p>
  37.  
  38. <p>The <strong>Annotations / Reply to annotation</strong> menu command lets
  39. you to create a reply to an existing annotation or to a reply. You can invoke
  40. this command from an open annotation or a reply window. As a result a new
  41. reply window opens. The fields in a reply window can be edited just like in
  42. an annotation window as explained under <strong>Creating an
  43. annotation</strong>.</p>
  44.  
  45. <p>When the reply is ready, you can post it to a server with
  46. <strong>Annotations / Post to Server</strong> menu command or save it locally
  47. using the <strong>File / Save</strong> menu command. To delete a reply, you
  48. can use the <strong>Annotations / Delete</strong> menu command.</p>
  49.  
  50. <p>Replies can also be annotated like any other document, as explained in <a
  51. href="creating_an_annotation.html">Creating an annotation</a>.</p>
  52.  
  53. <h2>The user interface</h2>
  54.  
  55. <p><img alt="An annotation with a discussion thread"
  56. src="../../images/threads.png" /></p>
  57.  
  58. <p>In the current user interface, all replies related to an annotation are
  59. shown at the bottom of this annotation, in a thread section. Each item in the
  60. thread gives the date of the reply, the author, and the title of the reply.
  61. The content of any of these replies can be retrieved by double clicking the
  62. replies in the thread. The selected reply will be highlighted and presented
  63. in a reply window. When another selection is made the same reply window is
  64. used.</p>
  65.  
  66. <h2>Known issues: Incomplete threads</h2>
  67.  
  68. <p>There is no control yet for controlling which replies should be posted. In
  69. an ideal world, it should not be possible to save a reply to a reply if the
  70. previous reply was not saved in the same server. Likewise, if you delete a
  71. reply, you should delete all replies to this annotation. Not doing leads to
  72. having fragments of threads that cannot be correctly attached in the thread.
  73. For example, let R1 be the reply to annotation A1 and R2 a reply to R1. If
  74. you post R1, and let R2 be stored locally, then when you browse A1 and only
  75. download its local annotations, you will only see R2. At this point, Amaya
  76. does not know that R1 exists, so it assumes that R2 has lost its parent. We
  77. identify these "orphan" threads by putting a question mark symbol
  78. <strong>?</strong> in front of them. If later one, Amaya finds new thread
  79. items, for example, if you download R1, Amaya will then sort the thread view,
  80. inserting the threads as appropriately. In our example, R2 will become a
  81. child of R1, as expected.</p>
  82. </div>
  83.  
  84. </body>
  85. </html>
  86.