[dna-commits] DNA SVN: r637 - tags/dna-0.3/docs/gettingstarted/src/main/docbook/en-US/content.
dna-commits at lists.jboss.org
dna-commits at lists.jboss.org
Mon Nov 17 15:44:39 EST 2008
Author: rhauch
Date: 2008-11-17 15:44:38 -0500 (Mon, 17 Nov 2008)
New Revision: 637
Modified:
tags/dna-0.3/docs/gettingstarted/src/main/docbook/en-US/content/understanding_dna.xml
Log:
Corrected section 2.2 of the Getting Started guide
Modified: tags/dna-0.3/docs/gettingstarted/src/main/docbook/en-US/content/understanding_dna.xml
===================================================================
--- tags/dna-0.3/docs/gettingstarted/src/main/docbook/en-US/content/understanding_dna.xml 2008-11-14 14:20:34 UTC (rev 636)
+++ tags/dna-0.3/docs/gettingstarted/src/main/docbook/en-US/content/understanding_dna.xml 2008-11-17 20:44:38 UTC (rev 637)
@@ -48,10 +48,10 @@
of other DNA components or third-party systems that support these standard APIs.</para>
<mediaobject>
<imageobject role="fo">
- <imagedata align="center" fileref="images/dna-architecture.png" />
+ <imagedata align="center" fileref="dna-architecture.png" />
</imageobject>
<imageobject role="html">
- <imagedata align="center" fileref="images/dna-architecture.png" />
+ <imagedata align="center" fileref="dna-architecture.png" />
</imageobject>
</mediaobject>
<para>
@@ -98,8 +98,8 @@
<para>
<emphasis role="strong">DNA WebDAV Server</emphasis>
allows clients such as Microsoft Windows and Apple OS X to connect to, read, and edit the content in the repository
- using the WebDAV standard. Since WebDAV is an extension of HTTP, web browsers are able to read (but not modify) the
- content served by a WebDAV compliant server. The DNA WebDAV Server operates upon any JCR-compliant repository.
+ using the WebDAV standard. WebDAV is an extension of HTTP, so web browsers are able to access the content
+ served by a WebDAV compliant server. The DNA WebDAV Server operates upon any JCR-compliant repository.
</para>
</listitem>
<listitem>
More information about the dna-commits
mailing list