diff --git a/assets/screen1.PNG b/assets/screen1.PNG deleted file mode 100644 index c0d4664..0000000 Binary files a/assets/screen1.PNG and /dev/null differ diff --git a/assets/screen2.PNG b/assets/screen2.PNG deleted file mode 100644 index d501d4d..0000000 Binary files a/assets/screen2.PNG and /dev/null differ diff --git a/assets/screen3.PNG b/assets/screen3.PNG deleted file mode 100644 index 06eb8a4..0000000 Binary files a/assets/screen3.PNG and /dev/null differ diff --git a/assets/screen4.PNG b/assets/screen4.PNG deleted file mode 100644 index 25cd2f6..0000000 Binary files a/assets/screen4.PNG and /dev/null differ diff --git a/assets/screen5.PNG b/assets/screen5.PNG deleted file mode 100644 index ad84d6f..0000000 Binary files a/assets/screen5.PNG and /dev/null differ diff --git a/assets/screen6.PNG b/assets/screen6.PNG deleted file mode 100644 index 2f16223..0000000 Binary files a/assets/screen6.PNG and /dev/null differ diff --git a/assets/screenshot1.png b/assets/screenshot1.png new file mode 100644 index 0000000..8000dce Binary files /dev/null and b/assets/screenshot1.png differ diff --git a/assets/screenshot2.png b/assets/screenshot2.png new file mode 100644 index 0000000..db14ae2 Binary files /dev/null and b/assets/screenshot2.png differ diff --git a/assets/screenshot3.png b/assets/screenshot3.png new file mode 100644 index 0000000..a052c35 Binary files /dev/null and b/assets/screenshot3.png differ diff --git a/assets/screenshot4.png b/assets/screenshot4.png new file mode 100644 index 0000000..8e6c433 Binary files /dev/null and b/assets/screenshot4.png differ diff --git a/assets/screenshot5.png b/assets/screenshot5.png new file mode 100644 index 0000000..bd71d9e Binary files /dev/null and b/assets/screenshot5.png differ diff --git a/assets/screenshot6.png b/assets/screenshot6.png new file mode 100644 index 0000000..169aaa3 Binary files /dev/null and b/assets/screenshot6.png differ diff --git a/assets/screenshot7.png b/assets/screenshot7.png new file mode 100644 index 0000000..29a1776 Binary files /dev/null and b/assets/screenshot7.png differ diff --git a/assets/screenshot8.png b/assets/screenshot8.png new file mode 100644 index 0000000..eb0d8bf Binary files /dev/null and b/assets/screenshot8.png differ diff --git a/docs/README.md b/docs/README.md index 3f58f4f..85f17a9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,13 +2,14 @@ # Files -Enhance your network with a filesystem structure. Upload, manage and share everything important for you and your colleagues. +Enhance your network's efficiency with the Files Module, a complete solution for easy file management. Seamlessly integrated with HumHub, this module enables you to effortlessly manage and share important files throughout your network and team. -## Overview +## Key Features -- Automatically get an overview of all files from your stream and profile -- Sort your files in as many folders and subfolder as you need -- Easily move files and folders -- Get an immediate overview (creator, editor, creation date..) -- Import folder structures from .zip files -- Download files in bulk as a .zip \ No newline at end of file +- **File Overview:** Get instant access to all files from your stream and profile. +- **Interact:** Comment on and like files for better collaboration and feedback. +- **Folder Structure:** Organize your files into unlimited folders and subfolders. +- **Migration:** Effortlessly move files and folders within your network. +- **File Info:** Always visible information about the creator, editor, and creation date. +- **Import Files:** Import files and folder structures directly from a .zip file. +- **Export Files:** Download folders and files in bulk as a .zip file. diff --git a/module.json b/module.json index 8a4956f..8ef332e 100644 --- a/module.json +++ b/module.json @@ -1,7 +1,7 @@ { "id": "cfiles", "name": "Files", - "description": "Enhance your network with a file management system", + "description": "Streamline file management across your network and enhance efficiency.", "keywords": [ "files", "docs", @@ -27,11 +27,13 @@ ], "screenshots": [ - "assets/screen1.PNG", - "assets/screen2.PNG", - "assets/screen3.PNG", - "assets/screen4.PNG", - "assets/screen5.PNG", - "assets/screen6.PNG" + "assets/screenshot1.png", + "assets/screenshot2.png", + "assets/screenshot3.png", + "assets/screenshot4.png", + "assets/screenshot5.png", + "assets/screenshot6.png", + "assets/screenshot7.png", + "assets/screenshot8.png" ] }