diff --git a/docs/cloud.md b/docs/cloud.md index 97065a33..3861a548 100644 --- a/docs/cloud.md +++ b/docs/cloud.md @@ -9,10 +9,10 @@ Many **cloud storage providers** require your full trust that they will not look If these alternatives do not fit your needs, we suggest you look into using encryption software like [Cryptomator](encryption.md#cryptomator-cloud) with another cloud provider. Using Cryptomator in conjunction with **any** cloud provider (including these) may be a good idea to reduce the risk of encryption flaws in a provider's native clients. -
+
Looking for Nextcloud? -Nextcloud is [still a recommended tool](productivity.md) for self-hosting a file management suite, however we do not recommend third-party Nextcloud storage providers at the moment, because we do [not recommend](https://discuss.privacyguides.net/t/dont-recommend-nextcloud-e2ee/10352/29) Nextcloud's built-in E2EE functionality for home users. +Nextcloud is [still a recommended tool](document-collaboration.md#nextcloud) for self-hosting a file management suite, however we do not recommend third-party Nextcloud storage providers at the moment, because we do [not recommend](https://discuss.privacyguides.net/t/dont-recommend-nextcloud-e2ee/10352/29) Nextcloud's built-in E2EE functionality for home users.
diff --git a/docs/document-collaboration.md b/docs/document-collaboration.md new file mode 100644 index 00000000..a986e96a --- /dev/null +++ b/docs/document-collaboration.md @@ -0,0 +1,85 @@ +--- +title: "Document Collaboration" +icon: material/account-group +description: Most online office suites do not support E2EE, meaning the cloud provider has access to everything you do. +cover: document-collaboration.webp +--- + +Most online office suites do not support E2EE, meaning the cloud provider has access to everything you do. The provider's privacy policy may legally protect your rights, but it does not provide technical access constraints. + +## Collaboration Platforms + +### Nextcloud + +
+ +![Nextcloud logo](assets/img/document-collaboration/nextcloud.svg){ align=right } + +**Nextcloud** is a suite of free and open-source client-server software for creating your own file hosting services on a private server you control. + +[:octicons-home-16: Homepage](https://nextcloud.com){ .md-button .md-button--primary } +[:octicons-eye-16:](https://nextcloud.com/privacy){ .card-link title="Privacy Policy" } +[:octicons-info-16:](https://nextcloud.com/support){ .card-link title=Documentation} +[:octicons-code-16:](https://github.com/nextcloud){ .card-link title="Source Code" } +[:octicons-heart-16:](https://nextcloud.com/contribute){ .card-link title=Contribute } + +
+Downloads + +- [:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=com.nextcloud.client) +- [:simple-appstore: App Store](https://apps.apple.com/app/id1125420102) +- [:simple-github: GitHub](https://github.com/nextcloud/android/releases) +- [:fontawesome-brands-windows: Windows](https://nextcloud.com/install/#install-clients) +- [:simple-apple: macOS](https://nextcloud.com/install/#install-clients) +- [:simple-linux: Linux](https://nextcloud.com/install/#install-clients) + +
+ +
+ +
+

Danger

+ +We don't recommend using the [E2EE App](https://apps.nextcloud.com/apps/end_to_end_encryption) for Nextcloud as it may lead to data loss; it is highly experimental and not production quality. For this reason, we don't recommend third-party Nextcloud providers. + +
+ +### CryptPad + +
+ +![CryptPad logo](assets/img/document-collaboration/cryptpad.svg){ align=right } + +**CryptPad** is a private-by-design alternative to popular office tools. All content on this web service is end-to-end encrypted and can be shared with other users easily. + +[:octicons-home-16: Homepage](https://cryptpad.fr){ .md-button .md-button--primary } +[:octicons-eye-16:](https://cryptpad.fr/pad/#/2/pad/view/GcNjAWmK6YDB3EO2IipRZ0fUe89j43Ryqeb4fjkjehE){ .card-link title="Privacy Policy" } +[:octicons-info-16:](https://docs.cryptpad.fr){ .card-link title=Documentation} +[:octicons-code-16:](https://github.com/xwiki-labs/cryptpad){ .card-link title="Source Code" } +[:octicons-heart-16:](https://opencollective.com/cryptpad){ .card-link title=Contribute } + +
+ + + +### Criteria + +**Please note we are not affiliated with any of the projects we recommend.** In addition to [our standard criteria](about/criteria.md), we have developed a clear set of requirements to allow us to provide objective recommendations. We suggest you familiarize yourself with this list before choosing to use a project, and conduct your own research to ensure it's the right choice for you. + +#### Minimum Requirements + +In general, we define collaboration platforms as full-fledged suites which could reasonably act as a replacement to Google Drive. + +- Must be open source. +- Must make files accessible via WebDAV unless it is impossible due to E2EE. +- Must have sync clients for Linux, macOS, and Windows. +- Must support document and spreadsheet editing. +- Must support real-time document collaboration. +- Must support exporting documents to standard document formats (e.g. ODF). + +#### Best-Case + +Our best-case criteria represents what we would like to see from the perfect project in this category. Our recommendations may not include any or all of this functionality, but those which do may rank higher than others on this page. + +- Should store files in a conventional filesystem. +- Should support TOTP or FIDO2 multi-factor authentication support, or passkey logins. diff --git a/docs/language-tools.md b/docs/language-tools.md new file mode 100644 index 00000000..500c0028 --- /dev/null +++ b/docs/language-tools.md @@ -0,0 +1,45 @@ +--- +title: "Language Tools" +icon: material/alphabetical-variant +description: These language tools do not send your input text to a server and can be used offline and self-hosted. +cover: language-tools.webp +--- +Text inputted to grammar, spelling, and style checkers, as well as translation services, can contain sensitive information which may be stored on their servers for an indefinite amount of time. The language tools listed on this page do not send your submitted text to a server, and can be self-hosted and used offline for maximum control of your data. + +## LanguageTool + +
+ +![LanguageTool logo](assets/img/language-tools/languagetool.svg#only-light){ align=right } +![LanguageTool logo](assets/img/language-tools/languagetool-dark.svg#only-dark){ align=right } + +**LanguageTool** is a multilingual grammar, style and spell checker that supports more than 20 languages. The software is [self-hostable](https://dev.languagetool.org/http-server), and the extensions do not send your input text to their server. + +LanguageTool offers integration with a variety of [office suites](https://languagetool.org/services#text_editors) and [email clients](https://languagetool.org/services#mail_clients). + +[:octicons-home-16: Homepage](https://languagetool.org){ .md-button .md-button--primary } +[:octicons-eye-16:](https://languagetool.org/legal/privacy){ .card-link title="Privacy Policy" } +[:octicons-info-16:](https://languagetooler.freshdesk.com/en/support/solutions){ .card-link title=Documentation} +[:octicons-code-16:](https://github.com/languagetool-org){ .card-link title="Source Code" } + +
+Downloads + +- [:simple-appstore: App Store](https://apps.apple.com/app/id1534275760) +- [:fontawesome-brands-windows: Windows](https://languagetool.org/windows-desktop) +- [:simple-apple: macOS](https://languagetool.org/mac-desktop) +- [:simple-firefoxbrowser: Firefox](https://addons.mozilla.org/firefox/addon/languagetool) +- [:simple-googlechrome: Chrome](https://chrome.google.com/webstore/detail/grammar-and-spell-checker/oldceeleldhonbafppcapldpdifcinji) +- [:fontawesome-brands-edge: Edge](https://microsoftedge.microsoft.com/addons/detail/hfjadhjooeceemgojogkhlppanjkbobc) +- [:simple-safari: Safari](https://apps.apple.com/app/id1534275760) + +
+ +
+ +## Criteria + +**Please note we are not affiliated with any of the projects we recommend.** In addition to [our standard criteria](about/criteria.md), we have developed a clear set of requirements to allow us to provide objective recommendations. We suggest you familiarize yourself with this list before choosing to use a project, and conduct your own research to ensure it's the right choice for you. + +- Must be open source. +- Must be possible to self-host. diff --git a/docs/office-suites.md b/docs/office-suites.md new file mode 100644 index 00000000..f4198721 --- /dev/null +++ b/docs/office-suites.md @@ -0,0 +1,72 @@ +--- +title: "Office Suites" +icon: material/file-edit-outline +description: These office suites offer their full functionality without an account and can be used offline. +cover: office-suites.webp +--- +Choose an **office suite** that does not require logging in to an account to access its full functionality. The tools listed here can be used offline and could reasonably act as a replacement for Microsoft Office for most needs. + +## LibreOffice + +
+ +![LibreOffice logo](assets/img/office-suites/libreoffice.svg){ align=right } + +**LibreOffice** is a free and open-source office suite with extensive functionality. + +[:octicons-home-16: Homepage](https://libreoffice.org){ .md-button .md-button--primary } +[:octicons-eye-16:](https://libreoffice.org/about-us/privacy/privacy-policy-en){ .card-link title="Privacy Policy" } +[:octicons-info-16:](https://documentation.libreoffice.org/en/english-documentation){ .card-link title=Documentation} +[:octicons-code-16:](https://libreoffice.org/about-us/source-code){ .card-link title="Source Code" } +[:octicons-heart-16:](https://libreoffice.org/donate){ .card-link title=Contribute } + +
+Downloads + +- [:simple-googleplay: Google Play](https://libreoffice.org/download/android-and-ios) +- [:simple-appstore: App Store](https://libreoffice.org/download/android-and-ios) +- [:fontawesome-brands-windows: Windows](https://libreoffice.org/download/download) +- [:simple-apple: macOS](https://libreoffice.org/download/download) +- [:simple-linux: Linux](https://libreoffice.org/download/download) +- [:simple-flathub: Flathub](https://flathub.org/apps/details/org.libreoffice.LibreOffice) + +
+ +
+ +## OnlyOffice + +
+ +![OnlyOffice logo](assets/img/office-suites/onlyoffice.svg){ align=right } + +**OnlyOffice** is a cloud-based free and open-source office suite with extensive functionality, including integration with Nextcloud. + +[:octicons-home-16: Homepage](https://onlyoffice.com){ .md-button .md-button--primary } +[:octicons-eye-16:](https://help.onlyoffice.com/products/files/doceditor.aspx?fileid=5048502&doc=SXhWMEVzSEYxNlVVaXJJeUVtS0kyYk14YWdXTEFUQmRWL250NllHNUFGbz0_IjUwNDg1MDIi0){ .card-link title="Privacy Policy" } +[:octicons-info-16:](https://helpcenter.onlyoffice.com/userguides.aspx){ .card-link title=Documentation} +[:octicons-code-16:](https://github.com/ONLYOFFICE){ .card-link title="Source Code" } + +
+Downloads + +- [:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=com.onlyoffice.documents) +- [:simple-appstore: App Store](https://apps.apple.com/app/id944896972) +- [:fontawesome-brands-windows: Windows](https://onlyoffice.com/download-desktop.aspx) +- [:simple-apple: macOS](https://onlyoffice.com/download-desktop.aspx) +- [:simple-linux: Linux](https://onlyoffice.com/download-desktop.aspx) +- [:simple-flathub: Flathub](https://flathub.org/apps/details/org.onlyoffice.desktopeditors) + +
+ +
+ +## Criteria + +**Please note we are not affiliated with any of the projects we recommend.** In addition to [our standard criteria](about/criteria.md), we have developed a clear set of requirements to allow us to provide objective recommendations. We suggest you familiarize yourself with this list before choosing to use a project, and conduct your own research to ensure it's the right choice for you. + +- Must be cross-platform. +- Must be open-source software. +- Must function offline. +- Must support editing documents, spreadsheets, and slideshows. +- Must export files to standard document formats. diff --git a/docs/productivity.md b/docs/productivity.md deleted file mode 100644 index 87f9bb25..00000000 --- a/docs/productivity.md +++ /dev/null @@ -1,194 +0,0 @@ ---- -title: "Productivity Tools" -icon: material/file-sign -description: Most online office suites do not support E2EE, meaning the cloud provider has access to everything you do. -cover: productivity.webp ---- - -Most online office suites do not support E2EE, meaning the cloud provider has access to everything you do. The privacy policy may legally protect your rights, but it does not provide technical access constraints. - -## Collaboration Platforms - -### Nextcloud - -
- -![Nextcloud logo](assets/img/productivity/nextcloud.svg){ align=right } - -**Nextcloud** is a suite of free and open-source client-server software for creating your own file hosting services on a private server you control. - -[:octicons-home-16: Homepage](https://nextcloud.com){ .md-button .md-button--primary } -[:octicons-eye-16:](https://nextcloud.com/privacy){ .card-link title="Privacy Policy" } -[:octicons-info-16:](https://nextcloud.com/support){ .card-link title=Documentation} -[:octicons-code-16:](https://github.com/nextcloud){ .card-link title="Source Code" } -[:octicons-heart-16:](https://nextcloud.com/contribute){ .card-link title=Contribute } - -
-Downloads - -- [:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=com.nextcloud.client) -- [:simple-appstore: App Store](https://apps.apple.com/app/id1125420102) -- [:simple-github: GitHub](https://github.com/nextcloud/android/releases) -- [:fontawesome-brands-windows: Windows](https://nextcloud.com/install/#install-clients) -- [:simple-apple: macOS](https://nextcloud.com/install/#install-clients) -- [:simple-linux: Linux](https://nextcloud.com/install/#install-clients) - -
- -
- -
-

Danger

- -We don't recommend using the [E2EE App](https://apps.nextcloud.com/apps/end_to_end_encryption) for Nextcloud as it may lead to data loss; it is highly experimental and not production quality. For this reason, we don't recommend third-party Nextcloud providers. - -
- -### CryptPad - -
- -![CryptPad logo](assets/img/productivity/cryptpad.svg){ align=right } - -**CryptPad** is a private-by-design alternative to popular office tools. All content on this web service is end-to-end encrypted and can be shared with other users easily. - -[:octicons-home-16: Homepage](https://cryptpad.fr){ .md-button .md-button--primary } -[:octicons-eye-16:](https://cryptpad.fr/pad/#/2/pad/view/GcNjAWmK6YDB3EO2IipRZ0fUe89j43Ryqeb4fjkjehE){ .card-link title="Privacy Policy" } -[:octicons-info-16:](https://docs.cryptpad.fr){ .card-link title=Documentation} -[:octicons-code-16:](https://github.com/xwiki-labs/cryptpad){ .card-link title="Source Code" } -[:octicons-heart-16:](https://opencollective.com/cryptpad){ .card-link title=Contribute } - - - -
- -### Criteria - -**Please note we are not affiliated with any of the projects we recommend.** In addition to [our standard criteria](about/criteria.md), we have developed a clear set of requirements to allow us to provide objective recommendations. We suggest you familiarize yourself with this list before choosing to use a project, and conduct your own research to ensure it's the right choice for you. - -#### Minimum Requirements - -In general, we define collaboration platforms as full-fledged suites which could reasonably act as a replacement to collaboration platforms like Google Drive. - -- Open source. -- Makes files accessible via WebDAV unless it is impossible due to E2EE. -- Has sync clients for Linux, macOS, and Windows. -- Supports document and spreadsheet editing. -- Supports real-time document collaboration. -- Supports exporting documents to standard document formats (e.g. ODF). - -#### Best-Case - -Our best-case criteria represents what we would like to see from the perfect project in this category. Our recommendations may not include any or all of this functionality, but those which do may rank higher than others on this page. - -- Should store files in a conventional filesystem. -- Should support TOTP or FIDO2 multi-factor authentication support, or passkey logins. - -## Office Suites - -### LibreOffice - -
- -![LibreOffice logo](assets/img/productivity/libreoffice.svg){ align=right } - -**LibreOffice** is a free and open-source office suite with extensive functionality. - -[:octicons-home-16: Homepage](https://libreoffice.org){ .md-button .md-button--primary } -[:octicons-eye-16:](https://libreoffice.org/about-us/privacy/privacy-policy-en){ .card-link title="Privacy Policy" } -[:octicons-info-16:](https://documentation.libreoffice.org/en/english-documentation){ .card-link title=Documentation} -[:octicons-code-16:](https://libreoffice.org/about-us/source-code){ .card-link title="Source Code" } -[:octicons-heart-16:](https://libreoffice.org/donate){ .card-link title=Contribute } - -
-Downloads - -- [:simple-googleplay: Google Play](https://libreoffice.org/download/android-and-ios) -- [:simple-appstore: App Store](https://libreoffice.org/download/android-and-ios) -- [:fontawesome-brands-windows: Windows](https://libreoffice.org/download/download) -- [:simple-apple: macOS](https://libreoffice.org/download/download) -- [:simple-linux: Linux](https://libreoffice.org/download/download) -- [:simple-flathub: Flathub](https://flathub.org/apps/details/org.libreoffice.LibreOffice) - -
- -
- -### OnlyOffice - -
- -![OnlyOffice logo](assets/img/productivity/onlyoffice.svg){ align=right } - -**OnlyOffice** is a cloud-based free and open-source office suite with extensive functionality, including integration with Nextcloud. - -[:octicons-home-16: Homepage](https://onlyoffice.com){ .md-button .md-button--primary } -[:octicons-eye-16:](https://help.onlyoffice.com/products/files/doceditor.aspx?fileid=5048502&doc=SXhWMEVzSEYxNlVVaXJJeUVtS0kyYk14YWdXTEFUQmRWL250NllHNUFGbz0_IjUwNDg1MDIi0){ .card-link title="Privacy Policy" } -[:octicons-info-16:](https://helpcenter.onlyoffice.com/userguides.aspx){ .card-link title=Documentation} -[:octicons-code-16:](https://github.com/ONLYOFFICE){ .card-link title="Source Code" } - -
-Downloads - -- [:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=com.onlyoffice.documents) -- [:simple-appstore: App Store](https://apps.apple.com/app/id944896972) -- [:fontawesome-brands-windows: Windows](https://onlyoffice.com/download-desktop.aspx) -- [:simple-apple: macOS](https://onlyoffice.com/download-desktop.aspx) -- [:simple-linux: Linux](https://onlyoffice.com/download-desktop.aspx) -- [:simple-flathub: Flathub](https://flathub.org/apps/details/org.onlyoffice.desktopeditors) - -
- -
- -### Criteria - -**Please note we are not affiliated with any of the projects we recommend.** In addition to [our standard criteria](about/criteria.md), we have developed a clear set of requirements to allow us to provide objective recommendations. We suggest you familiarize yourself with this list before choosing to use a project, and conduct your own research to ensure it's the right choice for you. - -In general, we define office suites as applications which could reasonably act as a replacement for Microsoft Word for most needs. - -- Must be cross-platform. -- Must be open-source software. -- Must function offline. -- Must support editing documents, spreadsheets, and slideshows. -- Must export files to standard document formats. - -## Language services - -### LanguageTool - -
- -![LanguageTool logo](assets/img/productivity/languagetool.svg#only-light){ align=right } -![LanguageTool logo](assets/img/productivity/languagetool-dark.svg#only-dark){ align=right } - -**LanguageTool** is a multilingual grammar, style and spell checker that supports more than 20 languages. The software is [self-hostable](https://dev.languagetool.org/http-server), and the extensions do not send your input text to their server. - - LanguageTool offers integration with a variety of [office suites](https://languagetool.org/services#text_editors) and [email clients](https://languagetool.org/services#mail_clients). - -[:octicons-home-16: Homepage](https://languagetool.org){ .md-button .md-button--primary } -[:octicons-eye-16:](https://languagetool.org/legal/privacy){ .card-link title="Privacy Policy" } -[:octicons-info-16:](https://languagetooler.freshdesk.com/en/support/solutions){ .card-link title=Documentation} -[:octicons-code-16:](https://github.com/languagetool-org){ .card-link title="Source Code" } - -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id1534275760) -- [:fontawesome-brands-windows: Windows](https://languagetool.org/windows-desktop) -- [:simple-apple: macOS](https://languagetool.org/mac-desktop) -- [:simple-firefoxbrowser: Firefox](https://addons.mozilla.org/firefox/addon/languagetool) -- [:simple-googlechrome: Chrome](https://chrome.google.com/webstore/detail/grammar-and-spell-checker/oldceeleldhonbafppcapldpdifcinji) -- [:fontawesome-brands-edge: Edge](https://microsoftedge.microsoft.com/addons/detail/hfjadhjooeceemgojogkhlppanjkbobc) -- [:simple-safari: Safari](https://apps.apple.com/app/id1534275760) - -
- -
- -### Criteria - -**Please note we are not affiliated with any of the projects we recommend.** In addition to [our standard criteria](about/criteria.md), we have developed a clear set of requirements to allow us to provide objective recommendations. We suggest you familiarize yourself with this list before choosing to use a project, and conduct your own research to ensure it's the right choice for you. - -- Must be open source. -- Must be possible to self-host. diff --git a/docs/tools.md b/docs/tools.md index 4818cfa8..302efcd7 100644 --- a/docs/tools.md +++ b/docs/tools.md @@ -249,6 +249,17 @@ If you're looking for added **security**, you should always ensure you're connec [Learn more :material-arrow-right-drop-circle:](data-redaction.md) +### Document Collaboration + +
+ +- ![Nextcloud logo](assets/img/document-collaboration/nextcloud.svg){ .twemoji loading=lazy } [Nextcloud (Self-Hostable)](document-collaboration.md#nextcloud) +- ![CryptPad logo](assets/img/document-collaboration/cryptpad.svg){ .twemoji loading=lazy } [CryptPad](document-collaboration.md#cryptpad) + +
+ +[Learn more :material-arrow-right-drop-circle:](document-collaboration.md) + ### Email Clients
@@ -310,7 +321,7 @@ For encrypting your operating system drive, we typically recommend using whichev - ![Send logo](assets/img/file-sharing-sync/send.svg){ .twemoji loading=lazy } [Send](file-sharing.md#send) - ![OnionShare logo](assets/img/file-sharing-sync/onionshare.svg){ .twemoji loading=lazy } [OnionShare](file-sharing.md#onionshare) - ![FreedomBox logo](assets/img/file-sharing-sync/freedombox.svg){ .twemoji loading=lazy } [FreedomBox](file-sharing.md#freedombox) -- ![Nextcloud logo](assets/img/productivity/nextcloud.svg){ .twemoji loading=lazy } [Nextcloud (Self-Hostable)](file-sharing.md#nextcloud-client-server) +- ![Nextcloud logo](assets/img/document-collaboration/nextcloud.svg){ .twemoji loading=lazy } [Nextcloud (Self-Hostable)](file-sharing.md#nextcloud-client-server) - ![Syncthing logo](assets/img/file-sharing-sync/syncthing.svg){ .twemoji loading=lazy } [Syncthing](file-sharing.md#syncthing-p2p)
@@ -334,6 +345,16 @@ For encrypting your operating system drive, we typically recommend using whichev [Learn more :material-arrow-right-drop-circle:](frontends.md) +### Language Tools + +
+ +- ![LanguageTool logo](assets/img/language-tools/languagetool.svg#only-light){ .twemoji loading=lazy }![LanguageTool logo](assets/img/language-tools/languagetool-dark.svg#only-dark){ .twemoji loading=lazy } [LanguageTool](language-tools.md#languagetool) + +
+ +[Learn more :material-arrow-right-drop-circle:](language-tools.md) + ### Multi-Factor Authentication Tools **Note:** [Hardware security keys](#security-keys) have been moved to their own category. @@ -377,6 +398,17 @@ For encrypting your operating system drive, we typically recommend using whichev [Learn more :material-arrow-right-drop-circle:](notebooks.md) +### Office Suites + +
+ +- ![LibreOffice logo](assets/img/office-suites/libreoffice.svg){ .twemoji loading=lazy } [LibreOffice](office-suites.md#libreoffice) +- ![OnlyOffice logo](assets/img/office-suites/onlyoffice.svg){ .twemoji loading=lazy } [OnlyOffice](office-suites.md#onlyoffice) + +
+ +[Learn more :material-arrow-right-drop-circle:](office-suites.md) + ### Password Managers
@@ -404,20 +436,6 @@ For encrypting your operating system drive, we typically recommend using whichev [Learn more :material-arrow-right-drop-circle:](pastebins.md) -### Productivity Tools - -
- -- ![Nextcloud logo](assets/img/productivity/nextcloud.svg){ .twemoji loading=lazy } [Nextcloud (Self-Hostable)](productivity.md#nextcloud) -- ![LibreOffice logo](assets/img/productivity/libreoffice.svg){ .twemoji loading=lazy } [LibreOffice](productivity.md#libreoffice) -- ![OnlyOffice logo](assets/img/productivity/onlyoffice.svg){ .twemoji loading=lazy } [OnlyOffice](productivity.md#onlyoffice) -- ![CryptPad logo](assets/img/productivity/cryptpad.svg){ .twemoji loading=lazy } [CryptPad](productivity.md#cryptpad) -- ![LanguageTool logo](assets/img/productivity/languagetool.svg#only-light){ .twemoji loading=lazy }![LanguageTool logo](assets/img/productivity/languagetool-dark.svg#only-dark){ .twemoji loading=lazy } [LanguageTool](productivity.md#languagetool) - -
- -[Learn more :material-arrow-right-drop-circle:](productivity.md) - ### Real-Time Communication
diff --git a/mkdocs.yml b/mkdocs.yml index ff46e69b..2344cbb3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -407,16 +407,18 @@ nav: - "calendar.md" - "cryptocurrency.md" - "data-redaction.md" + - "document-collaboration.md" - "email-clients.md" - "encryption.md" - "file-sharing.md" - "frontends.md" + - "language-tools.md" - "multi-factor-authentication.md" - "news-aggregators.md" - "notebooks.md" + - "office-suites.md" - "passwords.md" - "pastebins.md" - - "productivity.md" - "real-time-communication.md" - !ENV [NAV_HARDWARE, "Hardware"]: - "mobile-phones.md" diff --git a/theme/assets/img/cover/productivity.webp b/theme/assets/img/cover/document-collaboration.webp similarity index 100% rename from theme/assets/img/cover/productivity.webp rename to theme/assets/img/cover/document-collaboration.webp diff --git a/theme/assets/img/cover/language-tools.webp b/theme/assets/img/cover/language-tools.webp new file mode 100644 index 00000000..9d48a5f6 Binary files /dev/null and b/theme/assets/img/cover/language-tools.webp differ diff --git a/theme/assets/img/cover/office-suites.webp b/theme/assets/img/cover/office-suites.webp new file mode 100644 index 00000000..98196c97 Binary files /dev/null and b/theme/assets/img/cover/office-suites.webp differ diff --git a/theme/assets/img/productivity/cryptpad.svg b/theme/assets/img/document-collaboration/cryptpad.svg similarity index 100% rename from theme/assets/img/productivity/cryptpad.svg rename to theme/assets/img/document-collaboration/cryptpad.svg diff --git a/theme/assets/img/productivity/nextcloud.svg b/theme/assets/img/document-collaboration/nextcloud.svg similarity index 99% rename from theme/assets/img/productivity/nextcloud.svg rename to theme/assets/img/document-collaboration/nextcloud.svg index bf3ee192..fdd46bf8 100644 --- a/theme/assets/img/productivity/nextcloud.svg +++ b/theme/assets/img/document-collaboration/nextcloud.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/theme/assets/img/productivity/languagetool-dark.svg b/theme/assets/img/language-tools/languagetool-dark.svg similarity index 100% rename from theme/assets/img/productivity/languagetool-dark.svg rename to theme/assets/img/language-tools/languagetool-dark.svg diff --git a/theme/assets/img/productivity/languagetool.svg b/theme/assets/img/language-tools/languagetool.svg similarity index 100% rename from theme/assets/img/productivity/languagetool.svg rename to theme/assets/img/language-tools/languagetool.svg diff --git a/theme/assets/img/productivity/libreoffice.svg b/theme/assets/img/office-suites/libreoffice.svg similarity index 99% rename from theme/assets/img/productivity/libreoffice.svg rename to theme/assets/img/office-suites/libreoffice.svg index 1e7e9546..98f0ae17 100644 --- a/theme/assets/img/productivity/libreoffice.svg +++ b/theme/assets/img/office-suites/libreoffice.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/theme/assets/img/productivity/onlyoffice.svg b/theme/assets/img/office-suites/onlyoffice.svg similarity index 99% rename from theme/assets/img/productivity/onlyoffice.svg rename to theme/assets/img/office-suites/onlyoffice.svg index 422594ad..5070c1fc 100644 --- a/theme/assets/img/productivity/onlyoffice.svg +++ b/theme/assets/img/office-suites/onlyoffice.svg @@ -1 +1 @@ - \ No newline at end of file +