Skip to content

Commit 94c8a28

Browse files
committed
updating readme files
1 parent bdc5b8e commit 94c8a28

File tree

10 files changed

+17
-13
lines changed

10 files changed

+17
-13
lines changed

Java/jakarta/collectionsync/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

2-
<h1 class="d-xl-block d-none">WebDAV Server Example with Collection Synchronization support</h1>
3-
<p><span>This sample&nbsp;is a fully functional Class 2 WebDAV server that stores all data in the file system. It supports collection synchronization as per RFC 6578. The&nbsp;<a title="AJAX Library" href="https://www.webdavsystem.com/ajax/">IT Hit WebDAV Ajax Library</a>&nbsp;is used to display and browse server content on a default web page as well as to open documents for editing from a web page and save back directly to the server. It is provided in Java and Kotlin, with identical functionality.</span></p>
2+
<h1 class="d-xl-block d-none">WebDAV Server Example with Collection Synchronization Support</h1>
3+
<p><span>This sample&nbsp;is a fully functional Class 2 WebDAV server with&nbsp;collection synchronization support (RFC 6578) that stores all data in the file system.&nbsp;This sample is similar to what is provided by the Java demo WebDAV server at: https://webdavserver.com&nbsp;</span></p>
4+
<p><span></span>To access this sample server and test synchronization you can use the WebDAV Drive sample for <a href="https://www.userfilesystem.com/examples/webdav_drive/">Windows</a> and <a href="https://www.userfilesystem.com/examples/webdav_drive_mac/">macOS</a>.</p>
5+
<p><span>This sample can be downloaded in the&nbsp;<a title="Download" href="https://www.webdavsystem.com/javaserver/download/">product download area</a>&nbsp;as well as it is published on&nbsp;GitHub. It is available for both&nbsp;<a href="https://github.com/ITHit/WebDAVServerSamplesJava/tree/master/Java/jakarta/collectionsync">jakarta</a>&nbsp;and&nbsp;<a href="https://github.com/ITHit/WebDAVServerSamplesJava/tree/master/Java/javax/collectionsync">javax</a>.</span></p>
46
<h2>Requirements</h2>
57
<ul>
68
<li>Java 1.8.</li>

Java/jakarta/filesystemstorage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ This will download IT Hit WebDAV Ajax Library files into your project. Note that
8282
</ul>
8383
<p>&nbsp;</p>
8484
<h3 class="para d-inline next-article-heading">Next Article:</h3>
85-
<a title="WebDAV Server Example with Collection Synchronization support" href="https://www.webdavsystem.com/javaserver/server_examples/collection_sync/">WebDAV Server Example with Collection Synchronization support</a>
85+
<a title="WebDAV Server Example with Collection Synchronization support" href="https://www.webdavsystem.com/javaserver/server_examples/collection_sync/">WebDAV Server Example with Collection Synchronization Support</a>
8686

Java/jakarta/springboot3fsstorage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<h1 class="d-xl-block d-none">Spring Boot WebDAV Server Example with File System Back-end, Java</h1>
33
<p>This sample provides a WebDAV server running on the Spring Boot framework with files being stored in the file system. The WebDAV requests are processed in a dedicated context, while the rest of the website processes regular HTTP requests, serving web pages. Documents are being published from the file system while the locks and custom attributes are being stored in Alternating Data Streams (in case of NTFS) or in Extended Attributes (in case of Linux and macOS).&nbsp;</p>
4-
<p>This sample can be downloaded in the&nbsp;<a title="Download" href="https://www.webdavsystem.com/javaserver/download/">product download area</a>&nbsp;as well as it is published on&nbsp;<a href="https://github.com/ITHit/WebDAVServerSamplesJava/tree/master/Java/springbootfsstorage">GitHub</a>.</p>
4+
<p>This sample can be downloaded in the&nbsp;<a title="Download" href="https://www.webdavsystem.com/javaserver/download/">product download area</a>&nbsp;as well as it is published on&nbsp;GitHub. It is available for both <a href="https://github.com/ITHit/WebDAVServerSamplesJava/tree/master/Java/jakarta/springboot3fsstorage">jakarta</a> and <a href="https://github.com/ITHit/WebDAVServerSamplesJava/tree/master/Java/javax/springbootfsstorage">javax</a>.</p>
55
<p><span>This sample is using&nbsp;</span><a title="AJAX Library" href="https://www.webdavsystem.com/ajax/">IT Hit WebDAV Ajax Library</a><span>&nbsp;to display and browse server content on a default web page as well as to open documents for editing from a web page and save back directly to the server.</span></p>
66
<h2>Requirements</h2>
77
<ul>

Java/javax/collectionsync/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

2-
<h1 class="d-xl-block d-none">WebDAV Server Example with Collection Synchronization support</h1>
3-
<p><span>This sample&nbsp;is a fully functional Class 2 WebDAV server that stores all data in the file system. It supports collection synchronization as per RFC 6578. The&nbsp;<a title="AJAX Library" href="https://www.webdavsystem.com/ajax/">IT Hit WebDAV Ajax Library</a>&nbsp;is used to display and browse server content on a default web page as well as to open documents for editing from a web page and save back directly to the server. It is provided in Java and Kotlin, with identical functionality.</span></p>
2+
<h1 class="d-xl-block d-none">WebDAV Server Example with Collection Synchronization Support</h1>
3+
<p><span>This sample&nbsp;is a fully functional Class 2 WebDAV server with&nbsp;collection synchronization support (RFC 6578) that stores all data in the file system.&nbsp;This sample is similar to what is provided by the Java demo WebDAV server at: https://webdavserver.com&nbsp;</span></p>
4+
<p><span></span>To access this sample server and test synchronization you can use the WebDAV Drive sample for <a href="https://www.userfilesystem.com/examples/webdav_drive/">Windows</a> and <a href="https://www.userfilesystem.com/examples/webdav_drive_mac/">macOS</a>.</p>
5+
<p><span>This sample can be downloaded in the&nbsp;<a title="Download" href="https://www.webdavsystem.com/javaserver/download/">product download area</a>&nbsp;as well as it is published on&nbsp;GitHub. It is available for both&nbsp;<a href="https://github.com/ITHit/WebDAVServerSamplesJava/tree/master/Java/jakarta/collectionsync">jakarta</a>&nbsp;and&nbsp;<a href="https://github.com/ITHit/WebDAVServerSamplesJava/tree/master/Java/javax/collectionsync">javax</a>.</span></p>
46
<h2>Requirements</h2>
57
<ul>
68
<li>Java 1.8.</li>

Java/javax/filesystemstorage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ This will download IT Hit WebDAV Ajax Library files into your project. Note that
8282
</ul>
8383
<p>&nbsp;</p>
8484
<h3 class="para d-inline next-article-heading">Next Article:</h3>
85-
<a title="WebDAV Server Example with Collection Synchronization support" href="https://www.webdavsystem.com/javaserver/server_examples/collection_sync/">WebDAV Server Example with Collection Synchronization support</a>
85+
<a title="WebDAV Server Example with Collection Synchronization support" href="https://www.webdavsystem.com/javaserver/server_examples/collection_sync/">WebDAV Server Example with Collection Synchronization Support</a>
8686

Java/javax/springbootfsstorage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<h1 class="d-xl-block d-none">Spring Boot WebDAV Server Example with File System Back-end, Java</h1>
33
<p>This sample provides a WebDAV server running on the Spring Boot framework with files being stored in the file system. The WebDAV requests are processed in a dedicated context, while the rest of the website processes regular HTTP requests, serving web pages. Documents are being published from the file system while the locks and custom attributes are being stored in Alternating Data Streams (in case of NTFS) or in Extended Attributes (in case of Linux and macOS).&nbsp;</p>
4-
<p>This sample can be downloaded in the&nbsp;<a title="Download" href="https://www.webdavsystem.com/javaserver/download/">product download area</a>&nbsp;as well as it is published on&nbsp;<a href="https://github.com/ITHit/WebDAVServerSamplesJava/tree/master/Java/springbootfsstorage">GitHub</a>.</p>
4+
<p>This sample can be downloaded in the&nbsp;<a title="Download" href="https://www.webdavsystem.com/javaserver/download/">product download area</a>&nbsp;as well as it is published on&nbsp;GitHub. It is available for both <a href="https://github.com/ITHit/WebDAVServerSamplesJava/tree/master/Java/jakarta/springboot3fsstorage">jakarta</a> and <a href="https://github.com/ITHit/WebDAVServerSamplesJava/tree/master/Java/javax/springbootfsstorage">javax</a>.</p>
55
<p><span>This sample is using&nbsp;</span><a title="AJAX Library" href="https://www.webdavsystem.com/ajax/">IT Hit WebDAV Ajax Library</a><span>&nbsp;to display and browse server content on a default web page as well as to open documents for editing from a web page and save back directly to the server.</span></p>
66
<h2>Requirements</h2>
77
<ul>

Java/javax/springbootoraclestorage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<h1 class="d-xl-block d-none">Spring Boot WebDAV Server Example with Oracle Back-end, Java</h1>
33
<p>This sample provides a WebDAV server running on the Spring Boot framework.&nbsp;All data including file content, document structure, and custom attributes are stored in the Oracle database.&nbsp;The&nbsp;<a title="AJAX Library" href="https://www.webdavsystem.com/ajax/">IT Hit WebDAV Ajax Library</a>&nbsp;is used to display and browse server content on a default web page as well as to open documents for editing from a web page and save them back directly to the server.</p>
4-
<p>This sample can be downloaded in the&nbsp;<a title="Download" href="https://www.webdavsystem.com/javaserver/download/">product download area</a>&nbsp;as well as it is published on&nbsp;<a href="https://github.com/ITHit/WebDAVServerSamplesJava/tree/master/Java/springbootoraclestorage">GitHub</a>.</p>
4+
<p>This sample can be downloaded in the&nbsp;<a title="Download" href="https://www.webdavsystem.com/javaserver/download/">product download area</a>&nbsp;as well as it is published on&nbsp;<a href="https://github.com/ITHit/WebDAVServerSamplesJava/tree/master/Java/javax/springbootoraclestorage">GitHub</a>.</p>
55
<h2>Requirements</h2>
66
<ul>
77
<li>Java 1.8.</li>

Java/javax/springboots3storage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<h1 class="d-xl-block d-none">Spring Boot WebDAV Server Example with Amazon S3 Back-end, Java</h1>
33
<p>This sample&nbsp;is a fully functional Class 2 WebDAV server that runs on the Spring Boot framework and stores all data in the Amazon S3 bucket.&nbsp;The WebDAV requests are processed on a /DAV/ context, while the rest of the website processes regular HTTP requests, serving web pages. Documents are being published from the Amazon S3 bucket with locks and custom attributed being stored in S3 Metadata.&nbsp;</p>
4-
<p>This sample can be downloaded in the <a title="Download" href="https://www.webdavsystem.com/javaserver/download/">product download area</a> as well as it is published on&nbsp;<a href="https://github.com/ITHit/WebDAVServerSamplesJava/tree/master/Java/springboots3storage">GitHub</a>.</p>
4+
<p>This sample can be downloaded in the <a title="Download" href="https://www.webdavsystem.com/javaserver/download/">product download area</a> as well as it is published on&nbsp;<a href="https://github.com/ITHit/WebDAVServerSamplesJava/tree/master/Java/javax/springboots3storage">GitHub</a>.</p>
55
<p><span>This sample is using&nbsp;</span><a title="AJAX Library" href="https://www.webdavsystem.com/ajax/">IT Hit WebDAV Ajax Library</a><span>&nbsp;to display and browse server content on a default web page as well as to open documents for editing from a web page and save back directly to the server.</span><span></span></p>
66
<p>&nbsp;</p>
77
<h2>Requirements</h2>

Kotlin/javax/filesystemstorage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ This will download IT Hit WebDAV Ajax Library files into your project. Note that
8282
</ul>
8383
<p>&nbsp;</p>
8484
<h3 class="para d-inline next-article-heading">Next Article:</h3>
85-
<a title="WebDAV Server Example with Collection Synchronization support" href="https://www.webdavsystem.com/javaserver/server_examples/collection_sync/">WebDAV Server Example with Collection Synchronization support</a>
85+
<a title="WebDAV Server Example with Collection Synchronization support" href="https://www.webdavsystem.com/javaserver/server_examples/collection_sync/">WebDAV Server Example with Collection Synchronization Support</a>
8686

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ This sample&nbsp;is a fully functional Class 2 WebDAV server that stores all dat
7575
</li>
7676
<li>
7777
<a class="link-header" href="https://github.com/ITHit/WebDAVServerSamplesJava/tree/master/Java/collectionsync">
78-
<h2>WebDAV Server Example with Collection Synchronization support</h2>
78+
<h2>WebDAV Server Example with Collection Synchronization Support</h2>
7979
</a>
8080

8181
<a href="https://github.com/ITHit/WebDAVServerSamplesJava/tree/master/Java/collectionsync">
8282
<p>
83-
This sample&nbsp;is a fully functional Class 2 WebDAV server that stores all data in the file system. It supports collection synchronization as per RFC 6578. The&nbsp;IT Hit WebDAV Ajax Library&nbsp;is used to display and browse server content on a default web page <span>...</span>
83+
This sample&nbsp;is a fully functional Class 2 WebDAV server with&nbsp;collection synchronization support (RFC 6578) that stores all data in the file system.&nbsp;This sample is similar to what is provided by the Java demo WebDAV server at: https://webdavserver.com <span>...</span>
8484
</p>
8585
</a>
8686
</li>

0 commit comments

Comments
 (0)