use sensible sections

This commit is contained in:
Uwe Steinmann 2022-11-09 19:15:16 +01:00
parent 05b616f675
commit d0a4f481ba

View File

@ -1,5 +1,5 @@
WebDAV WebDAV
----------------------------------------------- ========
SeedDMS has support for WebDAV which allows to easily add, delete, SeedDMS has support for WebDAV which allows to easily add, delete,
move, copy and modify documents. All operating systems have support move, copy and modify documents. All operating systems have support
@ -29,7 +29,7 @@ the content of document or creating a new
version if a document is saved. version if a document is saved.
Configuring davfs2 Configuring davfs2
=================== -------------------
On Linux it is quite simple to mount the SeedDMS WebDAV server with On Linux it is quite simple to mount the SeedDMS WebDAV server with
davfs2. Just place a line like the following in your /etc/fstab davfs2. Just place a line like the following in your /etc/fstab
@ -51,15 +51,14 @@ and possibly add your login data to /etc/davfs2/secrets
/media/webdav admin secret /media/webdav admin secret
Making applications work with WebDAV Making applications work with WebDAV
===================================== -------------------------------------
Various programms have differnt strategies to save files to disc and Various programms have differnt strategies to save files to disc and
prevent data lost under all circumstances. Those strategies often don't prevent data lost under all circumstances. Those strategies often don't
work very well an a WebDAV-Server. The following will list some of those work very well an a WebDAV-Server. The following will list some of those
strategies. strategies.
VIM ### VIM
=========================
vim does a lot more than just reading and writing the file you want vim does a lot more than just reading and writing the file you want
to edit. It creates swap and backup files for data recovery if vim crashes to edit. It creates swap and backup files for data recovery if vim crashes
@ -92,8 +91,7 @@ Creating the backup file in a directory outside of WebDAV doesn't help in
this case, because it still does the file renaming which is turned off by this case, because it still does the file renaming which is turned off by
'nowritebackup'. 'nowritebackup'.
cdaver ### cdaver
========
cadaver is a webdav client similar to classical command line based ftp clients. cadaver is a webdav client similar to classical command line based ftp clients.
It can be used to browse through the folders, downloads and uploads files, and It can be used to browse through the folders, downloads and uploads files, and