From a77519cfd6e7a91e54a8851f06fcfc8118e3a977 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 23 Oct 2025 18:48:29 +0200 Subject: [PATCH] note about layout changes in 5.1.42 --- doc/README.Dist-Layout.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/README.Dist-Layout.md b/doc/README.Dist-Layout.md index 3aa8b6853..df8f74136 100644 --- a/doc/README.Dist-Layout.md +++ b/doc/README.Dist-Layout.md @@ -7,7 +7,7 @@ on disc. The proposed layout till version 5.1.6 was as the following: ``` seeddms51x ---+--- data | - +--- vendor + +--- pear | +--- seeddms-5.1.x | @@ -17,7 +17,7 @@ seeddms51x ---+--- data `data` contains all document files, the sqlite database (if used), the full text data, the log files, and the cached preview images. -`vendor` contains all third party packages including the four SeedDMS packages SeedDMS_Core, +`pear` contains all third party packages including the four SeedDMS packages SeedDMS_Core, SeedDMS_Lucene, SeedDMS_Preview, SeedDMS_SQLiteFTS. `seeddms-5.1.x` are the sources of seeddms and 'www' being a link on it. @@ -45,7 +45,7 @@ seeddms51x ---+--- data --+-- log | | | +-- ... | - +--- vendor + +--- pear | +--- conf | @@ -99,3 +99,7 @@ ln -s ../seeddms/restapi ln -s ../seeddms/pdfviewer ln -s ../seeddms/index.php ``` + +Since version 5.1.42 the layout has changed slightly again. The directory +`pear` which had only a subdirectory `vendor` disappeared and the `vendor` has +move one level up.