diff --git a/wiki/android/episteme_reader.md b/wiki/android/episteme_reader.md new file mode 100644 index 0000000..ef58001 --- /dev/null +++ b/wiki/android/episteme_reader.md @@ -0,0 +1,13 @@ +# Episteme Reader + +[Episteme Reader](https://github.com/Aryan-Raj3112/episteme) is a free and open-source +[e-book](/wiki/e-book.md) reader for [Android](/wiki/android.md). +It supports annotations and OPDS catalogs and can handle large PDF files. +For looking up words while reading, an offline dictionary application such as +[OSS Dict](/wiki/android/oss_dict.md) can be used. +Episteme Reader also features using translation apps like [DeepL](/wiki/deepl.md). + +## Setup + +On [Android](/wiki/android.md) Episteme Reader is available on [F-Droid](/wiki/android/f-droid.md) +in a package called [Episteme Reader](https://f-droid.org/en/packages/com.aryan.reader.oss/). diff --git a/wiki/android/f-droid.md b/wiki/android/f-droid.md index b938edb..d5f28ee 100644 --- a/wiki/android/f-droid.md +++ b/wiki/android/f-droid.md @@ -2,6 +2,8 @@ [F-Droid](https://f-droid.org) is an installable catalogue of free and open source software for [Android](/wiki/android.md) systems. +Alternatively, [Neo Store](/wiki/android/neo_store.md) can be used as a modern F-Droid client and +alternative. ## Setup diff --git a/wiki/android/neo_store.md b/wiki/android/neo_store.md new file mode 100644 index 0000000..f39fb39 --- /dev/null +++ b/wiki/android/neo_store.md @@ -0,0 +1,10 @@ +# Neo Store + +[Neo Store](https://github.com/NeoApplications/Neo-Store) is a free and open-source +[F-Droid](/wiki/android/f-droid.md) client and alternative for [Android](/wiki/android.md). +It can be used to browse, install and update applications from F-Droid and other repositories. + +## Setup + +On [Android](/wiki/android.md) Neo Store is available on [F-Droid](/wiki/android/f-droid.md) in a +package called [Neo Store](https://f-droid.org/packages/com.machiav3lli.fdroid/). diff --git a/wiki/android/oss_dict.md b/wiki/android/oss_dict.md new file mode 100644 index 0000000..327e2f1 --- /dev/null +++ b/wiki/android/oss_dict.md @@ -0,0 +1,22 @@ +# OSS Dict + +[OSS Dict](https://github.com/fengdeyingzi/OSS-Dict) is a free and open-source offline dictionary +application for [Android](/wiki/android.md) and a fork of Aard 2. +The application can for example be used together with +[Episteme Reader](/wiki/android/episteme_reader.md) for looking up words while reading. + +## Setup + +On [Android](/wiki/android.md) OSS Dict is available on [F-Droid](/wiki/android/f-droid.md) +in a package called [OSS-Dict](https://f-droid.org/en/packages/com.akylas.aard2/). + +## Usage + +This section addresses the usage of OSS Dict. + +### Installing Dictionaries + +Dictionary files have to be downloaded separately and added to OSS Dict. +This is usually done by using `.slob` files. +A guide on where to find them can be found in the +[wiki of the slob Github page](https://github.com/itkach/slob/wiki/Dictionaries). diff --git a/wiki/calibre.md b/wiki/calibre.md index a115c2f..cd62c0a 100644 --- a/wiki/calibre.md +++ b/wiki/calibre.md @@ -154,9 +154,9 @@ This section focuses on the basic usage of calibre's web version. #### Problems Logging in With Reverse Proxy -It is [a known problem](https://github.com/janeczku/calibre-web/issues/2916?utm_source=chatgpt.com) -not being able to login when using a [reverse proxy](/wiki/reverse-proxy.md) like -[Nginx](/wiki/nginx.md) or [Traefik](/wiki/traefik.md). +It is [a known problem](https://github.com/janeczku/calibre-web/issues/2916) not being able to login +when using a [reverse proxy](/wiki/reverse-proxy.md) like [Nginx](/wiki/nginx.md) or +[Traefik](/wiki/traefik.md). In this case a 504 error will be displayed. According to various sources this can be fixed by trying previous sections until it works again. diff --git a/wiki/deepl.md b/wiki/deepl.md new file mode 100644 index 0000000..e9d6d9a --- /dev/null +++ b/wiki/deepl.md @@ -0,0 +1,14 @@ +# DeepL + +[DeepL](https://www.deepl.com) is an AI-based translation service for translating text and documents +between various languages. + +## Setup + +DeepL is a website that can be visited without additional setup needed. + +On [Android](/wiki/android.md) DeepL is available on [F-Droid](/wiki/android/f-droid.md) in a +package called [DeepL](https://f-droid.org/en/packages/com.example.deeplviewer/). +Additionally, it is available on the [Google Play store](/wiki/android.md#app-store) in a package +called +[DeepL Translate](https://play.google.com/store/apps/details?id=com.deepl.mobiletranslator&hl=en-US). diff --git a/wiki/e-book.md b/wiki/e-book.md index 25458d9..2480247 100644 --- a/wiki/e-book.md +++ b/wiki/e-book.md @@ -25,18 +25,18 @@ If the software is to be used by you check your local laws first. ## Tracking Many e-book readers include a feature to keep track of read books. -However they do not track the time that was needed to finish them or the number of e-books read in +However they do not track the time that was needed to finish them or the number of e-books read in a specific timeframe. This can be done by using a special tracker like [Jelu](/wiki/jelu.md) which can be used to keep track of e-books and normal books at the same time which is a feature no e-book reader has. -## E-Reader +## E-Reader An e-reader is a device that is designed for reading digital e-books. Some of them also feature [annotation tools](/wiki/note-taking.md). -- [Episteme Reader](https://github.com/Aryan-Raj3112/episteme) is a native - [Android](/wiki/android.md) [e-book](/wiki/e-book.md) reader, that is capable of annotations. +- [Episteme Reader](/wiki/android/episteme_reader.md) is a native [Android](/wiki/android.md) + e-book reader, that is capable of annotations. In contrast to [Saber](/wiki/note-taking.md#software) it is able to handle large PDF-files. Additionally it features the OPDS protocol for catalogs which can, for example, connect to [the OPDS catalog of calibre's web version](/wiki/calibre.md#connect-via-opds). diff --git a/wiki/firefox.md b/wiki/firefox.md index dc83de6..8ab8b3d 100644 --- a/wiki/firefox.md +++ b/wiki/firefox.md @@ -98,10 +98,10 @@ The following add-ons provide translation options. add-on made by Mozilla itself that gives an option for marked text to display its translations quickly from the extension menu but can also translate whole sites. - [Simple Translate](https://addons.mozilla.org/en-US/firefox/addon/simple-translate) is an add-on - supporting both DeepL and Google Translate to translate marked text in various different ways that - can be automatically displayed. + supporting both [DeepL](/wiki/deepl.md) and Google Translate to translate marked text in various + different ways that can be automatically displayed. - [To DeepL translation](https://addons.mozilla.org/en-US/firefox/addon/to-deepl/) gives an option - for marked text to display its translation in a pop-up window using DeepL. + for marked text to display its translation in a pop-up window using [DeepL](/wiki/deepl.md). #### Shopping Add-ons