diff --git a/README.md b/README.md index 87a4b09..39661ef 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,21 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -Some long and extensive description of what the app is and does, lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. +Paperless-ngx is a document management system that transforms your physical documents into a searchable online archive so you can keep, well, *less paper*. ### Features -- Ut enim ad minim veniam, quis nostrud exercitation ullamco ; -- Laboris nisi ut aliquip ex ea commodo consequat ; -- Duis aute irure dolor in reprehenderit in voluptate ; -- Velit esse cillum dolore eu fugiat nulla pariatur ; -- Excepteur sint occaecat cupidatat non proident, sunt in culpa." +* Organize and index your scanned documents with tags, correspondents, types, and more. +* Performs OCR on your documents, adds selectable text to image only documents and adds tags, correspondents and document types to your documents. +* Supports PDF documents, images, plain text files, and Office documents (Word, Excel, Powerpoint, and LibreOffice equivalents). +* Paperless stores your documents plain on disk. Filenames and folders are managed by paperless and their format can be configured freely. +* Single page application front end. +* Full text search helps you find what you need. +* Email processing: Paperless adds documents from your email accounts. +* Machine learning powered document matching. +* Optimized for multi core systems: Paperless-ngx consumes multiple documents in parallel. +* The integrated sanity checker makes sure that your document archive is in good health. +* [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html). **Shipped version:** 1.6~ynh1 @@ -32,22 +38,12 @@ Some long and extensive description of what the app is and does, lorem ipsum dol ## Screenshots -![](./doc/screenshots/example.jpg) +![](./doc/screenshots/documents-wchrome-dark.png) ## Disclaimers / important information -* Any known limitations, constrains or stuff not working, such as (but not limited to): - * requiring a full dedicated domain ? - * architectures not supported ? - * not-working single-sign on or LDAP integration ? - * the app requires an important amount of RAM / disk / .. to install or to work properly - * etc... - -* Other infos that people should be aware of, such as: - * any specific step to perform after installing (such as manually finishing the install, specific admin credentials, ...) - * how to configure / administrate the application if it ain't obvious - * upgrade process / specificities / things to be aware of ? - * security considerations ? +* This app require a dedicated domain. +* There no LDAP or SSO. ⚠️ The admin user will recieve a mail after the installation. ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index 2979ec4..c51e08f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,15 +11,21 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble -Some long and extensive description of what the app is and does, lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. +Paperless-ngx is a document management system that transforms your physical documents into a searchable online archive so you can keep, well, *less paper*. ### Features -- Ut enim ad minim veniam, quis nostrud exercitation ullamco ; -- Laboris nisi ut aliquip ex ea commodo consequat ; -- Duis aute irure dolor in reprehenderit in voluptate ; -- Velit esse cillum dolore eu fugiat nulla pariatur ; -- Excepteur sint occaecat cupidatat non proident, sunt in culpa." +* Organize and index your scanned documents with tags, correspondents, types, and more. +* Performs OCR on your documents, adds selectable text to image only documents and adds tags, correspondents and document types to your documents. +* Supports PDF documents, images, plain text files, and Office documents (Word, Excel, Powerpoint, and LibreOffice equivalents). +* Paperless stores your documents plain on disk. Filenames and folders are managed by paperless and their format can be configured freely. +* Single page application front end. +* Full text search helps you find what you need. +* Email processing: Paperless adds documents from your email accounts. +* Machine learning powered document matching. +* Optimized for multi core systems: Paperless-ngx consumes multiple documents in parallel. +* The integrated sanity checker makes sure that your document archive is in good health. +* [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html). **Version incluse :** 1.6~ynh1 @@ -28,22 +34,12 @@ Some long and extensive description of what the app is and does, lorem ipsum dol ## Captures d'écran -![](./doc/screenshots/example.jpg) +![](./doc/screenshots/documents-wchrome-dark.png) ## Avertissements / informations importantes -* Any known limitations, constrains or stuff not working, such as (but not limited to): - * requiring a full dedicated domain ? - * architectures not supported ? - * not-working single-sign on or LDAP integration ? - * the app requires an important amount of RAM / disk / .. to install or to work properly - * etc... - -* Other infos that people should be aware of, such as: - * any specific step to perform after installing (such as manually finishing the install, specific admin credentials, ...) - * how to configure / administrate the application if it ain't obvious - * upgrade process / specificities / things to be aware of ? - * security considerations ? +* This app require a dedicated domain. +* There no LDAP or SSO. ⚠️ The admin user will recieve a mail after the installation. ## Documentations et ressources diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 0685205..340e90e 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,9 +1,15 @@ -Some long and extensive description of what the app is and does, lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. +Paperless-ngx is a document management system that transforms your physical documents into a searchable online archive so you can keep, well, *less paper*. ### Features -- Ut enim ad minim veniam, quis nostrud exercitation ullamco ; -- Laboris nisi ut aliquip ex ea commodo consequat ; -- Duis aute irure dolor in reprehenderit in voluptate ; -- Velit esse cillum dolore eu fugiat nulla pariatur ; -- Excepteur sint occaecat cupidatat non proident, sunt in culpa." +* Organize and index your scanned documents with tags, correspondents, types, and more. +* Performs OCR on your documents, adds selectable text to image only documents and adds tags, correspondents and document types to your documents. +* Supports PDF documents, images, plain text files, and Office documents (Word, Excel, Powerpoint, and LibreOffice equivalents). +* Paperless stores your documents plain on disk. Filenames and folders are managed by paperless and their format can be configured freely. +* Single page application front end. +* Full text search helps you find what you need. +* Email processing: Paperless adds documents from your email accounts. +* Machine learning powered document matching. +* Optimized for multi core systems: Paperless-ngx consumes multiple documents in parallel. +* The integrated sanity checker makes sure that your document archive is in good health. +* [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html). diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index aded581..912eca6 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,12 +1,2 @@ -* Any known limitations, constrains or stuff not working, such as (but not limited to): - * requiring a full dedicated domain ? - * architectures not supported ? - * not-working single-sign on or LDAP integration ? - * the app requires an important amount of RAM / disk / .. to install or to work properly - * etc... - -* Other infos that people should be aware of, such as: - * any specific step to perform after installing (such as manually finishing the install, specific admin credentials, ...) - * how to configure / administrate the application if it ain't obvious - * upgrade process / specificities / things to be aware of ? - * security considerations ? +* This app require a dedicated domain. +* There no LDAP or SSO. ⚠️ The admin user will recieve a mail after the installation. diff --git a/doc/screenshots/documents-wchrome-dark.png b/doc/screenshots/documents-wchrome-dark.png new file mode 100644 index 0000000..868d1af Binary files /dev/null and b/doc/screenshots/documents-wchrome-dark.png differ diff --git a/doc/screenshots/example.jpg b/doc/screenshots/example.jpg deleted file mode 100644 index a1efa1a..0000000 Binary files a/doc/screenshots/example.jpg and /dev/null differ