From 98fb4d7efd6474ad3d4325be08037566890e8043 Mon Sep 17 00:00:00 2001 From: OneLiteCore Date: Sat, 4 Jan 2025 14:58:21 +0800 Subject: [PATCH 1/7] Remove book theme --- .gitmodules | 3 --- themes/hugo-book | 1 - 2 files changed, 4 deletions(-) delete mode 160000 themes/hugo-book diff --git a/.gitmodules b/.gitmodules index 07e1b9a..c773399 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "themes/PaperMod"] path = themes/PaperMod url = git@github.com:adityatelange/hugo-PaperMod.git -[submodule "themes/hugo-book"] - path = themes/hugo-book - url = https://github.com/alex-shpak/hugo-book diff --git a/themes/hugo-book b/themes/hugo-book deleted file mode 160000 index 7c26d9b..0000000 --- a/themes/hugo-book +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7c26d9b8b731d556a2bf89848f59e8300eabc44b From 87c80255f130ff791179b3a5ba5c38678b833bbd Mon Sep 17 00:00:00 2001 From: OneLiteCore Date: Sun, 5 Jan 2025 00:23:48 +0800 Subject: [PATCH 2/7] Adapting new theme --- archetypes/default.md | 5 - .../changelogs}/index.md | 2 +- .../changelogs}/index.zh-CN.md | 2 +- .../changelogs}/index.zh-TW.md | 2 +- .../data-recovery}/entrance.png | Bin .../data-recovery}/index.ar.md | 0 .../data-recovery}/index.da.md | 0 .../data-recovery}/index.de.md | 0 .../data-recovery}/index.es.md | 0 .../data-recovery}/index.fa.md | 0 .../data-recovery}/index.fi.md | 0 .../data-recovery}/index.fil.md | 0 .../data-recovery}/index.fr.md | 0 .../data-recovery}/index.hi.md | 0 .../data-recovery}/index.id.md | 0 .../data-recovery}/index.it.md | 0 .../data-recovery}/index.ja.md | 0 .../data-recovery}/index.ko.md | 0 .../data-recovery}/index.md | 0 .../data-recovery}/index.ms.md | 0 .../data-recovery}/index.nl.md | 0 .../data-recovery}/index.pl.md | 0 .../data-recovery}/index.pt.md | 0 .../data-recovery}/index.ru.md | 0 .../data-recovery}/index.th.md | 0 .../data-recovery}/index.tr.md | 0 .../data-recovery}/index.uk.md | 0 .../data-recovery}/index.zh-CN.md | 0 .../data-recovery}/index.zh-TW.md | 0 .../data-syncing}/index.ar.md | 0 .../data-syncing}/index.da.md | 0 .../data-syncing}/index.de.md | 0 .../data-syncing}/index.es.md | 0 .../data-syncing}/index.fa.md | 0 .../data-syncing}/index.fi.md | 0 .../data-syncing}/index.fil.md | 0 .../data-syncing}/index.fr.md | 0 .../data-syncing}/index.hi.md | 0 .../data-syncing}/index.id.md | 0 .../data-syncing}/index.it.md | 0 .../data-syncing}/index.ja.md | 0 .../data-syncing}/index.ko.md | 0 .../data-syncing}/index.md | 0 .../data-syncing}/index.ms.md | 0 .../data-syncing}/index.nl.md | 0 .../data-syncing}/index.pl.md | 0 .../data-syncing}/index.pt.md | 0 .../data-syncing}/index.ru.md | 0 .../data-syncing}/index.th.md | 0 .../data-syncing}/index.tr.md | 0 .../data-syncing}/index.uk.md | 0 .../data-syncing}/index.zh-CN.md | 0 .../data-syncing}/index.zh-TW.md | 0 content/{posts/help => docs}/faqs/index.md | 0 .../{posts/help => docs}/faqs/index.zh-CN.md | 0 .../{posts/help => docs}/faqs/index.zh-TW.md | 0 content/docs/index.md | 7 + .../localization}/index.md | 0 .../open-source-licenses/index.md | 0 .../policy => docs}/privacy-policy/index.md | 0 .../remote-link}/add_drive.webp | Bin .../remote-link}/add_drive.zh-CN.webp | Bin .../remote-link}/add_drive.zh-TW.webp | Bin .../remote-link}/done.webp | Bin .../remote-link}/done.zh-CN.webp | Bin .../remote-link}/done.zh-TW.webp | Bin .../remote-link}/index.md | 0 .../remote-link}/index.zh-CN.md | 0 .../remote-link}/index.zh-TW.md | 0 .../restore-purchase}/index.ar.md | 0 .../restore-purchase}/index.da.md | 0 .../restore-purchase}/index.de.md | 0 .../restore-purchase}/index.es.md | 0 .../restore-purchase}/index.fa.md | 0 .../restore-purchase}/index.fi.md | 0 .../restore-purchase}/index.fil.md | 0 .../restore-purchase}/index.fr.md | 0 .../restore-purchase}/index.hi.md | 0 .../restore-purchase}/index.id.md | 0 .../restore-purchase}/index.it.md | 0 .../restore-purchase}/index.ja.md | 0 .../restore-purchase}/index.ko.md | 0 .../restore-purchase}/index.md | 0 .../restore-purchase}/index.ms.md | 0 .../restore-purchase}/index.nl.md | 0 .../restore-purchase}/index.pl.md | 0 .../restore-purchase}/index.pt.md | 0 .../restore-purchase}/index.ru.md | 0 .../restore-purchase}/index.th.md | 0 .../restore-purchase}/index.tr.md | 0 .../restore-purchase}/index.uk.md | 0 .../restore-purchase}/index.zh-CN.md | 0 .../restore-purchase}/index.zh-TW.md | 0 .../policy => docs}/user-terms/index.md | 0 content/index.md | 18 + content/index.zh-CN.md | 18 + content/index.zh-TW.md | 18 + content/posts/welcome/index.md | 32 -- content/posts/welcome/index.zh-CN.md | 32 -- content/posts/welcome/index.zh-TW.md | 32 -- go.mod | 5 + go.sum | 2 + hugo.yml | 485 +++++++----------- i18n/zh-CN.yaml | 3 + i18n/zh-TW.yaml | 3 + 105 files changed, 259 insertions(+), 407 deletions(-) delete mode 100644 archetypes/default.md rename content/{posts/dev-plan-and-update-logs => docs/changelogs}/index.md (96%) rename content/{posts/dev-plan-and-update-logs => docs/changelogs}/index.zh-CN.md (95%) rename content/{posts/dev-plan-and-update-logs => docs/changelogs}/index.zh-TW.md (95%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/entrance.png (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.ar.md (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.da.md (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.de.md (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.es.md (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.fa.md (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.fi.md (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.fil.md (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.fr.md (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.hi.md (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.id.md (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.it.md (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.ja.md (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.ko.md (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.md (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.ms.md (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.nl.md (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.pl.md (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.pt.md (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.ru.md (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.th.md (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.tr.md (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.uk.md (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.zh-CN.md (100%) rename content/{posts/help/how-to-recover-data => docs/data-recovery}/index.zh-TW.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.ar.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.da.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.de.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.es.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.fa.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.fi.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.fil.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.fr.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.hi.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.id.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.it.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.ja.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.ko.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.ms.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.nl.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.pl.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.pt.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.ru.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.th.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.tr.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.uk.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.zh-CN.md (100%) rename content/{posts/help/how-to-sync-data => docs/data-syncing}/index.zh-TW.md (100%) rename content/{posts/help => docs}/faqs/index.md (100%) rename content/{posts/help => docs}/faqs/index.zh-CN.md (100%) rename content/{posts/help => docs}/faqs/index.zh-TW.md (100%) create mode 100644 content/docs/index.md rename content/{posts/help/help-improve-our-localization => docs/localization}/index.md (100%) rename content/{posts/policy => docs}/open-source-licenses/index.md (100%) rename content/{posts/policy => docs}/privacy-policy/index.md (100%) rename content/{posts/help/how-to-use-the-remote-link-feature => docs/remote-link}/add_drive.webp (100%) rename content/{posts/help/how-to-use-the-remote-link-feature => docs/remote-link}/add_drive.zh-CN.webp (100%) rename content/{posts/help/how-to-use-the-remote-link-feature => docs/remote-link}/add_drive.zh-TW.webp (100%) rename content/{posts/help/how-to-use-the-remote-link-feature => docs/remote-link}/done.webp (100%) rename content/{posts/help/how-to-use-the-remote-link-feature => docs/remote-link}/done.zh-CN.webp (100%) rename content/{posts/help/how-to-use-the-remote-link-feature => docs/remote-link}/done.zh-TW.webp (100%) rename content/{posts/help/how-to-use-the-remote-link-feature => docs/remote-link}/index.md (100%) rename content/{posts/help/how-to-use-the-remote-link-feature => docs/remote-link}/index.zh-CN.md (100%) rename content/{posts/help/how-to-use-the-remote-link-feature => docs/remote-link}/index.zh-TW.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.ar.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.da.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.de.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.es.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.fa.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.fi.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.fil.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.fr.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.hi.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.id.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.it.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.ja.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.ko.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.ms.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.nl.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.pl.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.pt.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.ru.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.th.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.tr.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.uk.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.zh-CN.md (100%) rename content/{posts/help/how-to-restore-purchase => docs/restore-purchase}/index.zh-TW.md (100%) rename content/{posts/policy => docs}/user-terms/index.md (100%) create mode 100644 content/index.md create mode 100644 content/index.zh-CN.md create mode 100644 content/index.zh-TW.md delete mode 100644 content/posts/welcome/index.md delete mode 100644 content/posts/welcome/index.zh-CN.md delete mode 100644 content/posts/welcome/index.zh-TW.md create mode 100644 go.mod create mode 100644 go.sum create mode 100644 i18n/zh-CN.yaml create mode 100644 i18n/zh-TW.yaml diff --git a/archetypes/default.md b/archetypes/default.md deleted file mode 100644 index c6f3fce..0000000 --- a/archetypes/default.md +++ /dev/null @@ -1,5 +0,0 @@ -+++ -title = '{{ replace .File.ContentBaseName "-" " " | title }}' -date = {{ .Date }} -draft = true -+++ diff --git a/content/posts/dev-plan-and-update-logs/index.md b/content/docs/changelogs/index.md similarity index 96% rename from content/posts/dev-plan-and-update-logs/index.md rename to content/docs/changelogs/index.md index b8a7875..07af837 100644 --- a/content/posts/dev-plan-and-update-logs/index.md +++ b/content/docs/changelogs/index.md @@ -1,5 +1,5 @@ --- -title: Dev plan & Update logs +title: Changelogs ShowToc: true weight: 2 --- diff --git a/content/posts/dev-plan-and-update-logs/index.zh-CN.md b/content/docs/changelogs/index.zh-CN.md similarity index 95% rename from content/posts/dev-plan-and-update-logs/index.zh-CN.md rename to content/docs/changelogs/index.zh-CN.md index 48af563..f461ad8 100644 --- a/content/posts/dev-plan-and-update-logs/index.zh-CN.md +++ b/content/docs/changelogs/index.zh-CN.md @@ -1,5 +1,5 @@ --- -title: 开发计划和更新日志 +title: 更新日志 ShowToc: true weight: 2 --- diff --git a/content/posts/dev-plan-and-update-logs/index.zh-TW.md b/content/docs/changelogs/index.zh-TW.md similarity index 95% rename from content/posts/dev-plan-and-update-logs/index.zh-TW.md rename to content/docs/changelogs/index.zh-TW.md index 8b08a4f..02a97b4 100644 --- a/content/posts/dev-plan-and-update-logs/index.zh-TW.md +++ b/content/docs/changelogs/index.zh-TW.md @@ -1,5 +1,5 @@ --- -title: 開發計劃和更新日誌 +title: 更新日誌 ShowToc: true weight: 2 --- diff --git a/content/posts/help/how-to-recover-data/entrance.png b/content/docs/data-recovery/entrance.png similarity index 100% rename from content/posts/help/how-to-recover-data/entrance.png rename to content/docs/data-recovery/entrance.png diff --git a/content/posts/help/how-to-recover-data/index.ar.md b/content/docs/data-recovery/index.ar.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.ar.md rename to content/docs/data-recovery/index.ar.md diff --git a/content/posts/help/how-to-recover-data/index.da.md b/content/docs/data-recovery/index.da.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.da.md rename to content/docs/data-recovery/index.da.md diff --git a/content/posts/help/how-to-recover-data/index.de.md b/content/docs/data-recovery/index.de.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.de.md rename to content/docs/data-recovery/index.de.md diff --git a/content/posts/help/how-to-recover-data/index.es.md b/content/docs/data-recovery/index.es.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.es.md rename to content/docs/data-recovery/index.es.md diff --git a/content/posts/help/how-to-recover-data/index.fa.md b/content/docs/data-recovery/index.fa.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.fa.md rename to content/docs/data-recovery/index.fa.md diff --git a/content/posts/help/how-to-recover-data/index.fi.md b/content/docs/data-recovery/index.fi.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.fi.md rename to content/docs/data-recovery/index.fi.md diff --git a/content/posts/help/how-to-recover-data/index.fil.md b/content/docs/data-recovery/index.fil.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.fil.md rename to content/docs/data-recovery/index.fil.md diff --git a/content/posts/help/how-to-recover-data/index.fr.md b/content/docs/data-recovery/index.fr.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.fr.md rename to content/docs/data-recovery/index.fr.md diff --git a/content/posts/help/how-to-recover-data/index.hi.md b/content/docs/data-recovery/index.hi.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.hi.md rename to content/docs/data-recovery/index.hi.md diff --git a/content/posts/help/how-to-recover-data/index.id.md b/content/docs/data-recovery/index.id.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.id.md rename to content/docs/data-recovery/index.id.md diff --git a/content/posts/help/how-to-recover-data/index.it.md b/content/docs/data-recovery/index.it.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.it.md rename to content/docs/data-recovery/index.it.md diff --git a/content/posts/help/how-to-recover-data/index.ja.md b/content/docs/data-recovery/index.ja.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.ja.md rename to content/docs/data-recovery/index.ja.md diff --git a/content/posts/help/how-to-recover-data/index.ko.md b/content/docs/data-recovery/index.ko.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.ko.md rename to content/docs/data-recovery/index.ko.md diff --git a/content/posts/help/how-to-recover-data/index.md b/content/docs/data-recovery/index.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.md rename to content/docs/data-recovery/index.md diff --git a/content/posts/help/how-to-recover-data/index.ms.md b/content/docs/data-recovery/index.ms.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.ms.md rename to content/docs/data-recovery/index.ms.md diff --git a/content/posts/help/how-to-recover-data/index.nl.md b/content/docs/data-recovery/index.nl.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.nl.md rename to content/docs/data-recovery/index.nl.md diff --git a/content/posts/help/how-to-recover-data/index.pl.md b/content/docs/data-recovery/index.pl.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.pl.md rename to content/docs/data-recovery/index.pl.md diff --git a/content/posts/help/how-to-recover-data/index.pt.md b/content/docs/data-recovery/index.pt.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.pt.md rename to content/docs/data-recovery/index.pt.md diff --git a/content/posts/help/how-to-recover-data/index.ru.md b/content/docs/data-recovery/index.ru.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.ru.md rename to content/docs/data-recovery/index.ru.md diff --git a/content/posts/help/how-to-recover-data/index.th.md b/content/docs/data-recovery/index.th.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.th.md rename to content/docs/data-recovery/index.th.md diff --git a/content/posts/help/how-to-recover-data/index.tr.md b/content/docs/data-recovery/index.tr.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.tr.md rename to content/docs/data-recovery/index.tr.md diff --git a/content/posts/help/how-to-recover-data/index.uk.md b/content/docs/data-recovery/index.uk.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.uk.md rename to content/docs/data-recovery/index.uk.md diff --git a/content/posts/help/how-to-recover-data/index.zh-CN.md b/content/docs/data-recovery/index.zh-CN.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.zh-CN.md rename to content/docs/data-recovery/index.zh-CN.md diff --git a/content/posts/help/how-to-recover-data/index.zh-TW.md b/content/docs/data-recovery/index.zh-TW.md similarity index 100% rename from content/posts/help/how-to-recover-data/index.zh-TW.md rename to content/docs/data-recovery/index.zh-TW.md diff --git a/content/posts/help/how-to-sync-data/index.ar.md b/content/docs/data-syncing/index.ar.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.ar.md rename to content/docs/data-syncing/index.ar.md diff --git a/content/posts/help/how-to-sync-data/index.da.md b/content/docs/data-syncing/index.da.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.da.md rename to content/docs/data-syncing/index.da.md diff --git a/content/posts/help/how-to-sync-data/index.de.md b/content/docs/data-syncing/index.de.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.de.md rename to content/docs/data-syncing/index.de.md diff --git a/content/posts/help/how-to-sync-data/index.es.md b/content/docs/data-syncing/index.es.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.es.md rename to content/docs/data-syncing/index.es.md diff --git a/content/posts/help/how-to-sync-data/index.fa.md b/content/docs/data-syncing/index.fa.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.fa.md rename to content/docs/data-syncing/index.fa.md diff --git a/content/posts/help/how-to-sync-data/index.fi.md b/content/docs/data-syncing/index.fi.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.fi.md rename to content/docs/data-syncing/index.fi.md diff --git a/content/posts/help/how-to-sync-data/index.fil.md b/content/docs/data-syncing/index.fil.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.fil.md rename to content/docs/data-syncing/index.fil.md diff --git a/content/posts/help/how-to-sync-data/index.fr.md b/content/docs/data-syncing/index.fr.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.fr.md rename to content/docs/data-syncing/index.fr.md diff --git a/content/posts/help/how-to-sync-data/index.hi.md b/content/docs/data-syncing/index.hi.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.hi.md rename to content/docs/data-syncing/index.hi.md diff --git a/content/posts/help/how-to-sync-data/index.id.md b/content/docs/data-syncing/index.id.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.id.md rename to content/docs/data-syncing/index.id.md diff --git a/content/posts/help/how-to-sync-data/index.it.md b/content/docs/data-syncing/index.it.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.it.md rename to content/docs/data-syncing/index.it.md diff --git a/content/posts/help/how-to-sync-data/index.ja.md b/content/docs/data-syncing/index.ja.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.ja.md rename to content/docs/data-syncing/index.ja.md diff --git a/content/posts/help/how-to-sync-data/index.ko.md b/content/docs/data-syncing/index.ko.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.ko.md rename to content/docs/data-syncing/index.ko.md diff --git a/content/posts/help/how-to-sync-data/index.md b/content/docs/data-syncing/index.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.md rename to content/docs/data-syncing/index.md diff --git a/content/posts/help/how-to-sync-data/index.ms.md b/content/docs/data-syncing/index.ms.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.ms.md rename to content/docs/data-syncing/index.ms.md diff --git a/content/posts/help/how-to-sync-data/index.nl.md b/content/docs/data-syncing/index.nl.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.nl.md rename to content/docs/data-syncing/index.nl.md diff --git a/content/posts/help/how-to-sync-data/index.pl.md b/content/docs/data-syncing/index.pl.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.pl.md rename to content/docs/data-syncing/index.pl.md diff --git a/content/posts/help/how-to-sync-data/index.pt.md b/content/docs/data-syncing/index.pt.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.pt.md rename to content/docs/data-syncing/index.pt.md diff --git a/content/posts/help/how-to-sync-data/index.ru.md b/content/docs/data-syncing/index.ru.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.ru.md rename to content/docs/data-syncing/index.ru.md diff --git a/content/posts/help/how-to-sync-data/index.th.md b/content/docs/data-syncing/index.th.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.th.md rename to content/docs/data-syncing/index.th.md diff --git a/content/posts/help/how-to-sync-data/index.tr.md b/content/docs/data-syncing/index.tr.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.tr.md rename to content/docs/data-syncing/index.tr.md diff --git a/content/posts/help/how-to-sync-data/index.uk.md b/content/docs/data-syncing/index.uk.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.uk.md rename to content/docs/data-syncing/index.uk.md diff --git a/content/posts/help/how-to-sync-data/index.zh-CN.md b/content/docs/data-syncing/index.zh-CN.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.zh-CN.md rename to content/docs/data-syncing/index.zh-CN.md diff --git a/content/posts/help/how-to-sync-data/index.zh-TW.md b/content/docs/data-syncing/index.zh-TW.md similarity index 100% rename from content/posts/help/how-to-sync-data/index.zh-TW.md rename to content/docs/data-syncing/index.zh-TW.md diff --git a/content/posts/help/faqs/index.md b/content/docs/faqs/index.md similarity index 100% rename from content/posts/help/faqs/index.md rename to content/docs/faqs/index.md diff --git a/content/posts/help/faqs/index.zh-CN.md b/content/docs/faqs/index.zh-CN.md similarity index 100% rename from content/posts/help/faqs/index.zh-CN.md rename to content/docs/faqs/index.zh-CN.md diff --git a/content/posts/help/faqs/index.zh-TW.md b/content/docs/faqs/index.zh-TW.md similarity index 100% rename from content/posts/help/faqs/index.zh-TW.md rename to content/docs/faqs/index.zh-TW.md diff --git a/content/docs/index.md b/content/docs/index.md new file mode 100644 index 0000000..e97f832 --- /dev/null +++ b/content/docs/index.md @@ -0,0 +1,7 @@ +--- +linkTitle: "Documents" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/posts/help/help-improve-our-localization/index.md b/content/docs/localization/index.md similarity index 100% rename from content/posts/help/help-improve-our-localization/index.md rename to content/docs/localization/index.md diff --git a/content/posts/policy/open-source-licenses/index.md b/content/docs/open-source-licenses/index.md similarity index 100% rename from content/posts/policy/open-source-licenses/index.md rename to content/docs/open-source-licenses/index.md diff --git a/content/posts/policy/privacy-policy/index.md b/content/docs/privacy-policy/index.md similarity index 100% rename from content/posts/policy/privacy-policy/index.md rename to content/docs/privacy-policy/index.md diff --git a/content/posts/help/how-to-use-the-remote-link-feature/add_drive.webp b/content/docs/remote-link/add_drive.webp similarity index 100% rename from content/posts/help/how-to-use-the-remote-link-feature/add_drive.webp rename to content/docs/remote-link/add_drive.webp diff --git a/content/posts/help/how-to-use-the-remote-link-feature/add_drive.zh-CN.webp b/content/docs/remote-link/add_drive.zh-CN.webp similarity index 100% rename from content/posts/help/how-to-use-the-remote-link-feature/add_drive.zh-CN.webp rename to content/docs/remote-link/add_drive.zh-CN.webp diff --git a/content/posts/help/how-to-use-the-remote-link-feature/add_drive.zh-TW.webp b/content/docs/remote-link/add_drive.zh-TW.webp similarity index 100% rename from content/posts/help/how-to-use-the-remote-link-feature/add_drive.zh-TW.webp rename to content/docs/remote-link/add_drive.zh-TW.webp diff --git a/content/posts/help/how-to-use-the-remote-link-feature/done.webp b/content/docs/remote-link/done.webp similarity index 100% rename from content/posts/help/how-to-use-the-remote-link-feature/done.webp rename to content/docs/remote-link/done.webp diff --git a/content/posts/help/how-to-use-the-remote-link-feature/done.zh-CN.webp b/content/docs/remote-link/done.zh-CN.webp similarity index 100% rename from content/posts/help/how-to-use-the-remote-link-feature/done.zh-CN.webp rename to content/docs/remote-link/done.zh-CN.webp diff --git a/content/posts/help/how-to-use-the-remote-link-feature/done.zh-TW.webp b/content/docs/remote-link/done.zh-TW.webp similarity index 100% rename from content/posts/help/how-to-use-the-remote-link-feature/done.zh-TW.webp rename to content/docs/remote-link/done.zh-TW.webp diff --git a/content/posts/help/how-to-use-the-remote-link-feature/index.md b/content/docs/remote-link/index.md similarity index 100% rename from content/posts/help/how-to-use-the-remote-link-feature/index.md rename to content/docs/remote-link/index.md diff --git a/content/posts/help/how-to-use-the-remote-link-feature/index.zh-CN.md b/content/docs/remote-link/index.zh-CN.md similarity index 100% rename from content/posts/help/how-to-use-the-remote-link-feature/index.zh-CN.md rename to content/docs/remote-link/index.zh-CN.md diff --git a/content/posts/help/how-to-use-the-remote-link-feature/index.zh-TW.md b/content/docs/remote-link/index.zh-TW.md similarity index 100% rename from content/posts/help/how-to-use-the-remote-link-feature/index.zh-TW.md rename to content/docs/remote-link/index.zh-TW.md diff --git a/content/posts/help/how-to-restore-purchase/index.ar.md b/content/docs/restore-purchase/index.ar.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.ar.md rename to content/docs/restore-purchase/index.ar.md diff --git a/content/posts/help/how-to-restore-purchase/index.da.md b/content/docs/restore-purchase/index.da.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.da.md rename to content/docs/restore-purchase/index.da.md diff --git a/content/posts/help/how-to-restore-purchase/index.de.md b/content/docs/restore-purchase/index.de.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.de.md rename to content/docs/restore-purchase/index.de.md diff --git a/content/posts/help/how-to-restore-purchase/index.es.md b/content/docs/restore-purchase/index.es.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.es.md rename to content/docs/restore-purchase/index.es.md diff --git a/content/posts/help/how-to-restore-purchase/index.fa.md b/content/docs/restore-purchase/index.fa.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.fa.md rename to content/docs/restore-purchase/index.fa.md diff --git a/content/posts/help/how-to-restore-purchase/index.fi.md b/content/docs/restore-purchase/index.fi.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.fi.md rename to content/docs/restore-purchase/index.fi.md diff --git a/content/posts/help/how-to-restore-purchase/index.fil.md b/content/docs/restore-purchase/index.fil.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.fil.md rename to content/docs/restore-purchase/index.fil.md diff --git a/content/posts/help/how-to-restore-purchase/index.fr.md b/content/docs/restore-purchase/index.fr.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.fr.md rename to content/docs/restore-purchase/index.fr.md diff --git a/content/posts/help/how-to-restore-purchase/index.hi.md b/content/docs/restore-purchase/index.hi.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.hi.md rename to content/docs/restore-purchase/index.hi.md diff --git a/content/posts/help/how-to-restore-purchase/index.id.md b/content/docs/restore-purchase/index.id.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.id.md rename to content/docs/restore-purchase/index.id.md diff --git a/content/posts/help/how-to-restore-purchase/index.it.md b/content/docs/restore-purchase/index.it.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.it.md rename to content/docs/restore-purchase/index.it.md diff --git a/content/posts/help/how-to-restore-purchase/index.ja.md b/content/docs/restore-purchase/index.ja.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.ja.md rename to content/docs/restore-purchase/index.ja.md diff --git a/content/posts/help/how-to-restore-purchase/index.ko.md b/content/docs/restore-purchase/index.ko.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.ko.md rename to content/docs/restore-purchase/index.ko.md diff --git a/content/posts/help/how-to-restore-purchase/index.md b/content/docs/restore-purchase/index.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.md rename to content/docs/restore-purchase/index.md diff --git a/content/posts/help/how-to-restore-purchase/index.ms.md b/content/docs/restore-purchase/index.ms.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.ms.md rename to content/docs/restore-purchase/index.ms.md diff --git a/content/posts/help/how-to-restore-purchase/index.nl.md b/content/docs/restore-purchase/index.nl.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.nl.md rename to content/docs/restore-purchase/index.nl.md diff --git a/content/posts/help/how-to-restore-purchase/index.pl.md b/content/docs/restore-purchase/index.pl.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.pl.md rename to content/docs/restore-purchase/index.pl.md diff --git a/content/posts/help/how-to-restore-purchase/index.pt.md b/content/docs/restore-purchase/index.pt.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.pt.md rename to content/docs/restore-purchase/index.pt.md diff --git a/content/posts/help/how-to-restore-purchase/index.ru.md b/content/docs/restore-purchase/index.ru.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.ru.md rename to content/docs/restore-purchase/index.ru.md diff --git a/content/posts/help/how-to-restore-purchase/index.th.md b/content/docs/restore-purchase/index.th.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.th.md rename to content/docs/restore-purchase/index.th.md diff --git a/content/posts/help/how-to-restore-purchase/index.tr.md b/content/docs/restore-purchase/index.tr.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.tr.md rename to content/docs/restore-purchase/index.tr.md diff --git a/content/posts/help/how-to-restore-purchase/index.uk.md b/content/docs/restore-purchase/index.uk.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.uk.md rename to content/docs/restore-purchase/index.uk.md diff --git a/content/posts/help/how-to-restore-purchase/index.zh-CN.md b/content/docs/restore-purchase/index.zh-CN.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.zh-CN.md rename to content/docs/restore-purchase/index.zh-CN.md diff --git a/content/posts/help/how-to-restore-purchase/index.zh-TW.md b/content/docs/restore-purchase/index.zh-TW.md similarity index 100% rename from content/posts/help/how-to-restore-purchase/index.zh-TW.md rename to content/docs/restore-purchase/index.zh-TW.md diff --git a/content/posts/policy/user-terms/index.md b/content/docs/user-terms/index.md similarity index 100% rename from content/posts/policy/user-terms/index.md rename to content/docs/user-terms/index.md diff --git a/content/index.md b/content/index.md new file mode 100644 index 0000000..ac13c76 --- /dev/null +++ b/content/index.md @@ -0,0 +1,18 @@ +![Img](/img/app_graphic.jpg) + +# Lite Writer: Writing/Note/Memo + +👋 Hello there, welcome to the official site of the Lite Writer app! On this site we will provide you intro, guidences and documents of the app, to let you know what kind of features it has and how they work. + +
+
+{{< hextra/hero-button text="Get Started" link="docs/data-syncing" margin-top="20px">}} +
+ +If you haven't downloaded the app yet, hit the buttons below to go to the app store that you like to download the app. Do remember that if you like it we truly hope that you can give us 5⭐ on store, it is very important to us and encourage us to keep working and improving this app, many thanks in advance🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/index.zh-CN.md b/content/index.zh-CN.md new file mode 100644 index 0000000..5436eee --- /dev/null +++ b/content/index.zh-CN.md @@ -0,0 +1,18 @@ +![Img](/img/app_graphic.jpg) + +# 轻羽写作:写小说编辑剧本创作笔记便签日记Markdown + +👋欢迎来到轻羽写作官方站!在这该博客平台上我们将为您提供关于我们应用的的介绍、指引和文档,以便您了解本应用的相关功能以及其是如何运作的。 + +
+
+{{< hextra/hero-button text="立即开始" link="docs/data-syncing" margin-top="20px">}} +
+ +如果你还未下载我们的应用,可以点击下方的按钮以跳转到你喜欢的应用市场去下载。如果您喜欢我们的应用的话还望能在商店页面够给我们 5⭐ 好评,这对我们后续的开发和发展至关重要,感谢理解🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/index.zh-TW.md b/content/index.zh-TW.md new file mode 100644 index 0000000..6be9960 --- /dev/null +++ b/content/index.zh-TW.md @@ -0,0 +1,18 @@ +![Img](/img/app_graphic.jpg) + +# 輕羽寫作:寫小說編輯劇本創作筆記便籤日記Markdown + +👋歡迎來到輕羽寫作官方站!在這該部落格平臺上我們將為您提供關於我們應用的的介紹、指引和文件,以便您瞭解本應用的相關功能以及其是如何運作的。 + +
+
+{{< hextra/hero-button text="立即開始" link="docs/data-syncing" margin-top="20px">}} +
+ +如果你還未下載我們的應用,可以點選下方的按鈕以跳轉到你喜歡的應用市場去下載。如果您喜歡我們的應用的話還望能在商店頁面夠給我們 5⭐ 好評,這對我們後續的開發和發展至關重要,感謝理解🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/posts/welcome/index.md b/content/posts/welcome/index.md deleted file mode 100644 index db70cb9..0000000 --- a/content/posts/welcome/index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -author: Lite Writer App Team -title: Intro, Guidences and Documents -ShowToc: true -TocOpen: true -weight: 1 ---- - -![Img](/LiteWriter/img/app_graphic.jpg) - -👋 Hello there, welcome to the official site of the Lite Writer app! In this document we will offer intro, guidences and documents of the app, to let you know what kind of features it has and how they work. - -If you haven't tried our app before, you can download it now from [Google Play](https://play.google.com/store/apps/details?id=core.writer) 😄. And, if you like it we truly hope that you can give us 5 stars on the Google Play app page, it is very important to us and encourage us to keep working and improving this app, many thanks in advance🤣! - -By the way this site are still under development, so there may be something missing, but we will fill it will more code and documents, don't worry. - -## Feature guide - -- [How to use the remote link feature](help/how-to-use-the-remote-link-feature) -- [How to recover data](help/how-to-recover-data) - -## Issues & Suggestions - -- [Frequently Asked Questions](help/faqs) - -Please check out the link above to see if there is anything useful to you, if you come across any questions. - -If you found an issue needs to report or want some features, please file an issue on the issues page of this [GitHub repo](https://github.com/OneLiteCore/LiteWriter/issues) - -## Contact Us - -Please fell free to contact us at one.lite.core@gmail.com if you need any further help. \ No newline at end of file diff --git a/content/posts/welcome/index.zh-CN.md b/content/posts/welcome/index.zh-CN.md deleted file mode 100644 index 105e181..0000000 --- a/content/posts/welcome/index.zh-CN.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -author: 轻羽写作开发组 -title: 轻羽写作 - 介绍、指引和文档 -ShowToc: true -TocOpen: true -weight: 1 ---- - -![Img](/LiteWriter/img/app_graphic.jpg) - -👋欢迎来到轻羽写作官方站!在这篇文档中我们将为您提供关于我们应用的的介绍、指引和文档,以便您了解本应用的相关功能以及其是如何运作的。 - -当您看到这篇文档的时候想必您应该是我们应用众多用户中的其中一位,当然如果还不是的话您可以在 [Google Play](https://play.google.com/store/apps/details?id=core.writer) 中即刻下载体验,😄。如果您喜欢我们的应用的话还望能在商店页面够给我们 5 星好评,这对我们后续的开发和发展至关重要,感谢理解🤣! - -本站还在持续建设之中所以可能会有部分内容暂时处于缺失的状态,不过不用担心,我们很快就会为其添加更多的代码和文章以完善它。 - -## 功能指引 - -- [如何使用“连接”功能?](help/how-to-use-the-remote-link-feature) -- [如何找回数据](help/how-to-recover-data) - -## 问题和建议 - -- [常见问题](help/faqs) - -请先检查上方链接以查找可能对你遇到的有问题有帮助的信息。 - -如果您在使用过程中遇到任何问题需要报告或者希望添加某些新的功能,请在本[GitHub repo](https://github.com/OneLiteCore/LiteWriter/issues) 提交一个 issue - -## 联系我们 - -如果您需要更多的帮助请通过 one.lite.core@gmail.com 邮箱联系我们 \ No newline at end of file diff --git a/content/posts/welcome/index.zh-TW.md b/content/posts/welcome/index.zh-TW.md deleted file mode 100644 index 31d9135..0000000 --- a/content/posts/welcome/index.zh-TW.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -author: 輕羽寫作開發組 -title: 輕羽寫作 - 介紹、指引和文件 -ShowToc: true -TocOpen: true -weight: 1 ---- - -![Img](/LiteWriter/img/app_graphic.jpg) - -👋歡迎來到輕羽寫作官方站!在這篇文件中我們將為您提供關於我們應用的的介紹、指引和文件,以便您瞭解本應用的相關功能以及其是如何運作的。 - -當您看到這篇文件的時候想必您應該是我們應用眾多使用者中的其中一位,當然如果還不是的話您可以在 [Google Play](https://play.google.com/store/apps/details?id=core.writer) 中即刻下載體驗,😄。如果您喜歡我們的應用的話還望能在商店頁面夠給我們 5 星好評,這對我們後續的開發和發展至關重要,感謝理解🤣! - -本站還在持續建設之中所以可能會有部分內容暫時處於缺失的狀態,不過不用擔心,我們很快就會為其新增更多的程式碼和文章以完善它。 - -## 功能指引 - -- [如何使用“連線”功能?](help/how-to-use-the-remote-link-feature) -- [如何找回資料](help/how-to-recover-data) - -## 問題和建議 - -- [常見問題](help/faqs) - -請先檢查上方連結以查詢可能對你遇到的有問題有幫助的資訊。 - -如果您在使用過程中遇到任何問題需要報告或者希望新增某些新的功能,請在本[GitHub repo](https://github.com/OneLiteCore/LiteWriter/issues) 提交一個 issue - -## 聯絡我們 - -如果您需要更多的幫助請透過 one.lite.core@gmail.com 郵箱聯絡我們 \ No newline at end of file diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..87704d1 --- /dev/null +++ b/go.mod @@ -0,0 +1,5 @@ +module github.com/imfing/hextra-starter-template + +go 1.21 + +require github.com/imfing/hextra v0.9.2 // indirect diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..77f0d53 --- /dev/null +++ b/go.sum @@ -0,0 +1,2 @@ +github.com/imfing/hextra v0.9.2 h1:d0qCriq1EZ+IBD9Hew4C9rj5o3FEKaJ1M9PULgFD5jk= +github.com/imfing/hextra v0.9.2/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= diff --git a/hugo.yml b/hugo.yml index 4ece59f..e03bf74 100644 --- a/hugo.yml +++ b/hugo.yml @@ -2,313 +2,192 @@ baseURL: https://onelitecore.github.io/LiteWriter/ title: Lite Writer languageCode: en-us -theme: hugo-book defaultContentLanguage: en defaultContentLanguageInSubdir: true -params: - ShowBreadCrumbs: true - BookLogo: 'img/icon.png' - BookSection: 'posts' +module: + imports: + - path: github.com/imfing/hextra + +markup: + # allow raw html + goldmark: + renderer: + unsafe: true + + # enable hextra syntax highlight + highlight: + noClasses: false + +menu: + main: + - identifier: docs + name: Docs + pageRef: /docs + weight: 1 + - identifier: contact + name: Contact ↗ + url: "mailto://one.lite.core@gmail.com" + weight: 2 + - identifier: search + name: Search + weight: 3 + params: + type: search + - name: GitHub + weight: 4 + url: "https://onelitecore.github.io/LiteWriter/" + params: + icon: github languages: - en: - languageCode: en-US - languageName: English - title: Lite Writer - weight: 1 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: Issues - url: https://github.com/OneLiteCore/LiteWriter/issues - - zh-CN: - languageCode: zh-CN - languageName: 简体中文 - title: 轻羽写作 - weight: 2 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: 问题/建议 - url: https://github.com/OneLiteCore/LiteWriter/issues - - zh-TW: - languageCode: zh-TW - languageName: 繁體中文 - title: 輕羽寫作 - weight: 3 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: 問題/建議 - url: https://github.com/OneLiteCore/LiteWriter/issues - - ar: - languageCode: ar - languageName: Arabic - title: Lite Writer - weight: 4 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: Issues - url: https://github.com/OneLiteCore/LiteWriter/issues - - da: - languageCode: da - languageName: Danish - title: Lite Writer - weight: 5 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: Issues - url: https://github.com/OneLiteCore/LiteWriter/issues - - de: - languageCode: de - languageName: German - title: Lite Writer - weight: 6 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: Issues - url: https://github.com/OneLiteCore/LiteWriter/issues - - es: - languageCode: es - languageName: Spanish - title: Lite Writer - weight: 7 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: Issues - url: https://github.com/OneLiteCore/LiteWriter/issues - - fa: - languageCode: fa - languageName: Persian - title: Lite Writer - weight: 8 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: Issues - url: https://github.com/OneLiteCore/LiteWriter/issues - - fi: - languageCode: fi - languageName: Finnish - title: Lite Writer - weight: 9 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: Issues - url: https://github.com/OneLiteCore/LiteWriter/issues - - fil: - languageCode: fil - languageName: Filipino - title: Lite Writer - weight: 10 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: Issues - url: https://github.com/OneLiteCore/LiteWriter/issues + en: + languageCode: en-US + languageName: English + title: Lite Writer + weight: 1 + + zh-CN: + languageCode: zh-CN + languageName: 简体中文 + title: 轻羽写作 + weight: 2 + + zh-TW: + languageCode: zh-TW + languageName: 繁體中文 + title: 輕羽寫作 + weight: 3 + + ar: + languageCode: ar + languageName: Arabic + title: Lite Writer + weight: 4 - fr: - languageCode: fr - languageName: French - title: Lite Writer - weight: 11 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: Issues - url: https://github.com/OneLiteCore/LiteWriter/issues - - hi: - languageCode: hi - languageName: Hindi - title: Lite Writer - weight: 12 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: Issues - url: https://github.com/OneLiteCore/LiteWriter/issues - - id: - languageCode: id - languageName: Indeonesian - title: Lite Writer - weight: 13 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: Issues - url: https://github.com/OneLiteCore/LiteWriter/issues - - it: - languageCode: it - languageName: Italic - title: Lite Writer - weight: 14 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: Issues - url: https://github.com/OneLiteCore/LiteWriter/issues - - ja: - languageCode: ja - languageName: Japnese - title: Lite Writer - weight: 15 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: Issues - url: https://github.com/OneLiteCore/LiteWriter/issues - - ko: - languageCode: ko - languageName: Korean - title: Lite Writer - weight: 16 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: Issues - url: https://github.com/OneLiteCore/LiteWriter/issues - - ko: - languageCode: ko - languageName: Korean - title: Lite Writer - weight: 17 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: Issues - url: https://github.com/OneLiteCore/LiteWriter/issues - - ms: - languageCode: ms - languageName: Malay - title: Lite Writer - weight: 18 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: Issues - url: https://github.com/OneLiteCore/LiteWriter/issues - - nl: - languageCode: nl - languageName: Dutch - title: Lite Writer - weight: 19 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: Issues - url: https://github.com/OneLiteCore/LiteWriter/issues - - pl: - languageCode: pl - languageName: Polish - title: Lite Writer - weight: 20 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: Issues - url: https://github.com/OneLiteCore/LiteWriter/issues - - pt: - languageCode: pt - languageName: Portuguese - title: Lite Writer - weight: 21 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: Issues - url: https://github.com/OneLiteCore/LiteWriter/issues - - ru: - languageCode: ru - languageName: Russian - title: Lite Writer - weight: 22 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: Issues - url: https://github.com/OneLiteCore/LiteWriter/issues - - th: - languageCode: th - languageName: Thai - title: Lite Writer - weight: 23 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: Issues - url: https://github.com/OneLiteCore/LiteWriter/issues - - tr: - languageCode: tr - languageName: Turkish - title: Lite Writer - weight: 24 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: Issues - url: https://github.com/OneLiteCore/LiteWriter/issues - - uk: - languageCode: tr - languageName: Ukrainian - title: Lite Writer - weight: 24 - menu: - main: - - name: Google Play - url: https://play.google.com/store/apps/details?id=core.writer - - name: Issues - url: https://github.com/OneLiteCore/LiteWriter/issues \ No newline at end of file + da: + languageCode: da + languageName: Danish + title: Lite Writer + weight: 5 + + de: + languageCode: de + languageName: German + title: Lite Writer + weight: 6 + + es: + languageCode: es + languageName: Spanish + title: Lite Writer + weight: 7 + + fa: + languageCode: fa + languageName: Persian + title: Lite Writer + weight: 8 + + fi: + languageCode: fi + languageName: Finnish + title: Lite Writer + weight: 9 + + fil: + languageCode: fil + languageName: Filipino + title: Lite Writer + weight: 10 + + fr: + languageCode: fr + languageName: French + title: Lite Writer + weight: 11 + + hi: + languageCode: hi + languageName: Hindi + title: Lite Writer + weight: 12 + + id: + languageCode: id + languageName: Indeonesian + title: Lite Writer + weight: 13 + + it: + languageCode: it + languageName: Italic + title: Lite Writer + weight: 14 + + ja: + languageCode: ja + languageName: Japnese + title: Lite Writer + weight: 15 + + ko: + languageCode: ko + languageName: Korean + title: Lite Writer + weight: 16 + + ko: + languageCode: ko + languageName: Korean + title: Lite Writer + weight: 17 + + ms: + languageCode: ms + languageName: Malay + title: Lite Writer + weight: 18 + + nl: + languageCode: nl + languageName: Dutch + title: Lite Writer + weight: 19 + + pl: + languageCode: pl + languageName: Polish + title: Lite Writer + weight: 20 + + pt: + languageCode: pt + languageName: Portuguese + title: Lite Writer + weight: 21 + + ru: + languageCode: ru + languageName: Russian + title: Lite Writer + weight: 22 + + th: + languageCode: th + languageName: Thai + title: Lite Writer + weight: 23 + + tr: + languageCode: tr + languageName: Turkish + title: Lite Writer + weight: 24 + + uk: + languageCode: tr + languageName: Ukrainian + title: Lite Writer + weight: 24 diff --git a/i18n/zh-CN.yaml b/i18n/zh-CN.yaml new file mode 100644 index 0000000..a1b5037 --- /dev/null +++ b/i18n/zh-CN.yaml @@ -0,0 +1,3 @@ +docs: "文档" +contact: "联系我们↗" +search: "搜索" diff --git a/i18n/zh-TW.yaml b/i18n/zh-TW.yaml new file mode 100644 index 0000000..0c89544 --- /dev/null +++ b/i18n/zh-TW.yaml @@ -0,0 +1,3 @@ +docs: "文件" +contact: "聯絡我們↗" +search: "搜尋" From 6d4bfcb56a809957ca0113696bd1a9f6ffc18054 Mon Sep 17 00:00:00 2001 From: OneLiteCore Date: Sun, 5 Jan 2025 00:35:27 +0800 Subject: [PATCH 3/7] Fix folder struct --- content/{index.md => _index.md} | 0 content/{index.zh-CN.md => _index.zh-CN.md} | 0 content/{index.zh-TW.md => _index.zh-TW.md} | 0 content/docs/{index.md => _index.md} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename content/{index.md => _index.md} (100%) rename content/{index.zh-CN.md => _index.zh-CN.md} (100%) rename content/{index.zh-TW.md => _index.zh-TW.md} (100%) rename content/docs/{index.md => _index.md} (100%) diff --git a/content/index.md b/content/_index.md similarity index 100% rename from content/index.md rename to content/_index.md diff --git a/content/index.zh-CN.md b/content/_index.zh-CN.md similarity index 100% rename from content/index.zh-CN.md rename to content/_index.zh-CN.md diff --git a/content/index.zh-TW.md b/content/_index.zh-TW.md similarity index 100% rename from content/index.zh-TW.md rename to content/_index.zh-TW.md diff --git a/content/docs/index.md b/content/docs/_index.md similarity index 100% rename from content/docs/index.md rename to content/docs/_index.md From dbcfb5243d7080974bc7fe17a46863ec8765f688 Mon Sep 17 00:00:00 2001 From: OneLiteCore Date: Sun, 5 Jan 2025 01:45:48 +0800 Subject: [PATCH 4/7] Update some front matter --- content/_index.md | 4 ++++ content/_index.zh-CN.md | 4 ++++ content/_index.zh-TW.md | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/content/_index.md b/content/_index.md index ac13c76..1113dfd 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,3 +1,7 @@ +--- +copy_mark: "src" +--- + ![Img](/img/app_graphic.jpg) # Lite Writer: Writing/Note/Memo diff --git a/content/_index.zh-CN.md b/content/_index.zh-CN.md index 5436eee..306cc84 100644 --- a/content/_index.zh-CN.md +++ b/content/_index.zh-CN.md @@ -1,3 +1,7 @@ +--- +copy_mark: "src" +--- + ![Img](/img/app_graphic.jpg) # 轻羽写作:写小说编辑剧本创作笔记便签日记Markdown diff --git a/content/_index.zh-TW.md b/content/_index.zh-TW.md index 6be9960..fc6ac78 100644 --- a/content/_index.zh-TW.md +++ b/content/_index.zh-TW.md @@ -1,3 +1,7 @@ +--- +copy_mark: "src" +--- + ![Img](/img/app_graphic.jpg) # 輕羽寫作:寫小說編輯劇本創作筆記便籤日記Markdown From f647b24adfafa67a42d3782000b9b839af456004 Mon Sep 17 00:00:00 2001 From: OneLiteCore Date: Sun, 5 Jan 2025 01:56:10 +0800 Subject: [PATCH 5/7] Update some copied docs --- content/_index.ar.md | 22 ++++++++++++++++++++++ content/_index.da.md | 22 ++++++++++++++++++++++ content/_index.de.md | 22 ++++++++++++++++++++++ content/_index.es.md | 22 ++++++++++++++++++++++ content/_index.fa.md | 22 ++++++++++++++++++++++ content/_index.fi.md | 22 ++++++++++++++++++++++ content/_index.fil.md | 22 ++++++++++++++++++++++ content/_index.fr.md | 22 ++++++++++++++++++++++ content/_index.hi.md | 22 ++++++++++++++++++++++ content/_index.id.md | 22 ++++++++++++++++++++++ content/_index.it.md | 22 ++++++++++++++++++++++ content/_index.ja.md | 22 ++++++++++++++++++++++ content/_index.ko.md | 22 ++++++++++++++++++++++ content/_index.ms.md | 22 ++++++++++++++++++++++ content/_index.nl.md | 22 ++++++++++++++++++++++ content/_index.pl.md | 22 ++++++++++++++++++++++ content/_index.pt.md | 22 ++++++++++++++++++++++ content/_index.ru.md | 22 ++++++++++++++++++++++ content/_index.th.md | 22 ++++++++++++++++++++++ content/_index.tr.md | 22 ++++++++++++++++++++++ content/_index.uk.md | 22 ++++++++++++++++++++++ content/docs/_index.md | 1 + 22 files changed, 463 insertions(+) create mode 100644 content/_index.ar.md create mode 100644 content/_index.da.md create mode 100644 content/_index.de.md create mode 100644 content/_index.es.md create mode 100644 content/_index.fa.md create mode 100644 content/_index.fi.md create mode 100644 content/_index.fil.md create mode 100644 content/_index.fr.md create mode 100644 content/_index.hi.md create mode 100644 content/_index.id.md create mode 100644 content/_index.it.md create mode 100644 content/_index.ja.md create mode 100644 content/_index.ko.md create mode 100644 content/_index.ms.md create mode 100644 content/_index.nl.md create mode 100644 content/_index.pl.md create mode 100644 content/_index.pt.md create mode 100644 content/_index.ru.md create mode 100644 content/_index.th.md create mode 100644 content/_index.tr.md create mode 100644 content/_index.uk.md diff --git a/content/_index.ar.md b/content/_index.ar.md new file mode 100644 index 0000000..542770e --- /dev/null +++ b/content/_index.ar.md @@ -0,0 +1,22 @@ +--- +copy_mark: "copied" +--- + +![Img](/img/app_graphic.jpg) + +# Lite Writer: Writing/Note/Memo + +👋 Hello there, welcome to the official site of the Lite Writer app! On this site we will provide you intro, guidences and documents of the app, to let you know what kind of features it has and how they work. + +
+
+{{< hextra/hero-button text="Get Started" link="docs/data-syncing" margin-top="20px">}} +
+ +If you haven't downloaded the app yet, hit the buttons below to go to the app store that you like to download the app. Do remember that if you like it we truly hope that you can give us 5⭐ on store, it is very important to us and encourage us to keep working and improving this app, many thanks in advance🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/_index.da.md b/content/_index.da.md new file mode 100644 index 0000000..542770e --- /dev/null +++ b/content/_index.da.md @@ -0,0 +1,22 @@ +--- +copy_mark: "copied" +--- + +![Img](/img/app_graphic.jpg) + +# Lite Writer: Writing/Note/Memo + +👋 Hello there, welcome to the official site of the Lite Writer app! On this site we will provide you intro, guidences and documents of the app, to let you know what kind of features it has and how they work. + +
+
+{{< hextra/hero-button text="Get Started" link="docs/data-syncing" margin-top="20px">}} +
+ +If you haven't downloaded the app yet, hit the buttons below to go to the app store that you like to download the app. Do remember that if you like it we truly hope that you can give us 5⭐ on store, it is very important to us and encourage us to keep working and improving this app, many thanks in advance🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/_index.de.md b/content/_index.de.md new file mode 100644 index 0000000..542770e --- /dev/null +++ b/content/_index.de.md @@ -0,0 +1,22 @@ +--- +copy_mark: "copied" +--- + +![Img](/img/app_graphic.jpg) + +# Lite Writer: Writing/Note/Memo + +👋 Hello there, welcome to the official site of the Lite Writer app! On this site we will provide you intro, guidences and documents of the app, to let you know what kind of features it has and how they work. + +
+
+{{< hextra/hero-button text="Get Started" link="docs/data-syncing" margin-top="20px">}} +
+ +If you haven't downloaded the app yet, hit the buttons below to go to the app store that you like to download the app. Do remember that if you like it we truly hope that you can give us 5⭐ on store, it is very important to us and encourage us to keep working and improving this app, many thanks in advance🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/_index.es.md b/content/_index.es.md new file mode 100644 index 0000000..542770e --- /dev/null +++ b/content/_index.es.md @@ -0,0 +1,22 @@ +--- +copy_mark: "copied" +--- + +![Img](/img/app_graphic.jpg) + +# Lite Writer: Writing/Note/Memo + +👋 Hello there, welcome to the official site of the Lite Writer app! On this site we will provide you intro, guidences and documents of the app, to let you know what kind of features it has and how they work. + +
+
+{{< hextra/hero-button text="Get Started" link="docs/data-syncing" margin-top="20px">}} +
+ +If you haven't downloaded the app yet, hit the buttons below to go to the app store that you like to download the app. Do remember that if you like it we truly hope that you can give us 5⭐ on store, it is very important to us and encourage us to keep working and improving this app, many thanks in advance🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/_index.fa.md b/content/_index.fa.md new file mode 100644 index 0000000..542770e --- /dev/null +++ b/content/_index.fa.md @@ -0,0 +1,22 @@ +--- +copy_mark: "copied" +--- + +![Img](/img/app_graphic.jpg) + +# Lite Writer: Writing/Note/Memo + +👋 Hello there, welcome to the official site of the Lite Writer app! On this site we will provide you intro, guidences and documents of the app, to let you know what kind of features it has and how they work. + +
+
+{{< hextra/hero-button text="Get Started" link="docs/data-syncing" margin-top="20px">}} +
+ +If you haven't downloaded the app yet, hit the buttons below to go to the app store that you like to download the app. Do remember that if you like it we truly hope that you can give us 5⭐ on store, it is very important to us and encourage us to keep working and improving this app, many thanks in advance🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/_index.fi.md b/content/_index.fi.md new file mode 100644 index 0000000..542770e --- /dev/null +++ b/content/_index.fi.md @@ -0,0 +1,22 @@ +--- +copy_mark: "copied" +--- + +![Img](/img/app_graphic.jpg) + +# Lite Writer: Writing/Note/Memo + +👋 Hello there, welcome to the official site of the Lite Writer app! On this site we will provide you intro, guidences and documents of the app, to let you know what kind of features it has and how they work. + +
+
+{{< hextra/hero-button text="Get Started" link="docs/data-syncing" margin-top="20px">}} +
+ +If you haven't downloaded the app yet, hit the buttons below to go to the app store that you like to download the app. Do remember that if you like it we truly hope that you can give us 5⭐ on store, it is very important to us and encourage us to keep working and improving this app, many thanks in advance🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/_index.fil.md b/content/_index.fil.md new file mode 100644 index 0000000..542770e --- /dev/null +++ b/content/_index.fil.md @@ -0,0 +1,22 @@ +--- +copy_mark: "copied" +--- + +![Img](/img/app_graphic.jpg) + +# Lite Writer: Writing/Note/Memo + +👋 Hello there, welcome to the official site of the Lite Writer app! On this site we will provide you intro, guidences and documents of the app, to let you know what kind of features it has and how they work. + +
+
+{{< hextra/hero-button text="Get Started" link="docs/data-syncing" margin-top="20px">}} +
+ +If you haven't downloaded the app yet, hit the buttons below to go to the app store that you like to download the app. Do remember that if you like it we truly hope that you can give us 5⭐ on store, it is very important to us and encourage us to keep working and improving this app, many thanks in advance🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/_index.fr.md b/content/_index.fr.md new file mode 100644 index 0000000..542770e --- /dev/null +++ b/content/_index.fr.md @@ -0,0 +1,22 @@ +--- +copy_mark: "copied" +--- + +![Img](/img/app_graphic.jpg) + +# Lite Writer: Writing/Note/Memo + +👋 Hello there, welcome to the official site of the Lite Writer app! On this site we will provide you intro, guidences and documents of the app, to let you know what kind of features it has and how they work. + +
+
+{{< hextra/hero-button text="Get Started" link="docs/data-syncing" margin-top="20px">}} +
+ +If you haven't downloaded the app yet, hit the buttons below to go to the app store that you like to download the app. Do remember that if you like it we truly hope that you can give us 5⭐ on store, it is very important to us and encourage us to keep working and improving this app, many thanks in advance🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/_index.hi.md b/content/_index.hi.md new file mode 100644 index 0000000..542770e --- /dev/null +++ b/content/_index.hi.md @@ -0,0 +1,22 @@ +--- +copy_mark: "copied" +--- + +![Img](/img/app_graphic.jpg) + +# Lite Writer: Writing/Note/Memo + +👋 Hello there, welcome to the official site of the Lite Writer app! On this site we will provide you intro, guidences and documents of the app, to let you know what kind of features it has and how they work. + +
+
+{{< hextra/hero-button text="Get Started" link="docs/data-syncing" margin-top="20px">}} +
+ +If you haven't downloaded the app yet, hit the buttons below to go to the app store that you like to download the app. Do remember that if you like it we truly hope that you can give us 5⭐ on store, it is very important to us and encourage us to keep working and improving this app, many thanks in advance🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/_index.id.md b/content/_index.id.md new file mode 100644 index 0000000..542770e --- /dev/null +++ b/content/_index.id.md @@ -0,0 +1,22 @@ +--- +copy_mark: "copied" +--- + +![Img](/img/app_graphic.jpg) + +# Lite Writer: Writing/Note/Memo + +👋 Hello there, welcome to the official site of the Lite Writer app! On this site we will provide you intro, guidences and documents of the app, to let you know what kind of features it has and how they work. + +
+
+{{< hextra/hero-button text="Get Started" link="docs/data-syncing" margin-top="20px">}} +
+ +If you haven't downloaded the app yet, hit the buttons below to go to the app store that you like to download the app. Do remember that if you like it we truly hope that you can give us 5⭐ on store, it is very important to us and encourage us to keep working and improving this app, many thanks in advance🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/_index.it.md b/content/_index.it.md new file mode 100644 index 0000000..542770e --- /dev/null +++ b/content/_index.it.md @@ -0,0 +1,22 @@ +--- +copy_mark: "copied" +--- + +![Img](/img/app_graphic.jpg) + +# Lite Writer: Writing/Note/Memo + +👋 Hello there, welcome to the official site of the Lite Writer app! On this site we will provide you intro, guidences and documents of the app, to let you know what kind of features it has and how they work. + +
+
+{{< hextra/hero-button text="Get Started" link="docs/data-syncing" margin-top="20px">}} +
+ +If you haven't downloaded the app yet, hit the buttons below to go to the app store that you like to download the app. Do remember that if you like it we truly hope that you can give us 5⭐ on store, it is very important to us and encourage us to keep working and improving this app, many thanks in advance🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/_index.ja.md b/content/_index.ja.md new file mode 100644 index 0000000..542770e --- /dev/null +++ b/content/_index.ja.md @@ -0,0 +1,22 @@ +--- +copy_mark: "copied" +--- + +![Img](/img/app_graphic.jpg) + +# Lite Writer: Writing/Note/Memo + +👋 Hello there, welcome to the official site of the Lite Writer app! On this site we will provide you intro, guidences and documents of the app, to let you know what kind of features it has and how they work. + +
+
+{{< hextra/hero-button text="Get Started" link="docs/data-syncing" margin-top="20px">}} +
+ +If you haven't downloaded the app yet, hit the buttons below to go to the app store that you like to download the app. Do remember that if you like it we truly hope that you can give us 5⭐ on store, it is very important to us and encourage us to keep working and improving this app, many thanks in advance🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/_index.ko.md b/content/_index.ko.md new file mode 100644 index 0000000..542770e --- /dev/null +++ b/content/_index.ko.md @@ -0,0 +1,22 @@ +--- +copy_mark: "copied" +--- + +![Img](/img/app_graphic.jpg) + +# Lite Writer: Writing/Note/Memo + +👋 Hello there, welcome to the official site of the Lite Writer app! On this site we will provide you intro, guidences and documents of the app, to let you know what kind of features it has and how they work. + +
+
+{{< hextra/hero-button text="Get Started" link="docs/data-syncing" margin-top="20px">}} +
+ +If you haven't downloaded the app yet, hit the buttons below to go to the app store that you like to download the app. Do remember that if you like it we truly hope that you can give us 5⭐ on store, it is very important to us and encourage us to keep working and improving this app, many thanks in advance🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/_index.ms.md b/content/_index.ms.md new file mode 100644 index 0000000..542770e --- /dev/null +++ b/content/_index.ms.md @@ -0,0 +1,22 @@ +--- +copy_mark: "copied" +--- + +![Img](/img/app_graphic.jpg) + +# Lite Writer: Writing/Note/Memo + +👋 Hello there, welcome to the official site of the Lite Writer app! On this site we will provide you intro, guidences and documents of the app, to let you know what kind of features it has and how they work. + +
+
+{{< hextra/hero-button text="Get Started" link="docs/data-syncing" margin-top="20px">}} +
+ +If you haven't downloaded the app yet, hit the buttons below to go to the app store that you like to download the app. Do remember that if you like it we truly hope that you can give us 5⭐ on store, it is very important to us and encourage us to keep working and improving this app, many thanks in advance🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/_index.nl.md b/content/_index.nl.md new file mode 100644 index 0000000..542770e --- /dev/null +++ b/content/_index.nl.md @@ -0,0 +1,22 @@ +--- +copy_mark: "copied" +--- + +![Img](/img/app_graphic.jpg) + +# Lite Writer: Writing/Note/Memo + +👋 Hello there, welcome to the official site of the Lite Writer app! On this site we will provide you intro, guidences and documents of the app, to let you know what kind of features it has and how they work. + +
+
+{{< hextra/hero-button text="Get Started" link="docs/data-syncing" margin-top="20px">}} +
+ +If you haven't downloaded the app yet, hit the buttons below to go to the app store that you like to download the app. Do remember that if you like it we truly hope that you can give us 5⭐ on store, it is very important to us and encourage us to keep working and improving this app, many thanks in advance🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/_index.pl.md b/content/_index.pl.md new file mode 100644 index 0000000..542770e --- /dev/null +++ b/content/_index.pl.md @@ -0,0 +1,22 @@ +--- +copy_mark: "copied" +--- + +![Img](/img/app_graphic.jpg) + +# Lite Writer: Writing/Note/Memo + +👋 Hello there, welcome to the official site of the Lite Writer app! On this site we will provide you intro, guidences and documents of the app, to let you know what kind of features it has and how they work. + +
+
+{{< hextra/hero-button text="Get Started" link="docs/data-syncing" margin-top="20px">}} +
+ +If you haven't downloaded the app yet, hit the buttons below to go to the app store that you like to download the app. Do remember that if you like it we truly hope that you can give us 5⭐ on store, it is very important to us and encourage us to keep working and improving this app, many thanks in advance🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/_index.pt.md b/content/_index.pt.md new file mode 100644 index 0000000..542770e --- /dev/null +++ b/content/_index.pt.md @@ -0,0 +1,22 @@ +--- +copy_mark: "copied" +--- + +![Img](/img/app_graphic.jpg) + +# Lite Writer: Writing/Note/Memo + +👋 Hello there, welcome to the official site of the Lite Writer app! On this site we will provide you intro, guidences and documents of the app, to let you know what kind of features it has and how they work. + +
+
+{{< hextra/hero-button text="Get Started" link="docs/data-syncing" margin-top="20px">}} +
+ +If you haven't downloaded the app yet, hit the buttons below to go to the app store that you like to download the app. Do remember that if you like it we truly hope that you can give us 5⭐ on store, it is very important to us and encourage us to keep working and improving this app, many thanks in advance🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/_index.ru.md b/content/_index.ru.md new file mode 100644 index 0000000..542770e --- /dev/null +++ b/content/_index.ru.md @@ -0,0 +1,22 @@ +--- +copy_mark: "copied" +--- + +![Img](/img/app_graphic.jpg) + +# Lite Writer: Writing/Note/Memo + +👋 Hello there, welcome to the official site of the Lite Writer app! On this site we will provide you intro, guidences and documents of the app, to let you know what kind of features it has and how they work. + +
+
+{{< hextra/hero-button text="Get Started" link="docs/data-syncing" margin-top="20px">}} +
+ +If you haven't downloaded the app yet, hit the buttons below to go to the app store that you like to download the app. Do remember that if you like it we truly hope that you can give us 5⭐ on store, it is very important to us and encourage us to keep working and improving this app, many thanks in advance🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/_index.th.md b/content/_index.th.md new file mode 100644 index 0000000..542770e --- /dev/null +++ b/content/_index.th.md @@ -0,0 +1,22 @@ +--- +copy_mark: "copied" +--- + +![Img](/img/app_graphic.jpg) + +# Lite Writer: Writing/Note/Memo + +👋 Hello there, welcome to the official site of the Lite Writer app! On this site we will provide you intro, guidences and documents of the app, to let you know what kind of features it has and how they work. + +
+
+{{< hextra/hero-button text="Get Started" link="docs/data-syncing" margin-top="20px">}} +
+ +If you haven't downloaded the app yet, hit the buttons below to go to the app store that you like to download the app. Do remember that if you like it we truly hope that you can give us 5⭐ on store, it is very important to us and encourage us to keep working and improving this app, many thanks in advance🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/_index.tr.md b/content/_index.tr.md new file mode 100644 index 0000000..542770e --- /dev/null +++ b/content/_index.tr.md @@ -0,0 +1,22 @@ +--- +copy_mark: "copied" +--- + +![Img](/img/app_graphic.jpg) + +# Lite Writer: Writing/Note/Memo + +👋 Hello there, welcome to the official site of the Lite Writer app! On this site we will provide you intro, guidences and documents of the app, to let you know what kind of features it has and how they work. + +
+
+{{< hextra/hero-button text="Get Started" link="docs/data-syncing" margin-top="20px">}} +
+ +If you haven't downloaded the app yet, hit the buttons below to go to the app store that you like to download the app. Do remember that if you like it we truly hope that you can give us 5⭐ on store, it is very important to us and encourage us to keep working and improving this app, many thanks in advance🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/_index.uk.md b/content/_index.uk.md new file mode 100644 index 0000000..542770e --- /dev/null +++ b/content/_index.uk.md @@ -0,0 +1,22 @@ +--- +copy_mark: "copied" +--- + +![Img](/img/app_graphic.jpg) + +# Lite Writer: Writing/Note/Memo + +👋 Hello there, welcome to the official site of the Lite Writer app! On this site we will provide you intro, guidences and documents of the app, to let you know what kind of features it has and how they work. + +
+
+{{< hextra/hero-button text="Get Started" link="docs/data-syncing" margin-top="20px">}} +
+ +If you haven't downloaded the app yet, hit the buttons below to go to the app store that you like to download the app. Do remember that if you like it we truly hope that you can give us 5⭐ on store, it is very important to us and encourage us to keep working and improving this app, many thanks in advance🤣! + +{{< cards >}} + {{< card title="Google Play" link="https://play.google.com/store/apps/details?id=core.writer">}} + {{< card title="应用宝" link="https://sj.qq.com/appdetail/core.writer">}} + {{< card title="酷安" link="https://www.coolapk.com/apk/core.writer">}} +{{< /cards >}} diff --git a/content/docs/_index.md b/content/docs/_index.md index e97f832..4656b47 100644 --- a/content/docs/_index.md +++ b/content/docs/_index.md @@ -1,5 +1,6 @@ --- linkTitle: "Documents" +copy_mark: "src" --- # Documents From 49849bff02a202bf885114914b696b23b529a691 Mon Sep 17 00:00:00 2001 From: OneLiteCore Date: Sun, 5 Jan 2025 02:01:36 +0800 Subject: [PATCH 6/7] Update some copied docs --- content/docs/_index.ar.md | 8 + content/docs/_index.da.md | 8 + content/docs/_index.de.md | 8 + content/docs/_index.es.md | 8 + content/docs/_index.fa.md | 8 + content/docs/_index.fi.md | 8 + content/docs/_index.fil.md | 8 + content/docs/_index.fr.md | 8 + content/docs/_index.hi.md | 8 + content/docs/_index.id.md | 8 + content/docs/_index.it.md | 8 + content/docs/_index.ja.md | 8 + content/docs/_index.ko.md | 8 + content/docs/_index.ms.md | 8 + content/docs/_index.nl.md | 8 + content/docs/_index.pl.md | 8 + content/docs/_index.pt.md | 8 + content/docs/_index.ru.md | 8 + content/docs/_index.th.md | 8 + content/docs/_index.tr.md | 8 + content/docs/_index.uk.md | 8 + content/docs/_index.zh-CN.md | 8 + content/docs/_index.zh-TW.md | 8 + content/docs/changelogs/index.ar.md | 53 ++++++ content/docs/changelogs/index.da.md | 53 ++++++ content/docs/changelogs/index.de.md | 53 ++++++ content/docs/changelogs/index.es.md | 53 ++++++ content/docs/changelogs/index.fa.md | 53 ++++++ content/docs/changelogs/index.fi.md | 53 ++++++ content/docs/changelogs/index.fil.md | 53 ++++++ content/docs/changelogs/index.fr.md | 53 ++++++ content/docs/changelogs/index.hi.md | 53 ++++++ content/docs/changelogs/index.id.md | 53 ++++++ content/docs/changelogs/index.it.md | 53 ++++++ content/docs/changelogs/index.ja.md | 53 ++++++ content/docs/changelogs/index.ko.md | 53 ++++++ content/docs/changelogs/index.md | 1 + content/docs/changelogs/index.ms.md | 53 ++++++ content/docs/changelogs/index.nl.md | 53 ++++++ content/docs/changelogs/index.pl.md | 53 ++++++ content/docs/changelogs/index.pt.md | 53 ++++++ content/docs/changelogs/index.ru.md | 53 ++++++ content/docs/changelogs/index.th.md | 53 ++++++ content/docs/changelogs/index.tr.md | 53 ++++++ content/docs/changelogs/index.uk.md | 53 ++++++ content/docs/changelogs/index.zh-CN.md | 1 + content/docs/changelogs/index.zh-TW.md | 1 + content/docs/faqs/index.ar.md | 28 +++ content/docs/faqs/index.da.md | 28 +++ content/docs/faqs/index.de.md | 28 +++ content/docs/faqs/index.es.md | 28 +++ content/docs/faqs/index.fa.md | 28 +++ content/docs/faqs/index.fi.md | 28 +++ content/docs/faqs/index.fil.md | 28 +++ content/docs/faqs/index.fr.md | 28 +++ content/docs/faqs/index.hi.md | 28 +++ content/docs/faqs/index.id.md | 28 +++ content/docs/faqs/index.it.md | 28 +++ content/docs/faqs/index.ja.md | 28 +++ content/docs/faqs/index.ko.md | 28 +++ content/docs/faqs/index.md | 1 + content/docs/faqs/index.ms.md | 28 +++ content/docs/faqs/index.nl.md | 28 +++ content/docs/faqs/index.pl.md | 28 +++ content/docs/faqs/index.pt.md | 28 +++ content/docs/faqs/index.ru.md | 28 +++ content/docs/faqs/index.th.md | 28 +++ content/docs/faqs/index.tr.md | 28 +++ content/docs/faqs/index.uk.md | 28 +++ content/docs/faqs/index.zh-CN.md | 1 + content/docs/faqs/index.zh-TW.md | 1 + content/docs/localization/index.ar.md | 11 ++ content/docs/localization/index.da.md | 11 ++ content/docs/localization/index.de.md | 11 ++ content/docs/localization/index.es.md | 11 ++ content/docs/localization/index.fa.md | 11 ++ content/docs/localization/index.fi.md | 11 ++ content/docs/localization/index.fil.md | 11 ++ content/docs/localization/index.fr.md | 11 ++ content/docs/localization/index.hi.md | 11 ++ content/docs/localization/index.id.md | 11 ++ content/docs/localization/index.it.md | 11 ++ content/docs/localization/index.ja.md | 11 ++ content/docs/localization/index.ko.md | 11 ++ content/docs/localization/index.md | 1 + content/docs/localization/index.ms.md | 11 ++ content/docs/localization/index.nl.md | 11 ++ content/docs/localization/index.pl.md | 11 ++ content/docs/localization/index.pt.md | 11 ++ content/docs/localization/index.ru.md | 11 ++ content/docs/localization/index.th.md | 11 ++ content/docs/localization/index.tr.md | 11 ++ content/docs/localization/index.uk.md | 11 ++ content/docs/localization/index.zh-CN.md | 11 ++ content/docs/localization/index.zh-TW.md | 11 ++ content/docs/open-source-licenses/index.ar.md | 173 ++++++++++++++++++ content/docs/open-source-licenses/index.da.md | 173 ++++++++++++++++++ content/docs/open-source-licenses/index.de.md | 173 ++++++++++++++++++ content/docs/open-source-licenses/index.es.md | 173 ++++++++++++++++++ content/docs/open-source-licenses/index.fa.md | 173 ++++++++++++++++++ content/docs/open-source-licenses/index.fi.md | 173 ++++++++++++++++++ .../docs/open-source-licenses/index.fil.md | 173 ++++++++++++++++++ content/docs/open-source-licenses/index.fr.md | 173 ++++++++++++++++++ content/docs/open-source-licenses/index.hi.md | 173 ++++++++++++++++++ content/docs/open-source-licenses/index.id.md | 173 ++++++++++++++++++ content/docs/open-source-licenses/index.it.md | 173 ++++++++++++++++++ content/docs/open-source-licenses/index.ja.md | 173 ++++++++++++++++++ content/docs/open-source-licenses/index.ko.md | 173 ++++++++++++++++++ content/docs/open-source-licenses/index.md | 1 + content/docs/open-source-licenses/index.ms.md | 173 ++++++++++++++++++ content/docs/open-source-licenses/index.nl.md | 173 ++++++++++++++++++ content/docs/open-source-licenses/index.pl.md | 173 ++++++++++++++++++ content/docs/open-source-licenses/index.pt.md | 173 ++++++++++++++++++ content/docs/open-source-licenses/index.ru.md | 173 ++++++++++++++++++ content/docs/open-source-licenses/index.th.md | 173 ++++++++++++++++++ content/docs/open-source-licenses/index.tr.md | 173 ++++++++++++++++++ content/docs/open-source-licenses/index.uk.md | 173 ++++++++++++++++++ .../docs/open-source-licenses/index.zh-CN.md | 173 ++++++++++++++++++ .../docs/open-source-licenses/index.zh-TW.md | 173 ++++++++++++++++++ content/docs/privacy-policy/index.ar.md | 69 +++++++ content/docs/privacy-policy/index.da.md | 69 +++++++ content/docs/privacy-policy/index.de.md | 69 +++++++ content/docs/privacy-policy/index.es.md | 69 +++++++ content/docs/privacy-policy/index.fa.md | 69 +++++++ content/docs/privacy-policy/index.fi.md | 69 +++++++ content/docs/privacy-policy/index.fil.md | 69 +++++++ content/docs/privacy-policy/index.fr.md | 69 +++++++ content/docs/privacy-policy/index.hi.md | 69 +++++++ content/docs/privacy-policy/index.id.md | 69 +++++++ content/docs/privacy-policy/index.it.md | 69 +++++++ content/docs/privacy-policy/index.ja.md | 69 +++++++ content/docs/privacy-policy/index.ko.md | 69 +++++++ content/docs/privacy-policy/index.md | 1 + content/docs/privacy-policy/index.ms.md | 69 +++++++ content/docs/privacy-policy/index.nl.md | 69 +++++++ content/docs/privacy-policy/index.pl.md | 69 +++++++ content/docs/privacy-policy/index.pt.md | 69 +++++++ content/docs/privacy-policy/index.ru.md | 69 +++++++ content/docs/privacy-policy/index.th.md | 69 +++++++ content/docs/privacy-policy/index.tr.md | 69 +++++++ content/docs/privacy-policy/index.uk.md | 69 +++++++ content/docs/privacy-policy/index.zh-CN.md | 69 +++++++ content/docs/privacy-policy/index.zh-TW.md | 69 +++++++ content/docs/remote-link/index.ar.md | 39 ++++ content/docs/remote-link/index.da.md | 39 ++++ content/docs/remote-link/index.de.md | 39 ++++ content/docs/remote-link/index.es.md | 39 ++++ content/docs/remote-link/index.fa.md | 39 ++++ content/docs/remote-link/index.fi.md | 39 ++++ content/docs/remote-link/index.fil.md | 39 ++++ content/docs/remote-link/index.fr.md | 39 ++++ content/docs/remote-link/index.hi.md | 39 ++++ content/docs/remote-link/index.id.md | 39 ++++ content/docs/remote-link/index.it.md | 39 ++++ content/docs/remote-link/index.ja.md | 39 ++++ content/docs/remote-link/index.ko.md | 39 ++++ content/docs/remote-link/index.md | 5 +- content/docs/remote-link/index.ms.md | 39 ++++ content/docs/remote-link/index.nl.md | 39 ++++ content/docs/remote-link/index.pl.md | 39 ++++ content/docs/remote-link/index.pt.md | 39 ++++ content/docs/remote-link/index.ru.md | 39 ++++ content/docs/remote-link/index.th.md | 39 ++++ content/docs/remote-link/index.tr.md | 39 ++++ content/docs/remote-link/index.uk.md | 39 ++++ content/docs/remote-link/index.zh-CN.md | 7 +- content/docs/remote-link/index.zh-TW.md | 7 +- content/docs/user-terms/index.ar.md | 113 ++++++++++++ content/docs/user-terms/index.da.md | 113 ++++++++++++ content/docs/user-terms/index.de.md | 113 ++++++++++++ content/docs/user-terms/index.es.md | 113 ++++++++++++ content/docs/user-terms/index.fa.md | 113 ++++++++++++ content/docs/user-terms/index.fi.md | 113 ++++++++++++ content/docs/user-terms/index.fil.md | 113 ++++++++++++ content/docs/user-terms/index.fr.md | 113 ++++++++++++ content/docs/user-terms/index.hi.md | 113 ++++++++++++ content/docs/user-terms/index.id.md | 113 ++++++++++++ content/docs/user-terms/index.it.md | 113 ++++++++++++ content/docs/user-terms/index.ja.md | 113 ++++++++++++ content/docs/user-terms/index.ko.md | 113 ++++++++++++ content/docs/user-terms/index.md | 1 + content/docs/user-terms/index.ms.md | 113 ++++++++++++ content/docs/user-terms/index.nl.md | 113 ++++++++++++ content/docs/user-terms/index.pl.md | 113 ++++++++++++ content/docs/user-terms/index.pt.md | 113 ++++++++++++ content/docs/user-terms/index.ru.md | 113 ++++++++++++ content/docs/user-terms/index.th.md | 113 ++++++++++++ content/docs/user-terms/index.tr.md | 113 ++++++++++++ content/docs/user-terms/index.uk.md | 113 ++++++++++++ content/docs/user-terms/index.zh-CN.md | 113 ++++++++++++ content/docs/user-terms/index.zh-TW.md | 113 ++++++++++++ .../remote-link => static/img}/add_drive.webp | Bin .../img}/add_drive.zh-CN.webp | Bin .../img}/add_drive.zh-TW.webp | Bin .../docs/remote-link => static/img}/done.webp | Bin .../img}/done.zh-CN.webp | Bin .../img}/done.zh-TW.webp | Bin 197 files changed, 11143 insertions(+), 8 deletions(-) create mode 100644 content/docs/_index.ar.md create mode 100644 content/docs/_index.da.md create mode 100644 content/docs/_index.de.md create mode 100644 content/docs/_index.es.md create mode 100644 content/docs/_index.fa.md create mode 100644 content/docs/_index.fi.md create mode 100644 content/docs/_index.fil.md create mode 100644 content/docs/_index.fr.md create mode 100644 content/docs/_index.hi.md create mode 100644 content/docs/_index.id.md create mode 100644 content/docs/_index.it.md create mode 100644 content/docs/_index.ja.md create mode 100644 content/docs/_index.ko.md create mode 100644 content/docs/_index.ms.md create mode 100644 content/docs/_index.nl.md create mode 100644 content/docs/_index.pl.md create mode 100644 content/docs/_index.pt.md create mode 100644 content/docs/_index.ru.md create mode 100644 content/docs/_index.th.md create mode 100644 content/docs/_index.tr.md create mode 100644 content/docs/_index.uk.md create mode 100644 content/docs/_index.zh-CN.md create mode 100644 content/docs/_index.zh-TW.md create mode 100644 content/docs/changelogs/index.ar.md create mode 100644 content/docs/changelogs/index.da.md create mode 100644 content/docs/changelogs/index.de.md create mode 100644 content/docs/changelogs/index.es.md create mode 100644 content/docs/changelogs/index.fa.md create mode 100644 content/docs/changelogs/index.fi.md create mode 100644 content/docs/changelogs/index.fil.md create mode 100644 content/docs/changelogs/index.fr.md create mode 100644 content/docs/changelogs/index.hi.md create mode 100644 content/docs/changelogs/index.id.md create mode 100644 content/docs/changelogs/index.it.md create mode 100644 content/docs/changelogs/index.ja.md create mode 100644 content/docs/changelogs/index.ko.md create mode 100644 content/docs/changelogs/index.ms.md create mode 100644 content/docs/changelogs/index.nl.md create mode 100644 content/docs/changelogs/index.pl.md create mode 100644 content/docs/changelogs/index.pt.md create mode 100644 content/docs/changelogs/index.ru.md create mode 100644 content/docs/changelogs/index.th.md create mode 100644 content/docs/changelogs/index.tr.md create mode 100644 content/docs/changelogs/index.uk.md create mode 100644 content/docs/faqs/index.ar.md create mode 100644 content/docs/faqs/index.da.md create mode 100644 content/docs/faqs/index.de.md create mode 100644 content/docs/faqs/index.es.md create mode 100644 content/docs/faqs/index.fa.md create mode 100644 content/docs/faqs/index.fi.md create mode 100644 content/docs/faqs/index.fil.md create mode 100644 content/docs/faqs/index.fr.md create mode 100644 content/docs/faqs/index.hi.md create mode 100644 content/docs/faqs/index.id.md create mode 100644 content/docs/faqs/index.it.md create mode 100644 content/docs/faqs/index.ja.md create mode 100644 content/docs/faqs/index.ko.md create mode 100644 content/docs/faqs/index.ms.md create mode 100644 content/docs/faqs/index.nl.md create mode 100644 content/docs/faqs/index.pl.md create mode 100644 content/docs/faqs/index.pt.md create mode 100644 content/docs/faqs/index.ru.md create mode 100644 content/docs/faqs/index.th.md create mode 100644 content/docs/faqs/index.tr.md create mode 100644 content/docs/faqs/index.uk.md create mode 100644 content/docs/localization/index.ar.md create mode 100644 content/docs/localization/index.da.md create mode 100644 content/docs/localization/index.de.md create mode 100644 content/docs/localization/index.es.md create mode 100644 content/docs/localization/index.fa.md create mode 100644 content/docs/localization/index.fi.md create mode 100644 content/docs/localization/index.fil.md create mode 100644 content/docs/localization/index.fr.md create mode 100644 content/docs/localization/index.hi.md create mode 100644 content/docs/localization/index.id.md create mode 100644 content/docs/localization/index.it.md create mode 100644 content/docs/localization/index.ja.md create mode 100644 content/docs/localization/index.ko.md create mode 100644 content/docs/localization/index.ms.md create mode 100644 content/docs/localization/index.nl.md create mode 100644 content/docs/localization/index.pl.md create mode 100644 content/docs/localization/index.pt.md create mode 100644 content/docs/localization/index.ru.md create mode 100644 content/docs/localization/index.th.md create mode 100644 content/docs/localization/index.tr.md create mode 100644 content/docs/localization/index.uk.md create mode 100644 content/docs/localization/index.zh-CN.md create mode 100644 content/docs/localization/index.zh-TW.md create mode 100644 content/docs/open-source-licenses/index.ar.md create mode 100644 content/docs/open-source-licenses/index.da.md create mode 100644 content/docs/open-source-licenses/index.de.md create mode 100644 content/docs/open-source-licenses/index.es.md create mode 100644 content/docs/open-source-licenses/index.fa.md create mode 100644 content/docs/open-source-licenses/index.fi.md create mode 100644 content/docs/open-source-licenses/index.fil.md create mode 100644 content/docs/open-source-licenses/index.fr.md create mode 100644 content/docs/open-source-licenses/index.hi.md create mode 100644 content/docs/open-source-licenses/index.id.md create mode 100644 content/docs/open-source-licenses/index.it.md create mode 100644 content/docs/open-source-licenses/index.ja.md create mode 100644 content/docs/open-source-licenses/index.ko.md create mode 100644 content/docs/open-source-licenses/index.ms.md create mode 100644 content/docs/open-source-licenses/index.nl.md create mode 100644 content/docs/open-source-licenses/index.pl.md create mode 100644 content/docs/open-source-licenses/index.pt.md create mode 100644 content/docs/open-source-licenses/index.ru.md create mode 100644 content/docs/open-source-licenses/index.th.md create mode 100644 content/docs/open-source-licenses/index.tr.md create mode 100644 content/docs/open-source-licenses/index.uk.md create mode 100644 content/docs/open-source-licenses/index.zh-CN.md create mode 100644 content/docs/open-source-licenses/index.zh-TW.md create mode 100644 content/docs/privacy-policy/index.ar.md create mode 100644 content/docs/privacy-policy/index.da.md create mode 100644 content/docs/privacy-policy/index.de.md create mode 100644 content/docs/privacy-policy/index.es.md create mode 100644 content/docs/privacy-policy/index.fa.md create mode 100644 content/docs/privacy-policy/index.fi.md create mode 100644 content/docs/privacy-policy/index.fil.md create mode 100644 content/docs/privacy-policy/index.fr.md create mode 100644 content/docs/privacy-policy/index.hi.md create mode 100644 content/docs/privacy-policy/index.id.md create mode 100644 content/docs/privacy-policy/index.it.md create mode 100644 content/docs/privacy-policy/index.ja.md create mode 100644 content/docs/privacy-policy/index.ko.md create mode 100644 content/docs/privacy-policy/index.ms.md create mode 100644 content/docs/privacy-policy/index.nl.md create mode 100644 content/docs/privacy-policy/index.pl.md create mode 100644 content/docs/privacy-policy/index.pt.md create mode 100644 content/docs/privacy-policy/index.ru.md create mode 100644 content/docs/privacy-policy/index.th.md create mode 100644 content/docs/privacy-policy/index.tr.md create mode 100644 content/docs/privacy-policy/index.uk.md create mode 100644 content/docs/privacy-policy/index.zh-CN.md create mode 100644 content/docs/privacy-policy/index.zh-TW.md create mode 100644 content/docs/remote-link/index.ar.md create mode 100644 content/docs/remote-link/index.da.md create mode 100644 content/docs/remote-link/index.de.md create mode 100644 content/docs/remote-link/index.es.md create mode 100644 content/docs/remote-link/index.fa.md create mode 100644 content/docs/remote-link/index.fi.md create mode 100644 content/docs/remote-link/index.fil.md create mode 100644 content/docs/remote-link/index.fr.md create mode 100644 content/docs/remote-link/index.hi.md create mode 100644 content/docs/remote-link/index.id.md create mode 100644 content/docs/remote-link/index.it.md create mode 100644 content/docs/remote-link/index.ja.md create mode 100644 content/docs/remote-link/index.ko.md create mode 100644 content/docs/remote-link/index.ms.md create mode 100644 content/docs/remote-link/index.nl.md create mode 100644 content/docs/remote-link/index.pl.md create mode 100644 content/docs/remote-link/index.pt.md create mode 100644 content/docs/remote-link/index.ru.md create mode 100644 content/docs/remote-link/index.th.md create mode 100644 content/docs/remote-link/index.tr.md create mode 100644 content/docs/remote-link/index.uk.md create mode 100644 content/docs/user-terms/index.ar.md create mode 100644 content/docs/user-terms/index.da.md create mode 100644 content/docs/user-terms/index.de.md create mode 100644 content/docs/user-terms/index.es.md create mode 100644 content/docs/user-terms/index.fa.md create mode 100644 content/docs/user-terms/index.fi.md create mode 100644 content/docs/user-terms/index.fil.md create mode 100644 content/docs/user-terms/index.fr.md create mode 100644 content/docs/user-terms/index.hi.md create mode 100644 content/docs/user-terms/index.id.md create mode 100644 content/docs/user-terms/index.it.md create mode 100644 content/docs/user-terms/index.ja.md create mode 100644 content/docs/user-terms/index.ko.md create mode 100644 content/docs/user-terms/index.ms.md create mode 100644 content/docs/user-terms/index.nl.md create mode 100644 content/docs/user-terms/index.pl.md create mode 100644 content/docs/user-terms/index.pt.md create mode 100644 content/docs/user-terms/index.ru.md create mode 100644 content/docs/user-terms/index.th.md create mode 100644 content/docs/user-terms/index.tr.md create mode 100644 content/docs/user-terms/index.uk.md create mode 100644 content/docs/user-terms/index.zh-CN.md create mode 100644 content/docs/user-terms/index.zh-TW.md rename {content/docs/remote-link => static/img}/add_drive.webp (100%) rename {content/docs/remote-link => static/img}/add_drive.zh-CN.webp (100%) rename {content/docs/remote-link => static/img}/add_drive.zh-TW.webp (100%) rename {content/docs/remote-link => static/img}/done.webp (100%) rename {content/docs/remote-link => static/img}/done.zh-CN.webp (100%) rename {content/docs/remote-link => static/img}/done.zh-TW.webp (100%) diff --git a/content/docs/_index.ar.md b/content/docs/_index.ar.md new file mode 100644 index 0000000..5151245 --- /dev/null +++ b/content/docs/_index.ar.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Documents" +copy_mark: "copied" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/docs/_index.da.md b/content/docs/_index.da.md new file mode 100644 index 0000000..5151245 --- /dev/null +++ b/content/docs/_index.da.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Documents" +copy_mark: "copied" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/docs/_index.de.md b/content/docs/_index.de.md new file mode 100644 index 0000000..5151245 --- /dev/null +++ b/content/docs/_index.de.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Documents" +copy_mark: "copied" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/docs/_index.es.md b/content/docs/_index.es.md new file mode 100644 index 0000000..5151245 --- /dev/null +++ b/content/docs/_index.es.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Documents" +copy_mark: "copied" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/docs/_index.fa.md b/content/docs/_index.fa.md new file mode 100644 index 0000000..5151245 --- /dev/null +++ b/content/docs/_index.fa.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Documents" +copy_mark: "copied" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/docs/_index.fi.md b/content/docs/_index.fi.md new file mode 100644 index 0000000..5151245 --- /dev/null +++ b/content/docs/_index.fi.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Documents" +copy_mark: "copied" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/docs/_index.fil.md b/content/docs/_index.fil.md new file mode 100644 index 0000000..5151245 --- /dev/null +++ b/content/docs/_index.fil.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Documents" +copy_mark: "copied" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/docs/_index.fr.md b/content/docs/_index.fr.md new file mode 100644 index 0000000..5151245 --- /dev/null +++ b/content/docs/_index.fr.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Documents" +copy_mark: "copied" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/docs/_index.hi.md b/content/docs/_index.hi.md new file mode 100644 index 0000000..5151245 --- /dev/null +++ b/content/docs/_index.hi.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Documents" +copy_mark: "copied" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/docs/_index.id.md b/content/docs/_index.id.md new file mode 100644 index 0000000..5151245 --- /dev/null +++ b/content/docs/_index.id.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Documents" +copy_mark: "copied" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/docs/_index.it.md b/content/docs/_index.it.md new file mode 100644 index 0000000..5151245 --- /dev/null +++ b/content/docs/_index.it.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Documents" +copy_mark: "copied" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/docs/_index.ja.md b/content/docs/_index.ja.md new file mode 100644 index 0000000..5151245 --- /dev/null +++ b/content/docs/_index.ja.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Documents" +copy_mark: "copied" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/docs/_index.ko.md b/content/docs/_index.ko.md new file mode 100644 index 0000000..5151245 --- /dev/null +++ b/content/docs/_index.ko.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Documents" +copy_mark: "copied" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/docs/_index.ms.md b/content/docs/_index.ms.md new file mode 100644 index 0000000..5151245 --- /dev/null +++ b/content/docs/_index.ms.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Documents" +copy_mark: "copied" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/docs/_index.nl.md b/content/docs/_index.nl.md new file mode 100644 index 0000000..5151245 --- /dev/null +++ b/content/docs/_index.nl.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Documents" +copy_mark: "copied" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/docs/_index.pl.md b/content/docs/_index.pl.md new file mode 100644 index 0000000..5151245 --- /dev/null +++ b/content/docs/_index.pl.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Documents" +copy_mark: "copied" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/docs/_index.pt.md b/content/docs/_index.pt.md new file mode 100644 index 0000000..5151245 --- /dev/null +++ b/content/docs/_index.pt.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Documents" +copy_mark: "copied" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/docs/_index.ru.md b/content/docs/_index.ru.md new file mode 100644 index 0000000..5151245 --- /dev/null +++ b/content/docs/_index.ru.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Documents" +copy_mark: "copied" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/docs/_index.th.md b/content/docs/_index.th.md new file mode 100644 index 0000000..5151245 --- /dev/null +++ b/content/docs/_index.th.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Documents" +copy_mark: "copied" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/docs/_index.tr.md b/content/docs/_index.tr.md new file mode 100644 index 0000000..5151245 --- /dev/null +++ b/content/docs/_index.tr.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Documents" +copy_mark: "copied" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/docs/_index.uk.md b/content/docs/_index.uk.md new file mode 100644 index 0000000..5151245 --- /dev/null +++ b/content/docs/_index.uk.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Documents" +copy_mark: "copied" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/docs/_index.zh-CN.md b/content/docs/_index.zh-CN.md new file mode 100644 index 0000000..5151245 --- /dev/null +++ b/content/docs/_index.zh-CN.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Documents" +copy_mark: "copied" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/docs/_index.zh-TW.md b/content/docs/_index.zh-TW.md new file mode 100644 index 0000000..5151245 --- /dev/null +++ b/content/docs/_index.zh-TW.md @@ -0,0 +1,8 @@ +--- +linkTitle: "Documents" +copy_mark: "copied" +--- + +# Documents + +⬅️ Click one document on the left side menu to see \ No newline at end of file diff --git a/content/docs/changelogs/index.ar.md b/content/docs/changelogs/index.ar.md new file mode 100644 index 0000000..b09ef92 --- /dev/null +++ b/content/docs/changelogs/index.ar.md @@ -0,0 +1,53 @@ +--- +title: Changelogs +ShowToc: true +weight: 2 +copy_mark: "copied" +--- + +## Dev plan + +- Add "Archive book" feature +- Improve backup system + - Allow to set multiple cloud backup server + - Add "Import backup" feature + - Allow selecting a folder of Google Drive as the cloud backup folder + - Add JianguoYun cloud backup server support + - Add OneDrive cloud backup server support + - Add DropBox cloud backup server support +- Optimize statistic feature + +## Released versions + +### v1.80.0 + +- Add more app themes + +### v1.79.0 + +- Seperate day and night editor themes into 2 configuration +- Now you can sepcific a theme for a book + +### v1.78.0 + +- Add Date Tool + +### v1.77.0 + +- Add FAQs + +### v1.76.0 + +- Optimize searching speed + +### v1.75.0 + +- Add blue light filter + +### v1.74.0 + +- Add scrollbar to some UI page + +## v1.73.0 + +- Update help docs diff --git a/content/docs/changelogs/index.da.md b/content/docs/changelogs/index.da.md new file mode 100644 index 0000000..b09ef92 --- /dev/null +++ b/content/docs/changelogs/index.da.md @@ -0,0 +1,53 @@ +--- +title: Changelogs +ShowToc: true +weight: 2 +copy_mark: "copied" +--- + +## Dev plan + +- Add "Archive book" feature +- Improve backup system + - Allow to set multiple cloud backup server + - Add "Import backup" feature + - Allow selecting a folder of Google Drive as the cloud backup folder + - Add JianguoYun cloud backup server support + - Add OneDrive cloud backup server support + - Add DropBox cloud backup server support +- Optimize statistic feature + +## Released versions + +### v1.80.0 + +- Add more app themes + +### v1.79.0 + +- Seperate day and night editor themes into 2 configuration +- Now you can sepcific a theme for a book + +### v1.78.0 + +- Add Date Tool + +### v1.77.0 + +- Add FAQs + +### v1.76.0 + +- Optimize searching speed + +### v1.75.0 + +- Add blue light filter + +### v1.74.0 + +- Add scrollbar to some UI page + +## v1.73.0 + +- Update help docs diff --git a/content/docs/changelogs/index.de.md b/content/docs/changelogs/index.de.md new file mode 100644 index 0000000..b09ef92 --- /dev/null +++ b/content/docs/changelogs/index.de.md @@ -0,0 +1,53 @@ +--- +title: Changelogs +ShowToc: true +weight: 2 +copy_mark: "copied" +--- + +## Dev plan + +- Add "Archive book" feature +- Improve backup system + - Allow to set multiple cloud backup server + - Add "Import backup" feature + - Allow selecting a folder of Google Drive as the cloud backup folder + - Add JianguoYun cloud backup server support + - Add OneDrive cloud backup server support + - Add DropBox cloud backup server support +- Optimize statistic feature + +## Released versions + +### v1.80.0 + +- Add more app themes + +### v1.79.0 + +- Seperate day and night editor themes into 2 configuration +- Now you can sepcific a theme for a book + +### v1.78.0 + +- Add Date Tool + +### v1.77.0 + +- Add FAQs + +### v1.76.0 + +- Optimize searching speed + +### v1.75.0 + +- Add blue light filter + +### v1.74.0 + +- Add scrollbar to some UI page + +## v1.73.0 + +- Update help docs diff --git a/content/docs/changelogs/index.es.md b/content/docs/changelogs/index.es.md new file mode 100644 index 0000000..b09ef92 --- /dev/null +++ b/content/docs/changelogs/index.es.md @@ -0,0 +1,53 @@ +--- +title: Changelogs +ShowToc: true +weight: 2 +copy_mark: "copied" +--- + +## Dev plan + +- Add "Archive book" feature +- Improve backup system + - Allow to set multiple cloud backup server + - Add "Import backup" feature + - Allow selecting a folder of Google Drive as the cloud backup folder + - Add JianguoYun cloud backup server support + - Add OneDrive cloud backup server support + - Add DropBox cloud backup server support +- Optimize statistic feature + +## Released versions + +### v1.80.0 + +- Add more app themes + +### v1.79.0 + +- Seperate day and night editor themes into 2 configuration +- Now you can sepcific a theme for a book + +### v1.78.0 + +- Add Date Tool + +### v1.77.0 + +- Add FAQs + +### v1.76.0 + +- Optimize searching speed + +### v1.75.0 + +- Add blue light filter + +### v1.74.0 + +- Add scrollbar to some UI page + +## v1.73.0 + +- Update help docs diff --git a/content/docs/changelogs/index.fa.md b/content/docs/changelogs/index.fa.md new file mode 100644 index 0000000..b09ef92 --- /dev/null +++ b/content/docs/changelogs/index.fa.md @@ -0,0 +1,53 @@ +--- +title: Changelogs +ShowToc: true +weight: 2 +copy_mark: "copied" +--- + +## Dev plan + +- Add "Archive book" feature +- Improve backup system + - Allow to set multiple cloud backup server + - Add "Import backup" feature + - Allow selecting a folder of Google Drive as the cloud backup folder + - Add JianguoYun cloud backup server support + - Add OneDrive cloud backup server support + - Add DropBox cloud backup server support +- Optimize statistic feature + +## Released versions + +### v1.80.0 + +- Add more app themes + +### v1.79.0 + +- Seperate day and night editor themes into 2 configuration +- Now you can sepcific a theme for a book + +### v1.78.0 + +- Add Date Tool + +### v1.77.0 + +- Add FAQs + +### v1.76.0 + +- Optimize searching speed + +### v1.75.0 + +- Add blue light filter + +### v1.74.0 + +- Add scrollbar to some UI page + +## v1.73.0 + +- Update help docs diff --git a/content/docs/changelogs/index.fi.md b/content/docs/changelogs/index.fi.md new file mode 100644 index 0000000..b09ef92 --- /dev/null +++ b/content/docs/changelogs/index.fi.md @@ -0,0 +1,53 @@ +--- +title: Changelogs +ShowToc: true +weight: 2 +copy_mark: "copied" +--- + +## Dev plan + +- Add "Archive book" feature +- Improve backup system + - Allow to set multiple cloud backup server + - Add "Import backup" feature + - Allow selecting a folder of Google Drive as the cloud backup folder + - Add JianguoYun cloud backup server support + - Add OneDrive cloud backup server support + - Add DropBox cloud backup server support +- Optimize statistic feature + +## Released versions + +### v1.80.0 + +- Add more app themes + +### v1.79.0 + +- Seperate day and night editor themes into 2 configuration +- Now you can sepcific a theme for a book + +### v1.78.0 + +- Add Date Tool + +### v1.77.0 + +- Add FAQs + +### v1.76.0 + +- Optimize searching speed + +### v1.75.0 + +- Add blue light filter + +### v1.74.0 + +- Add scrollbar to some UI page + +## v1.73.0 + +- Update help docs diff --git a/content/docs/changelogs/index.fil.md b/content/docs/changelogs/index.fil.md new file mode 100644 index 0000000..b09ef92 --- /dev/null +++ b/content/docs/changelogs/index.fil.md @@ -0,0 +1,53 @@ +--- +title: Changelogs +ShowToc: true +weight: 2 +copy_mark: "copied" +--- + +## Dev plan + +- Add "Archive book" feature +- Improve backup system + - Allow to set multiple cloud backup server + - Add "Import backup" feature + - Allow selecting a folder of Google Drive as the cloud backup folder + - Add JianguoYun cloud backup server support + - Add OneDrive cloud backup server support + - Add DropBox cloud backup server support +- Optimize statistic feature + +## Released versions + +### v1.80.0 + +- Add more app themes + +### v1.79.0 + +- Seperate day and night editor themes into 2 configuration +- Now you can sepcific a theme for a book + +### v1.78.0 + +- Add Date Tool + +### v1.77.0 + +- Add FAQs + +### v1.76.0 + +- Optimize searching speed + +### v1.75.0 + +- Add blue light filter + +### v1.74.0 + +- Add scrollbar to some UI page + +## v1.73.0 + +- Update help docs diff --git a/content/docs/changelogs/index.fr.md b/content/docs/changelogs/index.fr.md new file mode 100644 index 0000000..b09ef92 --- /dev/null +++ b/content/docs/changelogs/index.fr.md @@ -0,0 +1,53 @@ +--- +title: Changelogs +ShowToc: true +weight: 2 +copy_mark: "copied" +--- + +## Dev plan + +- Add "Archive book" feature +- Improve backup system + - Allow to set multiple cloud backup server + - Add "Import backup" feature + - Allow selecting a folder of Google Drive as the cloud backup folder + - Add JianguoYun cloud backup server support + - Add OneDrive cloud backup server support + - Add DropBox cloud backup server support +- Optimize statistic feature + +## Released versions + +### v1.80.0 + +- Add more app themes + +### v1.79.0 + +- Seperate day and night editor themes into 2 configuration +- Now you can sepcific a theme for a book + +### v1.78.0 + +- Add Date Tool + +### v1.77.0 + +- Add FAQs + +### v1.76.0 + +- Optimize searching speed + +### v1.75.0 + +- Add blue light filter + +### v1.74.0 + +- Add scrollbar to some UI page + +## v1.73.0 + +- Update help docs diff --git a/content/docs/changelogs/index.hi.md b/content/docs/changelogs/index.hi.md new file mode 100644 index 0000000..b09ef92 --- /dev/null +++ b/content/docs/changelogs/index.hi.md @@ -0,0 +1,53 @@ +--- +title: Changelogs +ShowToc: true +weight: 2 +copy_mark: "copied" +--- + +## Dev plan + +- Add "Archive book" feature +- Improve backup system + - Allow to set multiple cloud backup server + - Add "Import backup" feature + - Allow selecting a folder of Google Drive as the cloud backup folder + - Add JianguoYun cloud backup server support + - Add OneDrive cloud backup server support + - Add DropBox cloud backup server support +- Optimize statistic feature + +## Released versions + +### v1.80.0 + +- Add more app themes + +### v1.79.0 + +- Seperate day and night editor themes into 2 configuration +- Now you can sepcific a theme for a book + +### v1.78.0 + +- Add Date Tool + +### v1.77.0 + +- Add FAQs + +### v1.76.0 + +- Optimize searching speed + +### v1.75.0 + +- Add blue light filter + +### v1.74.0 + +- Add scrollbar to some UI page + +## v1.73.0 + +- Update help docs diff --git a/content/docs/changelogs/index.id.md b/content/docs/changelogs/index.id.md new file mode 100644 index 0000000..b09ef92 --- /dev/null +++ b/content/docs/changelogs/index.id.md @@ -0,0 +1,53 @@ +--- +title: Changelogs +ShowToc: true +weight: 2 +copy_mark: "copied" +--- + +## Dev plan + +- Add "Archive book" feature +- Improve backup system + - Allow to set multiple cloud backup server + - Add "Import backup" feature + - Allow selecting a folder of Google Drive as the cloud backup folder + - Add JianguoYun cloud backup server support + - Add OneDrive cloud backup server support + - Add DropBox cloud backup server support +- Optimize statistic feature + +## Released versions + +### v1.80.0 + +- Add more app themes + +### v1.79.0 + +- Seperate day and night editor themes into 2 configuration +- Now you can sepcific a theme for a book + +### v1.78.0 + +- Add Date Tool + +### v1.77.0 + +- Add FAQs + +### v1.76.0 + +- Optimize searching speed + +### v1.75.0 + +- Add blue light filter + +### v1.74.0 + +- Add scrollbar to some UI page + +## v1.73.0 + +- Update help docs diff --git a/content/docs/changelogs/index.it.md b/content/docs/changelogs/index.it.md new file mode 100644 index 0000000..b09ef92 --- /dev/null +++ b/content/docs/changelogs/index.it.md @@ -0,0 +1,53 @@ +--- +title: Changelogs +ShowToc: true +weight: 2 +copy_mark: "copied" +--- + +## Dev plan + +- Add "Archive book" feature +- Improve backup system + - Allow to set multiple cloud backup server + - Add "Import backup" feature + - Allow selecting a folder of Google Drive as the cloud backup folder + - Add JianguoYun cloud backup server support + - Add OneDrive cloud backup server support + - Add DropBox cloud backup server support +- Optimize statistic feature + +## Released versions + +### v1.80.0 + +- Add more app themes + +### v1.79.0 + +- Seperate day and night editor themes into 2 configuration +- Now you can sepcific a theme for a book + +### v1.78.0 + +- Add Date Tool + +### v1.77.0 + +- Add FAQs + +### v1.76.0 + +- Optimize searching speed + +### v1.75.0 + +- Add blue light filter + +### v1.74.0 + +- Add scrollbar to some UI page + +## v1.73.0 + +- Update help docs diff --git a/content/docs/changelogs/index.ja.md b/content/docs/changelogs/index.ja.md new file mode 100644 index 0000000..b09ef92 --- /dev/null +++ b/content/docs/changelogs/index.ja.md @@ -0,0 +1,53 @@ +--- +title: Changelogs +ShowToc: true +weight: 2 +copy_mark: "copied" +--- + +## Dev plan + +- Add "Archive book" feature +- Improve backup system + - Allow to set multiple cloud backup server + - Add "Import backup" feature + - Allow selecting a folder of Google Drive as the cloud backup folder + - Add JianguoYun cloud backup server support + - Add OneDrive cloud backup server support + - Add DropBox cloud backup server support +- Optimize statistic feature + +## Released versions + +### v1.80.0 + +- Add more app themes + +### v1.79.0 + +- Seperate day and night editor themes into 2 configuration +- Now you can sepcific a theme for a book + +### v1.78.0 + +- Add Date Tool + +### v1.77.0 + +- Add FAQs + +### v1.76.0 + +- Optimize searching speed + +### v1.75.0 + +- Add blue light filter + +### v1.74.0 + +- Add scrollbar to some UI page + +## v1.73.0 + +- Update help docs diff --git a/content/docs/changelogs/index.ko.md b/content/docs/changelogs/index.ko.md new file mode 100644 index 0000000..b09ef92 --- /dev/null +++ b/content/docs/changelogs/index.ko.md @@ -0,0 +1,53 @@ +--- +title: Changelogs +ShowToc: true +weight: 2 +copy_mark: "copied" +--- + +## Dev plan + +- Add "Archive book" feature +- Improve backup system + - Allow to set multiple cloud backup server + - Add "Import backup" feature + - Allow selecting a folder of Google Drive as the cloud backup folder + - Add JianguoYun cloud backup server support + - Add OneDrive cloud backup server support + - Add DropBox cloud backup server support +- Optimize statistic feature + +## Released versions + +### v1.80.0 + +- Add more app themes + +### v1.79.0 + +- Seperate day and night editor themes into 2 configuration +- Now you can sepcific a theme for a book + +### v1.78.0 + +- Add Date Tool + +### v1.77.0 + +- Add FAQs + +### v1.76.0 + +- Optimize searching speed + +### v1.75.0 + +- Add blue light filter + +### v1.74.0 + +- Add scrollbar to some UI page + +## v1.73.0 + +- Update help docs diff --git a/content/docs/changelogs/index.md b/content/docs/changelogs/index.md index 07af837..875e0f7 100644 --- a/content/docs/changelogs/index.md +++ b/content/docs/changelogs/index.md @@ -2,6 +2,7 @@ title: Changelogs ShowToc: true weight: 2 +copy_mark: "src" --- ## Dev plan diff --git a/content/docs/changelogs/index.ms.md b/content/docs/changelogs/index.ms.md new file mode 100644 index 0000000..b09ef92 --- /dev/null +++ b/content/docs/changelogs/index.ms.md @@ -0,0 +1,53 @@ +--- +title: Changelogs +ShowToc: true +weight: 2 +copy_mark: "copied" +--- + +## Dev plan + +- Add "Archive book" feature +- Improve backup system + - Allow to set multiple cloud backup server + - Add "Import backup" feature + - Allow selecting a folder of Google Drive as the cloud backup folder + - Add JianguoYun cloud backup server support + - Add OneDrive cloud backup server support + - Add DropBox cloud backup server support +- Optimize statistic feature + +## Released versions + +### v1.80.0 + +- Add more app themes + +### v1.79.0 + +- Seperate day and night editor themes into 2 configuration +- Now you can sepcific a theme for a book + +### v1.78.0 + +- Add Date Tool + +### v1.77.0 + +- Add FAQs + +### v1.76.0 + +- Optimize searching speed + +### v1.75.0 + +- Add blue light filter + +### v1.74.0 + +- Add scrollbar to some UI page + +## v1.73.0 + +- Update help docs diff --git a/content/docs/changelogs/index.nl.md b/content/docs/changelogs/index.nl.md new file mode 100644 index 0000000..b09ef92 --- /dev/null +++ b/content/docs/changelogs/index.nl.md @@ -0,0 +1,53 @@ +--- +title: Changelogs +ShowToc: true +weight: 2 +copy_mark: "copied" +--- + +## Dev plan + +- Add "Archive book" feature +- Improve backup system + - Allow to set multiple cloud backup server + - Add "Import backup" feature + - Allow selecting a folder of Google Drive as the cloud backup folder + - Add JianguoYun cloud backup server support + - Add OneDrive cloud backup server support + - Add DropBox cloud backup server support +- Optimize statistic feature + +## Released versions + +### v1.80.0 + +- Add more app themes + +### v1.79.0 + +- Seperate day and night editor themes into 2 configuration +- Now you can sepcific a theme for a book + +### v1.78.0 + +- Add Date Tool + +### v1.77.0 + +- Add FAQs + +### v1.76.0 + +- Optimize searching speed + +### v1.75.0 + +- Add blue light filter + +### v1.74.0 + +- Add scrollbar to some UI page + +## v1.73.0 + +- Update help docs diff --git a/content/docs/changelogs/index.pl.md b/content/docs/changelogs/index.pl.md new file mode 100644 index 0000000..b09ef92 --- /dev/null +++ b/content/docs/changelogs/index.pl.md @@ -0,0 +1,53 @@ +--- +title: Changelogs +ShowToc: true +weight: 2 +copy_mark: "copied" +--- + +## Dev plan + +- Add "Archive book" feature +- Improve backup system + - Allow to set multiple cloud backup server + - Add "Import backup" feature + - Allow selecting a folder of Google Drive as the cloud backup folder + - Add JianguoYun cloud backup server support + - Add OneDrive cloud backup server support + - Add DropBox cloud backup server support +- Optimize statistic feature + +## Released versions + +### v1.80.0 + +- Add more app themes + +### v1.79.0 + +- Seperate day and night editor themes into 2 configuration +- Now you can sepcific a theme for a book + +### v1.78.0 + +- Add Date Tool + +### v1.77.0 + +- Add FAQs + +### v1.76.0 + +- Optimize searching speed + +### v1.75.0 + +- Add blue light filter + +### v1.74.0 + +- Add scrollbar to some UI page + +## v1.73.0 + +- Update help docs diff --git a/content/docs/changelogs/index.pt.md b/content/docs/changelogs/index.pt.md new file mode 100644 index 0000000..b09ef92 --- /dev/null +++ b/content/docs/changelogs/index.pt.md @@ -0,0 +1,53 @@ +--- +title: Changelogs +ShowToc: true +weight: 2 +copy_mark: "copied" +--- + +## Dev plan + +- Add "Archive book" feature +- Improve backup system + - Allow to set multiple cloud backup server + - Add "Import backup" feature + - Allow selecting a folder of Google Drive as the cloud backup folder + - Add JianguoYun cloud backup server support + - Add OneDrive cloud backup server support + - Add DropBox cloud backup server support +- Optimize statistic feature + +## Released versions + +### v1.80.0 + +- Add more app themes + +### v1.79.0 + +- Seperate day and night editor themes into 2 configuration +- Now you can sepcific a theme for a book + +### v1.78.0 + +- Add Date Tool + +### v1.77.0 + +- Add FAQs + +### v1.76.0 + +- Optimize searching speed + +### v1.75.0 + +- Add blue light filter + +### v1.74.0 + +- Add scrollbar to some UI page + +## v1.73.0 + +- Update help docs diff --git a/content/docs/changelogs/index.ru.md b/content/docs/changelogs/index.ru.md new file mode 100644 index 0000000..b09ef92 --- /dev/null +++ b/content/docs/changelogs/index.ru.md @@ -0,0 +1,53 @@ +--- +title: Changelogs +ShowToc: true +weight: 2 +copy_mark: "copied" +--- + +## Dev plan + +- Add "Archive book" feature +- Improve backup system + - Allow to set multiple cloud backup server + - Add "Import backup" feature + - Allow selecting a folder of Google Drive as the cloud backup folder + - Add JianguoYun cloud backup server support + - Add OneDrive cloud backup server support + - Add DropBox cloud backup server support +- Optimize statistic feature + +## Released versions + +### v1.80.0 + +- Add more app themes + +### v1.79.0 + +- Seperate day and night editor themes into 2 configuration +- Now you can sepcific a theme for a book + +### v1.78.0 + +- Add Date Tool + +### v1.77.0 + +- Add FAQs + +### v1.76.0 + +- Optimize searching speed + +### v1.75.0 + +- Add blue light filter + +### v1.74.0 + +- Add scrollbar to some UI page + +## v1.73.0 + +- Update help docs diff --git a/content/docs/changelogs/index.th.md b/content/docs/changelogs/index.th.md new file mode 100644 index 0000000..b09ef92 --- /dev/null +++ b/content/docs/changelogs/index.th.md @@ -0,0 +1,53 @@ +--- +title: Changelogs +ShowToc: true +weight: 2 +copy_mark: "copied" +--- + +## Dev plan + +- Add "Archive book" feature +- Improve backup system + - Allow to set multiple cloud backup server + - Add "Import backup" feature + - Allow selecting a folder of Google Drive as the cloud backup folder + - Add JianguoYun cloud backup server support + - Add OneDrive cloud backup server support + - Add DropBox cloud backup server support +- Optimize statistic feature + +## Released versions + +### v1.80.0 + +- Add more app themes + +### v1.79.0 + +- Seperate day and night editor themes into 2 configuration +- Now you can sepcific a theme for a book + +### v1.78.0 + +- Add Date Tool + +### v1.77.0 + +- Add FAQs + +### v1.76.0 + +- Optimize searching speed + +### v1.75.0 + +- Add blue light filter + +### v1.74.0 + +- Add scrollbar to some UI page + +## v1.73.0 + +- Update help docs diff --git a/content/docs/changelogs/index.tr.md b/content/docs/changelogs/index.tr.md new file mode 100644 index 0000000..b09ef92 --- /dev/null +++ b/content/docs/changelogs/index.tr.md @@ -0,0 +1,53 @@ +--- +title: Changelogs +ShowToc: true +weight: 2 +copy_mark: "copied" +--- + +## Dev plan + +- Add "Archive book" feature +- Improve backup system + - Allow to set multiple cloud backup server + - Add "Import backup" feature + - Allow selecting a folder of Google Drive as the cloud backup folder + - Add JianguoYun cloud backup server support + - Add OneDrive cloud backup server support + - Add DropBox cloud backup server support +- Optimize statistic feature + +## Released versions + +### v1.80.0 + +- Add more app themes + +### v1.79.0 + +- Seperate day and night editor themes into 2 configuration +- Now you can sepcific a theme for a book + +### v1.78.0 + +- Add Date Tool + +### v1.77.0 + +- Add FAQs + +### v1.76.0 + +- Optimize searching speed + +### v1.75.0 + +- Add blue light filter + +### v1.74.0 + +- Add scrollbar to some UI page + +## v1.73.0 + +- Update help docs diff --git a/content/docs/changelogs/index.uk.md b/content/docs/changelogs/index.uk.md new file mode 100644 index 0000000..b09ef92 --- /dev/null +++ b/content/docs/changelogs/index.uk.md @@ -0,0 +1,53 @@ +--- +title: Changelogs +ShowToc: true +weight: 2 +copy_mark: "copied" +--- + +## Dev plan + +- Add "Archive book" feature +- Improve backup system + - Allow to set multiple cloud backup server + - Add "Import backup" feature + - Allow selecting a folder of Google Drive as the cloud backup folder + - Add JianguoYun cloud backup server support + - Add OneDrive cloud backup server support + - Add DropBox cloud backup server support +- Optimize statistic feature + +## Released versions + +### v1.80.0 + +- Add more app themes + +### v1.79.0 + +- Seperate day and night editor themes into 2 configuration +- Now you can sepcific a theme for a book + +### v1.78.0 + +- Add Date Tool + +### v1.77.0 + +- Add FAQs + +### v1.76.0 + +- Optimize searching speed + +### v1.75.0 + +- Add blue light filter + +### v1.74.0 + +- Add scrollbar to some UI page + +## v1.73.0 + +- Update help docs diff --git a/content/docs/changelogs/index.zh-CN.md b/content/docs/changelogs/index.zh-CN.md index f461ad8..3ac1da6 100644 --- a/content/docs/changelogs/index.zh-CN.md +++ b/content/docs/changelogs/index.zh-CN.md @@ -2,6 +2,7 @@ title: 更新日志 ShowToc: true weight: 2 +copy_mark: "src" --- ## 开发计划 diff --git a/content/docs/changelogs/index.zh-TW.md b/content/docs/changelogs/index.zh-TW.md index 02a97b4..15eb428 100644 --- a/content/docs/changelogs/index.zh-TW.md +++ b/content/docs/changelogs/index.zh-TW.md @@ -2,6 +2,7 @@ title: 更新日誌 ShowToc: true weight: 2 +copy_mark: "src" --- ## 開發計劃 diff --git a/content/docs/faqs/index.ar.md b/content/docs/faqs/index.ar.md new file mode 100644 index 0000000..6388e2d --- /dev/null +++ b/content/docs/faqs/index.ar.md @@ -0,0 +1,28 @@ +--- +title: Frequently Asked Questions +ShowToc: true +weight: 3 +copy_mark: "copied" +--- + +This document is still under construction + +## How to recover data + +Please refer to this post: + +[How to recover data](../how-to-recover-data) + +## What do "books" mean in the app? + +Technically they are just directly subdirectories under the app's home folder. And if there are files named "cover.jpg" and "intro.txt" (These names can be changed in settigns) under the book folder, it will be displayed on some pages like the main page and the book detail page. + +## Why are the imported books merged into one folder? + +The "import folder" feature, as its name, will import a folder into the app's home folder. + +What is misleading is that when you select a folder with the system chooser it will also list its items, which might make you think that "The app should import what I can see into the app". But please remember that, the "Import folder" means "importing a single folder into the app", not "Ignore the selected folder itself but import items within it". + +If you want to import multiple directories as multiple books, you need to import multiple times. + +If you really want to import seperated directories as seperated books in the app, just import their a folder and then move all the sub-directories out of the imported folder to the app's home folder by using the "File" tab on the app main page. \ No newline at end of file diff --git a/content/docs/faqs/index.da.md b/content/docs/faqs/index.da.md new file mode 100644 index 0000000..6388e2d --- /dev/null +++ b/content/docs/faqs/index.da.md @@ -0,0 +1,28 @@ +--- +title: Frequently Asked Questions +ShowToc: true +weight: 3 +copy_mark: "copied" +--- + +This document is still under construction + +## How to recover data + +Please refer to this post: + +[How to recover data](../how-to-recover-data) + +## What do "books" mean in the app? + +Technically they are just directly subdirectories under the app's home folder. And if there are files named "cover.jpg" and "intro.txt" (These names can be changed in settigns) under the book folder, it will be displayed on some pages like the main page and the book detail page. + +## Why are the imported books merged into one folder? + +The "import folder" feature, as its name, will import a folder into the app's home folder. + +What is misleading is that when you select a folder with the system chooser it will also list its items, which might make you think that "The app should import what I can see into the app". But please remember that, the "Import folder" means "importing a single folder into the app", not "Ignore the selected folder itself but import items within it". + +If you want to import multiple directories as multiple books, you need to import multiple times. + +If you really want to import seperated directories as seperated books in the app, just import their a folder and then move all the sub-directories out of the imported folder to the app's home folder by using the "File" tab on the app main page. \ No newline at end of file diff --git a/content/docs/faqs/index.de.md b/content/docs/faqs/index.de.md new file mode 100644 index 0000000..6388e2d --- /dev/null +++ b/content/docs/faqs/index.de.md @@ -0,0 +1,28 @@ +--- +title: Frequently Asked Questions +ShowToc: true +weight: 3 +copy_mark: "copied" +--- + +This document is still under construction + +## How to recover data + +Please refer to this post: + +[How to recover data](../how-to-recover-data) + +## What do "books" mean in the app? + +Technically they are just directly subdirectories under the app's home folder. And if there are files named "cover.jpg" and "intro.txt" (These names can be changed in settigns) under the book folder, it will be displayed on some pages like the main page and the book detail page. + +## Why are the imported books merged into one folder? + +The "import folder" feature, as its name, will import a folder into the app's home folder. + +What is misleading is that when you select a folder with the system chooser it will also list its items, which might make you think that "The app should import what I can see into the app". But please remember that, the "Import folder" means "importing a single folder into the app", not "Ignore the selected folder itself but import items within it". + +If you want to import multiple directories as multiple books, you need to import multiple times. + +If you really want to import seperated directories as seperated books in the app, just import their a folder and then move all the sub-directories out of the imported folder to the app's home folder by using the "File" tab on the app main page. \ No newline at end of file diff --git a/content/docs/faqs/index.es.md b/content/docs/faqs/index.es.md new file mode 100644 index 0000000..6388e2d --- /dev/null +++ b/content/docs/faqs/index.es.md @@ -0,0 +1,28 @@ +--- +title: Frequently Asked Questions +ShowToc: true +weight: 3 +copy_mark: "copied" +--- + +This document is still under construction + +## How to recover data + +Please refer to this post: + +[How to recover data](../how-to-recover-data) + +## What do "books" mean in the app? + +Technically they are just directly subdirectories under the app's home folder. And if there are files named "cover.jpg" and "intro.txt" (These names can be changed in settigns) under the book folder, it will be displayed on some pages like the main page and the book detail page. + +## Why are the imported books merged into one folder? + +The "import folder" feature, as its name, will import a folder into the app's home folder. + +What is misleading is that when you select a folder with the system chooser it will also list its items, which might make you think that "The app should import what I can see into the app". But please remember that, the "Import folder" means "importing a single folder into the app", not "Ignore the selected folder itself but import items within it". + +If you want to import multiple directories as multiple books, you need to import multiple times. + +If you really want to import seperated directories as seperated books in the app, just import their a folder and then move all the sub-directories out of the imported folder to the app's home folder by using the "File" tab on the app main page. \ No newline at end of file diff --git a/content/docs/faqs/index.fa.md b/content/docs/faqs/index.fa.md new file mode 100644 index 0000000..6388e2d --- /dev/null +++ b/content/docs/faqs/index.fa.md @@ -0,0 +1,28 @@ +--- +title: Frequently Asked Questions +ShowToc: true +weight: 3 +copy_mark: "copied" +--- + +This document is still under construction + +## How to recover data + +Please refer to this post: + +[How to recover data](../how-to-recover-data) + +## What do "books" mean in the app? + +Technically they are just directly subdirectories under the app's home folder. And if there are files named "cover.jpg" and "intro.txt" (These names can be changed in settigns) under the book folder, it will be displayed on some pages like the main page and the book detail page. + +## Why are the imported books merged into one folder? + +The "import folder" feature, as its name, will import a folder into the app's home folder. + +What is misleading is that when you select a folder with the system chooser it will also list its items, which might make you think that "The app should import what I can see into the app". But please remember that, the "Import folder" means "importing a single folder into the app", not "Ignore the selected folder itself but import items within it". + +If you want to import multiple directories as multiple books, you need to import multiple times. + +If you really want to import seperated directories as seperated books in the app, just import their a folder and then move all the sub-directories out of the imported folder to the app's home folder by using the "File" tab on the app main page. \ No newline at end of file diff --git a/content/docs/faqs/index.fi.md b/content/docs/faqs/index.fi.md new file mode 100644 index 0000000..6388e2d --- /dev/null +++ b/content/docs/faqs/index.fi.md @@ -0,0 +1,28 @@ +--- +title: Frequently Asked Questions +ShowToc: true +weight: 3 +copy_mark: "copied" +--- + +This document is still under construction + +## How to recover data + +Please refer to this post: + +[How to recover data](../how-to-recover-data) + +## What do "books" mean in the app? + +Technically they are just directly subdirectories under the app's home folder. And if there are files named "cover.jpg" and "intro.txt" (These names can be changed in settigns) under the book folder, it will be displayed on some pages like the main page and the book detail page. + +## Why are the imported books merged into one folder? + +The "import folder" feature, as its name, will import a folder into the app's home folder. + +What is misleading is that when you select a folder with the system chooser it will also list its items, which might make you think that "The app should import what I can see into the app". But please remember that, the "Import folder" means "importing a single folder into the app", not "Ignore the selected folder itself but import items within it". + +If you want to import multiple directories as multiple books, you need to import multiple times. + +If you really want to import seperated directories as seperated books in the app, just import their a folder and then move all the sub-directories out of the imported folder to the app's home folder by using the "File" tab on the app main page. \ No newline at end of file diff --git a/content/docs/faqs/index.fil.md b/content/docs/faqs/index.fil.md new file mode 100644 index 0000000..6388e2d --- /dev/null +++ b/content/docs/faqs/index.fil.md @@ -0,0 +1,28 @@ +--- +title: Frequently Asked Questions +ShowToc: true +weight: 3 +copy_mark: "copied" +--- + +This document is still under construction + +## How to recover data + +Please refer to this post: + +[How to recover data](../how-to-recover-data) + +## What do "books" mean in the app? + +Technically they are just directly subdirectories under the app's home folder. And if there are files named "cover.jpg" and "intro.txt" (These names can be changed in settigns) under the book folder, it will be displayed on some pages like the main page and the book detail page. + +## Why are the imported books merged into one folder? + +The "import folder" feature, as its name, will import a folder into the app's home folder. + +What is misleading is that when you select a folder with the system chooser it will also list its items, which might make you think that "The app should import what I can see into the app". But please remember that, the "Import folder" means "importing a single folder into the app", not "Ignore the selected folder itself but import items within it". + +If you want to import multiple directories as multiple books, you need to import multiple times. + +If you really want to import seperated directories as seperated books in the app, just import their a folder and then move all the sub-directories out of the imported folder to the app's home folder by using the "File" tab on the app main page. \ No newline at end of file diff --git a/content/docs/faqs/index.fr.md b/content/docs/faqs/index.fr.md new file mode 100644 index 0000000..6388e2d --- /dev/null +++ b/content/docs/faqs/index.fr.md @@ -0,0 +1,28 @@ +--- +title: Frequently Asked Questions +ShowToc: true +weight: 3 +copy_mark: "copied" +--- + +This document is still under construction + +## How to recover data + +Please refer to this post: + +[How to recover data](../how-to-recover-data) + +## What do "books" mean in the app? + +Technically they are just directly subdirectories under the app's home folder. And if there are files named "cover.jpg" and "intro.txt" (These names can be changed in settigns) under the book folder, it will be displayed on some pages like the main page and the book detail page. + +## Why are the imported books merged into one folder? + +The "import folder" feature, as its name, will import a folder into the app's home folder. + +What is misleading is that when you select a folder with the system chooser it will also list its items, which might make you think that "The app should import what I can see into the app". But please remember that, the "Import folder" means "importing a single folder into the app", not "Ignore the selected folder itself but import items within it". + +If you want to import multiple directories as multiple books, you need to import multiple times. + +If you really want to import seperated directories as seperated books in the app, just import their a folder and then move all the sub-directories out of the imported folder to the app's home folder by using the "File" tab on the app main page. \ No newline at end of file diff --git a/content/docs/faqs/index.hi.md b/content/docs/faqs/index.hi.md new file mode 100644 index 0000000..6388e2d --- /dev/null +++ b/content/docs/faqs/index.hi.md @@ -0,0 +1,28 @@ +--- +title: Frequently Asked Questions +ShowToc: true +weight: 3 +copy_mark: "copied" +--- + +This document is still under construction + +## How to recover data + +Please refer to this post: + +[How to recover data](../how-to-recover-data) + +## What do "books" mean in the app? + +Technically they are just directly subdirectories under the app's home folder. And if there are files named "cover.jpg" and "intro.txt" (These names can be changed in settigns) under the book folder, it will be displayed on some pages like the main page and the book detail page. + +## Why are the imported books merged into one folder? + +The "import folder" feature, as its name, will import a folder into the app's home folder. + +What is misleading is that when you select a folder with the system chooser it will also list its items, which might make you think that "The app should import what I can see into the app". But please remember that, the "Import folder" means "importing a single folder into the app", not "Ignore the selected folder itself but import items within it". + +If you want to import multiple directories as multiple books, you need to import multiple times. + +If you really want to import seperated directories as seperated books in the app, just import their a folder and then move all the sub-directories out of the imported folder to the app's home folder by using the "File" tab on the app main page. \ No newline at end of file diff --git a/content/docs/faqs/index.id.md b/content/docs/faqs/index.id.md new file mode 100644 index 0000000..6388e2d --- /dev/null +++ b/content/docs/faqs/index.id.md @@ -0,0 +1,28 @@ +--- +title: Frequently Asked Questions +ShowToc: true +weight: 3 +copy_mark: "copied" +--- + +This document is still under construction + +## How to recover data + +Please refer to this post: + +[How to recover data](../how-to-recover-data) + +## What do "books" mean in the app? + +Technically they are just directly subdirectories under the app's home folder. And if there are files named "cover.jpg" and "intro.txt" (These names can be changed in settigns) under the book folder, it will be displayed on some pages like the main page and the book detail page. + +## Why are the imported books merged into one folder? + +The "import folder" feature, as its name, will import a folder into the app's home folder. + +What is misleading is that when you select a folder with the system chooser it will also list its items, which might make you think that "The app should import what I can see into the app". But please remember that, the "Import folder" means "importing a single folder into the app", not "Ignore the selected folder itself but import items within it". + +If you want to import multiple directories as multiple books, you need to import multiple times. + +If you really want to import seperated directories as seperated books in the app, just import their a folder and then move all the sub-directories out of the imported folder to the app's home folder by using the "File" tab on the app main page. \ No newline at end of file diff --git a/content/docs/faqs/index.it.md b/content/docs/faqs/index.it.md new file mode 100644 index 0000000..6388e2d --- /dev/null +++ b/content/docs/faqs/index.it.md @@ -0,0 +1,28 @@ +--- +title: Frequently Asked Questions +ShowToc: true +weight: 3 +copy_mark: "copied" +--- + +This document is still under construction + +## How to recover data + +Please refer to this post: + +[How to recover data](../how-to-recover-data) + +## What do "books" mean in the app? + +Technically they are just directly subdirectories under the app's home folder. And if there are files named "cover.jpg" and "intro.txt" (These names can be changed in settigns) under the book folder, it will be displayed on some pages like the main page and the book detail page. + +## Why are the imported books merged into one folder? + +The "import folder" feature, as its name, will import a folder into the app's home folder. + +What is misleading is that when you select a folder with the system chooser it will also list its items, which might make you think that "The app should import what I can see into the app". But please remember that, the "Import folder" means "importing a single folder into the app", not "Ignore the selected folder itself but import items within it". + +If you want to import multiple directories as multiple books, you need to import multiple times. + +If you really want to import seperated directories as seperated books in the app, just import their a folder and then move all the sub-directories out of the imported folder to the app's home folder by using the "File" tab on the app main page. \ No newline at end of file diff --git a/content/docs/faqs/index.ja.md b/content/docs/faqs/index.ja.md new file mode 100644 index 0000000..6388e2d --- /dev/null +++ b/content/docs/faqs/index.ja.md @@ -0,0 +1,28 @@ +--- +title: Frequently Asked Questions +ShowToc: true +weight: 3 +copy_mark: "copied" +--- + +This document is still under construction + +## How to recover data + +Please refer to this post: + +[How to recover data](../how-to-recover-data) + +## What do "books" mean in the app? + +Technically they are just directly subdirectories under the app's home folder. And if there are files named "cover.jpg" and "intro.txt" (These names can be changed in settigns) under the book folder, it will be displayed on some pages like the main page and the book detail page. + +## Why are the imported books merged into one folder? + +The "import folder" feature, as its name, will import a folder into the app's home folder. + +What is misleading is that when you select a folder with the system chooser it will also list its items, which might make you think that "The app should import what I can see into the app". But please remember that, the "Import folder" means "importing a single folder into the app", not "Ignore the selected folder itself but import items within it". + +If you want to import multiple directories as multiple books, you need to import multiple times. + +If you really want to import seperated directories as seperated books in the app, just import their a folder and then move all the sub-directories out of the imported folder to the app's home folder by using the "File" tab on the app main page. \ No newline at end of file diff --git a/content/docs/faqs/index.ko.md b/content/docs/faqs/index.ko.md new file mode 100644 index 0000000..6388e2d --- /dev/null +++ b/content/docs/faqs/index.ko.md @@ -0,0 +1,28 @@ +--- +title: Frequently Asked Questions +ShowToc: true +weight: 3 +copy_mark: "copied" +--- + +This document is still under construction + +## How to recover data + +Please refer to this post: + +[How to recover data](../how-to-recover-data) + +## What do "books" mean in the app? + +Technically they are just directly subdirectories under the app's home folder. And if there are files named "cover.jpg" and "intro.txt" (These names can be changed in settigns) under the book folder, it will be displayed on some pages like the main page and the book detail page. + +## Why are the imported books merged into one folder? + +The "import folder" feature, as its name, will import a folder into the app's home folder. + +What is misleading is that when you select a folder with the system chooser it will also list its items, which might make you think that "The app should import what I can see into the app". But please remember that, the "Import folder" means "importing a single folder into the app", not "Ignore the selected folder itself but import items within it". + +If you want to import multiple directories as multiple books, you need to import multiple times. + +If you really want to import seperated directories as seperated books in the app, just import their a folder and then move all the sub-directories out of the imported folder to the app's home folder by using the "File" tab on the app main page. \ No newline at end of file diff --git a/content/docs/faqs/index.md b/content/docs/faqs/index.md index 9b76617..dfda6b8 100644 --- a/content/docs/faqs/index.md +++ b/content/docs/faqs/index.md @@ -2,6 +2,7 @@ title: Frequently Asked Questions ShowToc: true weight: 3 +copy_mark: "src" --- This document is still under construction diff --git a/content/docs/faqs/index.ms.md b/content/docs/faqs/index.ms.md new file mode 100644 index 0000000..6388e2d --- /dev/null +++ b/content/docs/faqs/index.ms.md @@ -0,0 +1,28 @@ +--- +title: Frequently Asked Questions +ShowToc: true +weight: 3 +copy_mark: "copied" +--- + +This document is still under construction + +## How to recover data + +Please refer to this post: + +[How to recover data](../how-to-recover-data) + +## What do "books" mean in the app? + +Technically they are just directly subdirectories under the app's home folder. And if there are files named "cover.jpg" and "intro.txt" (These names can be changed in settigns) under the book folder, it will be displayed on some pages like the main page and the book detail page. + +## Why are the imported books merged into one folder? + +The "import folder" feature, as its name, will import a folder into the app's home folder. + +What is misleading is that when you select a folder with the system chooser it will also list its items, which might make you think that "The app should import what I can see into the app". But please remember that, the "Import folder" means "importing a single folder into the app", not "Ignore the selected folder itself but import items within it". + +If you want to import multiple directories as multiple books, you need to import multiple times. + +If you really want to import seperated directories as seperated books in the app, just import their a folder and then move all the sub-directories out of the imported folder to the app's home folder by using the "File" tab on the app main page. \ No newline at end of file diff --git a/content/docs/faqs/index.nl.md b/content/docs/faqs/index.nl.md new file mode 100644 index 0000000..6388e2d --- /dev/null +++ b/content/docs/faqs/index.nl.md @@ -0,0 +1,28 @@ +--- +title: Frequently Asked Questions +ShowToc: true +weight: 3 +copy_mark: "copied" +--- + +This document is still under construction + +## How to recover data + +Please refer to this post: + +[How to recover data](../how-to-recover-data) + +## What do "books" mean in the app? + +Technically they are just directly subdirectories under the app's home folder. And if there are files named "cover.jpg" and "intro.txt" (These names can be changed in settigns) under the book folder, it will be displayed on some pages like the main page and the book detail page. + +## Why are the imported books merged into one folder? + +The "import folder" feature, as its name, will import a folder into the app's home folder. + +What is misleading is that when you select a folder with the system chooser it will also list its items, which might make you think that "The app should import what I can see into the app". But please remember that, the "Import folder" means "importing a single folder into the app", not "Ignore the selected folder itself but import items within it". + +If you want to import multiple directories as multiple books, you need to import multiple times. + +If you really want to import seperated directories as seperated books in the app, just import their a folder and then move all the sub-directories out of the imported folder to the app's home folder by using the "File" tab on the app main page. \ No newline at end of file diff --git a/content/docs/faqs/index.pl.md b/content/docs/faqs/index.pl.md new file mode 100644 index 0000000..6388e2d --- /dev/null +++ b/content/docs/faqs/index.pl.md @@ -0,0 +1,28 @@ +--- +title: Frequently Asked Questions +ShowToc: true +weight: 3 +copy_mark: "copied" +--- + +This document is still under construction + +## How to recover data + +Please refer to this post: + +[How to recover data](../how-to-recover-data) + +## What do "books" mean in the app? + +Technically they are just directly subdirectories under the app's home folder. And if there are files named "cover.jpg" and "intro.txt" (These names can be changed in settigns) under the book folder, it will be displayed on some pages like the main page and the book detail page. + +## Why are the imported books merged into one folder? + +The "import folder" feature, as its name, will import a folder into the app's home folder. + +What is misleading is that when you select a folder with the system chooser it will also list its items, which might make you think that "The app should import what I can see into the app". But please remember that, the "Import folder" means "importing a single folder into the app", not "Ignore the selected folder itself but import items within it". + +If you want to import multiple directories as multiple books, you need to import multiple times. + +If you really want to import seperated directories as seperated books in the app, just import their a folder and then move all the sub-directories out of the imported folder to the app's home folder by using the "File" tab on the app main page. \ No newline at end of file diff --git a/content/docs/faqs/index.pt.md b/content/docs/faqs/index.pt.md new file mode 100644 index 0000000..6388e2d --- /dev/null +++ b/content/docs/faqs/index.pt.md @@ -0,0 +1,28 @@ +--- +title: Frequently Asked Questions +ShowToc: true +weight: 3 +copy_mark: "copied" +--- + +This document is still under construction + +## How to recover data + +Please refer to this post: + +[How to recover data](../how-to-recover-data) + +## What do "books" mean in the app? + +Technically they are just directly subdirectories under the app's home folder. And if there are files named "cover.jpg" and "intro.txt" (These names can be changed in settigns) under the book folder, it will be displayed on some pages like the main page and the book detail page. + +## Why are the imported books merged into one folder? + +The "import folder" feature, as its name, will import a folder into the app's home folder. + +What is misleading is that when you select a folder with the system chooser it will also list its items, which might make you think that "The app should import what I can see into the app". But please remember that, the "Import folder" means "importing a single folder into the app", not "Ignore the selected folder itself but import items within it". + +If you want to import multiple directories as multiple books, you need to import multiple times. + +If you really want to import seperated directories as seperated books in the app, just import their a folder and then move all the sub-directories out of the imported folder to the app's home folder by using the "File" tab on the app main page. \ No newline at end of file diff --git a/content/docs/faqs/index.ru.md b/content/docs/faqs/index.ru.md new file mode 100644 index 0000000..6388e2d --- /dev/null +++ b/content/docs/faqs/index.ru.md @@ -0,0 +1,28 @@ +--- +title: Frequently Asked Questions +ShowToc: true +weight: 3 +copy_mark: "copied" +--- + +This document is still under construction + +## How to recover data + +Please refer to this post: + +[How to recover data](../how-to-recover-data) + +## What do "books" mean in the app? + +Technically they are just directly subdirectories under the app's home folder. And if there are files named "cover.jpg" and "intro.txt" (These names can be changed in settigns) under the book folder, it will be displayed on some pages like the main page and the book detail page. + +## Why are the imported books merged into one folder? + +The "import folder" feature, as its name, will import a folder into the app's home folder. + +What is misleading is that when you select a folder with the system chooser it will also list its items, which might make you think that "The app should import what I can see into the app". But please remember that, the "Import folder" means "importing a single folder into the app", not "Ignore the selected folder itself but import items within it". + +If you want to import multiple directories as multiple books, you need to import multiple times. + +If you really want to import seperated directories as seperated books in the app, just import their a folder and then move all the sub-directories out of the imported folder to the app's home folder by using the "File" tab on the app main page. \ No newline at end of file diff --git a/content/docs/faqs/index.th.md b/content/docs/faqs/index.th.md new file mode 100644 index 0000000..6388e2d --- /dev/null +++ b/content/docs/faqs/index.th.md @@ -0,0 +1,28 @@ +--- +title: Frequently Asked Questions +ShowToc: true +weight: 3 +copy_mark: "copied" +--- + +This document is still under construction + +## How to recover data + +Please refer to this post: + +[How to recover data](../how-to-recover-data) + +## What do "books" mean in the app? + +Technically they are just directly subdirectories under the app's home folder. And if there are files named "cover.jpg" and "intro.txt" (These names can be changed in settigns) under the book folder, it will be displayed on some pages like the main page and the book detail page. + +## Why are the imported books merged into one folder? + +The "import folder" feature, as its name, will import a folder into the app's home folder. + +What is misleading is that when you select a folder with the system chooser it will also list its items, which might make you think that "The app should import what I can see into the app". But please remember that, the "Import folder" means "importing a single folder into the app", not "Ignore the selected folder itself but import items within it". + +If you want to import multiple directories as multiple books, you need to import multiple times. + +If you really want to import seperated directories as seperated books in the app, just import their a folder and then move all the sub-directories out of the imported folder to the app's home folder by using the "File" tab on the app main page. \ No newline at end of file diff --git a/content/docs/faqs/index.tr.md b/content/docs/faqs/index.tr.md new file mode 100644 index 0000000..6388e2d --- /dev/null +++ b/content/docs/faqs/index.tr.md @@ -0,0 +1,28 @@ +--- +title: Frequently Asked Questions +ShowToc: true +weight: 3 +copy_mark: "copied" +--- + +This document is still under construction + +## How to recover data + +Please refer to this post: + +[How to recover data](../how-to-recover-data) + +## What do "books" mean in the app? + +Technically they are just directly subdirectories under the app's home folder. And if there are files named "cover.jpg" and "intro.txt" (These names can be changed in settigns) under the book folder, it will be displayed on some pages like the main page and the book detail page. + +## Why are the imported books merged into one folder? + +The "import folder" feature, as its name, will import a folder into the app's home folder. + +What is misleading is that when you select a folder with the system chooser it will also list its items, which might make you think that "The app should import what I can see into the app". But please remember that, the "Import folder" means "importing a single folder into the app", not "Ignore the selected folder itself but import items within it". + +If you want to import multiple directories as multiple books, you need to import multiple times. + +If you really want to import seperated directories as seperated books in the app, just import their a folder and then move all the sub-directories out of the imported folder to the app's home folder by using the "File" tab on the app main page. \ No newline at end of file diff --git a/content/docs/faqs/index.uk.md b/content/docs/faqs/index.uk.md new file mode 100644 index 0000000..6388e2d --- /dev/null +++ b/content/docs/faqs/index.uk.md @@ -0,0 +1,28 @@ +--- +title: Frequently Asked Questions +ShowToc: true +weight: 3 +copy_mark: "copied" +--- + +This document is still under construction + +## How to recover data + +Please refer to this post: + +[How to recover data](../how-to-recover-data) + +## What do "books" mean in the app? + +Technically they are just directly subdirectories under the app's home folder. And if there are files named "cover.jpg" and "intro.txt" (These names can be changed in settigns) under the book folder, it will be displayed on some pages like the main page and the book detail page. + +## Why are the imported books merged into one folder? + +The "import folder" feature, as its name, will import a folder into the app's home folder. + +What is misleading is that when you select a folder with the system chooser it will also list its items, which might make you think that "The app should import what I can see into the app". But please remember that, the "Import folder" means "importing a single folder into the app", not "Ignore the selected folder itself but import items within it". + +If you want to import multiple directories as multiple books, you need to import multiple times. + +If you really want to import seperated directories as seperated books in the app, just import their a folder and then move all the sub-directories out of the imported folder to the app's home folder by using the "File" tab on the app main page. \ No newline at end of file diff --git a/content/docs/faqs/index.zh-CN.md b/content/docs/faqs/index.zh-CN.md index c5d57a6..dff0153 100644 --- a/content/docs/faqs/index.zh-CN.md +++ b/content/docs/faqs/index.zh-CN.md @@ -2,6 +2,7 @@ title: 常见问题 ShowToc: true weight: 3 +copy_mark: "src" --- 该文档还在处在建设之中 diff --git a/content/docs/faqs/index.zh-TW.md b/content/docs/faqs/index.zh-TW.md index 709582f..6a1e754 100644 --- a/content/docs/faqs/index.zh-TW.md +++ b/content/docs/faqs/index.zh-TW.md @@ -2,6 +2,7 @@ title: 常見問題 ShowToc: true weight: 3 +copy_mark: "src" --- 該檔案還在處在建設之中 diff --git a/content/docs/localization/index.ar.md b/content/docs/localization/index.ar.md new file mode 100644 index 0000000..f06cd5c --- /dev/null +++ b/content/docs/localization/index.ar.md @@ -0,0 +1,11 @@ +--- +title: Help improve our localization +ShowToc: true +copy_mark: "copied" +--- + + [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) + +Click this link to open a Google sheet which contains all the text have been used in the app. Please read the guide text within the sheet to understand how it works. + +If you have any questions, please contact us at one.lite.core@gmail.com \ No newline at end of file diff --git a/content/docs/localization/index.da.md b/content/docs/localization/index.da.md new file mode 100644 index 0000000..f06cd5c --- /dev/null +++ b/content/docs/localization/index.da.md @@ -0,0 +1,11 @@ +--- +title: Help improve our localization +ShowToc: true +copy_mark: "copied" +--- + + [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) + +Click this link to open a Google sheet which contains all the text have been used in the app. Please read the guide text within the sheet to understand how it works. + +If you have any questions, please contact us at one.lite.core@gmail.com \ No newline at end of file diff --git a/content/docs/localization/index.de.md b/content/docs/localization/index.de.md new file mode 100644 index 0000000..f06cd5c --- /dev/null +++ b/content/docs/localization/index.de.md @@ -0,0 +1,11 @@ +--- +title: Help improve our localization +ShowToc: true +copy_mark: "copied" +--- + + [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) + +Click this link to open a Google sheet which contains all the text have been used in the app. Please read the guide text within the sheet to understand how it works. + +If you have any questions, please contact us at one.lite.core@gmail.com \ No newline at end of file diff --git a/content/docs/localization/index.es.md b/content/docs/localization/index.es.md new file mode 100644 index 0000000..f06cd5c --- /dev/null +++ b/content/docs/localization/index.es.md @@ -0,0 +1,11 @@ +--- +title: Help improve our localization +ShowToc: true +copy_mark: "copied" +--- + + [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) + +Click this link to open a Google sheet which contains all the text have been used in the app. Please read the guide text within the sheet to understand how it works. + +If you have any questions, please contact us at one.lite.core@gmail.com \ No newline at end of file diff --git a/content/docs/localization/index.fa.md b/content/docs/localization/index.fa.md new file mode 100644 index 0000000..f06cd5c --- /dev/null +++ b/content/docs/localization/index.fa.md @@ -0,0 +1,11 @@ +--- +title: Help improve our localization +ShowToc: true +copy_mark: "copied" +--- + + [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) + +Click this link to open a Google sheet which contains all the text have been used in the app. Please read the guide text within the sheet to understand how it works. + +If you have any questions, please contact us at one.lite.core@gmail.com \ No newline at end of file diff --git a/content/docs/localization/index.fi.md b/content/docs/localization/index.fi.md new file mode 100644 index 0000000..f06cd5c --- /dev/null +++ b/content/docs/localization/index.fi.md @@ -0,0 +1,11 @@ +--- +title: Help improve our localization +ShowToc: true +copy_mark: "copied" +--- + + [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) + +Click this link to open a Google sheet which contains all the text have been used in the app. Please read the guide text within the sheet to understand how it works. + +If you have any questions, please contact us at one.lite.core@gmail.com \ No newline at end of file diff --git a/content/docs/localization/index.fil.md b/content/docs/localization/index.fil.md new file mode 100644 index 0000000..f06cd5c --- /dev/null +++ b/content/docs/localization/index.fil.md @@ -0,0 +1,11 @@ +--- +title: Help improve our localization +ShowToc: true +copy_mark: "copied" +--- + + [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) + +Click this link to open a Google sheet which contains all the text have been used in the app. Please read the guide text within the sheet to understand how it works. + +If you have any questions, please contact us at one.lite.core@gmail.com \ No newline at end of file diff --git a/content/docs/localization/index.fr.md b/content/docs/localization/index.fr.md new file mode 100644 index 0000000..f06cd5c --- /dev/null +++ b/content/docs/localization/index.fr.md @@ -0,0 +1,11 @@ +--- +title: Help improve our localization +ShowToc: true +copy_mark: "copied" +--- + + [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) + +Click this link to open a Google sheet which contains all the text have been used in the app. Please read the guide text within the sheet to understand how it works. + +If you have any questions, please contact us at one.lite.core@gmail.com \ No newline at end of file diff --git a/content/docs/localization/index.hi.md b/content/docs/localization/index.hi.md new file mode 100644 index 0000000..f06cd5c --- /dev/null +++ b/content/docs/localization/index.hi.md @@ -0,0 +1,11 @@ +--- +title: Help improve our localization +ShowToc: true +copy_mark: "copied" +--- + + [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) + +Click this link to open a Google sheet which contains all the text have been used in the app. Please read the guide text within the sheet to understand how it works. + +If you have any questions, please contact us at one.lite.core@gmail.com \ No newline at end of file diff --git a/content/docs/localization/index.id.md b/content/docs/localization/index.id.md new file mode 100644 index 0000000..f06cd5c --- /dev/null +++ b/content/docs/localization/index.id.md @@ -0,0 +1,11 @@ +--- +title: Help improve our localization +ShowToc: true +copy_mark: "copied" +--- + + [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) + +Click this link to open a Google sheet which contains all the text have been used in the app. Please read the guide text within the sheet to understand how it works. + +If you have any questions, please contact us at one.lite.core@gmail.com \ No newline at end of file diff --git a/content/docs/localization/index.it.md b/content/docs/localization/index.it.md new file mode 100644 index 0000000..f06cd5c --- /dev/null +++ b/content/docs/localization/index.it.md @@ -0,0 +1,11 @@ +--- +title: Help improve our localization +ShowToc: true +copy_mark: "copied" +--- + + [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) + +Click this link to open a Google sheet which contains all the text have been used in the app. Please read the guide text within the sheet to understand how it works. + +If you have any questions, please contact us at one.lite.core@gmail.com \ No newline at end of file diff --git a/content/docs/localization/index.ja.md b/content/docs/localization/index.ja.md new file mode 100644 index 0000000..f06cd5c --- /dev/null +++ b/content/docs/localization/index.ja.md @@ -0,0 +1,11 @@ +--- +title: Help improve our localization +ShowToc: true +copy_mark: "copied" +--- + + [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) + +Click this link to open a Google sheet which contains all the text have been used in the app. Please read the guide text within the sheet to understand how it works. + +If you have any questions, please contact us at one.lite.core@gmail.com \ No newline at end of file diff --git a/content/docs/localization/index.ko.md b/content/docs/localization/index.ko.md new file mode 100644 index 0000000..f06cd5c --- /dev/null +++ b/content/docs/localization/index.ko.md @@ -0,0 +1,11 @@ +--- +title: Help improve our localization +ShowToc: true +copy_mark: "copied" +--- + + [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) + +Click this link to open a Google sheet which contains all the text have been used in the app. Please read the guide text within the sheet to understand how it works. + +If you have any questions, please contact us at one.lite.core@gmail.com \ No newline at end of file diff --git a/content/docs/localization/index.md b/content/docs/localization/index.md index 2aa5143..1db9a0d 100644 --- a/content/docs/localization/index.md +++ b/content/docs/localization/index.md @@ -1,6 +1,7 @@ --- title: Help improve our localization ShowToc: true +copy_mark: "src" --- [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) diff --git a/content/docs/localization/index.ms.md b/content/docs/localization/index.ms.md new file mode 100644 index 0000000..f06cd5c --- /dev/null +++ b/content/docs/localization/index.ms.md @@ -0,0 +1,11 @@ +--- +title: Help improve our localization +ShowToc: true +copy_mark: "copied" +--- + + [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) + +Click this link to open a Google sheet which contains all the text have been used in the app. Please read the guide text within the sheet to understand how it works. + +If you have any questions, please contact us at one.lite.core@gmail.com \ No newline at end of file diff --git a/content/docs/localization/index.nl.md b/content/docs/localization/index.nl.md new file mode 100644 index 0000000..f06cd5c --- /dev/null +++ b/content/docs/localization/index.nl.md @@ -0,0 +1,11 @@ +--- +title: Help improve our localization +ShowToc: true +copy_mark: "copied" +--- + + [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) + +Click this link to open a Google sheet which contains all the text have been used in the app. Please read the guide text within the sheet to understand how it works. + +If you have any questions, please contact us at one.lite.core@gmail.com \ No newline at end of file diff --git a/content/docs/localization/index.pl.md b/content/docs/localization/index.pl.md new file mode 100644 index 0000000..f06cd5c --- /dev/null +++ b/content/docs/localization/index.pl.md @@ -0,0 +1,11 @@ +--- +title: Help improve our localization +ShowToc: true +copy_mark: "copied" +--- + + [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) + +Click this link to open a Google sheet which contains all the text have been used in the app. Please read the guide text within the sheet to understand how it works. + +If you have any questions, please contact us at one.lite.core@gmail.com \ No newline at end of file diff --git a/content/docs/localization/index.pt.md b/content/docs/localization/index.pt.md new file mode 100644 index 0000000..f06cd5c --- /dev/null +++ b/content/docs/localization/index.pt.md @@ -0,0 +1,11 @@ +--- +title: Help improve our localization +ShowToc: true +copy_mark: "copied" +--- + + [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) + +Click this link to open a Google sheet which contains all the text have been used in the app. Please read the guide text within the sheet to understand how it works. + +If you have any questions, please contact us at one.lite.core@gmail.com \ No newline at end of file diff --git a/content/docs/localization/index.ru.md b/content/docs/localization/index.ru.md new file mode 100644 index 0000000..f06cd5c --- /dev/null +++ b/content/docs/localization/index.ru.md @@ -0,0 +1,11 @@ +--- +title: Help improve our localization +ShowToc: true +copy_mark: "copied" +--- + + [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) + +Click this link to open a Google sheet which contains all the text have been used in the app. Please read the guide text within the sheet to understand how it works. + +If you have any questions, please contact us at one.lite.core@gmail.com \ No newline at end of file diff --git a/content/docs/localization/index.th.md b/content/docs/localization/index.th.md new file mode 100644 index 0000000..f06cd5c --- /dev/null +++ b/content/docs/localization/index.th.md @@ -0,0 +1,11 @@ +--- +title: Help improve our localization +ShowToc: true +copy_mark: "copied" +--- + + [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) + +Click this link to open a Google sheet which contains all the text have been used in the app. Please read the guide text within the sheet to understand how it works. + +If you have any questions, please contact us at one.lite.core@gmail.com \ No newline at end of file diff --git a/content/docs/localization/index.tr.md b/content/docs/localization/index.tr.md new file mode 100644 index 0000000..f06cd5c --- /dev/null +++ b/content/docs/localization/index.tr.md @@ -0,0 +1,11 @@ +--- +title: Help improve our localization +ShowToc: true +copy_mark: "copied" +--- + + [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) + +Click this link to open a Google sheet which contains all the text have been used in the app. Please read the guide text within the sheet to understand how it works. + +If you have any questions, please contact us at one.lite.core@gmail.com \ No newline at end of file diff --git a/content/docs/localization/index.uk.md b/content/docs/localization/index.uk.md new file mode 100644 index 0000000..f06cd5c --- /dev/null +++ b/content/docs/localization/index.uk.md @@ -0,0 +1,11 @@ +--- +title: Help improve our localization +ShowToc: true +copy_mark: "copied" +--- + + [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) + +Click this link to open a Google sheet which contains all the text have been used in the app. Please read the guide text within the sheet to understand how it works. + +If you have any questions, please contact us at one.lite.core@gmail.com \ No newline at end of file diff --git a/content/docs/localization/index.zh-CN.md b/content/docs/localization/index.zh-CN.md new file mode 100644 index 0000000..f06cd5c --- /dev/null +++ b/content/docs/localization/index.zh-CN.md @@ -0,0 +1,11 @@ +--- +title: Help improve our localization +ShowToc: true +copy_mark: "copied" +--- + + [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) + +Click this link to open a Google sheet which contains all the text have been used in the app. Please read the guide text within the sheet to understand how it works. + +If you have any questions, please contact us at one.lite.core@gmail.com \ No newline at end of file diff --git a/content/docs/localization/index.zh-TW.md b/content/docs/localization/index.zh-TW.md new file mode 100644 index 0000000..f06cd5c --- /dev/null +++ b/content/docs/localization/index.zh-TW.md @@ -0,0 +1,11 @@ +--- +title: Help improve our localization +ShowToc: true +copy_mark: "copied" +--- + + [Lite Writer App Languages](https://docs.google.com/spreadsheets/d/1zKR2g9ouGUxMY-k6v2U0_w8dzVAZb2hWTF42-fi2ZP8/edit#gid=2145029998) + +Click this link to open a Google sheet which contains all the text have been used in the app. Please read the guide text within the sheet to understand how it works. + +If you have any questions, please contact us at one.lite.core@gmail.com \ No newline at end of file diff --git a/content/docs/open-source-licenses/index.ar.md b/content/docs/open-source-licenses/index.ar.md new file mode 100644 index 0000000..727130a --- /dev/null +++ b/content/docs/open-source-licenses/index.ar.md @@ -0,0 +1,173 @@ +--- +title: Open Source Licenses +copy_mark: "copied" +--- + +This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. + + + +## [picasso](https://github.com/square/picasso) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [okhttp](https://github.com/square/okhttp) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [gson](https://github.com/google/gson) + +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [FloatingActionButton](https://github.com/Clans/FloatingActionButton) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [PatternLockView](https://github.com/aritraroy/PatternLockView) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [Markwon](https://github.com/noties/Markwon) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Android Jetpack](https://developer.android.com/jetpack) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Kotlin](https://kotlinlang.org/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/content/docs/open-source-licenses/index.da.md b/content/docs/open-source-licenses/index.da.md new file mode 100644 index 0000000..727130a --- /dev/null +++ b/content/docs/open-source-licenses/index.da.md @@ -0,0 +1,173 @@ +--- +title: Open Source Licenses +copy_mark: "copied" +--- + +This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. + + + +## [picasso](https://github.com/square/picasso) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [okhttp](https://github.com/square/okhttp) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [gson](https://github.com/google/gson) + +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [FloatingActionButton](https://github.com/Clans/FloatingActionButton) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [PatternLockView](https://github.com/aritraroy/PatternLockView) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [Markwon](https://github.com/noties/Markwon) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Android Jetpack](https://developer.android.com/jetpack) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Kotlin](https://kotlinlang.org/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/content/docs/open-source-licenses/index.de.md b/content/docs/open-source-licenses/index.de.md new file mode 100644 index 0000000..727130a --- /dev/null +++ b/content/docs/open-source-licenses/index.de.md @@ -0,0 +1,173 @@ +--- +title: Open Source Licenses +copy_mark: "copied" +--- + +This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. + + + +## [picasso](https://github.com/square/picasso) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [okhttp](https://github.com/square/okhttp) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [gson](https://github.com/google/gson) + +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [FloatingActionButton](https://github.com/Clans/FloatingActionButton) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [PatternLockView](https://github.com/aritraroy/PatternLockView) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [Markwon](https://github.com/noties/Markwon) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Android Jetpack](https://developer.android.com/jetpack) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Kotlin](https://kotlinlang.org/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/content/docs/open-source-licenses/index.es.md b/content/docs/open-source-licenses/index.es.md new file mode 100644 index 0000000..727130a --- /dev/null +++ b/content/docs/open-source-licenses/index.es.md @@ -0,0 +1,173 @@ +--- +title: Open Source Licenses +copy_mark: "copied" +--- + +This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. + + + +## [picasso](https://github.com/square/picasso) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [okhttp](https://github.com/square/okhttp) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [gson](https://github.com/google/gson) + +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [FloatingActionButton](https://github.com/Clans/FloatingActionButton) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [PatternLockView](https://github.com/aritraroy/PatternLockView) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [Markwon](https://github.com/noties/Markwon) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Android Jetpack](https://developer.android.com/jetpack) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Kotlin](https://kotlinlang.org/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/content/docs/open-source-licenses/index.fa.md b/content/docs/open-source-licenses/index.fa.md new file mode 100644 index 0000000..727130a --- /dev/null +++ b/content/docs/open-source-licenses/index.fa.md @@ -0,0 +1,173 @@ +--- +title: Open Source Licenses +copy_mark: "copied" +--- + +This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. + + + +## [picasso](https://github.com/square/picasso) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [okhttp](https://github.com/square/okhttp) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [gson](https://github.com/google/gson) + +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [FloatingActionButton](https://github.com/Clans/FloatingActionButton) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [PatternLockView](https://github.com/aritraroy/PatternLockView) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [Markwon](https://github.com/noties/Markwon) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Android Jetpack](https://developer.android.com/jetpack) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Kotlin](https://kotlinlang.org/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/content/docs/open-source-licenses/index.fi.md b/content/docs/open-source-licenses/index.fi.md new file mode 100644 index 0000000..727130a --- /dev/null +++ b/content/docs/open-source-licenses/index.fi.md @@ -0,0 +1,173 @@ +--- +title: Open Source Licenses +copy_mark: "copied" +--- + +This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. + + + +## [picasso](https://github.com/square/picasso) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [okhttp](https://github.com/square/okhttp) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [gson](https://github.com/google/gson) + +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [FloatingActionButton](https://github.com/Clans/FloatingActionButton) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [PatternLockView](https://github.com/aritraroy/PatternLockView) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [Markwon](https://github.com/noties/Markwon) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Android Jetpack](https://developer.android.com/jetpack) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Kotlin](https://kotlinlang.org/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/content/docs/open-source-licenses/index.fil.md b/content/docs/open-source-licenses/index.fil.md new file mode 100644 index 0000000..727130a --- /dev/null +++ b/content/docs/open-source-licenses/index.fil.md @@ -0,0 +1,173 @@ +--- +title: Open Source Licenses +copy_mark: "copied" +--- + +This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. + + + +## [picasso](https://github.com/square/picasso) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [okhttp](https://github.com/square/okhttp) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [gson](https://github.com/google/gson) + +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [FloatingActionButton](https://github.com/Clans/FloatingActionButton) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [PatternLockView](https://github.com/aritraroy/PatternLockView) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [Markwon](https://github.com/noties/Markwon) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Android Jetpack](https://developer.android.com/jetpack) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Kotlin](https://kotlinlang.org/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/content/docs/open-source-licenses/index.fr.md b/content/docs/open-source-licenses/index.fr.md new file mode 100644 index 0000000..727130a --- /dev/null +++ b/content/docs/open-source-licenses/index.fr.md @@ -0,0 +1,173 @@ +--- +title: Open Source Licenses +copy_mark: "copied" +--- + +This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. + + + +## [picasso](https://github.com/square/picasso) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [okhttp](https://github.com/square/okhttp) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [gson](https://github.com/google/gson) + +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [FloatingActionButton](https://github.com/Clans/FloatingActionButton) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [PatternLockView](https://github.com/aritraroy/PatternLockView) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [Markwon](https://github.com/noties/Markwon) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Android Jetpack](https://developer.android.com/jetpack) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Kotlin](https://kotlinlang.org/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/content/docs/open-source-licenses/index.hi.md b/content/docs/open-source-licenses/index.hi.md new file mode 100644 index 0000000..727130a --- /dev/null +++ b/content/docs/open-source-licenses/index.hi.md @@ -0,0 +1,173 @@ +--- +title: Open Source Licenses +copy_mark: "copied" +--- + +This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. + + + +## [picasso](https://github.com/square/picasso) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [okhttp](https://github.com/square/okhttp) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [gson](https://github.com/google/gson) + +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [FloatingActionButton](https://github.com/Clans/FloatingActionButton) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [PatternLockView](https://github.com/aritraroy/PatternLockView) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [Markwon](https://github.com/noties/Markwon) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Android Jetpack](https://developer.android.com/jetpack) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Kotlin](https://kotlinlang.org/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/content/docs/open-source-licenses/index.id.md b/content/docs/open-source-licenses/index.id.md new file mode 100644 index 0000000..727130a --- /dev/null +++ b/content/docs/open-source-licenses/index.id.md @@ -0,0 +1,173 @@ +--- +title: Open Source Licenses +copy_mark: "copied" +--- + +This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. + + + +## [picasso](https://github.com/square/picasso) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [okhttp](https://github.com/square/okhttp) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [gson](https://github.com/google/gson) + +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [FloatingActionButton](https://github.com/Clans/FloatingActionButton) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [PatternLockView](https://github.com/aritraroy/PatternLockView) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [Markwon](https://github.com/noties/Markwon) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Android Jetpack](https://developer.android.com/jetpack) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Kotlin](https://kotlinlang.org/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/content/docs/open-source-licenses/index.it.md b/content/docs/open-source-licenses/index.it.md new file mode 100644 index 0000000..727130a --- /dev/null +++ b/content/docs/open-source-licenses/index.it.md @@ -0,0 +1,173 @@ +--- +title: Open Source Licenses +copy_mark: "copied" +--- + +This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. + + + +## [picasso](https://github.com/square/picasso) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [okhttp](https://github.com/square/okhttp) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [gson](https://github.com/google/gson) + +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [FloatingActionButton](https://github.com/Clans/FloatingActionButton) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [PatternLockView](https://github.com/aritraroy/PatternLockView) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [Markwon](https://github.com/noties/Markwon) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Android Jetpack](https://developer.android.com/jetpack) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Kotlin](https://kotlinlang.org/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/content/docs/open-source-licenses/index.ja.md b/content/docs/open-source-licenses/index.ja.md new file mode 100644 index 0000000..727130a --- /dev/null +++ b/content/docs/open-source-licenses/index.ja.md @@ -0,0 +1,173 @@ +--- +title: Open Source Licenses +copy_mark: "copied" +--- + +This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. + + + +## [picasso](https://github.com/square/picasso) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [okhttp](https://github.com/square/okhttp) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [gson](https://github.com/google/gson) + +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [FloatingActionButton](https://github.com/Clans/FloatingActionButton) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [PatternLockView](https://github.com/aritraroy/PatternLockView) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [Markwon](https://github.com/noties/Markwon) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Android Jetpack](https://developer.android.com/jetpack) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Kotlin](https://kotlinlang.org/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/content/docs/open-source-licenses/index.ko.md b/content/docs/open-source-licenses/index.ko.md new file mode 100644 index 0000000..727130a --- /dev/null +++ b/content/docs/open-source-licenses/index.ko.md @@ -0,0 +1,173 @@ +--- +title: Open Source Licenses +copy_mark: "copied" +--- + +This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. + + + +## [picasso](https://github.com/square/picasso) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [okhttp](https://github.com/square/okhttp) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [gson](https://github.com/google/gson) + +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [FloatingActionButton](https://github.com/Clans/FloatingActionButton) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [PatternLockView](https://github.com/aritraroy/PatternLockView) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [Markwon](https://github.com/noties/Markwon) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Android Jetpack](https://developer.android.com/jetpack) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Kotlin](https://kotlinlang.org/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/content/docs/open-source-licenses/index.md b/content/docs/open-source-licenses/index.md index 8ff0b86..ee213f0 100644 --- a/content/docs/open-source-licenses/index.md +++ b/content/docs/open-source-licenses/index.md @@ -1,5 +1,6 @@ --- title: Open Source Licenses +copy_mark: "src" --- This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. diff --git a/content/docs/open-source-licenses/index.ms.md b/content/docs/open-source-licenses/index.ms.md new file mode 100644 index 0000000..727130a --- /dev/null +++ b/content/docs/open-source-licenses/index.ms.md @@ -0,0 +1,173 @@ +--- +title: Open Source Licenses +copy_mark: "copied" +--- + +This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. + + + +## [picasso](https://github.com/square/picasso) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [okhttp](https://github.com/square/okhttp) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [gson](https://github.com/google/gson) + +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [FloatingActionButton](https://github.com/Clans/FloatingActionButton) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [PatternLockView](https://github.com/aritraroy/PatternLockView) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [Markwon](https://github.com/noties/Markwon) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Android Jetpack](https://developer.android.com/jetpack) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Kotlin](https://kotlinlang.org/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/content/docs/open-source-licenses/index.nl.md b/content/docs/open-source-licenses/index.nl.md new file mode 100644 index 0000000..727130a --- /dev/null +++ b/content/docs/open-source-licenses/index.nl.md @@ -0,0 +1,173 @@ +--- +title: Open Source Licenses +copy_mark: "copied" +--- + +This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. + + + +## [picasso](https://github.com/square/picasso) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [okhttp](https://github.com/square/okhttp) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [gson](https://github.com/google/gson) + +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [FloatingActionButton](https://github.com/Clans/FloatingActionButton) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [PatternLockView](https://github.com/aritraroy/PatternLockView) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [Markwon](https://github.com/noties/Markwon) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Android Jetpack](https://developer.android.com/jetpack) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Kotlin](https://kotlinlang.org/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/content/docs/open-source-licenses/index.pl.md b/content/docs/open-source-licenses/index.pl.md new file mode 100644 index 0000000..727130a --- /dev/null +++ b/content/docs/open-source-licenses/index.pl.md @@ -0,0 +1,173 @@ +--- +title: Open Source Licenses +copy_mark: "copied" +--- + +This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. + + + +## [picasso](https://github.com/square/picasso) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [okhttp](https://github.com/square/okhttp) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [gson](https://github.com/google/gson) + +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [FloatingActionButton](https://github.com/Clans/FloatingActionButton) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [PatternLockView](https://github.com/aritraroy/PatternLockView) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [Markwon](https://github.com/noties/Markwon) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Android Jetpack](https://developer.android.com/jetpack) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Kotlin](https://kotlinlang.org/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/content/docs/open-source-licenses/index.pt.md b/content/docs/open-source-licenses/index.pt.md new file mode 100644 index 0000000..727130a --- /dev/null +++ b/content/docs/open-source-licenses/index.pt.md @@ -0,0 +1,173 @@ +--- +title: Open Source Licenses +copy_mark: "copied" +--- + +This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. + + + +## [picasso](https://github.com/square/picasso) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [okhttp](https://github.com/square/okhttp) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [gson](https://github.com/google/gson) + +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [FloatingActionButton](https://github.com/Clans/FloatingActionButton) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [PatternLockView](https://github.com/aritraroy/PatternLockView) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [Markwon](https://github.com/noties/Markwon) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Android Jetpack](https://developer.android.com/jetpack) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Kotlin](https://kotlinlang.org/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/content/docs/open-source-licenses/index.ru.md b/content/docs/open-source-licenses/index.ru.md new file mode 100644 index 0000000..727130a --- /dev/null +++ b/content/docs/open-source-licenses/index.ru.md @@ -0,0 +1,173 @@ +--- +title: Open Source Licenses +copy_mark: "copied" +--- + +This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. + + + +## [picasso](https://github.com/square/picasso) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [okhttp](https://github.com/square/okhttp) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [gson](https://github.com/google/gson) + +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [FloatingActionButton](https://github.com/Clans/FloatingActionButton) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [PatternLockView](https://github.com/aritraroy/PatternLockView) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [Markwon](https://github.com/noties/Markwon) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Android Jetpack](https://developer.android.com/jetpack) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Kotlin](https://kotlinlang.org/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/content/docs/open-source-licenses/index.th.md b/content/docs/open-source-licenses/index.th.md new file mode 100644 index 0000000..727130a --- /dev/null +++ b/content/docs/open-source-licenses/index.th.md @@ -0,0 +1,173 @@ +--- +title: Open Source Licenses +copy_mark: "copied" +--- + +This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. + + + +## [picasso](https://github.com/square/picasso) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [okhttp](https://github.com/square/okhttp) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [gson](https://github.com/google/gson) + +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [FloatingActionButton](https://github.com/Clans/FloatingActionButton) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [PatternLockView](https://github.com/aritraroy/PatternLockView) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [Markwon](https://github.com/noties/Markwon) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Android Jetpack](https://developer.android.com/jetpack) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Kotlin](https://kotlinlang.org/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/content/docs/open-source-licenses/index.tr.md b/content/docs/open-source-licenses/index.tr.md new file mode 100644 index 0000000..727130a --- /dev/null +++ b/content/docs/open-source-licenses/index.tr.md @@ -0,0 +1,173 @@ +--- +title: Open Source Licenses +copy_mark: "copied" +--- + +This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. + + + +## [picasso](https://github.com/square/picasso) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [okhttp](https://github.com/square/okhttp) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [gson](https://github.com/google/gson) + +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [FloatingActionButton](https://github.com/Clans/FloatingActionButton) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [PatternLockView](https://github.com/aritraroy/PatternLockView) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [Markwon](https://github.com/noties/Markwon) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Android Jetpack](https://developer.android.com/jetpack) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Kotlin](https://kotlinlang.org/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/content/docs/open-source-licenses/index.uk.md b/content/docs/open-source-licenses/index.uk.md new file mode 100644 index 0000000..727130a --- /dev/null +++ b/content/docs/open-source-licenses/index.uk.md @@ -0,0 +1,173 @@ +--- +title: Open Source Licenses +copy_mark: "copied" +--- + +This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. + + + +## [picasso](https://github.com/square/picasso) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [okhttp](https://github.com/square/okhttp) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [gson](https://github.com/google/gson) + +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [FloatingActionButton](https://github.com/Clans/FloatingActionButton) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [PatternLockView](https://github.com/aritraroy/PatternLockView) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [Markwon](https://github.com/noties/Markwon) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Android Jetpack](https://developer.android.com/jetpack) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Kotlin](https://kotlinlang.org/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/content/docs/open-source-licenses/index.zh-CN.md b/content/docs/open-source-licenses/index.zh-CN.md new file mode 100644 index 0000000..727130a --- /dev/null +++ b/content/docs/open-source-licenses/index.zh-CN.md @@ -0,0 +1,173 @@ +--- +title: Open Source Licenses +copy_mark: "copied" +--- + +This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. + + + +## [picasso](https://github.com/square/picasso) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [okhttp](https://github.com/square/okhttp) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [gson](https://github.com/google/gson) + +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [FloatingActionButton](https://github.com/Clans/FloatingActionButton) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [PatternLockView](https://github.com/aritraroy/PatternLockView) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [Markwon](https://github.com/noties/Markwon) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Android Jetpack](https://developer.android.com/jetpack) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Kotlin](https://kotlinlang.org/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/content/docs/open-source-licenses/index.zh-TW.md b/content/docs/open-source-licenses/index.zh-TW.md new file mode 100644 index 0000000..727130a --- /dev/null +++ b/content/docs/open-source-licenses/index.zh-TW.md @@ -0,0 +1,173 @@ +--- +title: Open Source Licenses +copy_mark: "copied" +--- + +This document lists the open source SDKs that have been used in the app. We will update this document from time to time, but sometimes it might not be that in time, please understand. + + + +## [picasso](https://github.com/square/picasso) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [okhttp](https://github.com/square/okhttp) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [gson](https://github.com/google/gson) + +Copyright 2008 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [FloatingActionButton](https://github.com/Clans/FloatingActionButton) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [PatternLockView](https://github.com/aritraroy/PatternLockView) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [Markwon](https://github.com/noties/Markwon) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## [HoloColorPicker](https://github.com/LarsWerkman/HoloColorPicker) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Android Jetpack](https://developer.android.com/jetpack) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## [Kotlin](https://kotlinlang.org/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/content/docs/privacy-policy/index.ar.md b/content/docs/privacy-policy/index.ar.md new file mode 100644 index 0000000..d328afb --- /dev/null +++ b/content/docs/privacy-policy/index.ar.md @@ -0,0 +1,69 @@ +--- +title: Privacy Policy +ShowToc: true +copy_mark: "copied" +--- + +OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. + +This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. + +If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. + +The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Lite Writer unless otherwise defined in this Privacy Policy. + +## Information Collection and Use + +For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained on your device and is not collected by me in any way. + +The app does use third-party services that may collect information used to identify you. + +Link to the privacy policy of third-party service providers used by the app + +- [Google Play Services](https://www.google.com/policies/privacy/) +- [AdMob](https://support.google.com/admob/answer/6128543?hl=en) +- [Google Analytics for Firebase](https://firebase.google.com/policies/analytics) +- [Firebase Crashlytics](https://firebase.google.com/support/privacy/) + +## Log Data + +We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics. + +## Cookies + +Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. + +This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. + +## Service Providers + +We may employ third-party companies and individuals due to the following reasons: + +- To facilitate our Service; +- To provide the Service on our behalf; +- To perform Service-related services; or +- To assist us in analyzing how our Service is used. + +We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. + +## Security + +We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Links to Other Sites + +This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. + +## Children's Privacy + +These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided me with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that we will be able to do the necessary actions. + +## Changes to This Privacy Policy + +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. + +This policy is effective as of 2022-03-30 + +## Contact Us + +If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact me at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/privacy-policy/index.da.md b/content/docs/privacy-policy/index.da.md new file mode 100644 index 0000000..d328afb --- /dev/null +++ b/content/docs/privacy-policy/index.da.md @@ -0,0 +1,69 @@ +--- +title: Privacy Policy +ShowToc: true +copy_mark: "copied" +--- + +OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. + +This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. + +If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. + +The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Lite Writer unless otherwise defined in this Privacy Policy. + +## Information Collection and Use + +For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained on your device and is not collected by me in any way. + +The app does use third-party services that may collect information used to identify you. + +Link to the privacy policy of third-party service providers used by the app + +- [Google Play Services](https://www.google.com/policies/privacy/) +- [AdMob](https://support.google.com/admob/answer/6128543?hl=en) +- [Google Analytics for Firebase](https://firebase.google.com/policies/analytics) +- [Firebase Crashlytics](https://firebase.google.com/support/privacy/) + +## Log Data + +We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics. + +## Cookies + +Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. + +This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. + +## Service Providers + +We may employ third-party companies and individuals due to the following reasons: + +- To facilitate our Service; +- To provide the Service on our behalf; +- To perform Service-related services; or +- To assist us in analyzing how our Service is used. + +We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. + +## Security + +We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Links to Other Sites + +This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. + +## Children's Privacy + +These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided me with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that we will be able to do the necessary actions. + +## Changes to This Privacy Policy + +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. + +This policy is effective as of 2022-03-30 + +## Contact Us + +If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact me at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/privacy-policy/index.de.md b/content/docs/privacy-policy/index.de.md new file mode 100644 index 0000000..d328afb --- /dev/null +++ b/content/docs/privacy-policy/index.de.md @@ -0,0 +1,69 @@ +--- +title: Privacy Policy +ShowToc: true +copy_mark: "copied" +--- + +OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. + +This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. + +If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. + +The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Lite Writer unless otherwise defined in this Privacy Policy. + +## Information Collection and Use + +For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained on your device and is not collected by me in any way. + +The app does use third-party services that may collect information used to identify you. + +Link to the privacy policy of third-party service providers used by the app + +- [Google Play Services](https://www.google.com/policies/privacy/) +- [AdMob](https://support.google.com/admob/answer/6128543?hl=en) +- [Google Analytics for Firebase](https://firebase.google.com/policies/analytics) +- [Firebase Crashlytics](https://firebase.google.com/support/privacy/) + +## Log Data + +We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics. + +## Cookies + +Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. + +This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. + +## Service Providers + +We may employ third-party companies and individuals due to the following reasons: + +- To facilitate our Service; +- To provide the Service on our behalf; +- To perform Service-related services; or +- To assist us in analyzing how our Service is used. + +We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. + +## Security + +We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Links to Other Sites + +This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. + +## Children's Privacy + +These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided me with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that we will be able to do the necessary actions. + +## Changes to This Privacy Policy + +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. + +This policy is effective as of 2022-03-30 + +## Contact Us + +If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact me at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/privacy-policy/index.es.md b/content/docs/privacy-policy/index.es.md new file mode 100644 index 0000000..d328afb --- /dev/null +++ b/content/docs/privacy-policy/index.es.md @@ -0,0 +1,69 @@ +--- +title: Privacy Policy +ShowToc: true +copy_mark: "copied" +--- + +OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. + +This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. + +If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. + +The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Lite Writer unless otherwise defined in this Privacy Policy. + +## Information Collection and Use + +For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained on your device and is not collected by me in any way. + +The app does use third-party services that may collect information used to identify you. + +Link to the privacy policy of third-party service providers used by the app + +- [Google Play Services](https://www.google.com/policies/privacy/) +- [AdMob](https://support.google.com/admob/answer/6128543?hl=en) +- [Google Analytics for Firebase](https://firebase.google.com/policies/analytics) +- [Firebase Crashlytics](https://firebase.google.com/support/privacy/) + +## Log Data + +We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics. + +## Cookies + +Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. + +This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. + +## Service Providers + +We may employ third-party companies and individuals due to the following reasons: + +- To facilitate our Service; +- To provide the Service on our behalf; +- To perform Service-related services; or +- To assist us in analyzing how our Service is used. + +We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. + +## Security + +We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Links to Other Sites + +This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. + +## Children's Privacy + +These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided me with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that we will be able to do the necessary actions. + +## Changes to This Privacy Policy + +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. + +This policy is effective as of 2022-03-30 + +## Contact Us + +If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact me at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/privacy-policy/index.fa.md b/content/docs/privacy-policy/index.fa.md new file mode 100644 index 0000000..d328afb --- /dev/null +++ b/content/docs/privacy-policy/index.fa.md @@ -0,0 +1,69 @@ +--- +title: Privacy Policy +ShowToc: true +copy_mark: "copied" +--- + +OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. + +This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. + +If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. + +The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Lite Writer unless otherwise defined in this Privacy Policy. + +## Information Collection and Use + +For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained on your device and is not collected by me in any way. + +The app does use third-party services that may collect information used to identify you. + +Link to the privacy policy of third-party service providers used by the app + +- [Google Play Services](https://www.google.com/policies/privacy/) +- [AdMob](https://support.google.com/admob/answer/6128543?hl=en) +- [Google Analytics for Firebase](https://firebase.google.com/policies/analytics) +- [Firebase Crashlytics](https://firebase.google.com/support/privacy/) + +## Log Data + +We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics. + +## Cookies + +Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. + +This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. + +## Service Providers + +We may employ third-party companies and individuals due to the following reasons: + +- To facilitate our Service; +- To provide the Service on our behalf; +- To perform Service-related services; or +- To assist us in analyzing how our Service is used. + +We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. + +## Security + +We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Links to Other Sites + +This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. + +## Children's Privacy + +These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided me with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that we will be able to do the necessary actions. + +## Changes to This Privacy Policy + +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. + +This policy is effective as of 2022-03-30 + +## Contact Us + +If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact me at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/privacy-policy/index.fi.md b/content/docs/privacy-policy/index.fi.md new file mode 100644 index 0000000..d328afb --- /dev/null +++ b/content/docs/privacy-policy/index.fi.md @@ -0,0 +1,69 @@ +--- +title: Privacy Policy +ShowToc: true +copy_mark: "copied" +--- + +OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. + +This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. + +If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. + +The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Lite Writer unless otherwise defined in this Privacy Policy. + +## Information Collection and Use + +For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained on your device and is not collected by me in any way. + +The app does use third-party services that may collect information used to identify you. + +Link to the privacy policy of third-party service providers used by the app + +- [Google Play Services](https://www.google.com/policies/privacy/) +- [AdMob](https://support.google.com/admob/answer/6128543?hl=en) +- [Google Analytics for Firebase](https://firebase.google.com/policies/analytics) +- [Firebase Crashlytics](https://firebase.google.com/support/privacy/) + +## Log Data + +We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics. + +## Cookies + +Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. + +This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. + +## Service Providers + +We may employ third-party companies and individuals due to the following reasons: + +- To facilitate our Service; +- To provide the Service on our behalf; +- To perform Service-related services; or +- To assist us in analyzing how our Service is used. + +We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. + +## Security + +We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Links to Other Sites + +This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. + +## Children's Privacy + +These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided me with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that we will be able to do the necessary actions. + +## Changes to This Privacy Policy + +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. + +This policy is effective as of 2022-03-30 + +## Contact Us + +If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact me at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/privacy-policy/index.fil.md b/content/docs/privacy-policy/index.fil.md new file mode 100644 index 0000000..d328afb --- /dev/null +++ b/content/docs/privacy-policy/index.fil.md @@ -0,0 +1,69 @@ +--- +title: Privacy Policy +ShowToc: true +copy_mark: "copied" +--- + +OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. + +This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. + +If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. + +The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Lite Writer unless otherwise defined in this Privacy Policy. + +## Information Collection and Use + +For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained on your device and is not collected by me in any way. + +The app does use third-party services that may collect information used to identify you. + +Link to the privacy policy of third-party service providers used by the app + +- [Google Play Services](https://www.google.com/policies/privacy/) +- [AdMob](https://support.google.com/admob/answer/6128543?hl=en) +- [Google Analytics for Firebase](https://firebase.google.com/policies/analytics) +- [Firebase Crashlytics](https://firebase.google.com/support/privacy/) + +## Log Data + +We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics. + +## Cookies + +Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. + +This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. + +## Service Providers + +We may employ third-party companies and individuals due to the following reasons: + +- To facilitate our Service; +- To provide the Service on our behalf; +- To perform Service-related services; or +- To assist us in analyzing how our Service is used. + +We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. + +## Security + +We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Links to Other Sites + +This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. + +## Children's Privacy + +These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided me with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that we will be able to do the necessary actions. + +## Changes to This Privacy Policy + +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. + +This policy is effective as of 2022-03-30 + +## Contact Us + +If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact me at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/privacy-policy/index.fr.md b/content/docs/privacy-policy/index.fr.md new file mode 100644 index 0000000..d328afb --- /dev/null +++ b/content/docs/privacy-policy/index.fr.md @@ -0,0 +1,69 @@ +--- +title: Privacy Policy +ShowToc: true +copy_mark: "copied" +--- + +OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. + +This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. + +If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. + +The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Lite Writer unless otherwise defined in this Privacy Policy. + +## Information Collection and Use + +For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained on your device and is not collected by me in any way. + +The app does use third-party services that may collect information used to identify you. + +Link to the privacy policy of third-party service providers used by the app + +- [Google Play Services](https://www.google.com/policies/privacy/) +- [AdMob](https://support.google.com/admob/answer/6128543?hl=en) +- [Google Analytics for Firebase](https://firebase.google.com/policies/analytics) +- [Firebase Crashlytics](https://firebase.google.com/support/privacy/) + +## Log Data + +We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics. + +## Cookies + +Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. + +This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. + +## Service Providers + +We may employ third-party companies and individuals due to the following reasons: + +- To facilitate our Service; +- To provide the Service on our behalf; +- To perform Service-related services; or +- To assist us in analyzing how our Service is used. + +We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. + +## Security + +We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Links to Other Sites + +This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. + +## Children's Privacy + +These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided me with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that we will be able to do the necessary actions. + +## Changes to This Privacy Policy + +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. + +This policy is effective as of 2022-03-30 + +## Contact Us + +If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact me at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/privacy-policy/index.hi.md b/content/docs/privacy-policy/index.hi.md new file mode 100644 index 0000000..d328afb --- /dev/null +++ b/content/docs/privacy-policy/index.hi.md @@ -0,0 +1,69 @@ +--- +title: Privacy Policy +ShowToc: true +copy_mark: "copied" +--- + +OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. + +This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. + +If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. + +The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Lite Writer unless otherwise defined in this Privacy Policy. + +## Information Collection and Use + +For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained on your device and is not collected by me in any way. + +The app does use third-party services that may collect information used to identify you. + +Link to the privacy policy of third-party service providers used by the app + +- [Google Play Services](https://www.google.com/policies/privacy/) +- [AdMob](https://support.google.com/admob/answer/6128543?hl=en) +- [Google Analytics for Firebase](https://firebase.google.com/policies/analytics) +- [Firebase Crashlytics](https://firebase.google.com/support/privacy/) + +## Log Data + +We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics. + +## Cookies + +Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. + +This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. + +## Service Providers + +We may employ third-party companies and individuals due to the following reasons: + +- To facilitate our Service; +- To provide the Service on our behalf; +- To perform Service-related services; or +- To assist us in analyzing how our Service is used. + +We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. + +## Security + +We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Links to Other Sites + +This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. + +## Children's Privacy + +These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided me with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that we will be able to do the necessary actions. + +## Changes to This Privacy Policy + +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. + +This policy is effective as of 2022-03-30 + +## Contact Us + +If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact me at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/privacy-policy/index.id.md b/content/docs/privacy-policy/index.id.md new file mode 100644 index 0000000..d328afb --- /dev/null +++ b/content/docs/privacy-policy/index.id.md @@ -0,0 +1,69 @@ +--- +title: Privacy Policy +ShowToc: true +copy_mark: "copied" +--- + +OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. + +This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. + +If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. + +The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Lite Writer unless otherwise defined in this Privacy Policy. + +## Information Collection and Use + +For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained on your device and is not collected by me in any way. + +The app does use third-party services that may collect information used to identify you. + +Link to the privacy policy of third-party service providers used by the app + +- [Google Play Services](https://www.google.com/policies/privacy/) +- [AdMob](https://support.google.com/admob/answer/6128543?hl=en) +- [Google Analytics for Firebase](https://firebase.google.com/policies/analytics) +- [Firebase Crashlytics](https://firebase.google.com/support/privacy/) + +## Log Data + +We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics. + +## Cookies + +Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. + +This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. + +## Service Providers + +We may employ third-party companies and individuals due to the following reasons: + +- To facilitate our Service; +- To provide the Service on our behalf; +- To perform Service-related services; or +- To assist us in analyzing how our Service is used. + +We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. + +## Security + +We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Links to Other Sites + +This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. + +## Children's Privacy + +These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided me with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that we will be able to do the necessary actions. + +## Changes to This Privacy Policy + +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. + +This policy is effective as of 2022-03-30 + +## Contact Us + +If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact me at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/privacy-policy/index.it.md b/content/docs/privacy-policy/index.it.md new file mode 100644 index 0000000..d328afb --- /dev/null +++ b/content/docs/privacy-policy/index.it.md @@ -0,0 +1,69 @@ +--- +title: Privacy Policy +ShowToc: true +copy_mark: "copied" +--- + +OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. + +This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. + +If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. + +The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Lite Writer unless otherwise defined in this Privacy Policy. + +## Information Collection and Use + +For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained on your device and is not collected by me in any way. + +The app does use third-party services that may collect information used to identify you. + +Link to the privacy policy of third-party service providers used by the app + +- [Google Play Services](https://www.google.com/policies/privacy/) +- [AdMob](https://support.google.com/admob/answer/6128543?hl=en) +- [Google Analytics for Firebase](https://firebase.google.com/policies/analytics) +- [Firebase Crashlytics](https://firebase.google.com/support/privacy/) + +## Log Data + +We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics. + +## Cookies + +Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. + +This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. + +## Service Providers + +We may employ third-party companies and individuals due to the following reasons: + +- To facilitate our Service; +- To provide the Service on our behalf; +- To perform Service-related services; or +- To assist us in analyzing how our Service is used. + +We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. + +## Security + +We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Links to Other Sites + +This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. + +## Children's Privacy + +These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided me with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that we will be able to do the necessary actions. + +## Changes to This Privacy Policy + +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. + +This policy is effective as of 2022-03-30 + +## Contact Us + +If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact me at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/privacy-policy/index.ja.md b/content/docs/privacy-policy/index.ja.md new file mode 100644 index 0000000..d328afb --- /dev/null +++ b/content/docs/privacy-policy/index.ja.md @@ -0,0 +1,69 @@ +--- +title: Privacy Policy +ShowToc: true +copy_mark: "copied" +--- + +OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. + +This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. + +If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. + +The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Lite Writer unless otherwise defined in this Privacy Policy. + +## Information Collection and Use + +For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained on your device and is not collected by me in any way. + +The app does use third-party services that may collect information used to identify you. + +Link to the privacy policy of third-party service providers used by the app + +- [Google Play Services](https://www.google.com/policies/privacy/) +- [AdMob](https://support.google.com/admob/answer/6128543?hl=en) +- [Google Analytics for Firebase](https://firebase.google.com/policies/analytics) +- [Firebase Crashlytics](https://firebase.google.com/support/privacy/) + +## Log Data + +We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics. + +## Cookies + +Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. + +This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. + +## Service Providers + +We may employ third-party companies and individuals due to the following reasons: + +- To facilitate our Service; +- To provide the Service on our behalf; +- To perform Service-related services; or +- To assist us in analyzing how our Service is used. + +We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. + +## Security + +We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Links to Other Sites + +This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. + +## Children's Privacy + +These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided me with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that we will be able to do the necessary actions. + +## Changes to This Privacy Policy + +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. + +This policy is effective as of 2022-03-30 + +## Contact Us + +If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact me at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/privacy-policy/index.ko.md b/content/docs/privacy-policy/index.ko.md new file mode 100644 index 0000000..d328afb --- /dev/null +++ b/content/docs/privacy-policy/index.ko.md @@ -0,0 +1,69 @@ +--- +title: Privacy Policy +ShowToc: true +copy_mark: "copied" +--- + +OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. + +This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. + +If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. + +The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Lite Writer unless otherwise defined in this Privacy Policy. + +## Information Collection and Use + +For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained on your device and is not collected by me in any way. + +The app does use third-party services that may collect information used to identify you. + +Link to the privacy policy of third-party service providers used by the app + +- [Google Play Services](https://www.google.com/policies/privacy/) +- [AdMob](https://support.google.com/admob/answer/6128543?hl=en) +- [Google Analytics for Firebase](https://firebase.google.com/policies/analytics) +- [Firebase Crashlytics](https://firebase.google.com/support/privacy/) + +## Log Data + +We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics. + +## Cookies + +Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. + +This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. + +## Service Providers + +We may employ third-party companies and individuals due to the following reasons: + +- To facilitate our Service; +- To provide the Service on our behalf; +- To perform Service-related services; or +- To assist us in analyzing how our Service is used. + +We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. + +## Security + +We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Links to Other Sites + +This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. + +## Children's Privacy + +These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided me with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that we will be able to do the necessary actions. + +## Changes to This Privacy Policy + +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. + +This policy is effective as of 2022-03-30 + +## Contact Us + +If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact me at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/privacy-policy/index.md b/content/docs/privacy-policy/index.md index 59a348a..f6a2c25 100644 --- a/content/docs/privacy-policy/index.md +++ b/content/docs/privacy-policy/index.md @@ -1,6 +1,7 @@ --- title: Privacy Policy ShowToc: true +copy_mark: "src" --- OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. diff --git a/content/docs/privacy-policy/index.ms.md b/content/docs/privacy-policy/index.ms.md new file mode 100644 index 0000000..d328afb --- /dev/null +++ b/content/docs/privacy-policy/index.ms.md @@ -0,0 +1,69 @@ +--- +title: Privacy Policy +ShowToc: true +copy_mark: "copied" +--- + +OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. + +This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. + +If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. + +The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Lite Writer unless otherwise defined in this Privacy Policy. + +## Information Collection and Use + +For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained on your device and is not collected by me in any way. + +The app does use third-party services that may collect information used to identify you. + +Link to the privacy policy of third-party service providers used by the app + +- [Google Play Services](https://www.google.com/policies/privacy/) +- [AdMob](https://support.google.com/admob/answer/6128543?hl=en) +- [Google Analytics for Firebase](https://firebase.google.com/policies/analytics) +- [Firebase Crashlytics](https://firebase.google.com/support/privacy/) + +## Log Data + +We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics. + +## Cookies + +Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. + +This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. + +## Service Providers + +We may employ third-party companies and individuals due to the following reasons: + +- To facilitate our Service; +- To provide the Service on our behalf; +- To perform Service-related services; or +- To assist us in analyzing how our Service is used. + +We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. + +## Security + +We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Links to Other Sites + +This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. + +## Children's Privacy + +These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided me with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that we will be able to do the necessary actions. + +## Changes to This Privacy Policy + +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. + +This policy is effective as of 2022-03-30 + +## Contact Us + +If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact me at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/privacy-policy/index.nl.md b/content/docs/privacy-policy/index.nl.md new file mode 100644 index 0000000..d328afb --- /dev/null +++ b/content/docs/privacy-policy/index.nl.md @@ -0,0 +1,69 @@ +--- +title: Privacy Policy +ShowToc: true +copy_mark: "copied" +--- + +OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. + +This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. + +If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. + +The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Lite Writer unless otherwise defined in this Privacy Policy. + +## Information Collection and Use + +For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained on your device and is not collected by me in any way. + +The app does use third-party services that may collect information used to identify you. + +Link to the privacy policy of third-party service providers used by the app + +- [Google Play Services](https://www.google.com/policies/privacy/) +- [AdMob](https://support.google.com/admob/answer/6128543?hl=en) +- [Google Analytics for Firebase](https://firebase.google.com/policies/analytics) +- [Firebase Crashlytics](https://firebase.google.com/support/privacy/) + +## Log Data + +We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics. + +## Cookies + +Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. + +This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. + +## Service Providers + +We may employ third-party companies and individuals due to the following reasons: + +- To facilitate our Service; +- To provide the Service on our behalf; +- To perform Service-related services; or +- To assist us in analyzing how our Service is used. + +We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. + +## Security + +We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Links to Other Sites + +This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. + +## Children's Privacy + +These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided me with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that we will be able to do the necessary actions. + +## Changes to This Privacy Policy + +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. + +This policy is effective as of 2022-03-30 + +## Contact Us + +If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact me at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/privacy-policy/index.pl.md b/content/docs/privacy-policy/index.pl.md new file mode 100644 index 0000000..d328afb --- /dev/null +++ b/content/docs/privacy-policy/index.pl.md @@ -0,0 +1,69 @@ +--- +title: Privacy Policy +ShowToc: true +copy_mark: "copied" +--- + +OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. + +This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. + +If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. + +The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Lite Writer unless otherwise defined in this Privacy Policy. + +## Information Collection and Use + +For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained on your device and is not collected by me in any way. + +The app does use third-party services that may collect information used to identify you. + +Link to the privacy policy of third-party service providers used by the app + +- [Google Play Services](https://www.google.com/policies/privacy/) +- [AdMob](https://support.google.com/admob/answer/6128543?hl=en) +- [Google Analytics for Firebase](https://firebase.google.com/policies/analytics) +- [Firebase Crashlytics](https://firebase.google.com/support/privacy/) + +## Log Data + +We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics. + +## Cookies + +Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. + +This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. + +## Service Providers + +We may employ third-party companies and individuals due to the following reasons: + +- To facilitate our Service; +- To provide the Service on our behalf; +- To perform Service-related services; or +- To assist us in analyzing how our Service is used. + +We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. + +## Security + +We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Links to Other Sites + +This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. + +## Children's Privacy + +These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided me with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that we will be able to do the necessary actions. + +## Changes to This Privacy Policy + +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. + +This policy is effective as of 2022-03-30 + +## Contact Us + +If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact me at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/privacy-policy/index.pt.md b/content/docs/privacy-policy/index.pt.md new file mode 100644 index 0000000..d328afb --- /dev/null +++ b/content/docs/privacy-policy/index.pt.md @@ -0,0 +1,69 @@ +--- +title: Privacy Policy +ShowToc: true +copy_mark: "copied" +--- + +OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. + +This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. + +If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. + +The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Lite Writer unless otherwise defined in this Privacy Policy. + +## Information Collection and Use + +For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained on your device and is not collected by me in any way. + +The app does use third-party services that may collect information used to identify you. + +Link to the privacy policy of third-party service providers used by the app + +- [Google Play Services](https://www.google.com/policies/privacy/) +- [AdMob](https://support.google.com/admob/answer/6128543?hl=en) +- [Google Analytics for Firebase](https://firebase.google.com/policies/analytics) +- [Firebase Crashlytics](https://firebase.google.com/support/privacy/) + +## Log Data + +We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics. + +## Cookies + +Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. + +This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. + +## Service Providers + +We may employ third-party companies and individuals due to the following reasons: + +- To facilitate our Service; +- To provide the Service on our behalf; +- To perform Service-related services; or +- To assist us in analyzing how our Service is used. + +We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. + +## Security + +We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Links to Other Sites + +This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. + +## Children's Privacy + +These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided me with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that we will be able to do the necessary actions. + +## Changes to This Privacy Policy + +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. + +This policy is effective as of 2022-03-30 + +## Contact Us + +If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact me at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/privacy-policy/index.ru.md b/content/docs/privacy-policy/index.ru.md new file mode 100644 index 0000000..d328afb --- /dev/null +++ b/content/docs/privacy-policy/index.ru.md @@ -0,0 +1,69 @@ +--- +title: Privacy Policy +ShowToc: true +copy_mark: "copied" +--- + +OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. + +This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. + +If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. + +The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Lite Writer unless otherwise defined in this Privacy Policy. + +## Information Collection and Use + +For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained on your device and is not collected by me in any way. + +The app does use third-party services that may collect information used to identify you. + +Link to the privacy policy of third-party service providers used by the app + +- [Google Play Services](https://www.google.com/policies/privacy/) +- [AdMob](https://support.google.com/admob/answer/6128543?hl=en) +- [Google Analytics for Firebase](https://firebase.google.com/policies/analytics) +- [Firebase Crashlytics](https://firebase.google.com/support/privacy/) + +## Log Data + +We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics. + +## Cookies + +Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. + +This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. + +## Service Providers + +We may employ third-party companies and individuals due to the following reasons: + +- To facilitate our Service; +- To provide the Service on our behalf; +- To perform Service-related services; or +- To assist us in analyzing how our Service is used. + +We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. + +## Security + +We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Links to Other Sites + +This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. + +## Children's Privacy + +These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided me with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that we will be able to do the necessary actions. + +## Changes to This Privacy Policy + +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. + +This policy is effective as of 2022-03-30 + +## Contact Us + +If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact me at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/privacy-policy/index.th.md b/content/docs/privacy-policy/index.th.md new file mode 100644 index 0000000..d328afb --- /dev/null +++ b/content/docs/privacy-policy/index.th.md @@ -0,0 +1,69 @@ +--- +title: Privacy Policy +ShowToc: true +copy_mark: "copied" +--- + +OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. + +This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. + +If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. + +The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Lite Writer unless otherwise defined in this Privacy Policy. + +## Information Collection and Use + +For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained on your device and is not collected by me in any way. + +The app does use third-party services that may collect information used to identify you. + +Link to the privacy policy of third-party service providers used by the app + +- [Google Play Services](https://www.google.com/policies/privacy/) +- [AdMob](https://support.google.com/admob/answer/6128543?hl=en) +- [Google Analytics for Firebase](https://firebase.google.com/policies/analytics) +- [Firebase Crashlytics](https://firebase.google.com/support/privacy/) + +## Log Data + +We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics. + +## Cookies + +Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. + +This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. + +## Service Providers + +We may employ third-party companies and individuals due to the following reasons: + +- To facilitate our Service; +- To provide the Service on our behalf; +- To perform Service-related services; or +- To assist us in analyzing how our Service is used. + +We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. + +## Security + +We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Links to Other Sites + +This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. + +## Children's Privacy + +These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided me with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that we will be able to do the necessary actions. + +## Changes to This Privacy Policy + +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. + +This policy is effective as of 2022-03-30 + +## Contact Us + +If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact me at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/privacy-policy/index.tr.md b/content/docs/privacy-policy/index.tr.md new file mode 100644 index 0000000..d328afb --- /dev/null +++ b/content/docs/privacy-policy/index.tr.md @@ -0,0 +1,69 @@ +--- +title: Privacy Policy +ShowToc: true +copy_mark: "copied" +--- + +OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. + +This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. + +If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. + +The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Lite Writer unless otherwise defined in this Privacy Policy. + +## Information Collection and Use + +For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained on your device and is not collected by me in any way. + +The app does use third-party services that may collect information used to identify you. + +Link to the privacy policy of third-party service providers used by the app + +- [Google Play Services](https://www.google.com/policies/privacy/) +- [AdMob](https://support.google.com/admob/answer/6128543?hl=en) +- [Google Analytics for Firebase](https://firebase.google.com/policies/analytics) +- [Firebase Crashlytics](https://firebase.google.com/support/privacy/) + +## Log Data + +We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics. + +## Cookies + +Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. + +This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. + +## Service Providers + +We may employ third-party companies and individuals due to the following reasons: + +- To facilitate our Service; +- To provide the Service on our behalf; +- To perform Service-related services; or +- To assist us in analyzing how our Service is used. + +We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. + +## Security + +We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Links to Other Sites + +This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. + +## Children's Privacy + +These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided me with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that we will be able to do the necessary actions. + +## Changes to This Privacy Policy + +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. + +This policy is effective as of 2022-03-30 + +## Contact Us + +If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact me at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/privacy-policy/index.uk.md b/content/docs/privacy-policy/index.uk.md new file mode 100644 index 0000000..d328afb --- /dev/null +++ b/content/docs/privacy-policy/index.uk.md @@ -0,0 +1,69 @@ +--- +title: Privacy Policy +ShowToc: true +copy_mark: "copied" +--- + +OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. + +This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. + +If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. + +The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Lite Writer unless otherwise defined in this Privacy Policy. + +## Information Collection and Use + +For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained on your device and is not collected by me in any way. + +The app does use third-party services that may collect information used to identify you. + +Link to the privacy policy of third-party service providers used by the app + +- [Google Play Services](https://www.google.com/policies/privacy/) +- [AdMob](https://support.google.com/admob/answer/6128543?hl=en) +- [Google Analytics for Firebase](https://firebase.google.com/policies/analytics) +- [Firebase Crashlytics](https://firebase.google.com/support/privacy/) + +## Log Data + +We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics. + +## Cookies + +Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. + +This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. + +## Service Providers + +We may employ third-party companies and individuals due to the following reasons: + +- To facilitate our Service; +- To provide the Service on our behalf; +- To perform Service-related services; or +- To assist us in analyzing how our Service is used. + +We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. + +## Security + +We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Links to Other Sites + +This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. + +## Children's Privacy + +These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided me with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that we will be able to do the necessary actions. + +## Changes to This Privacy Policy + +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. + +This policy is effective as of 2022-03-30 + +## Contact Us + +If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact me at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/privacy-policy/index.zh-CN.md b/content/docs/privacy-policy/index.zh-CN.md new file mode 100644 index 0000000..d328afb --- /dev/null +++ b/content/docs/privacy-policy/index.zh-CN.md @@ -0,0 +1,69 @@ +--- +title: Privacy Policy +ShowToc: true +copy_mark: "copied" +--- + +OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. + +This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. + +If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. + +The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Lite Writer unless otherwise defined in this Privacy Policy. + +## Information Collection and Use + +For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained on your device and is not collected by me in any way. + +The app does use third-party services that may collect information used to identify you. + +Link to the privacy policy of third-party service providers used by the app + +- [Google Play Services](https://www.google.com/policies/privacy/) +- [AdMob](https://support.google.com/admob/answer/6128543?hl=en) +- [Google Analytics for Firebase](https://firebase.google.com/policies/analytics) +- [Firebase Crashlytics](https://firebase.google.com/support/privacy/) + +## Log Data + +We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics. + +## Cookies + +Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. + +This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. + +## Service Providers + +We may employ third-party companies and individuals due to the following reasons: + +- To facilitate our Service; +- To provide the Service on our behalf; +- To perform Service-related services; or +- To assist us in analyzing how our Service is used. + +We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. + +## Security + +We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Links to Other Sites + +This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. + +## Children's Privacy + +These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided me with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that we will be able to do the necessary actions. + +## Changes to This Privacy Policy + +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. + +This policy is effective as of 2022-03-30 + +## Contact Us + +If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact me at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/privacy-policy/index.zh-TW.md b/content/docs/privacy-policy/index.zh-TW.md new file mode 100644 index 0000000..d328afb --- /dev/null +++ b/content/docs/privacy-policy/index.zh-TW.md @@ -0,0 +1,69 @@ +--- +title: Privacy Policy +ShowToc: true +copy_mark: "copied" +--- + +OneLiteCore built the Lite Writer app as a Free app. This SERVICE is provided by OneLiteCore at no cost and is intended for use as is. + +This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. + +If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. + +The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Lite Writer unless otherwise defined in this Privacy Policy. + +## Information Collection and Use + +For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be retained on your device and is not collected by me in any way. + +The app does use third-party services that may collect information used to identify you. + +Link to the privacy policy of third-party service providers used by the app + +- [Google Play Services](https://www.google.com/policies/privacy/) +- [AdMob](https://support.google.com/admob/answer/6128543?hl=en) +- [Google Analytics for Firebase](https://firebase.google.com/policies/analytics) +- [Firebase Crashlytics](https://firebase.google.com/support/privacy/) + +## Log Data + +We want to inform you that whenever you use our Service, in a case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics. + +## Cookies + +Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. + +This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. + +## Service Providers + +We may employ third-party companies and individuals due to the following reasons: + +- To facilitate our Service; +- To provide the Service on our behalf; +- To perform Service-related services; or +- To assist us in analyzing how our Service is used. + +We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. + +## Security + +We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security. + +## Links to Other Sites + +This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. + +## Children's Privacy + +These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided me with personal information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that we will be able to do the necessary actions. + +## Changes to This Privacy Policy + +We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. + +This policy is effective as of 2022-03-30 + +## Contact Us + +If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact me at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/remote-link/index.ar.md b/content/docs/remote-link/index.ar.md new file mode 100644 index 0000000..9582ce0 --- /dev/null +++ b/content/docs/remote-link/index.ar.md @@ -0,0 +1,39 @@ +--- +title: How to use the Remote Link feature +date: 2024-05-25 +ShowToc: true +copy_mark: "copied" +--- + +"Link" feature allows you to map app data as a PC directory, so that you can use PC softwafre to edit and manage your data. + +This feature is based on general **WebDav** protocol. Most operation systems should support it out of the box, but maybe it is not that easy to use. So here is some easier way to go. + +## Windows + +On Windows platform we recommand you the third-party software, **RaiDrive**. You can download it by clicking the link below: + +[RaiDrive 1.8.0 https://raidrive.en.uptodown.com/windows/download/2114805](https://raidrive.en.uptodown.com/windows/download/2114805) + +(1.8.0 version is not the latest, but it has everything we need, and more importantly, it have no ads) + +Install and open it, you may see panel like this, just follow the tips: + +![RaiDrive setup](/img/add_drive.webp) + +1. Click "Add" button on the top to enter the configuration. +2. Go "NAS" tab and select the WebDav option +3. Input the dirver name as you like +4. Input the address + - besides the text "address" you may see the checkbox, just keep it **UNCHECKED** so that we can use http url. + - Input the IP address and port number, which you can find when you turn on the link feature in the app. +5. Input your customized user name and password if you have any, otherwise just check the "Aonymous" checkbox +6. Click "OK" button to start mapping + +If everything goes well, you might see this: + +![Done](done.webp) + +## Linux or MacOS + +Wait to be done. \ No newline at end of file diff --git a/content/docs/remote-link/index.da.md b/content/docs/remote-link/index.da.md new file mode 100644 index 0000000..9582ce0 --- /dev/null +++ b/content/docs/remote-link/index.da.md @@ -0,0 +1,39 @@ +--- +title: How to use the Remote Link feature +date: 2024-05-25 +ShowToc: true +copy_mark: "copied" +--- + +"Link" feature allows you to map app data as a PC directory, so that you can use PC softwafre to edit and manage your data. + +This feature is based on general **WebDav** protocol. Most operation systems should support it out of the box, but maybe it is not that easy to use. So here is some easier way to go. + +## Windows + +On Windows platform we recommand you the third-party software, **RaiDrive**. You can download it by clicking the link below: + +[RaiDrive 1.8.0 https://raidrive.en.uptodown.com/windows/download/2114805](https://raidrive.en.uptodown.com/windows/download/2114805) + +(1.8.0 version is not the latest, but it has everything we need, and more importantly, it have no ads) + +Install and open it, you may see panel like this, just follow the tips: + +![RaiDrive setup](/img/add_drive.webp) + +1. Click "Add" button on the top to enter the configuration. +2. Go "NAS" tab and select the WebDav option +3. Input the dirver name as you like +4. Input the address + - besides the text "address" you may see the checkbox, just keep it **UNCHECKED** so that we can use http url. + - Input the IP address and port number, which you can find when you turn on the link feature in the app. +5. Input your customized user name and password if you have any, otherwise just check the "Aonymous" checkbox +6. Click "OK" button to start mapping + +If everything goes well, you might see this: + +![Done](done.webp) + +## Linux or MacOS + +Wait to be done. \ No newline at end of file diff --git a/content/docs/remote-link/index.de.md b/content/docs/remote-link/index.de.md new file mode 100644 index 0000000..9582ce0 --- /dev/null +++ b/content/docs/remote-link/index.de.md @@ -0,0 +1,39 @@ +--- +title: How to use the Remote Link feature +date: 2024-05-25 +ShowToc: true +copy_mark: "copied" +--- + +"Link" feature allows you to map app data as a PC directory, so that you can use PC softwafre to edit and manage your data. + +This feature is based on general **WebDav** protocol. Most operation systems should support it out of the box, but maybe it is not that easy to use. So here is some easier way to go. + +## Windows + +On Windows platform we recommand you the third-party software, **RaiDrive**. You can download it by clicking the link below: + +[RaiDrive 1.8.0 https://raidrive.en.uptodown.com/windows/download/2114805](https://raidrive.en.uptodown.com/windows/download/2114805) + +(1.8.0 version is not the latest, but it has everything we need, and more importantly, it have no ads) + +Install and open it, you may see panel like this, just follow the tips: + +![RaiDrive setup](/img/add_drive.webp) + +1. Click "Add" button on the top to enter the configuration. +2. Go "NAS" tab and select the WebDav option +3. Input the dirver name as you like +4. Input the address + - besides the text "address" you may see the checkbox, just keep it **UNCHECKED** so that we can use http url. + - Input the IP address and port number, which you can find when you turn on the link feature in the app. +5. Input your customized user name and password if you have any, otherwise just check the "Aonymous" checkbox +6. Click "OK" button to start mapping + +If everything goes well, you might see this: + +![Done](done.webp) + +## Linux or MacOS + +Wait to be done. \ No newline at end of file diff --git a/content/docs/remote-link/index.es.md b/content/docs/remote-link/index.es.md new file mode 100644 index 0000000..9582ce0 --- /dev/null +++ b/content/docs/remote-link/index.es.md @@ -0,0 +1,39 @@ +--- +title: How to use the Remote Link feature +date: 2024-05-25 +ShowToc: true +copy_mark: "copied" +--- + +"Link" feature allows you to map app data as a PC directory, so that you can use PC softwafre to edit and manage your data. + +This feature is based on general **WebDav** protocol. Most operation systems should support it out of the box, but maybe it is not that easy to use. So here is some easier way to go. + +## Windows + +On Windows platform we recommand you the third-party software, **RaiDrive**. You can download it by clicking the link below: + +[RaiDrive 1.8.0 https://raidrive.en.uptodown.com/windows/download/2114805](https://raidrive.en.uptodown.com/windows/download/2114805) + +(1.8.0 version is not the latest, but it has everything we need, and more importantly, it have no ads) + +Install and open it, you may see panel like this, just follow the tips: + +![RaiDrive setup](/img/add_drive.webp) + +1. Click "Add" button on the top to enter the configuration. +2. Go "NAS" tab and select the WebDav option +3. Input the dirver name as you like +4. Input the address + - besides the text "address" you may see the checkbox, just keep it **UNCHECKED** so that we can use http url. + - Input the IP address and port number, which you can find when you turn on the link feature in the app. +5. Input your customized user name and password if you have any, otherwise just check the "Aonymous" checkbox +6. Click "OK" button to start mapping + +If everything goes well, you might see this: + +![Done](done.webp) + +## Linux or MacOS + +Wait to be done. \ No newline at end of file diff --git a/content/docs/remote-link/index.fa.md b/content/docs/remote-link/index.fa.md new file mode 100644 index 0000000..9582ce0 --- /dev/null +++ b/content/docs/remote-link/index.fa.md @@ -0,0 +1,39 @@ +--- +title: How to use the Remote Link feature +date: 2024-05-25 +ShowToc: true +copy_mark: "copied" +--- + +"Link" feature allows you to map app data as a PC directory, so that you can use PC softwafre to edit and manage your data. + +This feature is based on general **WebDav** protocol. Most operation systems should support it out of the box, but maybe it is not that easy to use. So here is some easier way to go. + +## Windows + +On Windows platform we recommand you the third-party software, **RaiDrive**. You can download it by clicking the link below: + +[RaiDrive 1.8.0 https://raidrive.en.uptodown.com/windows/download/2114805](https://raidrive.en.uptodown.com/windows/download/2114805) + +(1.8.0 version is not the latest, but it has everything we need, and more importantly, it have no ads) + +Install and open it, you may see panel like this, just follow the tips: + +![RaiDrive setup](/img/add_drive.webp) + +1. Click "Add" button on the top to enter the configuration. +2. Go "NAS" tab and select the WebDav option +3. Input the dirver name as you like +4. Input the address + - besides the text "address" you may see the checkbox, just keep it **UNCHECKED** so that we can use http url. + - Input the IP address and port number, which you can find when you turn on the link feature in the app. +5. Input your customized user name and password if you have any, otherwise just check the "Aonymous" checkbox +6. Click "OK" button to start mapping + +If everything goes well, you might see this: + +![Done](done.webp) + +## Linux or MacOS + +Wait to be done. \ No newline at end of file diff --git a/content/docs/remote-link/index.fi.md b/content/docs/remote-link/index.fi.md new file mode 100644 index 0000000..9582ce0 --- /dev/null +++ b/content/docs/remote-link/index.fi.md @@ -0,0 +1,39 @@ +--- +title: How to use the Remote Link feature +date: 2024-05-25 +ShowToc: true +copy_mark: "copied" +--- + +"Link" feature allows you to map app data as a PC directory, so that you can use PC softwafre to edit and manage your data. + +This feature is based on general **WebDav** protocol. Most operation systems should support it out of the box, but maybe it is not that easy to use. So here is some easier way to go. + +## Windows + +On Windows platform we recommand you the third-party software, **RaiDrive**. You can download it by clicking the link below: + +[RaiDrive 1.8.0 https://raidrive.en.uptodown.com/windows/download/2114805](https://raidrive.en.uptodown.com/windows/download/2114805) + +(1.8.0 version is not the latest, but it has everything we need, and more importantly, it have no ads) + +Install and open it, you may see panel like this, just follow the tips: + +![RaiDrive setup](/img/add_drive.webp) + +1. Click "Add" button on the top to enter the configuration. +2. Go "NAS" tab and select the WebDav option +3. Input the dirver name as you like +4. Input the address + - besides the text "address" you may see the checkbox, just keep it **UNCHECKED** so that we can use http url. + - Input the IP address and port number, which you can find when you turn on the link feature in the app. +5. Input your customized user name and password if you have any, otherwise just check the "Aonymous" checkbox +6. Click "OK" button to start mapping + +If everything goes well, you might see this: + +![Done](done.webp) + +## Linux or MacOS + +Wait to be done. \ No newline at end of file diff --git a/content/docs/remote-link/index.fil.md b/content/docs/remote-link/index.fil.md new file mode 100644 index 0000000..9582ce0 --- /dev/null +++ b/content/docs/remote-link/index.fil.md @@ -0,0 +1,39 @@ +--- +title: How to use the Remote Link feature +date: 2024-05-25 +ShowToc: true +copy_mark: "copied" +--- + +"Link" feature allows you to map app data as a PC directory, so that you can use PC softwafre to edit and manage your data. + +This feature is based on general **WebDav** protocol. Most operation systems should support it out of the box, but maybe it is not that easy to use. So here is some easier way to go. + +## Windows + +On Windows platform we recommand you the third-party software, **RaiDrive**. You can download it by clicking the link below: + +[RaiDrive 1.8.0 https://raidrive.en.uptodown.com/windows/download/2114805](https://raidrive.en.uptodown.com/windows/download/2114805) + +(1.8.0 version is not the latest, but it has everything we need, and more importantly, it have no ads) + +Install and open it, you may see panel like this, just follow the tips: + +![RaiDrive setup](/img/add_drive.webp) + +1. Click "Add" button on the top to enter the configuration. +2. Go "NAS" tab and select the WebDav option +3. Input the dirver name as you like +4. Input the address + - besides the text "address" you may see the checkbox, just keep it **UNCHECKED** so that we can use http url. + - Input the IP address and port number, which you can find when you turn on the link feature in the app. +5. Input your customized user name and password if you have any, otherwise just check the "Aonymous" checkbox +6. Click "OK" button to start mapping + +If everything goes well, you might see this: + +![Done](done.webp) + +## Linux or MacOS + +Wait to be done. \ No newline at end of file diff --git a/content/docs/remote-link/index.fr.md b/content/docs/remote-link/index.fr.md new file mode 100644 index 0000000..9582ce0 --- /dev/null +++ b/content/docs/remote-link/index.fr.md @@ -0,0 +1,39 @@ +--- +title: How to use the Remote Link feature +date: 2024-05-25 +ShowToc: true +copy_mark: "copied" +--- + +"Link" feature allows you to map app data as a PC directory, so that you can use PC softwafre to edit and manage your data. + +This feature is based on general **WebDav** protocol. Most operation systems should support it out of the box, but maybe it is not that easy to use. So here is some easier way to go. + +## Windows + +On Windows platform we recommand you the third-party software, **RaiDrive**. You can download it by clicking the link below: + +[RaiDrive 1.8.0 https://raidrive.en.uptodown.com/windows/download/2114805](https://raidrive.en.uptodown.com/windows/download/2114805) + +(1.8.0 version is not the latest, but it has everything we need, and more importantly, it have no ads) + +Install and open it, you may see panel like this, just follow the tips: + +![RaiDrive setup](/img/add_drive.webp) + +1. Click "Add" button on the top to enter the configuration. +2. Go "NAS" tab and select the WebDav option +3. Input the dirver name as you like +4. Input the address + - besides the text "address" you may see the checkbox, just keep it **UNCHECKED** so that we can use http url. + - Input the IP address and port number, which you can find when you turn on the link feature in the app. +5. Input your customized user name and password if you have any, otherwise just check the "Aonymous" checkbox +6. Click "OK" button to start mapping + +If everything goes well, you might see this: + +![Done](done.webp) + +## Linux or MacOS + +Wait to be done. \ No newline at end of file diff --git a/content/docs/remote-link/index.hi.md b/content/docs/remote-link/index.hi.md new file mode 100644 index 0000000..9582ce0 --- /dev/null +++ b/content/docs/remote-link/index.hi.md @@ -0,0 +1,39 @@ +--- +title: How to use the Remote Link feature +date: 2024-05-25 +ShowToc: true +copy_mark: "copied" +--- + +"Link" feature allows you to map app data as a PC directory, so that you can use PC softwafre to edit and manage your data. + +This feature is based on general **WebDav** protocol. Most operation systems should support it out of the box, but maybe it is not that easy to use. So here is some easier way to go. + +## Windows + +On Windows platform we recommand you the third-party software, **RaiDrive**. You can download it by clicking the link below: + +[RaiDrive 1.8.0 https://raidrive.en.uptodown.com/windows/download/2114805](https://raidrive.en.uptodown.com/windows/download/2114805) + +(1.8.0 version is not the latest, but it has everything we need, and more importantly, it have no ads) + +Install and open it, you may see panel like this, just follow the tips: + +![RaiDrive setup](/img/add_drive.webp) + +1. Click "Add" button on the top to enter the configuration. +2. Go "NAS" tab and select the WebDav option +3. Input the dirver name as you like +4. Input the address + - besides the text "address" you may see the checkbox, just keep it **UNCHECKED** so that we can use http url. + - Input the IP address and port number, which you can find when you turn on the link feature in the app. +5. Input your customized user name and password if you have any, otherwise just check the "Aonymous" checkbox +6. Click "OK" button to start mapping + +If everything goes well, you might see this: + +![Done](done.webp) + +## Linux or MacOS + +Wait to be done. \ No newline at end of file diff --git a/content/docs/remote-link/index.id.md b/content/docs/remote-link/index.id.md new file mode 100644 index 0000000..9582ce0 --- /dev/null +++ b/content/docs/remote-link/index.id.md @@ -0,0 +1,39 @@ +--- +title: How to use the Remote Link feature +date: 2024-05-25 +ShowToc: true +copy_mark: "copied" +--- + +"Link" feature allows you to map app data as a PC directory, so that you can use PC softwafre to edit and manage your data. + +This feature is based on general **WebDav** protocol. Most operation systems should support it out of the box, but maybe it is not that easy to use. So here is some easier way to go. + +## Windows + +On Windows platform we recommand you the third-party software, **RaiDrive**. You can download it by clicking the link below: + +[RaiDrive 1.8.0 https://raidrive.en.uptodown.com/windows/download/2114805](https://raidrive.en.uptodown.com/windows/download/2114805) + +(1.8.0 version is not the latest, but it has everything we need, and more importantly, it have no ads) + +Install and open it, you may see panel like this, just follow the tips: + +![RaiDrive setup](/img/add_drive.webp) + +1. Click "Add" button on the top to enter the configuration. +2. Go "NAS" tab and select the WebDav option +3. Input the dirver name as you like +4. Input the address + - besides the text "address" you may see the checkbox, just keep it **UNCHECKED** so that we can use http url. + - Input the IP address and port number, which you can find when you turn on the link feature in the app. +5. Input your customized user name and password if you have any, otherwise just check the "Aonymous" checkbox +6. Click "OK" button to start mapping + +If everything goes well, you might see this: + +![Done](done.webp) + +## Linux or MacOS + +Wait to be done. \ No newline at end of file diff --git a/content/docs/remote-link/index.it.md b/content/docs/remote-link/index.it.md new file mode 100644 index 0000000..9582ce0 --- /dev/null +++ b/content/docs/remote-link/index.it.md @@ -0,0 +1,39 @@ +--- +title: How to use the Remote Link feature +date: 2024-05-25 +ShowToc: true +copy_mark: "copied" +--- + +"Link" feature allows you to map app data as a PC directory, so that you can use PC softwafre to edit and manage your data. + +This feature is based on general **WebDav** protocol. Most operation systems should support it out of the box, but maybe it is not that easy to use. So here is some easier way to go. + +## Windows + +On Windows platform we recommand you the third-party software, **RaiDrive**. You can download it by clicking the link below: + +[RaiDrive 1.8.0 https://raidrive.en.uptodown.com/windows/download/2114805](https://raidrive.en.uptodown.com/windows/download/2114805) + +(1.8.0 version is not the latest, but it has everything we need, and more importantly, it have no ads) + +Install and open it, you may see panel like this, just follow the tips: + +![RaiDrive setup](/img/add_drive.webp) + +1. Click "Add" button on the top to enter the configuration. +2. Go "NAS" tab and select the WebDav option +3. Input the dirver name as you like +4. Input the address + - besides the text "address" you may see the checkbox, just keep it **UNCHECKED** so that we can use http url. + - Input the IP address and port number, which you can find when you turn on the link feature in the app. +5. Input your customized user name and password if you have any, otherwise just check the "Aonymous" checkbox +6. Click "OK" button to start mapping + +If everything goes well, you might see this: + +![Done](done.webp) + +## Linux or MacOS + +Wait to be done. \ No newline at end of file diff --git a/content/docs/remote-link/index.ja.md b/content/docs/remote-link/index.ja.md new file mode 100644 index 0000000..9582ce0 --- /dev/null +++ b/content/docs/remote-link/index.ja.md @@ -0,0 +1,39 @@ +--- +title: How to use the Remote Link feature +date: 2024-05-25 +ShowToc: true +copy_mark: "copied" +--- + +"Link" feature allows you to map app data as a PC directory, so that you can use PC softwafre to edit and manage your data. + +This feature is based on general **WebDav** protocol. Most operation systems should support it out of the box, but maybe it is not that easy to use. So here is some easier way to go. + +## Windows + +On Windows platform we recommand you the third-party software, **RaiDrive**. You can download it by clicking the link below: + +[RaiDrive 1.8.0 https://raidrive.en.uptodown.com/windows/download/2114805](https://raidrive.en.uptodown.com/windows/download/2114805) + +(1.8.0 version is not the latest, but it has everything we need, and more importantly, it have no ads) + +Install and open it, you may see panel like this, just follow the tips: + +![RaiDrive setup](/img/add_drive.webp) + +1. Click "Add" button on the top to enter the configuration. +2. Go "NAS" tab and select the WebDav option +3. Input the dirver name as you like +4. Input the address + - besides the text "address" you may see the checkbox, just keep it **UNCHECKED** so that we can use http url. + - Input the IP address and port number, which you can find when you turn on the link feature in the app. +5. Input your customized user name and password if you have any, otherwise just check the "Aonymous" checkbox +6. Click "OK" button to start mapping + +If everything goes well, you might see this: + +![Done](done.webp) + +## Linux or MacOS + +Wait to be done. \ No newline at end of file diff --git a/content/docs/remote-link/index.ko.md b/content/docs/remote-link/index.ko.md new file mode 100644 index 0000000..9582ce0 --- /dev/null +++ b/content/docs/remote-link/index.ko.md @@ -0,0 +1,39 @@ +--- +title: How to use the Remote Link feature +date: 2024-05-25 +ShowToc: true +copy_mark: "copied" +--- + +"Link" feature allows you to map app data as a PC directory, so that you can use PC softwafre to edit and manage your data. + +This feature is based on general **WebDav** protocol. Most operation systems should support it out of the box, but maybe it is not that easy to use. So here is some easier way to go. + +## Windows + +On Windows platform we recommand you the third-party software, **RaiDrive**. You can download it by clicking the link below: + +[RaiDrive 1.8.0 https://raidrive.en.uptodown.com/windows/download/2114805](https://raidrive.en.uptodown.com/windows/download/2114805) + +(1.8.0 version is not the latest, but it has everything we need, and more importantly, it have no ads) + +Install and open it, you may see panel like this, just follow the tips: + +![RaiDrive setup](/img/add_drive.webp) + +1. Click "Add" button on the top to enter the configuration. +2. Go "NAS" tab and select the WebDav option +3. Input the dirver name as you like +4. Input the address + - besides the text "address" you may see the checkbox, just keep it **UNCHECKED** so that we can use http url. + - Input the IP address and port number, which you can find when you turn on the link feature in the app. +5. Input your customized user name and password if you have any, otherwise just check the "Aonymous" checkbox +6. Click "OK" button to start mapping + +If everything goes well, you might see this: + +![Done](done.webp) + +## Linux or MacOS + +Wait to be done. \ No newline at end of file diff --git a/content/docs/remote-link/index.md b/content/docs/remote-link/index.md index 23a8434..76391df 100644 --- a/content/docs/remote-link/index.md +++ b/content/docs/remote-link/index.md @@ -2,6 +2,7 @@ title: How to use the Remote Link feature date: 2024-05-25 ShowToc: true +copy_mark: "src" --- "Link" feature allows you to map app data as a PC directory, so that you can use PC softwafre to edit and manage your data. @@ -18,7 +19,7 @@ On Windows platform we recommand you the third-party software, **RaiDrive**. You Install and open it, you may see panel like this, just follow the tips: -![RaiDrive setup](add_drive.webp) +![RaiDrive setup](/img/add_drive.webp) 1. Click "Add" button on the top to enter the configuration. 2. Go "NAS" tab and select the WebDav option @@ -31,7 +32,7 @@ Install and open it, you may see panel like this, just follow the tips: If everything goes well, you might see this: -![Done](done.webp) +![Done](/img/done.webp) ## Linux or MacOS diff --git a/content/docs/remote-link/index.ms.md b/content/docs/remote-link/index.ms.md new file mode 100644 index 0000000..9582ce0 --- /dev/null +++ b/content/docs/remote-link/index.ms.md @@ -0,0 +1,39 @@ +--- +title: How to use the Remote Link feature +date: 2024-05-25 +ShowToc: true +copy_mark: "copied" +--- + +"Link" feature allows you to map app data as a PC directory, so that you can use PC softwafre to edit and manage your data. + +This feature is based on general **WebDav** protocol. Most operation systems should support it out of the box, but maybe it is not that easy to use. So here is some easier way to go. + +## Windows + +On Windows platform we recommand you the third-party software, **RaiDrive**. You can download it by clicking the link below: + +[RaiDrive 1.8.0 https://raidrive.en.uptodown.com/windows/download/2114805](https://raidrive.en.uptodown.com/windows/download/2114805) + +(1.8.0 version is not the latest, but it has everything we need, and more importantly, it have no ads) + +Install and open it, you may see panel like this, just follow the tips: + +![RaiDrive setup](/img/add_drive.webp) + +1. Click "Add" button on the top to enter the configuration. +2. Go "NAS" tab and select the WebDav option +3. Input the dirver name as you like +4. Input the address + - besides the text "address" you may see the checkbox, just keep it **UNCHECKED** so that we can use http url. + - Input the IP address and port number, which you can find when you turn on the link feature in the app. +5. Input your customized user name and password if you have any, otherwise just check the "Aonymous" checkbox +6. Click "OK" button to start mapping + +If everything goes well, you might see this: + +![Done](done.webp) + +## Linux or MacOS + +Wait to be done. \ No newline at end of file diff --git a/content/docs/remote-link/index.nl.md b/content/docs/remote-link/index.nl.md new file mode 100644 index 0000000..9582ce0 --- /dev/null +++ b/content/docs/remote-link/index.nl.md @@ -0,0 +1,39 @@ +--- +title: How to use the Remote Link feature +date: 2024-05-25 +ShowToc: true +copy_mark: "copied" +--- + +"Link" feature allows you to map app data as a PC directory, so that you can use PC softwafre to edit and manage your data. + +This feature is based on general **WebDav** protocol. Most operation systems should support it out of the box, but maybe it is not that easy to use. So here is some easier way to go. + +## Windows + +On Windows platform we recommand you the third-party software, **RaiDrive**. You can download it by clicking the link below: + +[RaiDrive 1.8.0 https://raidrive.en.uptodown.com/windows/download/2114805](https://raidrive.en.uptodown.com/windows/download/2114805) + +(1.8.0 version is not the latest, but it has everything we need, and more importantly, it have no ads) + +Install and open it, you may see panel like this, just follow the tips: + +![RaiDrive setup](/img/add_drive.webp) + +1. Click "Add" button on the top to enter the configuration. +2. Go "NAS" tab and select the WebDav option +3. Input the dirver name as you like +4. Input the address + - besides the text "address" you may see the checkbox, just keep it **UNCHECKED** so that we can use http url. + - Input the IP address and port number, which you can find when you turn on the link feature in the app. +5. Input your customized user name and password if you have any, otherwise just check the "Aonymous" checkbox +6. Click "OK" button to start mapping + +If everything goes well, you might see this: + +![Done](done.webp) + +## Linux or MacOS + +Wait to be done. \ No newline at end of file diff --git a/content/docs/remote-link/index.pl.md b/content/docs/remote-link/index.pl.md new file mode 100644 index 0000000..9582ce0 --- /dev/null +++ b/content/docs/remote-link/index.pl.md @@ -0,0 +1,39 @@ +--- +title: How to use the Remote Link feature +date: 2024-05-25 +ShowToc: true +copy_mark: "copied" +--- + +"Link" feature allows you to map app data as a PC directory, so that you can use PC softwafre to edit and manage your data. + +This feature is based on general **WebDav** protocol. Most operation systems should support it out of the box, but maybe it is not that easy to use. So here is some easier way to go. + +## Windows + +On Windows platform we recommand you the third-party software, **RaiDrive**. You can download it by clicking the link below: + +[RaiDrive 1.8.0 https://raidrive.en.uptodown.com/windows/download/2114805](https://raidrive.en.uptodown.com/windows/download/2114805) + +(1.8.0 version is not the latest, but it has everything we need, and more importantly, it have no ads) + +Install and open it, you may see panel like this, just follow the tips: + +![RaiDrive setup](/img/add_drive.webp) + +1. Click "Add" button on the top to enter the configuration. +2. Go "NAS" tab and select the WebDav option +3. Input the dirver name as you like +4. Input the address + - besides the text "address" you may see the checkbox, just keep it **UNCHECKED** so that we can use http url. + - Input the IP address and port number, which you can find when you turn on the link feature in the app. +5. Input your customized user name and password if you have any, otherwise just check the "Aonymous" checkbox +6. Click "OK" button to start mapping + +If everything goes well, you might see this: + +![Done](done.webp) + +## Linux or MacOS + +Wait to be done. \ No newline at end of file diff --git a/content/docs/remote-link/index.pt.md b/content/docs/remote-link/index.pt.md new file mode 100644 index 0000000..9582ce0 --- /dev/null +++ b/content/docs/remote-link/index.pt.md @@ -0,0 +1,39 @@ +--- +title: How to use the Remote Link feature +date: 2024-05-25 +ShowToc: true +copy_mark: "copied" +--- + +"Link" feature allows you to map app data as a PC directory, so that you can use PC softwafre to edit and manage your data. + +This feature is based on general **WebDav** protocol. Most operation systems should support it out of the box, but maybe it is not that easy to use. So here is some easier way to go. + +## Windows + +On Windows platform we recommand you the third-party software, **RaiDrive**. You can download it by clicking the link below: + +[RaiDrive 1.8.0 https://raidrive.en.uptodown.com/windows/download/2114805](https://raidrive.en.uptodown.com/windows/download/2114805) + +(1.8.0 version is not the latest, but it has everything we need, and more importantly, it have no ads) + +Install and open it, you may see panel like this, just follow the tips: + +![RaiDrive setup](/img/add_drive.webp) + +1. Click "Add" button on the top to enter the configuration. +2. Go "NAS" tab and select the WebDav option +3. Input the dirver name as you like +4. Input the address + - besides the text "address" you may see the checkbox, just keep it **UNCHECKED** so that we can use http url. + - Input the IP address and port number, which you can find when you turn on the link feature in the app. +5. Input your customized user name and password if you have any, otherwise just check the "Aonymous" checkbox +6. Click "OK" button to start mapping + +If everything goes well, you might see this: + +![Done](done.webp) + +## Linux or MacOS + +Wait to be done. \ No newline at end of file diff --git a/content/docs/remote-link/index.ru.md b/content/docs/remote-link/index.ru.md new file mode 100644 index 0000000..9582ce0 --- /dev/null +++ b/content/docs/remote-link/index.ru.md @@ -0,0 +1,39 @@ +--- +title: How to use the Remote Link feature +date: 2024-05-25 +ShowToc: true +copy_mark: "copied" +--- + +"Link" feature allows you to map app data as a PC directory, so that you can use PC softwafre to edit and manage your data. + +This feature is based on general **WebDav** protocol. Most operation systems should support it out of the box, but maybe it is not that easy to use. So here is some easier way to go. + +## Windows + +On Windows platform we recommand you the third-party software, **RaiDrive**. You can download it by clicking the link below: + +[RaiDrive 1.8.0 https://raidrive.en.uptodown.com/windows/download/2114805](https://raidrive.en.uptodown.com/windows/download/2114805) + +(1.8.0 version is not the latest, but it has everything we need, and more importantly, it have no ads) + +Install and open it, you may see panel like this, just follow the tips: + +![RaiDrive setup](/img/add_drive.webp) + +1. Click "Add" button on the top to enter the configuration. +2. Go "NAS" tab and select the WebDav option +3. Input the dirver name as you like +4. Input the address + - besides the text "address" you may see the checkbox, just keep it **UNCHECKED** so that we can use http url. + - Input the IP address and port number, which you can find when you turn on the link feature in the app. +5. Input your customized user name and password if you have any, otherwise just check the "Aonymous" checkbox +6. Click "OK" button to start mapping + +If everything goes well, you might see this: + +![Done](done.webp) + +## Linux or MacOS + +Wait to be done. \ No newline at end of file diff --git a/content/docs/remote-link/index.th.md b/content/docs/remote-link/index.th.md new file mode 100644 index 0000000..9582ce0 --- /dev/null +++ b/content/docs/remote-link/index.th.md @@ -0,0 +1,39 @@ +--- +title: How to use the Remote Link feature +date: 2024-05-25 +ShowToc: true +copy_mark: "copied" +--- + +"Link" feature allows you to map app data as a PC directory, so that you can use PC softwafre to edit and manage your data. + +This feature is based on general **WebDav** protocol. Most operation systems should support it out of the box, but maybe it is not that easy to use. So here is some easier way to go. + +## Windows + +On Windows platform we recommand you the third-party software, **RaiDrive**. You can download it by clicking the link below: + +[RaiDrive 1.8.0 https://raidrive.en.uptodown.com/windows/download/2114805](https://raidrive.en.uptodown.com/windows/download/2114805) + +(1.8.0 version is not the latest, but it has everything we need, and more importantly, it have no ads) + +Install and open it, you may see panel like this, just follow the tips: + +![RaiDrive setup](/img/add_drive.webp) + +1. Click "Add" button on the top to enter the configuration. +2. Go "NAS" tab and select the WebDav option +3. Input the dirver name as you like +4. Input the address + - besides the text "address" you may see the checkbox, just keep it **UNCHECKED** so that we can use http url. + - Input the IP address and port number, which you can find when you turn on the link feature in the app. +5. Input your customized user name and password if you have any, otherwise just check the "Aonymous" checkbox +6. Click "OK" button to start mapping + +If everything goes well, you might see this: + +![Done](done.webp) + +## Linux or MacOS + +Wait to be done. \ No newline at end of file diff --git a/content/docs/remote-link/index.tr.md b/content/docs/remote-link/index.tr.md new file mode 100644 index 0000000..9582ce0 --- /dev/null +++ b/content/docs/remote-link/index.tr.md @@ -0,0 +1,39 @@ +--- +title: How to use the Remote Link feature +date: 2024-05-25 +ShowToc: true +copy_mark: "copied" +--- + +"Link" feature allows you to map app data as a PC directory, so that you can use PC softwafre to edit and manage your data. + +This feature is based on general **WebDav** protocol. Most operation systems should support it out of the box, but maybe it is not that easy to use. So here is some easier way to go. + +## Windows + +On Windows platform we recommand you the third-party software, **RaiDrive**. You can download it by clicking the link below: + +[RaiDrive 1.8.0 https://raidrive.en.uptodown.com/windows/download/2114805](https://raidrive.en.uptodown.com/windows/download/2114805) + +(1.8.0 version is not the latest, but it has everything we need, and more importantly, it have no ads) + +Install and open it, you may see panel like this, just follow the tips: + +![RaiDrive setup](/img/add_drive.webp) + +1. Click "Add" button on the top to enter the configuration. +2. Go "NAS" tab and select the WebDav option +3. Input the dirver name as you like +4. Input the address + - besides the text "address" you may see the checkbox, just keep it **UNCHECKED** so that we can use http url. + - Input the IP address and port number, which you can find when you turn on the link feature in the app. +5. Input your customized user name and password if you have any, otherwise just check the "Aonymous" checkbox +6. Click "OK" button to start mapping + +If everything goes well, you might see this: + +![Done](done.webp) + +## Linux or MacOS + +Wait to be done. \ No newline at end of file diff --git a/content/docs/remote-link/index.uk.md b/content/docs/remote-link/index.uk.md new file mode 100644 index 0000000..9582ce0 --- /dev/null +++ b/content/docs/remote-link/index.uk.md @@ -0,0 +1,39 @@ +--- +title: How to use the Remote Link feature +date: 2024-05-25 +ShowToc: true +copy_mark: "copied" +--- + +"Link" feature allows you to map app data as a PC directory, so that you can use PC softwafre to edit and manage your data. + +This feature is based on general **WebDav** protocol. Most operation systems should support it out of the box, but maybe it is not that easy to use. So here is some easier way to go. + +## Windows + +On Windows platform we recommand you the third-party software, **RaiDrive**. You can download it by clicking the link below: + +[RaiDrive 1.8.0 https://raidrive.en.uptodown.com/windows/download/2114805](https://raidrive.en.uptodown.com/windows/download/2114805) + +(1.8.0 version is not the latest, but it has everything we need, and more importantly, it have no ads) + +Install and open it, you may see panel like this, just follow the tips: + +![RaiDrive setup](/img/add_drive.webp) + +1. Click "Add" button on the top to enter the configuration. +2. Go "NAS" tab and select the WebDav option +3. Input the dirver name as you like +4. Input the address + - besides the text "address" you may see the checkbox, just keep it **UNCHECKED** so that we can use http url. + - Input the IP address and port number, which you can find when you turn on the link feature in the app. +5. Input your customized user name and password if you have any, otherwise just check the "Aonymous" checkbox +6. Click "OK" button to start mapping + +If everything goes well, you might see this: + +![Done](done.webp) + +## Linux or MacOS + +Wait to be done. \ No newline at end of file diff --git a/content/docs/remote-link/index.zh-CN.md b/content/docs/remote-link/index.zh-CN.md index 6905231..3a2a764 100644 --- a/content/docs/remote-link/index.zh-CN.md +++ b/content/docs/remote-link/index.zh-CN.md @@ -2,6 +2,7 @@ title: 如何使用“连接”功能? date: 2024-05-25 ShowToc: true +copy_mark: "src" --- “连接”功能可以将你的应用数据映射为 PC 上的一个文件夹,使得你可以用 PC 的软件来编辑你的文本。 @@ -18,7 +19,7 @@ ShowToc: true 安装打开后你可以看到如下界面,接着按照下面步骤操作: -![RaiDrive setup](posts/help/how-to-use-the-remote-link-feature/add_drive.zh-CN.webp) +![RaiDrive setup](/img/add_drive.zh-CN.webp) 1. 点击顶部“添加”按钮进入映射配置流程 2. 选择“NAS”并选中“WebDav”协议 @@ -32,8 +33,8 @@ ShowToc: true 如果一切顺利则在成功后会自动打开映射目录,如下图所示: -![Done](posts/help/how-to-use-the-remote-link-feature/done.zh-CN.webp) +![Done](/img/done.zh-CN.webp) ## Linux 或者 MacOS -待补充 \ No newline at end of file +待补充 diff --git a/content/docs/remote-link/index.zh-TW.md b/content/docs/remote-link/index.zh-TW.md index 6f9e3b1..dd6d9b2 100644 --- a/content/docs/remote-link/index.zh-TW.md +++ b/content/docs/remote-link/index.zh-TW.md @@ -2,6 +2,7 @@ title: 如何使用“連線”功能? date: 2024-05-25 ShowToc: true +copy_mark: "src" --- “連線”功能可以將你的應用資料對映為 PC 上的一個資料夾,使得你可以用 PC 的軟體來編輯你的文字。 @@ -18,7 +19,7 @@ ShowToc: true 安裝開啟後你可以看到如下介面,接著按照下面步驟操作: -![RaiDrive setup](posts/help/how-to-use-the-remote-link-feature/add_drive.zh-CN.webp) +![RaiDrive setup](/img/add_drive.zh-TW.webp) 1. 點選頂部“新增”按鈕進入對映配置流程 2. 選擇“NAS”並選中“WebDav”協議 @@ -32,8 +33,8 @@ ShowToc: true 如果一切順利則在成功後會自動開啟對映目錄,如下圖所示: -![Done](posts/help/how-to-use-the-remote-link-feature/done.zh-CN.webp) +![Done](/img/done.zh-TW.webp) ## Linux 或者 MacOS -待補充 \ No newline at end of file +待補充 diff --git a/content/docs/user-terms/index.ar.md b/content/docs/user-terms/index.ar.md new file mode 100644 index 0000000..ab71120 --- /dev/null +++ b/content/docs/user-terms/index.ar.md @@ -0,0 +1,113 @@ +--- +title: Terms & Conditions +copy_mark: "copied" +--- + +By downloading or using the app, these terms will +automatically apply to you – you should make sure therefore +that you read them carefully before using the app. You’re not +allowed to copy or modify the app, any part of the app, or +our trademarks in any way. You’re not allowed to attempt to +extract the source code of the app, and you also shouldn’t try +to translate the app into other languages or make derivative +versions. The app itself, and all the trademarks, copyright, +database rights, and other intellectual property rights related +to it, still belong to OneLiteCore. + +OneLiteCore is committed to ensuring that the app is +as useful and efficient as possible. For that reason, we +reserve the right to make changes to the app or to charge for +its services, at any time and for any reason. We will never +charge you for the app or its services without making it very +clear to you exactly what you’re paying for. + +The Lite Writer app stores and processes personal data that +you have provided to us, to provide my +Service. It’s your responsibility to keep your phone and +access to the app secure. We therefore recommend that you do +not jailbreak or root your phone, which is the process of +removing software restrictions and limitations imposed by the +official operating system of your device. It could make your +phone vulnerable to malware/viruses/malicious programs, +compromise your phone’s security features and it could mean +that the Lite Writer app won’t work properly or at all. + +The app does use third-party services that declare their +Terms and Conditions. + +Link to Terms and Conditions of third-party service +providers used by the app + +- [Google Play Services](https://policies.google.com/terms) +- [AdMob](https://developers.google.com/admob/terms) +- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) + +You should be aware that there are certain things that +OneLiteCore will not take responsibility for. Certain +functions of the app will require the app to have an active +internet connection. The connection can be Wi-Fi or provided +by your mobile network provider, but OneLiteCore +cannot take responsibility for the app not working at full +functionality if you don’t have access to Wi-Fi, and you don’t +have any of your data allowance left. + +If you’re using the app outside of an area with Wi-Fi, you +should remember that the terms of the agreement with your +mobile network provider will still apply. As a result, you may +be charged by your mobile provider for the cost of data for +the duration of the connection while accessing the app, or +other third-party charges. In using the app, you’re accepting +responsibility for any such charges, including roaming data +charges if you use the app outside of your home territory +(i.e. region or country) without turning off data roaming. If +you are not the bill payer for the device on which you’re +using the app, please be aware that we assume that you have +received permission from the bill payer for using the app. + +Along the same lines, OneLiteCore cannot always take +responsibility for the way you use the app i.e. You need to +make sure that your device stays charged – if it runs out of +battery and you can’t turn it on to avail the Service, +OneLiteCore cannot accept responsibility. + +With respect to OneLiteCore’s responsibility for your +use of the app, when you’re using the app, it’s important to +bear in mind that although we endeavor to ensure that it is +updated and correct at all times, we do rely on third parties +to provide information to us so that we can make it available +to you. OneLiteCore accepts no liability for any +loss, direct or indirect, you experience as a result of +relying wholly on this functionality of the app. + +At some point, we may wish to update the app. The app is +currently available on Android – the requirements for the +system(and for any additional systems we +decide to extend the availability of the app to) may change, +and you’ll need to download the updates if you want to keep +using the app. OneLiteCore does not promise that it +will always update the app so that it is relevant to you +and/or works with the Android version that you have +installed on your device. However, you promise to always +accept updates to the application when offered to you, We may +also wish to stop providing the app, and may terminate use of +it at any time without giving notice of termination to you. +Unless we tell you otherwise, upon any termination, (a) the +rights and licenses granted to you in these terms will end; +(b) you must stop using the app, and (if needed) delete it +from your device. + +## Changes to This Terms and Conditions + +I may update our Terms and Conditions +from time to time. Thus, you are advised to review this page +periodically for any changes. I will +notify you of any changes by posting the new Terms and +Conditions on this page. + +These terms and conditions are effective as of 2022-03-30 + +## Contact Us +If you have any questions or suggestions about my +Terms and Conditions, do not hesitate to contact me +at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/user-terms/index.da.md b/content/docs/user-terms/index.da.md new file mode 100644 index 0000000..ab71120 --- /dev/null +++ b/content/docs/user-terms/index.da.md @@ -0,0 +1,113 @@ +--- +title: Terms & Conditions +copy_mark: "copied" +--- + +By downloading or using the app, these terms will +automatically apply to you – you should make sure therefore +that you read them carefully before using the app. You’re not +allowed to copy or modify the app, any part of the app, or +our trademarks in any way. You’re not allowed to attempt to +extract the source code of the app, and you also shouldn’t try +to translate the app into other languages or make derivative +versions. The app itself, and all the trademarks, copyright, +database rights, and other intellectual property rights related +to it, still belong to OneLiteCore. + +OneLiteCore is committed to ensuring that the app is +as useful and efficient as possible. For that reason, we +reserve the right to make changes to the app or to charge for +its services, at any time and for any reason. We will never +charge you for the app or its services without making it very +clear to you exactly what you’re paying for. + +The Lite Writer app stores and processes personal data that +you have provided to us, to provide my +Service. It’s your responsibility to keep your phone and +access to the app secure. We therefore recommend that you do +not jailbreak or root your phone, which is the process of +removing software restrictions and limitations imposed by the +official operating system of your device. It could make your +phone vulnerable to malware/viruses/malicious programs, +compromise your phone’s security features and it could mean +that the Lite Writer app won’t work properly or at all. + +The app does use third-party services that declare their +Terms and Conditions. + +Link to Terms and Conditions of third-party service +providers used by the app + +- [Google Play Services](https://policies.google.com/terms) +- [AdMob](https://developers.google.com/admob/terms) +- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) + +You should be aware that there are certain things that +OneLiteCore will not take responsibility for. Certain +functions of the app will require the app to have an active +internet connection. The connection can be Wi-Fi or provided +by your mobile network provider, but OneLiteCore +cannot take responsibility for the app not working at full +functionality if you don’t have access to Wi-Fi, and you don’t +have any of your data allowance left. + +If you’re using the app outside of an area with Wi-Fi, you +should remember that the terms of the agreement with your +mobile network provider will still apply. As a result, you may +be charged by your mobile provider for the cost of data for +the duration of the connection while accessing the app, or +other third-party charges. In using the app, you’re accepting +responsibility for any such charges, including roaming data +charges if you use the app outside of your home territory +(i.e. region or country) without turning off data roaming. If +you are not the bill payer for the device on which you’re +using the app, please be aware that we assume that you have +received permission from the bill payer for using the app. + +Along the same lines, OneLiteCore cannot always take +responsibility for the way you use the app i.e. You need to +make sure that your device stays charged – if it runs out of +battery and you can’t turn it on to avail the Service, +OneLiteCore cannot accept responsibility. + +With respect to OneLiteCore’s responsibility for your +use of the app, when you’re using the app, it’s important to +bear in mind that although we endeavor to ensure that it is +updated and correct at all times, we do rely on third parties +to provide information to us so that we can make it available +to you. OneLiteCore accepts no liability for any +loss, direct or indirect, you experience as a result of +relying wholly on this functionality of the app. + +At some point, we may wish to update the app. The app is +currently available on Android – the requirements for the +system(and for any additional systems we +decide to extend the availability of the app to) may change, +and you’ll need to download the updates if you want to keep +using the app. OneLiteCore does not promise that it +will always update the app so that it is relevant to you +and/or works with the Android version that you have +installed on your device. However, you promise to always +accept updates to the application when offered to you, We may +also wish to stop providing the app, and may terminate use of +it at any time without giving notice of termination to you. +Unless we tell you otherwise, upon any termination, (a) the +rights and licenses granted to you in these terms will end; +(b) you must stop using the app, and (if needed) delete it +from your device. + +## Changes to This Terms and Conditions + +I may update our Terms and Conditions +from time to time. Thus, you are advised to review this page +periodically for any changes. I will +notify you of any changes by posting the new Terms and +Conditions on this page. + +These terms and conditions are effective as of 2022-03-30 + +## Contact Us +If you have any questions or suggestions about my +Terms and Conditions, do not hesitate to contact me +at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/user-terms/index.de.md b/content/docs/user-terms/index.de.md new file mode 100644 index 0000000..ab71120 --- /dev/null +++ b/content/docs/user-terms/index.de.md @@ -0,0 +1,113 @@ +--- +title: Terms & Conditions +copy_mark: "copied" +--- + +By downloading or using the app, these terms will +automatically apply to you – you should make sure therefore +that you read them carefully before using the app. You’re not +allowed to copy or modify the app, any part of the app, or +our trademarks in any way. You’re not allowed to attempt to +extract the source code of the app, and you also shouldn’t try +to translate the app into other languages or make derivative +versions. The app itself, and all the trademarks, copyright, +database rights, and other intellectual property rights related +to it, still belong to OneLiteCore. + +OneLiteCore is committed to ensuring that the app is +as useful and efficient as possible. For that reason, we +reserve the right to make changes to the app or to charge for +its services, at any time and for any reason. We will never +charge you for the app or its services without making it very +clear to you exactly what you’re paying for. + +The Lite Writer app stores and processes personal data that +you have provided to us, to provide my +Service. It’s your responsibility to keep your phone and +access to the app secure. We therefore recommend that you do +not jailbreak or root your phone, which is the process of +removing software restrictions and limitations imposed by the +official operating system of your device. It could make your +phone vulnerable to malware/viruses/malicious programs, +compromise your phone’s security features and it could mean +that the Lite Writer app won’t work properly or at all. + +The app does use third-party services that declare their +Terms and Conditions. + +Link to Terms and Conditions of third-party service +providers used by the app + +- [Google Play Services](https://policies.google.com/terms) +- [AdMob](https://developers.google.com/admob/terms) +- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) + +You should be aware that there are certain things that +OneLiteCore will not take responsibility for. Certain +functions of the app will require the app to have an active +internet connection. The connection can be Wi-Fi or provided +by your mobile network provider, but OneLiteCore +cannot take responsibility for the app not working at full +functionality if you don’t have access to Wi-Fi, and you don’t +have any of your data allowance left. + +If you’re using the app outside of an area with Wi-Fi, you +should remember that the terms of the agreement with your +mobile network provider will still apply. As a result, you may +be charged by your mobile provider for the cost of data for +the duration of the connection while accessing the app, or +other third-party charges. In using the app, you’re accepting +responsibility for any such charges, including roaming data +charges if you use the app outside of your home territory +(i.e. region or country) without turning off data roaming. If +you are not the bill payer for the device on which you’re +using the app, please be aware that we assume that you have +received permission from the bill payer for using the app. + +Along the same lines, OneLiteCore cannot always take +responsibility for the way you use the app i.e. You need to +make sure that your device stays charged – if it runs out of +battery and you can’t turn it on to avail the Service, +OneLiteCore cannot accept responsibility. + +With respect to OneLiteCore’s responsibility for your +use of the app, when you’re using the app, it’s important to +bear in mind that although we endeavor to ensure that it is +updated and correct at all times, we do rely on third parties +to provide information to us so that we can make it available +to you. OneLiteCore accepts no liability for any +loss, direct or indirect, you experience as a result of +relying wholly on this functionality of the app. + +At some point, we may wish to update the app. The app is +currently available on Android – the requirements for the +system(and for any additional systems we +decide to extend the availability of the app to) may change, +and you’ll need to download the updates if you want to keep +using the app. OneLiteCore does not promise that it +will always update the app so that it is relevant to you +and/or works with the Android version that you have +installed on your device. However, you promise to always +accept updates to the application when offered to you, We may +also wish to stop providing the app, and may terminate use of +it at any time without giving notice of termination to you. +Unless we tell you otherwise, upon any termination, (a) the +rights and licenses granted to you in these terms will end; +(b) you must stop using the app, and (if needed) delete it +from your device. + +## Changes to This Terms and Conditions + +I may update our Terms and Conditions +from time to time. Thus, you are advised to review this page +periodically for any changes. I will +notify you of any changes by posting the new Terms and +Conditions on this page. + +These terms and conditions are effective as of 2022-03-30 + +## Contact Us +If you have any questions or suggestions about my +Terms and Conditions, do not hesitate to contact me +at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/user-terms/index.es.md b/content/docs/user-terms/index.es.md new file mode 100644 index 0000000..ab71120 --- /dev/null +++ b/content/docs/user-terms/index.es.md @@ -0,0 +1,113 @@ +--- +title: Terms & Conditions +copy_mark: "copied" +--- + +By downloading or using the app, these terms will +automatically apply to you – you should make sure therefore +that you read them carefully before using the app. You’re not +allowed to copy or modify the app, any part of the app, or +our trademarks in any way. You’re not allowed to attempt to +extract the source code of the app, and you also shouldn’t try +to translate the app into other languages or make derivative +versions. The app itself, and all the trademarks, copyright, +database rights, and other intellectual property rights related +to it, still belong to OneLiteCore. + +OneLiteCore is committed to ensuring that the app is +as useful and efficient as possible. For that reason, we +reserve the right to make changes to the app or to charge for +its services, at any time and for any reason. We will never +charge you for the app or its services without making it very +clear to you exactly what you’re paying for. + +The Lite Writer app stores and processes personal data that +you have provided to us, to provide my +Service. It’s your responsibility to keep your phone and +access to the app secure. We therefore recommend that you do +not jailbreak or root your phone, which is the process of +removing software restrictions and limitations imposed by the +official operating system of your device. It could make your +phone vulnerable to malware/viruses/malicious programs, +compromise your phone’s security features and it could mean +that the Lite Writer app won’t work properly or at all. + +The app does use third-party services that declare their +Terms and Conditions. + +Link to Terms and Conditions of third-party service +providers used by the app + +- [Google Play Services](https://policies.google.com/terms) +- [AdMob](https://developers.google.com/admob/terms) +- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) + +You should be aware that there are certain things that +OneLiteCore will not take responsibility for. Certain +functions of the app will require the app to have an active +internet connection. The connection can be Wi-Fi or provided +by your mobile network provider, but OneLiteCore +cannot take responsibility for the app not working at full +functionality if you don’t have access to Wi-Fi, and you don’t +have any of your data allowance left. + +If you’re using the app outside of an area with Wi-Fi, you +should remember that the terms of the agreement with your +mobile network provider will still apply. As a result, you may +be charged by your mobile provider for the cost of data for +the duration of the connection while accessing the app, or +other third-party charges. In using the app, you’re accepting +responsibility for any such charges, including roaming data +charges if you use the app outside of your home territory +(i.e. region or country) without turning off data roaming. If +you are not the bill payer for the device on which you’re +using the app, please be aware that we assume that you have +received permission from the bill payer for using the app. + +Along the same lines, OneLiteCore cannot always take +responsibility for the way you use the app i.e. You need to +make sure that your device stays charged – if it runs out of +battery and you can’t turn it on to avail the Service, +OneLiteCore cannot accept responsibility. + +With respect to OneLiteCore’s responsibility for your +use of the app, when you’re using the app, it’s important to +bear in mind that although we endeavor to ensure that it is +updated and correct at all times, we do rely on third parties +to provide information to us so that we can make it available +to you. OneLiteCore accepts no liability for any +loss, direct or indirect, you experience as a result of +relying wholly on this functionality of the app. + +At some point, we may wish to update the app. The app is +currently available on Android – the requirements for the +system(and for any additional systems we +decide to extend the availability of the app to) may change, +and you’ll need to download the updates if you want to keep +using the app. OneLiteCore does not promise that it +will always update the app so that it is relevant to you +and/or works with the Android version that you have +installed on your device. However, you promise to always +accept updates to the application when offered to you, We may +also wish to stop providing the app, and may terminate use of +it at any time without giving notice of termination to you. +Unless we tell you otherwise, upon any termination, (a) the +rights and licenses granted to you in these terms will end; +(b) you must stop using the app, and (if needed) delete it +from your device. + +## Changes to This Terms and Conditions + +I may update our Terms and Conditions +from time to time. Thus, you are advised to review this page +periodically for any changes. I will +notify you of any changes by posting the new Terms and +Conditions on this page. + +These terms and conditions are effective as of 2022-03-30 + +## Contact Us +If you have any questions or suggestions about my +Terms and Conditions, do not hesitate to contact me +at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/user-terms/index.fa.md b/content/docs/user-terms/index.fa.md new file mode 100644 index 0000000..ab71120 --- /dev/null +++ b/content/docs/user-terms/index.fa.md @@ -0,0 +1,113 @@ +--- +title: Terms & Conditions +copy_mark: "copied" +--- + +By downloading or using the app, these terms will +automatically apply to you – you should make sure therefore +that you read them carefully before using the app. You’re not +allowed to copy or modify the app, any part of the app, or +our trademarks in any way. You’re not allowed to attempt to +extract the source code of the app, and you also shouldn’t try +to translate the app into other languages or make derivative +versions. The app itself, and all the trademarks, copyright, +database rights, and other intellectual property rights related +to it, still belong to OneLiteCore. + +OneLiteCore is committed to ensuring that the app is +as useful and efficient as possible. For that reason, we +reserve the right to make changes to the app or to charge for +its services, at any time and for any reason. We will never +charge you for the app or its services without making it very +clear to you exactly what you’re paying for. + +The Lite Writer app stores and processes personal data that +you have provided to us, to provide my +Service. It’s your responsibility to keep your phone and +access to the app secure. We therefore recommend that you do +not jailbreak or root your phone, which is the process of +removing software restrictions and limitations imposed by the +official operating system of your device. It could make your +phone vulnerable to malware/viruses/malicious programs, +compromise your phone’s security features and it could mean +that the Lite Writer app won’t work properly or at all. + +The app does use third-party services that declare their +Terms and Conditions. + +Link to Terms and Conditions of third-party service +providers used by the app + +- [Google Play Services](https://policies.google.com/terms) +- [AdMob](https://developers.google.com/admob/terms) +- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) + +You should be aware that there are certain things that +OneLiteCore will not take responsibility for. Certain +functions of the app will require the app to have an active +internet connection. The connection can be Wi-Fi or provided +by your mobile network provider, but OneLiteCore +cannot take responsibility for the app not working at full +functionality if you don’t have access to Wi-Fi, and you don’t +have any of your data allowance left. + +If you’re using the app outside of an area with Wi-Fi, you +should remember that the terms of the agreement with your +mobile network provider will still apply. As a result, you may +be charged by your mobile provider for the cost of data for +the duration of the connection while accessing the app, or +other third-party charges. In using the app, you’re accepting +responsibility for any such charges, including roaming data +charges if you use the app outside of your home territory +(i.e. region or country) without turning off data roaming. If +you are not the bill payer for the device on which you’re +using the app, please be aware that we assume that you have +received permission from the bill payer for using the app. + +Along the same lines, OneLiteCore cannot always take +responsibility for the way you use the app i.e. You need to +make sure that your device stays charged – if it runs out of +battery and you can’t turn it on to avail the Service, +OneLiteCore cannot accept responsibility. + +With respect to OneLiteCore’s responsibility for your +use of the app, when you’re using the app, it’s important to +bear in mind that although we endeavor to ensure that it is +updated and correct at all times, we do rely on third parties +to provide information to us so that we can make it available +to you. OneLiteCore accepts no liability for any +loss, direct or indirect, you experience as a result of +relying wholly on this functionality of the app. + +At some point, we may wish to update the app. The app is +currently available on Android – the requirements for the +system(and for any additional systems we +decide to extend the availability of the app to) may change, +and you’ll need to download the updates if you want to keep +using the app. OneLiteCore does not promise that it +will always update the app so that it is relevant to you +and/or works with the Android version that you have +installed on your device. However, you promise to always +accept updates to the application when offered to you, We may +also wish to stop providing the app, and may terminate use of +it at any time without giving notice of termination to you. +Unless we tell you otherwise, upon any termination, (a) the +rights and licenses granted to you in these terms will end; +(b) you must stop using the app, and (if needed) delete it +from your device. + +## Changes to This Terms and Conditions + +I may update our Terms and Conditions +from time to time. Thus, you are advised to review this page +periodically for any changes. I will +notify you of any changes by posting the new Terms and +Conditions on this page. + +These terms and conditions are effective as of 2022-03-30 + +## Contact Us +If you have any questions or suggestions about my +Terms and Conditions, do not hesitate to contact me +at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/user-terms/index.fi.md b/content/docs/user-terms/index.fi.md new file mode 100644 index 0000000..ab71120 --- /dev/null +++ b/content/docs/user-terms/index.fi.md @@ -0,0 +1,113 @@ +--- +title: Terms & Conditions +copy_mark: "copied" +--- + +By downloading or using the app, these terms will +automatically apply to you – you should make sure therefore +that you read them carefully before using the app. You’re not +allowed to copy or modify the app, any part of the app, or +our trademarks in any way. You’re not allowed to attempt to +extract the source code of the app, and you also shouldn’t try +to translate the app into other languages or make derivative +versions. The app itself, and all the trademarks, copyright, +database rights, and other intellectual property rights related +to it, still belong to OneLiteCore. + +OneLiteCore is committed to ensuring that the app is +as useful and efficient as possible. For that reason, we +reserve the right to make changes to the app or to charge for +its services, at any time and for any reason. We will never +charge you for the app or its services without making it very +clear to you exactly what you’re paying for. + +The Lite Writer app stores and processes personal data that +you have provided to us, to provide my +Service. It’s your responsibility to keep your phone and +access to the app secure. We therefore recommend that you do +not jailbreak or root your phone, which is the process of +removing software restrictions and limitations imposed by the +official operating system of your device. It could make your +phone vulnerable to malware/viruses/malicious programs, +compromise your phone’s security features and it could mean +that the Lite Writer app won’t work properly or at all. + +The app does use third-party services that declare their +Terms and Conditions. + +Link to Terms and Conditions of third-party service +providers used by the app + +- [Google Play Services](https://policies.google.com/terms) +- [AdMob](https://developers.google.com/admob/terms) +- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) + +You should be aware that there are certain things that +OneLiteCore will not take responsibility for. Certain +functions of the app will require the app to have an active +internet connection. The connection can be Wi-Fi or provided +by your mobile network provider, but OneLiteCore +cannot take responsibility for the app not working at full +functionality if you don’t have access to Wi-Fi, and you don’t +have any of your data allowance left. + +If you’re using the app outside of an area with Wi-Fi, you +should remember that the terms of the agreement with your +mobile network provider will still apply. As a result, you may +be charged by your mobile provider for the cost of data for +the duration of the connection while accessing the app, or +other third-party charges. In using the app, you’re accepting +responsibility for any such charges, including roaming data +charges if you use the app outside of your home territory +(i.e. region or country) without turning off data roaming. If +you are not the bill payer for the device on which you’re +using the app, please be aware that we assume that you have +received permission from the bill payer for using the app. + +Along the same lines, OneLiteCore cannot always take +responsibility for the way you use the app i.e. You need to +make sure that your device stays charged – if it runs out of +battery and you can’t turn it on to avail the Service, +OneLiteCore cannot accept responsibility. + +With respect to OneLiteCore’s responsibility for your +use of the app, when you’re using the app, it’s important to +bear in mind that although we endeavor to ensure that it is +updated and correct at all times, we do rely on third parties +to provide information to us so that we can make it available +to you. OneLiteCore accepts no liability for any +loss, direct or indirect, you experience as a result of +relying wholly on this functionality of the app. + +At some point, we may wish to update the app. The app is +currently available on Android – the requirements for the +system(and for any additional systems we +decide to extend the availability of the app to) may change, +and you’ll need to download the updates if you want to keep +using the app. OneLiteCore does not promise that it +will always update the app so that it is relevant to you +and/or works with the Android version that you have +installed on your device. However, you promise to always +accept updates to the application when offered to you, We may +also wish to stop providing the app, and may terminate use of +it at any time without giving notice of termination to you. +Unless we tell you otherwise, upon any termination, (a) the +rights and licenses granted to you in these terms will end; +(b) you must stop using the app, and (if needed) delete it +from your device. + +## Changes to This Terms and Conditions + +I may update our Terms and Conditions +from time to time. Thus, you are advised to review this page +periodically for any changes. I will +notify you of any changes by posting the new Terms and +Conditions on this page. + +These terms and conditions are effective as of 2022-03-30 + +## Contact Us +If you have any questions or suggestions about my +Terms and Conditions, do not hesitate to contact me +at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/user-terms/index.fil.md b/content/docs/user-terms/index.fil.md new file mode 100644 index 0000000..ab71120 --- /dev/null +++ b/content/docs/user-terms/index.fil.md @@ -0,0 +1,113 @@ +--- +title: Terms & Conditions +copy_mark: "copied" +--- + +By downloading or using the app, these terms will +automatically apply to you – you should make sure therefore +that you read them carefully before using the app. You’re not +allowed to copy or modify the app, any part of the app, or +our trademarks in any way. You’re not allowed to attempt to +extract the source code of the app, and you also shouldn’t try +to translate the app into other languages or make derivative +versions. The app itself, and all the trademarks, copyright, +database rights, and other intellectual property rights related +to it, still belong to OneLiteCore. + +OneLiteCore is committed to ensuring that the app is +as useful and efficient as possible. For that reason, we +reserve the right to make changes to the app or to charge for +its services, at any time and for any reason. We will never +charge you for the app or its services without making it very +clear to you exactly what you’re paying for. + +The Lite Writer app stores and processes personal data that +you have provided to us, to provide my +Service. It’s your responsibility to keep your phone and +access to the app secure. We therefore recommend that you do +not jailbreak or root your phone, which is the process of +removing software restrictions and limitations imposed by the +official operating system of your device. It could make your +phone vulnerable to malware/viruses/malicious programs, +compromise your phone’s security features and it could mean +that the Lite Writer app won’t work properly or at all. + +The app does use third-party services that declare their +Terms and Conditions. + +Link to Terms and Conditions of third-party service +providers used by the app + +- [Google Play Services](https://policies.google.com/terms) +- [AdMob](https://developers.google.com/admob/terms) +- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) + +You should be aware that there are certain things that +OneLiteCore will not take responsibility for. Certain +functions of the app will require the app to have an active +internet connection. The connection can be Wi-Fi or provided +by your mobile network provider, but OneLiteCore +cannot take responsibility for the app not working at full +functionality if you don’t have access to Wi-Fi, and you don’t +have any of your data allowance left. + +If you’re using the app outside of an area with Wi-Fi, you +should remember that the terms of the agreement with your +mobile network provider will still apply. As a result, you may +be charged by your mobile provider for the cost of data for +the duration of the connection while accessing the app, or +other third-party charges. In using the app, you’re accepting +responsibility for any such charges, including roaming data +charges if you use the app outside of your home territory +(i.e. region or country) without turning off data roaming. If +you are not the bill payer for the device on which you’re +using the app, please be aware that we assume that you have +received permission from the bill payer for using the app. + +Along the same lines, OneLiteCore cannot always take +responsibility for the way you use the app i.e. You need to +make sure that your device stays charged – if it runs out of +battery and you can’t turn it on to avail the Service, +OneLiteCore cannot accept responsibility. + +With respect to OneLiteCore’s responsibility for your +use of the app, when you’re using the app, it’s important to +bear in mind that although we endeavor to ensure that it is +updated and correct at all times, we do rely on third parties +to provide information to us so that we can make it available +to you. OneLiteCore accepts no liability for any +loss, direct or indirect, you experience as a result of +relying wholly on this functionality of the app. + +At some point, we may wish to update the app. The app is +currently available on Android – the requirements for the +system(and for any additional systems we +decide to extend the availability of the app to) may change, +and you’ll need to download the updates if you want to keep +using the app. OneLiteCore does not promise that it +will always update the app so that it is relevant to you +and/or works with the Android version that you have +installed on your device. However, you promise to always +accept updates to the application when offered to you, We may +also wish to stop providing the app, and may terminate use of +it at any time without giving notice of termination to you. +Unless we tell you otherwise, upon any termination, (a) the +rights and licenses granted to you in these terms will end; +(b) you must stop using the app, and (if needed) delete it +from your device. + +## Changes to This Terms and Conditions + +I may update our Terms and Conditions +from time to time. Thus, you are advised to review this page +periodically for any changes. I will +notify you of any changes by posting the new Terms and +Conditions on this page. + +These terms and conditions are effective as of 2022-03-30 + +## Contact Us +If you have any questions or suggestions about my +Terms and Conditions, do not hesitate to contact me +at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/user-terms/index.fr.md b/content/docs/user-terms/index.fr.md new file mode 100644 index 0000000..ab71120 --- /dev/null +++ b/content/docs/user-terms/index.fr.md @@ -0,0 +1,113 @@ +--- +title: Terms & Conditions +copy_mark: "copied" +--- + +By downloading or using the app, these terms will +automatically apply to you – you should make sure therefore +that you read them carefully before using the app. You’re not +allowed to copy or modify the app, any part of the app, or +our trademarks in any way. You’re not allowed to attempt to +extract the source code of the app, and you also shouldn’t try +to translate the app into other languages or make derivative +versions. The app itself, and all the trademarks, copyright, +database rights, and other intellectual property rights related +to it, still belong to OneLiteCore. + +OneLiteCore is committed to ensuring that the app is +as useful and efficient as possible. For that reason, we +reserve the right to make changes to the app or to charge for +its services, at any time and for any reason. We will never +charge you for the app or its services without making it very +clear to you exactly what you’re paying for. + +The Lite Writer app stores and processes personal data that +you have provided to us, to provide my +Service. It’s your responsibility to keep your phone and +access to the app secure. We therefore recommend that you do +not jailbreak or root your phone, which is the process of +removing software restrictions and limitations imposed by the +official operating system of your device. It could make your +phone vulnerable to malware/viruses/malicious programs, +compromise your phone’s security features and it could mean +that the Lite Writer app won’t work properly or at all. + +The app does use third-party services that declare their +Terms and Conditions. + +Link to Terms and Conditions of third-party service +providers used by the app + +- [Google Play Services](https://policies.google.com/terms) +- [AdMob](https://developers.google.com/admob/terms) +- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) + +You should be aware that there are certain things that +OneLiteCore will not take responsibility for. Certain +functions of the app will require the app to have an active +internet connection. The connection can be Wi-Fi or provided +by your mobile network provider, but OneLiteCore +cannot take responsibility for the app not working at full +functionality if you don’t have access to Wi-Fi, and you don’t +have any of your data allowance left. + +If you’re using the app outside of an area with Wi-Fi, you +should remember that the terms of the agreement with your +mobile network provider will still apply. As a result, you may +be charged by your mobile provider for the cost of data for +the duration of the connection while accessing the app, or +other third-party charges. In using the app, you’re accepting +responsibility for any such charges, including roaming data +charges if you use the app outside of your home territory +(i.e. region or country) without turning off data roaming. If +you are not the bill payer for the device on which you’re +using the app, please be aware that we assume that you have +received permission from the bill payer for using the app. + +Along the same lines, OneLiteCore cannot always take +responsibility for the way you use the app i.e. You need to +make sure that your device stays charged – if it runs out of +battery and you can’t turn it on to avail the Service, +OneLiteCore cannot accept responsibility. + +With respect to OneLiteCore’s responsibility for your +use of the app, when you’re using the app, it’s important to +bear in mind that although we endeavor to ensure that it is +updated and correct at all times, we do rely on third parties +to provide information to us so that we can make it available +to you. OneLiteCore accepts no liability for any +loss, direct or indirect, you experience as a result of +relying wholly on this functionality of the app. + +At some point, we may wish to update the app. The app is +currently available on Android – the requirements for the +system(and for any additional systems we +decide to extend the availability of the app to) may change, +and you’ll need to download the updates if you want to keep +using the app. OneLiteCore does not promise that it +will always update the app so that it is relevant to you +and/or works with the Android version that you have +installed on your device. However, you promise to always +accept updates to the application when offered to you, We may +also wish to stop providing the app, and may terminate use of +it at any time without giving notice of termination to you. +Unless we tell you otherwise, upon any termination, (a) the +rights and licenses granted to you in these terms will end; +(b) you must stop using the app, and (if needed) delete it +from your device. + +## Changes to This Terms and Conditions + +I may update our Terms and Conditions +from time to time. Thus, you are advised to review this page +periodically for any changes. I will +notify you of any changes by posting the new Terms and +Conditions on this page. + +These terms and conditions are effective as of 2022-03-30 + +## Contact Us +If you have any questions or suggestions about my +Terms and Conditions, do not hesitate to contact me +at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/user-terms/index.hi.md b/content/docs/user-terms/index.hi.md new file mode 100644 index 0000000..ab71120 --- /dev/null +++ b/content/docs/user-terms/index.hi.md @@ -0,0 +1,113 @@ +--- +title: Terms & Conditions +copy_mark: "copied" +--- + +By downloading or using the app, these terms will +automatically apply to you – you should make sure therefore +that you read them carefully before using the app. You’re not +allowed to copy or modify the app, any part of the app, or +our trademarks in any way. You’re not allowed to attempt to +extract the source code of the app, and you also shouldn’t try +to translate the app into other languages or make derivative +versions. The app itself, and all the trademarks, copyright, +database rights, and other intellectual property rights related +to it, still belong to OneLiteCore. + +OneLiteCore is committed to ensuring that the app is +as useful and efficient as possible. For that reason, we +reserve the right to make changes to the app or to charge for +its services, at any time and for any reason. We will never +charge you for the app or its services without making it very +clear to you exactly what you’re paying for. + +The Lite Writer app stores and processes personal data that +you have provided to us, to provide my +Service. It’s your responsibility to keep your phone and +access to the app secure. We therefore recommend that you do +not jailbreak or root your phone, which is the process of +removing software restrictions and limitations imposed by the +official operating system of your device. It could make your +phone vulnerable to malware/viruses/malicious programs, +compromise your phone’s security features and it could mean +that the Lite Writer app won’t work properly or at all. + +The app does use third-party services that declare their +Terms and Conditions. + +Link to Terms and Conditions of third-party service +providers used by the app + +- [Google Play Services](https://policies.google.com/terms) +- [AdMob](https://developers.google.com/admob/terms) +- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) + +You should be aware that there are certain things that +OneLiteCore will not take responsibility for. Certain +functions of the app will require the app to have an active +internet connection. The connection can be Wi-Fi or provided +by your mobile network provider, but OneLiteCore +cannot take responsibility for the app not working at full +functionality if you don’t have access to Wi-Fi, and you don’t +have any of your data allowance left. + +If you’re using the app outside of an area with Wi-Fi, you +should remember that the terms of the agreement with your +mobile network provider will still apply. As a result, you may +be charged by your mobile provider for the cost of data for +the duration of the connection while accessing the app, or +other third-party charges. In using the app, you’re accepting +responsibility for any such charges, including roaming data +charges if you use the app outside of your home territory +(i.e. region or country) without turning off data roaming. If +you are not the bill payer for the device on which you’re +using the app, please be aware that we assume that you have +received permission from the bill payer for using the app. + +Along the same lines, OneLiteCore cannot always take +responsibility for the way you use the app i.e. You need to +make sure that your device stays charged – if it runs out of +battery and you can’t turn it on to avail the Service, +OneLiteCore cannot accept responsibility. + +With respect to OneLiteCore’s responsibility for your +use of the app, when you’re using the app, it’s important to +bear in mind that although we endeavor to ensure that it is +updated and correct at all times, we do rely on third parties +to provide information to us so that we can make it available +to you. OneLiteCore accepts no liability for any +loss, direct or indirect, you experience as a result of +relying wholly on this functionality of the app. + +At some point, we may wish to update the app. The app is +currently available on Android – the requirements for the +system(and for any additional systems we +decide to extend the availability of the app to) may change, +and you’ll need to download the updates if you want to keep +using the app. OneLiteCore does not promise that it +will always update the app so that it is relevant to you +and/or works with the Android version that you have +installed on your device. However, you promise to always +accept updates to the application when offered to you, We may +also wish to stop providing the app, and may terminate use of +it at any time without giving notice of termination to you. +Unless we tell you otherwise, upon any termination, (a) the +rights and licenses granted to you in these terms will end; +(b) you must stop using the app, and (if needed) delete it +from your device. + +## Changes to This Terms and Conditions + +I may update our Terms and Conditions +from time to time. Thus, you are advised to review this page +periodically for any changes. I will +notify you of any changes by posting the new Terms and +Conditions on this page. + +These terms and conditions are effective as of 2022-03-30 + +## Contact Us +If you have any questions or suggestions about my +Terms and Conditions, do not hesitate to contact me +at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/user-terms/index.id.md b/content/docs/user-terms/index.id.md new file mode 100644 index 0000000..ab71120 --- /dev/null +++ b/content/docs/user-terms/index.id.md @@ -0,0 +1,113 @@ +--- +title: Terms & Conditions +copy_mark: "copied" +--- + +By downloading or using the app, these terms will +automatically apply to you – you should make sure therefore +that you read them carefully before using the app. You’re not +allowed to copy or modify the app, any part of the app, or +our trademarks in any way. You’re not allowed to attempt to +extract the source code of the app, and you also shouldn’t try +to translate the app into other languages or make derivative +versions. The app itself, and all the trademarks, copyright, +database rights, and other intellectual property rights related +to it, still belong to OneLiteCore. + +OneLiteCore is committed to ensuring that the app is +as useful and efficient as possible. For that reason, we +reserve the right to make changes to the app or to charge for +its services, at any time and for any reason. We will never +charge you for the app or its services without making it very +clear to you exactly what you’re paying for. + +The Lite Writer app stores and processes personal data that +you have provided to us, to provide my +Service. It’s your responsibility to keep your phone and +access to the app secure. We therefore recommend that you do +not jailbreak or root your phone, which is the process of +removing software restrictions and limitations imposed by the +official operating system of your device. It could make your +phone vulnerable to malware/viruses/malicious programs, +compromise your phone’s security features and it could mean +that the Lite Writer app won’t work properly or at all. + +The app does use third-party services that declare their +Terms and Conditions. + +Link to Terms and Conditions of third-party service +providers used by the app + +- [Google Play Services](https://policies.google.com/terms) +- [AdMob](https://developers.google.com/admob/terms) +- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) + +You should be aware that there are certain things that +OneLiteCore will not take responsibility for. Certain +functions of the app will require the app to have an active +internet connection. The connection can be Wi-Fi or provided +by your mobile network provider, but OneLiteCore +cannot take responsibility for the app not working at full +functionality if you don’t have access to Wi-Fi, and you don’t +have any of your data allowance left. + +If you’re using the app outside of an area with Wi-Fi, you +should remember that the terms of the agreement with your +mobile network provider will still apply. As a result, you may +be charged by your mobile provider for the cost of data for +the duration of the connection while accessing the app, or +other third-party charges. In using the app, you’re accepting +responsibility for any such charges, including roaming data +charges if you use the app outside of your home territory +(i.e. region or country) without turning off data roaming. If +you are not the bill payer for the device on which you’re +using the app, please be aware that we assume that you have +received permission from the bill payer for using the app. + +Along the same lines, OneLiteCore cannot always take +responsibility for the way you use the app i.e. You need to +make sure that your device stays charged – if it runs out of +battery and you can’t turn it on to avail the Service, +OneLiteCore cannot accept responsibility. + +With respect to OneLiteCore’s responsibility for your +use of the app, when you’re using the app, it’s important to +bear in mind that although we endeavor to ensure that it is +updated and correct at all times, we do rely on third parties +to provide information to us so that we can make it available +to you. OneLiteCore accepts no liability for any +loss, direct or indirect, you experience as a result of +relying wholly on this functionality of the app. + +At some point, we may wish to update the app. The app is +currently available on Android – the requirements for the +system(and for any additional systems we +decide to extend the availability of the app to) may change, +and you’ll need to download the updates if you want to keep +using the app. OneLiteCore does not promise that it +will always update the app so that it is relevant to you +and/or works with the Android version that you have +installed on your device. However, you promise to always +accept updates to the application when offered to you, We may +also wish to stop providing the app, and may terminate use of +it at any time without giving notice of termination to you. +Unless we tell you otherwise, upon any termination, (a) the +rights and licenses granted to you in these terms will end; +(b) you must stop using the app, and (if needed) delete it +from your device. + +## Changes to This Terms and Conditions + +I may update our Terms and Conditions +from time to time. Thus, you are advised to review this page +periodically for any changes. I will +notify you of any changes by posting the new Terms and +Conditions on this page. + +These terms and conditions are effective as of 2022-03-30 + +## Contact Us +If you have any questions or suggestions about my +Terms and Conditions, do not hesitate to contact me +at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/user-terms/index.it.md b/content/docs/user-terms/index.it.md new file mode 100644 index 0000000..ab71120 --- /dev/null +++ b/content/docs/user-terms/index.it.md @@ -0,0 +1,113 @@ +--- +title: Terms & Conditions +copy_mark: "copied" +--- + +By downloading or using the app, these terms will +automatically apply to you – you should make sure therefore +that you read them carefully before using the app. You’re not +allowed to copy or modify the app, any part of the app, or +our trademarks in any way. You’re not allowed to attempt to +extract the source code of the app, and you also shouldn’t try +to translate the app into other languages or make derivative +versions. The app itself, and all the trademarks, copyright, +database rights, and other intellectual property rights related +to it, still belong to OneLiteCore. + +OneLiteCore is committed to ensuring that the app is +as useful and efficient as possible. For that reason, we +reserve the right to make changes to the app or to charge for +its services, at any time and for any reason. We will never +charge you for the app or its services without making it very +clear to you exactly what you’re paying for. + +The Lite Writer app stores and processes personal data that +you have provided to us, to provide my +Service. It’s your responsibility to keep your phone and +access to the app secure. We therefore recommend that you do +not jailbreak or root your phone, which is the process of +removing software restrictions and limitations imposed by the +official operating system of your device. It could make your +phone vulnerable to malware/viruses/malicious programs, +compromise your phone’s security features and it could mean +that the Lite Writer app won’t work properly or at all. + +The app does use third-party services that declare their +Terms and Conditions. + +Link to Terms and Conditions of third-party service +providers used by the app + +- [Google Play Services](https://policies.google.com/terms) +- [AdMob](https://developers.google.com/admob/terms) +- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) + +You should be aware that there are certain things that +OneLiteCore will not take responsibility for. Certain +functions of the app will require the app to have an active +internet connection. The connection can be Wi-Fi or provided +by your mobile network provider, but OneLiteCore +cannot take responsibility for the app not working at full +functionality if you don’t have access to Wi-Fi, and you don’t +have any of your data allowance left. + +If you’re using the app outside of an area with Wi-Fi, you +should remember that the terms of the agreement with your +mobile network provider will still apply. As a result, you may +be charged by your mobile provider for the cost of data for +the duration of the connection while accessing the app, or +other third-party charges. In using the app, you’re accepting +responsibility for any such charges, including roaming data +charges if you use the app outside of your home territory +(i.e. region or country) without turning off data roaming. If +you are not the bill payer for the device on which you’re +using the app, please be aware that we assume that you have +received permission from the bill payer for using the app. + +Along the same lines, OneLiteCore cannot always take +responsibility for the way you use the app i.e. You need to +make sure that your device stays charged – if it runs out of +battery and you can’t turn it on to avail the Service, +OneLiteCore cannot accept responsibility. + +With respect to OneLiteCore’s responsibility for your +use of the app, when you’re using the app, it’s important to +bear in mind that although we endeavor to ensure that it is +updated and correct at all times, we do rely on third parties +to provide information to us so that we can make it available +to you. OneLiteCore accepts no liability for any +loss, direct or indirect, you experience as a result of +relying wholly on this functionality of the app. + +At some point, we may wish to update the app. The app is +currently available on Android – the requirements for the +system(and for any additional systems we +decide to extend the availability of the app to) may change, +and you’ll need to download the updates if you want to keep +using the app. OneLiteCore does not promise that it +will always update the app so that it is relevant to you +and/or works with the Android version that you have +installed on your device. However, you promise to always +accept updates to the application when offered to you, We may +also wish to stop providing the app, and may terminate use of +it at any time without giving notice of termination to you. +Unless we tell you otherwise, upon any termination, (a) the +rights and licenses granted to you in these terms will end; +(b) you must stop using the app, and (if needed) delete it +from your device. + +## Changes to This Terms and Conditions + +I may update our Terms and Conditions +from time to time. Thus, you are advised to review this page +periodically for any changes. I will +notify you of any changes by posting the new Terms and +Conditions on this page. + +These terms and conditions are effective as of 2022-03-30 + +## Contact Us +If you have any questions or suggestions about my +Terms and Conditions, do not hesitate to contact me +at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/user-terms/index.ja.md b/content/docs/user-terms/index.ja.md new file mode 100644 index 0000000..ab71120 --- /dev/null +++ b/content/docs/user-terms/index.ja.md @@ -0,0 +1,113 @@ +--- +title: Terms & Conditions +copy_mark: "copied" +--- + +By downloading or using the app, these terms will +automatically apply to you – you should make sure therefore +that you read them carefully before using the app. You’re not +allowed to copy or modify the app, any part of the app, or +our trademarks in any way. You’re not allowed to attempt to +extract the source code of the app, and you also shouldn’t try +to translate the app into other languages or make derivative +versions. The app itself, and all the trademarks, copyright, +database rights, and other intellectual property rights related +to it, still belong to OneLiteCore. + +OneLiteCore is committed to ensuring that the app is +as useful and efficient as possible. For that reason, we +reserve the right to make changes to the app or to charge for +its services, at any time and for any reason. We will never +charge you for the app or its services without making it very +clear to you exactly what you’re paying for. + +The Lite Writer app stores and processes personal data that +you have provided to us, to provide my +Service. It’s your responsibility to keep your phone and +access to the app secure. We therefore recommend that you do +not jailbreak or root your phone, which is the process of +removing software restrictions and limitations imposed by the +official operating system of your device. It could make your +phone vulnerable to malware/viruses/malicious programs, +compromise your phone’s security features and it could mean +that the Lite Writer app won’t work properly or at all. + +The app does use third-party services that declare their +Terms and Conditions. + +Link to Terms and Conditions of third-party service +providers used by the app + +- [Google Play Services](https://policies.google.com/terms) +- [AdMob](https://developers.google.com/admob/terms) +- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) + +You should be aware that there are certain things that +OneLiteCore will not take responsibility for. Certain +functions of the app will require the app to have an active +internet connection. The connection can be Wi-Fi or provided +by your mobile network provider, but OneLiteCore +cannot take responsibility for the app not working at full +functionality if you don’t have access to Wi-Fi, and you don’t +have any of your data allowance left. + +If you’re using the app outside of an area with Wi-Fi, you +should remember that the terms of the agreement with your +mobile network provider will still apply. As a result, you may +be charged by your mobile provider for the cost of data for +the duration of the connection while accessing the app, or +other third-party charges. In using the app, you’re accepting +responsibility for any such charges, including roaming data +charges if you use the app outside of your home territory +(i.e. region or country) without turning off data roaming. If +you are not the bill payer for the device on which you’re +using the app, please be aware that we assume that you have +received permission from the bill payer for using the app. + +Along the same lines, OneLiteCore cannot always take +responsibility for the way you use the app i.e. You need to +make sure that your device stays charged – if it runs out of +battery and you can’t turn it on to avail the Service, +OneLiteCore cannot accept responsibility. + +With respect to OneLiteCore’s responsibility for your +use of the app, when you’re using the app, it’s important to +bear in mind that although we endeavor to ensure that it is +updated and correct at all times, we do rely on third parties +to provide information to us so that we can make it available +to you. OneLiteCore accepts no liability for any +loss, direct or indirect, you experience as a result of +relying wholly on this functionality of the app. + +At some point, we may wish to update the app. The app is +currently available on Android – the requirements for the +system(and for any additional systems we +decide to extend the availability of the app to) may change, +and you’ll need to download the updates if you want to keep +using the app. OneLiteCore does not promise that it +will always update the app so that it is relevant to you +and/or works with the Android version that you have +installed on your device. However, you promise to always +accept updates to the application when offered to you, We may +also wish to stop providing the app, and may terminate use of +it at any time without giving notice of termination to you. +Unless we tell you otherwise, upon any termination, (a) the +rights and licenses granted to you in these terms will end; +(b) you must stop using the app, and (if needed) delete it +from your device. + +## Changes to This Terms and Conditions + +I may update our Terms and Conditions +from time to time. Thus, you are advised to review this page +periodically for any changes. I will +notify you of any changes by posting the new Terms and +Conditions on this page. + +These terms and conditions are effective as of 2022-03-30 + +## Contact Us +If you have any questions or suggestions about my +Terms and Conditions, do not hesitate to contact me +at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/user-terms/index.ko.md b/content/docs/user-terms/index.ko.md new file mode 100644 index 0000000..ab71120 --- /dev/null +++ b/content/docs/user-terms/index.ko.md @@ -0,0 +1,113 @@ +--- +title: Terms & Conditions +copy_mark: "copied" +--- + +By downloading or using the app, these terms will +automatically apply to you – you should make sure therefore +that you read them carefully before using the app. You’re not +allowed to copy or modify the app, any part of the app, or +our trademarks in any way. You’re not allowed to attempt to +extract the source code of the app, and you also shouldn’t try +to translate the app into other languages or make derivative +versions. The app itself, and all the trademarks, copyright, +database rights, and other intellectual property rights related +to it, still belong to OneLiteCore. + +OneLiteCore is committed to ensuring that the app is +as useful and efficient as possible. For that reason, we +reserve the right to make changes to the app or to charge for +its services, at any time and for any reason. We will never +charge you for the app or its services without making it very +clear to you exactly what you’re paying for. + +The Lite Writer app stores and processes personal data that +you have provided to us, to provide my +Service. It’s your responsibility to keep your phone and +access to the app secure. We therefore recommend that you do +not jailbreak or root your phone, which is the process of +removing software restrictions and limitations imposed by the +official operating system of your device. It could make your +phone vulnerable to malware/viruses/malicious programs, +compromise your phone’s security features and it could mean +that the Lite Writer app won’t work properly or at all. + +The app does use third-party services that declare their +Terms and Conditions. + +Link to Terms and Conditions of third-party service +providers used by the app + +- [Google Play Services](https://policies.google.com/terms) +- [AdMob](https://developers.google.com/admob/terms) +- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) + +You should be aware that there are certain things that +OneLiteCore will not take responsibility for. Certain +functions of the app will require the app to have an active +internet connection. The connection can be Wi-Fi or provided +by your mobile network provider, but OneLiteCore +cannot take responsibility for the app not working at full +functionality if you don’t have access to Wi-Fi, and you don’t +have any of your data allowance left. + +If you’re using the app outside of an area with Wi-Fi, you +should remember that the terms of the agreement with your +mobile network provider will still apply. As a result, you may +be charged by your mobile provider for the cost of data for +the duration of the connection while accessing the app, or +other third-party charges. In using the app, you’re accepting +responsibility for any such charges, including roaming data +charges if you use the app outside of your home territory +(i.e. region or country) without turning off data roaming. If +you are not the bill payer for the device on which you’re +using the app, please be aware that we assume that you have +received permission from the bill payer for using the app. + +Along the same lines, OneLiteCore cannot always take +responsibility for the way you use the app i.e. You need to +make sure that your device stays charged – if it runs out of +battery and you can’t turn it on to avail the Service, +OneLiteCore cannot accept responsibility. + +With respect to OneLiteCore’s responsibility for your +use of the app, when you’re using the app, it’s important to +bear in mind that although we endeavor to ensure that it is +updated and correct at all times, we do rely on third parties +to provide information to us so that we can make it available +to you. OneLiteCore accepts no liability for any +loss, direct or indirect, you experience as a result of +relying wholly on this functionality of the app. + +At some point, we may wish to update the app. The app is +currently available on Android – the requirements for the +system(and for any additional systems we +decide to extend the availability of the app to) may change, +and you’ll need to download the updates if you want to keep +using the app. OneLiteCore does not promise that it +will always update the app so that it is relevant to you +and/or works with the Android version that you have +installed on your device. However, you promise to always +accept updates to the application when offered to you, We may +also wish to stop providing the app, and may terminate use of +it at any time without giving notice of termination to you. +Unless we tell you otherwise, upon any termination, (a) the +rights and licenses granted to you in these terms will end; +(b) you must stop using the app, and (if needed) delete it +from your device. + +## Changes to This Terms and Conditions + +I may update our Terms and Conditions +from time to time. Thus, you are advised to review this page +periodically for any changes. I will +notify you of any changes by posting the new Terms and +Conditions on this page. + +These terms and conditions are effective as of 2022-03-30 + +## Contact Us +If you have any questions or suggestions about my +Terms and Conditions, do not hesitate to contact me +at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/user-terms/index.md b/content/docs/user-terms/index.md index d8c75c3..1d235a2 100644 --- a/content/docs/user-terms/index.md +++ b/content/docs/user-terms/index.md @@ -1,5 +1,6 @@ --- title: Terms & Conditions +copy_mark: "src" --- By downloading or using the app, these terms will diff --git a/content/docs/user-terms/index.ms.md b/content/docs/user-terms/index.ms.md new file mode 100644 index 0000000..ab71120 --- /dev/null +++ b/content/docs/user-terms/index.ms.md @@ -0,0 +1,113 @@ +--- +title: Terms & Conditions +copy_mark: "copied" +--- + +By downloading or using the app, these terms will +automatically apply to you – you should make sure therefore +that you read them carefully before using the app. You’re not +allowed to copy or modify the app, any part of the app, or +our trademarks in any way. You’re not allowed to attempt to +extract the source code of the app, and you also shouldn’t try +to translate the app into other languages or make derivative +versions. The app itself, and all the trademarks, copyright, +database rights, and other intellectual property rights related +to it, still belong to OneLiteCore. + +OneLiteCore is committed to ensuring that the app is +as useful and efficient as possible. For that reason, we +reserve the right to make changes to the app or to charge for +its services, at any time and for any reason. We will never +charge you for the app or its services without making it very +clear to you exactly what you’re paying for. + +The Lite Writer app stores and processes personal data that +you have provided to us, to provide my +Service. It’s your responsibility to keep your phone and +access to the app secure. We therefore recommend that you do +not jailbreak or root your phone, which is the process of +removing software restrictions and limitations imposed by the +official operating system of your device. It could make your +phone vulnerable to malware/viruses/malicious programs, +compromise your phone’s security features and it could mean +that the Lite Writer app won’t work properly or at all. + +The app does use third-party services that declare their +Terms and Conditions. + +Link to Terms and Conditions of third-party service +providers used by the app + +- [Google Play Services](https://policies.google.com/terms) +- [AdMob](https://developers.google.com/admob/terms) +- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) + +You should be aware that there are certain things that +OneLiteCore will not take responsibility for. Certain +functions of the app will require the app to have an active +internet connection. The connection can be Wi-Fi or provided +by your mobile network provider, but OneLiteCore +cannot take responsibility for the app not working at full +functionality if you don’t have access to Wi-Fi, and you don’t +have any of your data allowance left. + +If you’re using the app outside of an area with Wi-Fi, you +should remember that the terms of the agreement with your +mobile network provider will still apply. As a result, you may +be charged by your mobile provider for the cost of data for +the duration of the connection while accessing the app, or +other third-party charges. In using the app, you’re accepting +responsibility for any such charges, including roaming data +charges if you use the app outside of your home territory +(i.e. region or country) without turning off data roaming. If +you are not the bill payer for the device on which you’re +using the app, please be aware that we assume that you have +received permission from the bill payer for using the app. + +Along the same lines, OneLiteCore cannot always take +responsibility for the way you use the app i.e. You need to +make sure that your device stays charged – if it runs out of +battery and you can’t turn it on to avail the Service, +OneLiteCore cannot accept responsibility. + +With respect to OneLiteCore’s responsibility for your +use of the app, when you’re using the app, it’s important to +bear in mind that although we endeavor to ensure that it is +updated and correct at all times, we do rely on third parties +to provide information to us so that we can make it available +to you. OneLiteCore accepts no liability for any +loss, direct or indirect, you experience as a result of +relying wholly on this functionality of the app. + +At some point, we may wish to update the app. The app is +currently available on Android – the requirements for the +system(and for any additional systems we +decide to extend the availability of the app to) may change, +and you’ll need to download the updates if you want to keep +using the app. OneLiteCore does not promise that it +will always update the app so that it is relevant to you +and/or works with the Android version that you have +installed on your device. However, you promise to always +accept updates to the application when offered to you, We may +also wish to stop providing the app, and may terminate use of +it at any time without giving notice of termination to you. +Unless we tell you otherwise, upon any termination, (a) the +rights and licenses granted to you in these terms will end; +(b) you must stop using the app, and (if needed) delete it +from your device. + +## Changes to This Terms and Conditions + +I may update our Terms and Conditions +from time to time. Thus, you are advised to review this page +periodically for any changes. I will +notify you of any changes by posting the new Terms and +Conditions on this page. + +These terms and conditions are effective as of 2022-03-30 + +## Contact Us +If you have any questions or suggestions about my +Terms and Conditions, do not hesitate to contact me +at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/user-terms/index.nl.md b/content/docs/user-terms/index.nl.md new file mode 100644 index 0000000..ab71120 --- /dev/null +++ b/content/docs/user-terms/index.nl.md @@ -0,0 +1,113 @@ +--- +title: Terms & Conditions +copy_mark: "copied" +--- + +By downloading or using the app, these terms will +automatically apply to you – you should make sure therefore +that you read them carefully before using the app. You’re not +allowed to copy or modify the app, any part of the app, or +our trademarks in any way. You’re not allowed to attempt to +extract the source code of the app, and you also shouldn’t try +to translate the app into other languages or make derivative +versions. The app itself, and all the trademarks, copyright, +database rights, and other intellectual property rights related +to it, still belong to OneLiteCore. + +OneLiteCore is committed to ensuring that the app is +as useful and efficient as possible. For that reason, we +reserve the right to make changes to the app or to charge for +its services, at any time and for any reason. We will never +charge you for the app or its services without making it very +clear to you exactly what you’re paying for. + +The Lite Writer app stores and processes personal data that +you have provided to us, to provide my +Service. It’s your responsibility to keep your phone and +access to the app secure. We therefore recommend that you do +not jailbreak or root your phone, which is the process of +removing software restrictions and limitations imposed by the +official operating system of your device. It could make your +phone vulnerable to malware/viruses/malicious programs, +compromise your phone’s security features and it could mean +that the Lite Writer app won’t work properly or at all. + +The app does use third-party services that declare their +Terms and Conditions. + +Link to Terms and Conditions of third-party service +providers used by the app + +- [Google Play Services](https://policies.google.com/terms) +- [AdMob](https://developers.google.com/admob/terms) +- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) + +You should be aware that there are certain things that +OneLiteCore will not take responsibility for. Certain +functions of the app will require the app to have an active +internet connection. The connection can be Wi-Fi or provided +by your mobile network provider, but OneLiteCore +cannot take responsibility for the app not working at full +functionality if you don’t have access to Wi-Fi, and you don’t +have any of your data allowance left. + +If you’re using the app outside of an area with Wi-Fi, you +should remember that the terms of the agreement with your +mobile network provider will still apply. As a result, you may +be charged by your mobile provider for the cost of data for +the duration of the connection while accessing the app, or +other third-party charges. In using the app, you’re accepting +responsibility for any such charges, including roaming data +charges if you use the app outside of your home territory +(i.e. region or country) without turning off data roaming. If +you are not the bill payer for the device on which you’re +using the app, please be aware that we assume that you have +received permission from the bill payer for using the app. + +Along the same lines, OneLiteCore cannot always take +responsibility for the way you use the app i.e. You need to +make sure that your device stays charged – if it runs out of +battery and you can’t turn it on to avail the Service, +OneLiteCore cannot accept responsibility. + +With respect to OneLiteCore’s responsibility for your +use of the app, when you’re using the app, it’s important to +bear in mind that although we endeavor to ensure that it is +updated and correct at all times, we do rely on third parties +to provide information to us so that we can make it available +to you. OneLiteCore accepts no liability for any +loss, direct or indirect, you experience as a result of +relying wholly on this functionality of the app. + +At some point, we may wish to update the app. The app is +currently available on Android – the requirements for the +system(and for any additional systems we +decide to extend the availability of the app to) may change, +and you’ll need to download the updates if you want to keep +using the app. OneLiteCore does not promise that it +will always update the app so that it is relevant to you +and/or works with the Android version that you have +installed on your device. However, you promise to always +accept updates to the application when offered to you, We may +also wish to stop providing the app, and may terminate use of +it at any time without giving notice of termination to you. +Unless we tell you otherwise, upon any termination, (a) the +rights and licenses granted to you in these terms will end; +(b) you must stop using the app, and (if needed) delete it +from your device. + +## Changes to This Terms and Conditions + +I may update our Terms and Conditions +from time to time. Thus, you are advised to review this page +periodically for any changes. I will +notify you of any changes by posting the new Terms and +Conditions on this page. + +These terms and conditions are effective as of 2022-03-30 + +## Contact Us +If you have any questions or suggestions about my +Terms and Conditions, do not hesitate to contact me +at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/user-terms/index.pl.md b/content/docs/user-terms/index.pl.md new file mode 100644 index 0000000..ab71120 --- /dev/null +++ b/content/docs/user-terms/index.pl.md @@ -0,0 +1,113 @@ +--- +title: Terms & Conditions +copy_mark: "copied" +--- + +By downloading or using the app, these terms will +automatically apply to you – you should make sure therefore +that you read them carefully before using the app. You’re not +allowed to copy or modify the app, any part of the app, or +our trademarks in any way. You’re not allowed to attempt to +extract the source code of the app, and you also shouldn’t try +to translate the app into other languages or make derivative +versions. The app itself, and all the trademarks, copyright, +database rights, and other intellectual property rights related +to it, still belong to OneLiteCore. + +OneLiteCore is committed to ensuring that the app is +as useful and efficient as possible. For that reason, we +reserve the right to make changes to the app or to charge for +its services, at any time and for any reason. We will never +charge you for the app or its services without making it very +clear to you exactly what you’re paying for. + +The Lite Writer app stores and processes personal data that +you have provided to us, to provide my +Service. It’s your responsibility to keep your phone and +access to the app secure. We therefore recommend that you do +not jailbreak or root your phone, which is the process of +removing software restrictions and limitations imposed by the +official operating system of your device. It could make your +phone vulnerable to malware/viruses/malicious programs, +compromise your phone’s security features and it could mean +that the Lite Writer app won’t work properly or at all. + +The app does use third-party services that declare their +Terms and Conditions. + +Link to Terms and Conditions of third-party service +providers used by the app + +- [Google Play Services](https://policies.google.com/terms) +- [AdMob](https://developers.google.com/admob/terms) +- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) + +You should be aware that there are certain things that +OneLiteCore will not take responsibility for. Certain +functions of the app will require the app to have an active +internet connection. The connection can be Wi-Fi or provided +by your mobile network provider, but OneLiteCore +cannot take responsibility for the app not working at full +functionality if you don’t have access to Wi-Fi, and you don’t +have any of your data allowance left. + +If you’re using the app outside of an area with Wi-Fi, you +should remember that the terms of the agreement with your +mobile network provider will still apply. As a result, you may +be charged by your mobile provider for the cost of data for +the duration of the connection while accessing the app, or +other third-party charges. In using the app, you’re accepting +responsibility for any such charges, including roaming data +charges if you use the app outside of your home territory +(i.e. region or country) without turning off data roaming. If +you are not the bill payer for the device on which you’re +using the app, please be aware that we assume that you have +received permission from the bill payer for using the app. + +Along the same lines, OneLiteCore cannot always take +responsibility for the way you use the app i.e. You need to +make sure that your device stays charged – if it runs out of +battery and you can’t turn it on to avail the Service, +OneLiteCore cannot accept responsibility. + +With respect to OneLiteCore’s responsibility for your +use of the app, when you’re using the app, it’s important to +bear in mind that although we endeavor to ensure that it is +updated and correct at all times, we do rely on third parties +to provide information to us so that we can make it available +to you. OneLiteCore accepts no liability for any +loss, direct or indirect, you experience as a result of +relying wholly on this functionality of the app. + +At some point, we may wish to update the app. The app is +currently available on Android – the requirements for the +system(and for any additional systems we +decide to extend the availability of the app to) may change, +and you’ll need to download the updates if you want to keep +using the app. OneLiteCore does not promise that it +will always update the app so that it is relevant to you +and/or works with the Android version that you have +installed on your device. However, you promise to always +accept updates to the application when offered to you, We may +also wish to stop providing the app, and may terminate use of +it at any time without giving notice of termination to you. +Unless we tell you otherwise, upon any termination, (a) the +rights and licenses granted to you in these terms will end; +(b) you must stop using the app, and (if needed) delete it +from your device. + +## Changes to This Terms and Conditions + +I may update our Terms and Conditions +from time to time. Thus, you are advised to review this page +periodically for any changes. I will +notify you of any changes by posting the new Terms and +Conditions on this page. + +These terms and conditions are effective as of 2022-03-30 + +## Contact Us +If you have any questions or suggestions about my +Terms and Conditions, do not hesitate to contact me +at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/user-terms/index.pt.md b/content/docs/user-terms/index.pt.md new file mode 100644 index 0000000..ab71120 --- /dev/null +++ b/content/docs/user-terms/index.pt.md @@ -0,0 +1,113 @@ +--- +title: Terms & Conditions +copy_mark: "copied" +--- + +By downloading or using the app, these terms will +automatically apply to you – you should make sure therefore +that you read them carefully before using the app. You’re not +allowed to copy or modify the app, any part of the app, or +our trademarks in any way. You’re not allowed to attempt to +extract the source code of the app, and you also shouldn’t try +to translate the app into other languages or make derivative +versions. The app itself, and all the trademarks, copyright, +database rights, and other intellectual property rights related +to it, still belong to OneLiteCore. + +OneLiteCore is committed to ensuring that the app is +as useful and efficient as possible. For that reason, we +reserve the right to make changes to the app or to charge for +its services, at any time and for any reason. We will never +charge you for the app or its services without making it very +clear to you exactly what you’re paying for. + +The Lite Writer app stores and processes personal data that +you have provided to us, to provide my +Service. It’s your responsibility to keep your phone and +access to the app secure. We therefore recommend that you do +not jailbreak or root your phone, which is the process of +removing software restrictions and limitations imposed by the +official operating system of your device. It could make your +phone vulnerable to malware/viruses/malicious programs, +compromise your phone’s security features and it could mean +that the Lite Writer app won’t work properly or at all. + +The app does use third-party services that declare their +Terms and Conditions. + +Link to Terms and Conditions of third-party service +providers used by the app + +- [Google Play Services](https://policies.google.com/terms) +- [AdMob](https://developers.google.com/admob/terms) +- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) + +You should be aware that there are certain things that +OneLiteCore will not take responsibility for. Certain +functions of the app will require the app to have an active +internet connection. The connection can be Wi-Fi or provided +by your mobile network provider, but OneLiteCore +cannot take responsibility for the app not working at full +functionality if you don’t have access to Wi-Fi, and you don’t +have any of your data allowance left. + +If you’re using the app outside of an area with Wi-Fi, you +should remember that the terms of the agreement with your +mobile network provider will still apply. As a result, you may +be charged by your mobile provider for the cost of data for +the duration of the connection while accessing the app, or +other third-party charges. In using the app, you’re accepting +responsibility for any such charges, including roaming data +charges if you use the app outside of your home territory +(i.e. region or country) without turning off data roaming. If +you are not the bill payer for the device on which you’re +using the app, please be aware that we assume that you have +received permission from the bill payer for using the app. + +Along the same lines, OneLiteCore cannot always take +responsibility for the way you use the app i.e. You need to +make sure that your device stays charged – if it runs out of +battery and you can’t turn it on to avail the Service, +OneLiteCore cannot accept responsibility. + +With respect to OneLiteCore’s responsibility for your +use of the app, when you’re using the app, it’s important to +bear in mind that although we endeavor to ensure that it is +updated and correct at all times, we do rely on third parties +to provide information to us so that we can make it available +to you. OneLiteCore accepts no liability for any +loss, direct or indirect, you experience as a result of +relying wholly on this functionality of the app. + +At some point, we may wish to update the app. The app is +currently available on Android – the requirements for the +system(and for any additional systems we +decide to extend the availability of the app to) may change, +and you’ll need to download the updates if you want to keep +using the app. OneLiteCore does not promise that it +will always update the app so that it is relevant to you +and/or works with the Android version that you have +installed on your device. However, you promise to always +accept updates to the application when offered to you, We may +also wish to stop providing the app, and may terminate use of +it at any time without giving notice of termination to you. +Unless we tell you otherwise, upon any termination, (a) the +rights and licenses granted to you in these terms will end; +(b) you must stop using the app, and (if needed) delete it +from your device. + +## Changes to This Terms and Conditions + +I may update our Terms and Conditions +from time to time. Thus, you are advised to review this page +periodically for any changes. I will +notify you of any changes by posting the new Terms and +Conditions on this page. + +These terms and conditions are effective as of 2022-03-30 + +## Contact Us +If you have any questions or suggestions about my +Terms and Conditions, do not hesitate to contact me +at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/user-terms/index.ru.md b/content/docs/user-terms/index.ru.md new file mode 100644 index 0000000..ab71120 --- /dev/null +++ b/content/docs/user-terms/index.ru.md @@ -0,0 +1,113 @@ +--- +title: Terms & Conditions +copy_mark: "copied" +--- + +By downloading or using the app, these terms will +automatically apply to you – you should make sure therefore +that you read them carefully before using the app. You’re not +allowed to copy or modify the app, any part of the app, or +our trademarks in any way. You’re not allowed to attempt to +extract the source code of the app, and you also shouldn’t try +to translate the app into other languages or make derivative +versions. The app itself, and all the trademarks, copyright, +database rights, and other intellectual property rights related +to it, still belong to OneLiteCore. + +OneLiteCore is committed to ensuring that the app is +as useful and efficient as possible. For that reason, we +reserve the right to make changes to the app or to charge for +its services, at any time and for any reason. We will never +charge you for the app or its services without making it very +clear to you exactly what you’re paying for. + +The Lite Writer app stores and processes personal data that +you have provided to us, to provide my +Service. It’s your responsibility to keep your phone and +access to the app secure. We therefore recommend that you do +not jailbreak or root your phone, which is the process of +removing software restrictions and limitations imposed by the +official operating system of your device. It could make your +phone vulnerable to malware/viruses/malicious programs, +compromise your phone’s security features and it could mean +that the Lite Writer app won’t work properly or at all. + +The app does use third-party services that declare their +Terms and Conditions. + +Link to Terms and Conditions of third-party service +providers used by the app + +- [Google Play Services](https://policies.google.com/terms) +- [AdMob](https://developers.google.com/admob/terms) +- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) + +You should be aware that there are certain things that +OneLiteCore will not take responsibility for. Certain +functions of the app will require the app to have an active +internet connection. The connection can be Wi-Fi or provided +by your mobile network provider, but OneLiteCore +cannot take responsibility for the app not working at full +functionality if you don’t have access to Wi-Fi, and you don’t +have any of your data allowance left. + +If you’re using the app outside of an area with Wi-Fi, you +should remember that the terms of the agreement with your +mobile network provider will still apply. As a result, you may +be charged by your mobile provider for the cost of data for +the duration of the connection while accessing the app, or +other third-party charges. In using the app, you’re accepting +responsibility for any such charges, including roaming data +charges if you use the app outside of your home territory +(i.e. region or country) without turning off data roaming. If +you are not the bill payer for the device on which you’re +using the app, please be aware that we assume that you have +received permission from the bill payer for using the app. + +Along the same lines, OneLiteCore cannot always take +responsibility for the way you use the app i.e. You need to +make sure that your device stays charged – if it runs out of +battery and you can’t turn it on to avail the Service, +OneLiteCore cannot accept responsibility. + +With respect to OneLiteCore’s responsibility for your +use of the app, when you’re using the app, it’s important to +bear in mind that although we endeavor to ensure that it is +updated and correct at all times, we do rely on third parties +to provide information to us so that we can make it available +to you. OneLiteCore accepts no liability for any +loss, direct or indirect, you experience as a result of +relying wholly on this functionality of the app. + +At some point, we may wish to update the app. The app is +currently available on Android – the requirements for the +system(and for any additional systems we +decide to extend the availability of the app to) may change, +and you’ll need to download the updates if you want to keep +using the app. OneLiteCore does not promise that it +will always update the app so that it is relevant to you +and/or works with the Android version that you have +installed on your device. However, you promise to always +accept updates to the application when offered to you, We may +also wish to stop providing the app, and may terminate use of +it at any time without giving notice of termination to you. +Unless we tell you otherwise, upon any termination, (a) the +rights and licenses granted to you in these terms will end; +(b) you must stop using the app, and (if needed) delete it +from your device. + +## Changes to This Terms and Conditions + +I may update our Terms and Conditions +from time to time. Thus, you are advised to review this page +periodically for any changes. I will +notify you of any changes by posting the new Terms and +Conditions on this page. + +These terms and conditions are effective as of 2022-03-30 + +## Contact Us +If you have any questions or suggestions about my +Terms and Conditions, do not hesitate to contact me +at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/user-terms/index.th.md b/content/docs/user-terms/index.th.md new file mode 100644 index 0000000..ab71120 --- /dev/null +++ b/content/docs/user-terms/index.th.md @@ -0,0 +1,113 @@ +--- +title: Terms & Conditions +copy_mark: "copied" +--- + +By downloading or using the app, these terms will +automatically apply to you – you should make sure therefore +that you read them carefully before using the app. You’re not +allowed to copy or modify the app, any part of the app, or +our trademarks in any way. You’re not allowed to attempt to +extract the source code of the app, and you also shouldn’t try +to translate the app into other languages or make derivative +versions. The app itself, and all the trademarks, copyright, +database rights, and other intellectual property rights related +to it, still belong to OneLiteCore. + +OneLiteCore is committed to ensuring that the app is +as useful and efficient as possible. For that reason, we +reserve the right to make changes to the app or to charge for +its services, at any time and for any reason. We will never +charge you for the app or its services without making it very +clear to you exactly what you’re paying for. + +The Lite Writer app stores and processes personal data that +you have provided to us, to provide my +Service. It’s your responsibility to keep your phone and +access to the app secure. We therefore recommend that you do +not jailbreak or root your phone, which is the process of +removing software restrictions and limitations imposed by the +official operating system of your device. It could make your +phone vulnerable to malware/viruses/malicious programs, +compromise your phone’s security features and it could mean +that the Lite Writer app won’t work properly or at all. + +The app does use third-party services that declare their +Terms and Conditions. + +Link to Terms and Conditions of third-party service +providers used by the app + +- [Google Play Services](https://policies.google.com/terms) +- [AdMob](https://developers.google.com/admob/terms) +- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) + +You should be aware that there are certain things that +OneLiteCore will not take responsibility for. Certain +functions of the app will require the app to have an active +internet connection. The connection can be Wi-Fi or provided +by your mobile network provider, but OneLiteCore +cannot take responsibility for the app not working at full +functionality if you don’t have access to Wi-Fi, and you don’t +have any of your data allowance left. + +If you’re using the app outside of an area with Wi-Fi, you +should remember that the terms of the agreement with your +mobile network provider will still apply. As a result, you may +be charged by your mobile provider for the cost of data for +the duration of the connection while accessing the app, or +other third-party charges. In using the app, you’re accepting +responsibility for any such charges, including roaming data +charges if you use the app outside of your home territory +(i.e. region or country) without turning off data roaming. If +you are not the bill payer for the device on which you’re +using the app, please be aware that we assume that you have +received permission from the bill payer for using the app. + +Along the same lines, OneLiteCore cannot always take +responsibility for the way you use the app i.e. You need to +make sure that your device stays charged – if it runs out of +battery and you can’t turn it on to avail the Service, +OneLiteCore cannot accept responsibility. + +With respect to OneLiteCore’s responsibility for your +use of the app, when you’re using the app, it’s important to +bear in mind that although we endeavor to ensure that it is +updated and correct at all times, we do rely on third parties +to provide information to us so that we can make it available +to you. OneLiteCore accepts no liability for any +loss, direct or indirect, you experience as a result of +relying wholly on this functionality of the app. + +At some point, we may wish to update the app. The app is +currently available on Android – the requirements for the +system(and for any additional systems we +decide to extend the availability of the app to) may change, +and you’ll need to download the updates if you want to keep +using the app. OneLiteCore does not promise that it +will always update the app so that it is relevant to you +and/or works with the Android version that you have +installed on your device. However, you promise to always +accept updates to the application when offered to you, We may +also wish to stop providing the app, and may terminate use of +it at any time without giving notice of termination to you. +Unless we tell you otherwise, upon any termination, (a) the +rights and licenses granted to you in these terms will end; +(b) you must stop using the app, and (if needed) delete it +from your device. + +## Changes to This Terms and Conditions + +I may update our Terms and Conditions +from time to time. Thus, you are advised to review this page +periodically for any changes. I will +notify you of any changes by posting the new Terms and +Conditions on this page. + +These terms and conditions are effective as of 2022-03-30 + +## Contact Us +If you have any questions or suggestions about my +Terms and Conditions, do not hesitate to contact me +at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/user-terms/index.tr.md b/content/docs/user-terms/index.tr.md new file mode 100644 index 0000000..ab71120 --- /dev/null +++ b/content/docs/user-terms/index.tr.md @@ -0,0 +1,113 @@ +--- +title: Terms & Conditions +copy_mark: "copied" +--- + +By downloading or using the app, these terms will +automatically apply to you – you should make sure therefore +that you read them carefully before using the app. You’re not +allowed to copy or modify the app, any part of the app, or +our trademarks in any way. You’re not allowed to attempt to +extract the source code of the app, and you also shouldn’t try +to translate the app into other languages or make derivative +versions. The app itself, and all the trademarks, copyright, +database rights, and other intellectual property rights related +to it, still belong to OneLiteCore. + +OneLiteCore is committed to ensuring that the app is +as useful and efficient as possible. For that reason, we +reserve the right to make changes to the app or to charge for +its services, at any time and for any reason. We will never +charge you for the app or its services without making it very +clear to you exactly what you’re paying for. + +The Lite Writer app stores and processes personal data that +you have provided to us, to provide my +Service. It’s your responsibility to keep your phone and +access to the app secure. We therefore recommend that you do +not jailbreak or root your phone, which is the process of +removing software restrictions and limitations imposed by the +official operating system of your device. It could make your +phone vulnerable to malware/viruses/malicious programs, +compromise your phone’s security features and it could mean +that the Lite Writer app won’t work properly or at all. + +The app does use third-party services that declare their +Terms and Conditions. + +Link to Terms and Conditions of third-party service +providers used by the app + +- [Google Play Services](https://policies.google.com/terms) +- [AdMob](https://developers.google.com/admob/terms) +- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) + +You should be aware that there are certain things that +OneLiteCore will not take responsibility for. Certain +functions of the app will require the app to have an active +internet connection. The connection can be Wi-Fi or provided +by your mobile network provider, but OneLiteCore +cannot take responsibility for the app not working at full +functionality if you don’t have access to Wi-Fi, and you don’t +have any of your data allowance left. + +If you’re using the app outside of an area with Wi-Fi, you +should remember that the terms of the agreement with your +mobile network provider will still apply. As a result, you may +be charged by your mobile provider for the cost of data for +the duration of the connection while accessing the app, or +other third-party charges. In using the app, you’re accepting +responsibility for any such charges, including roaming data +charges if you use the app outside of your home territory +(i.e. region or country) without turning off data roaming. If +you are not the bill payer for the device on which you’re +using the app, please be aware that we assume that you have +received permission from the bill payer for using the app. + +Along the same lines, OneLiteCore cannot always take +responsibility for the way you use the app i.e. You need to +make sure that your device stays charged – if it runs out of +battery and you can’t turn it on to avail the Service, +OneLiteCore cannot accept responsibility. + +With respect to OneLiteCore’s responsibility for your +use of the app, when you’re using the app, it’s important to +bear in mind that although we endeavor to ensure that it is +updated and correct at all times, we do rely on third parties +to provide information to us so that we can make it available +to you. OneLiteCore accepts no liability for any +loss, direct or indirect, you experience as a result of +relying wholly on this functionality of the app. + +At some point, we may wish to update the app. The app is +currently available on Android – the requirements for the +system(and for any additional systems we +decide to extend the availability of the app to) may change, +and you’ll need to download the updates if you want to keep +using the app. OneLiteCore does not promise that it +will always update the app so that it is relevant to you +and/or works with the Android version that you have +installed on your device. However, you promise to always +accept updates to the application when offered to you, We may +also wish to stop providing the app, and may terminate use of +it at any time without giving notice of termination to you. +Unless we tell you otherwise, upon any termination, (a) the +rights and licenses granted to you in these terms will end; +(b) you must stop using the app, and (if needed) delete it +from your device. + +## Changes to This Terms and Conditions + +I may update our Terms and Conditions +from time to time. Thus, you are advised to review this page +periodically for any changes. I will +notify you of any changes by posting the new Terms and +Conditions on this page. + +These terms and conditions are effective as of 2022-03-30 + +## Contact Us +If you have any questions or suggestions about my +Terms and Conditions, do not hesitate to contact me +at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/user-terms/index.uk.md b/content/docs/user-terms/index.uk.md new file mode 100644 index 0000000..ab71120 --- /dev/null +++ b/content/docs/user-terms/index.uk.md @@ -0,0 +1,113 @@ +--- +title: Terms & Conditions +copy_mark: "copied" +--- + +By downloading or using the app, these terms will +automatically apply to you – you should make sure therefore +that you read them carefully before using the app. You’re not +allowed to copy or modify the app, any part of the app, or +our trademarks in any way. You’re not allowed to attempt to +extract the source code of the app, and you also shouldn’t try +to translate the app into other languages or make derivative +versions. The app itself, and all the trademarks, copyright, +database rights, and other intellectual property rights related +to it, still belong to OneLiteCore. + +OneLiteCore is committed to ensuring that the app is +as useful and efficient as possible. For that reason, we +reserve the right to make changes to the app or to charge for +its services, at any time and for any reason. We will never +charge you for the app or its services without making it very +clear to you exactly what you’re paying for. + +The Lite Writer app stores and processes personal data that +you have provided to us, to provide my +Service. It’s your responsibility to keep your phone and +access to the app secure. We therefore recommend that you do +not jailbreak or root your phone, which is the process of +removing software restrictions and limitations imposed by the +official operating system of your device. It could make your +phone vulnerable to malware/viruses/malicious programs, +compromise your phone’s security features and it could mean +that the Lite Writer app won’t work properly or at all. + +The app does use third-party services that declare their +Terms and Conditions. + +Link to Terms and Conditions of third-party service +providers used by the app + +- [Google Play Services](https://policies.google.com/terms) +- [AdMob](https://developers.google.com/admob/terms) +- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) + +You should be aware that there are certain things that +OneLiteCore will not take responsibility for. Certain +functions of the app will require the app to have an active +internet connection. The connection can be Wi-Fi or provided +by your mobile network provider, but OneLiteCore +cannot take responsibility for the app not working at full +functionality if you don’t have access to Wi-Fi, and you don’t +have any of your data allowance left. + +If you’re using the app outside of an area with Wi-Fi, you +should remember that the terms of the agreement with your +mobile network provider will still apply. As a result, you may +be charged by your mobile provider for the cost of data for +the duration of the connection while accessing the app, or +other third-party charges. In using the app, you’re accepting +responsibility for any such charges, including roaming data +charges if you use the app outside of your home territory +(i.e. region or country) without turning off data roaming. If +you are not the bill payer for the device on which you’re +using the app, please be aware that we assume that you have +received permission from the bill payer for using the app. + +Along the same lines, OneLiteCore cannot always take +responsibility for the way you use the app i.e. You need to +make sure that your device stays charged – if it runs out of +battery and you can’t turn it on to avail the Service, +OneLiteCore cannot accept responsibility. + +With respect to OneLiteCore’s responsibility for your +use of the app, when you’re using the app, it’s important to +bear in mind that although we endeavor to ensure that it is +updated and correct at all times, we do rely on third parties +to provide information to us so that we can make it available +to you. OneLiteCore accepts no liability for any +loss, direct or indirect, you experience as a result of +relying wholly on this functionality of the app. + +At some point, we may wish to update the app. The app is +currently available on Android – the requirements for the +system(and for any additional systems we +decide to extend the availability of the app to) may change, +and you’ll need to download the updates if you want to keep +using the app. OneLiteCore does not promise that it +will always update the app so that it is relevant to you +and/or works with the Android version that you have +installed on your device. However, you promise to always +accept updates to the application when offered to you, We may +also wish to stop providing the app, and may terminate use of +it at any time without giving notice of termination to you. +Unless we tell you otherwise, upon any termination, (a) the +rights and licenses granted to you in these terms will end; +(b) you must stop using the app, and (if needed) delete it +from your device. + +## Changes to This Terms and Conditions + +I may update our Terms and Conditions +from time to time. Thus, you are advised to review this page +periodically for any changes. I will +notify you of any changes by posting the new Terms and +Conditions on this page. + +These terms and conditions are effective as of 2022-03-30 + +## Contact Us +If you have any questions or suggestions about my +Terms and Conditions, do not hesitate to contact me +at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/user-terms/index.zh-CN.md b/content/docs/user-terms/index.zh-CN.md new file mode 100644 index 0000000..ab71120 --- /dev/null +++ b/content/docs/user-terms/index.zh-CN.md @@ -0,0 +1,113 @@ +--- +title: Terms & Conditions +copy_mark: "copied" +--- + +By downloading or using the app, these terms will +automatically apply to you – you should make sure therefore +that you read them carefully before using the app. You’re not +allowed to copy or modify the app, any part of the app, or +our trademarks in any way. You’re not allowed to attempt to +extract the source code of the app, and you also shouldn’t try +to translate the app into other languages or make derivative +versions. The app itself, and all the trademarks, copyright, +database rights, and other intellectual property rights related +to it, still belong to OneLiteCore. + +OneLiteCore is committed to ensuring that the app is +as useful and efficient as possible. For that reason, we +reserve the right to make changes to the app or to charge for +its services, at any time and for any reason. We will never +charge you for the app or its services without making it very +clear to you exactly what you’re paying for. + +The Lite Writer app stores and processes personal data that +you have provided to us, to provide my +Service. It’s your responsibility to keep your phone and +access to the app secure. We therefore recommend that you do +not jailbreak or root your phone, which is the process of +removing software restrictions and limitations imposed by the +official operating system of your device. It could make your +phone vulnerable to malware/viruses/malicious programs, +compromise your phone’s security features and it could mean +that the Lite Writer app won’t work properly or at all. + +The app does use third-party services that declare their +Terms and Conditions. + +Link to Terms and Conditions of third-party service +providers used by the app + +- [Google Play Services](https://policies.google.com/terms) +- [AdMob](https://developers.google.com/admob/terms) +- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) + +You should be aware that there are certain things that +OneLiteCore will not take responsibility for. Certain +functions of the app will require the app to have an active +internet connection. The connection can be Wi-Fi or provided +by your mobile network provider, but OneLiteCore +cannot take responsibility for the app not working at full +functionality if you don’t have access to Wi-Fi, and you don’t +have any of your data allowance left. + +If you’re using the app outside of an area with Wi-Fi, you +should remember that the terms of the agreement with your +mobile network provider will still apply. As a result, you may +be charged by your mobile provider for the cost of data for +the duration of the connection while accessing the app, or +other third-party charges. In using the app, you’re accepting +responsibility for any such charges, including roaming data +charges if you use the app outside of your home territory +(i.e. region or country) without turning off data roaming. If +you are not the bill payer for the device on which you’re +using the app, please be aware that we assume that you have +received permission from the bill payer for using the app. + +Along the same lines, OneLiteCore cannot always take +responsibility for the way you use the app i.e. You need to +make sure that your device stays charged – if it runs out of +battery and you can’t turn it on to avail the Service, +OneLiteCore cannot accept responsibility. + +With respect to OneLiteCore’s responsibility for your +use of the app, when you’re using the app, it’s important to +bear in mind that although we endeavor to ensure that it is +updated and correct at all times, we do rely on third parties +to provide information to us so that we can make it available +to you. OneLiteCore accepts no liability for any +loss, direct or indirect, you experience as a result of +relying wholly on this functionality of the app. + +At some point, we may wish to update the app. The app is +currently available on Android – the requirements for the +system(and for any additional systems we +decide to extend the availability of the app to) may change, +and you’ll need to download the updates if you want to keep +using the app. OneLiteCore does not promise that it +will always update the app so that it is relevant to you +and/or works with the Android version that you have +installed on your device. However, you promise to always +accept updates to the application when offered to you, We may +also wish to stop providing the app, and may terminate use of +it at any time without giving notice of termination to you. +Unless we tell you otherwise, upon any termination, (a) the +rights and licenses granted to you in these terms will end; +(b) you must stop using the app, and (if needed) delete it +from your device. + +## Changes to This Terms and Conditions + +I may update our Terms and Conditions +from time to time. Thus, you are advised to review this page +periodically for any changes. I will +notify you of any changes by posting the new Terms and +Conditions on this page. + +These terms and conditions are effective as of 2022-03-30 + +## Contact Us +If you have any questions or suggestions about my +Terms and Conditions, do not hesitate to contact me +at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/user-terms/index.zh-TW.md b/content/docs/user-terms/index.zh-TW.md new file mode 100644 index 0000000..ab71120 --- /dev/null +++ b/content/docs/user-terms/index.zh-TW.md @@ -0,0 +1,113 @@ +--- +title: Terms & Conditions +copy_mark: "copied" +--- + +By downloading or using the app, these terms will +automatically apply to you – you should make sure therefore +that you read them carefully before using the app. You’re not +allowed to copy or modify the app, any part of the app, or +our trademarks in any way. You’re not allowed to attempt to +extract the source code of the app, and you also shouldn’t try +to translate the app into other languages or make derivative +versions. The app itself, and all the trademarks, copyright, +database rights, and other intellectual property rights related +to it, still belong to OneLiteCore. + +OneLiteCore is committed to ensuring that the app is +as useful and efficient as possible. For that reason, we +reserve the right to make changes to the app or to charge for +its services, at any time and for any reason. We will never +charge you for the app or its services without making it very +clear to you exactly what you’re paying for. + +The Lite Writer app stores and processes personal data that +you have provided to us, to provide my +Service. It’s your responsibility to keep your phone and +access to the app secure. We therefore recommend that you do +not jailbreak or root your phone, which is the process of +removing software restrictions and limitations imposed by the +official operating system of your device. It could make your +phone vulnerable to malware/viruses/malicious programs, +compromise your phone’s security features and it could mean +that the Lite Writer app won’t work properly or at all. + +The app does use third-party services that declare their +Terms and Conditions. + +Link to Terms and Conditions of third-party service +providers used by the app + +- [Google Play Services](https://policies.google.com/terms) +- [AdMob](https://developers.google.com/admob/terms) +- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) + +You should be aware that there are certain things that +OneLiteCore will not take responsibility for. Certain +functions of the app will require the app to have an active +internet connection. The connection can be Wi-Fi or provided +by your mobile network provider, but OneLiteCore +cannot take responsibility for the app not working at full +functionality if you don’t have access to Wi-Fi, and you don’t +have any of your data allowance left. + +If you’re using the app outside of an area with Wi-Fi, you +should remember that the terms of the agreement with your +mobile network provider will still apply. As a result, you may +be charged by your mobile provider for the cost of data for +the duration of the connection while accessing the app, or +other third-party charges. In using the app, you’re accepting +responsibility for any such charges, including roaming data +charges if you use the app outside of your home territory +(i.e. region or country) without turning off data roaming. If +you are not the bill payer for the device on which you’re +using the app, please be aware that we assume that you have +received permission from the bill payer for using the app. + +Along the same lines, OneLiteCore cannot always take +responsibility for the way you use the app i.e. You need to +make sure that your device stays charged – if it runs out of +battery and you can’t turn it on to avail the Service, +OneLiteCore cannot accept responsibility. + +With respect to OneLiteCore’s responsibility for your +use of the app, when you’re using the app, it’s important to +bear in mind that although we endeavor to ensure that it is +updated and correct at all times, we do rely on third parties +to provide information to us so that we can make it available +to you. OneLiteCore accepts no liability for any +loss, direct or indirect, you experience as a result of +relying wholly on this functionality of the app. + +At some point, we may wish to update the app. The app is +currently available on Android – the requirements for the +system(and for any additional systems we +decide to extend the availability of the app to) may change, +and you’ll need to download the updates if you want to keep +using the app. OneLiteCore does not promise that it +will always update the app so that it is relevant to you +and/or works with the Android version that you have +installed on your device. However, you promise to always +accept updates to the application when offered to you, We may +also wish to stop providing the app, and may terminate use of +it at any time without giving notice of termination to you. +Unless we tell you otherwise, upon any termination, (a) the +rights and licenses granted to you in these terms will end; +(b) you must stop using the app, and (if needed) delete it +from your device. + +## Changes to This Terms and Conditions + +I may update our Terms and Conditions +from time to time. Thus, you are advised to review this page +periodically for any changes. I will +notify you of any changes by posting the new Terms and +Conditions on this page. + +These terms and conditions are effective as of 2022-03-30 + +## Contact Us +If you have any questions or suggestions about my +Terms and Conditions, do not hesitate to contact me +at one.lite.core@gmail.com. \ No newline at end of file diff --git a/content/docs/remote-link/add_drive.webp b/static/img/add_drive.webp similarity index 100% rename from content/docs/remote-link/add_drive.webp rename to static/img/add_drive.webp diff --git a/content/docs/remote-link/add_drive.zh-CN.webp b/static/img/add_drive.zh-CN.webp similarity index 100% rename from content/docs/remote-link/add_drive.zh-CN.webp rename to static/img/add_drive.zh-CN.webp diff --git a/content/docs/remote-link/add_drive.zh-TW.webp b/static/img/add_drive.zh-TW.webp similarity index 100% rename from content/docs/remote-link/add_drive.zh-TW.webp rename to static/img/add_drive.zh-TW.webp diff --git a/content/docs/remote-link/done.webp b/static/img/done.webp similarity index 100% rename from content/docs/remote-link/done.webp rename to static/img/done.webp diff --git a/content/docs/remote-link/done.zh-CN.webp b/static/img/done.zh-CN.webp similarity index 100% rename from content/docs/remote-link/done.zh-CN.webp rename to static/img/done.zh-CN.webp diff --git a/content/docs/remote-link/done.zh-TW.webp b/static/img/done.zh-TW.webp similarity index 100% rename from content/docs/remote-link/done.zh-TW.webp rename to static/img/done.zh-TW.webp From 02a8e0a2f5f00c8aff17ea8b930c29c0be17dd8f Mon Sep 17 00:00:00 2001 From: OneLiteCore Date: Sun, 5 Jan 2025 08:56:52 +0800 Subject: [PATCH 7/7] Add en suffix by default --- content/{_index.md => _index.en.md} | 0 content/docs/{_index.md => _index.en.md} | 0 content/docs/changelogs/{index.md => index.en.md} | 0 content/docs/data-recovery/{index.md => index.en.md} | 0 content/docs/data-syncing/{index.md => index.en.md} | 0 content/docs/faqs/{index.md => index.en.md} | 0 content/docs/localization/{index.md => index.en.md} | 0 content/docs/open-source-licenses/{index.md => index.en.md} | 0 content/docs/privacy-policy/{index.md => index.en.md} | 0 content/docs/remote-link/{index.md => index.en.md} | 0 content/docs/restore-purchase/{index.md => index.en.md} | 0 content/docs/user-terms/{index.md => index.en.md} | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename content/{_index.md => _index.en.md} (100%) rename content/docs/{_index.md => _index.en.md} (100%) rename content/docs/changelogs/{index.md => index.en.md} (100%) rename content/docs/data-recovery/{index.md => index.en.md} (100%) rename content/docs/data-syncing/{index.md => index.en.md} (100%) rename content/docs/faqs/{index.md => index.en.md} (100%) rename content/docs/localization/{index.md => index.en.md} (100%) rename content/docs/open-source-licenses/{index.md => index.en.md} (100%) rename content/docs/privacy-policy/{index.md => index.en.md} (100%) rename content/docs/remote-link/{index.md => index.en.md} (100%) rename content/docs/restore-purchase/{index.md => index.en.md} (100%) rename content/docs/user-terms/{index.md => index.en.md} (100%) diff --git a/content/_index.md b/content/_index.en.md similarity index 100% rename from content/_index.md rename to content/_index.en.md diff --git a/content/docs/_index.md b/content/docs/_index.en.md similarity index 100% rename from content/docs/_index.md rename to content/docs/_index.en.md diff --git a/content/docs/changelogs/index.md b/content/docs/changelogs/index.en.md similarity index 100% rename from content/docs/changelogs/index.md rename to content/docs/changelogs/index.en.md diff --git a/content/docs/data-recovery/index.md b/content/docs/data-recovery/index.en.md similarity index 100% rename from content/docs/data-recovery/index.md rename to content/docs/data-recovery/index.en.md diff --git a/content/docs/data-syncing/index.md b/content/docs/data-syncing/index.en.md similarity index 100% rename from content/docs/data-syncing/index.md rename to content/docs/data-syncing/index.en.md diff --git a/content/docs/faqs/index.md b/content/docs/faqs/index.en.md similarity index 100% rename from content/docs/faqs/index.md rename to content/docs/faqs/index.en.md diff --git a/content/docs/localization/index.md b/content/docs/localization/index.en.md similarity index 100% rename from content/docs/localization/index.md rename to content/docs/localization/index.en.md diff --git a/content/docs/open-source-licenses/index.md b/content/docs/open-source-licenses/index.en.md similarity index 100% rename from content/docs/open-source-licenses/index.md rename to content/docs/open-source-licenses/index.en.md diff --git a/content/docs/privacy-policy/index.md b/content/docs/privacy-policy/index.en.md similarity index 100% rename from content/docs/privacy-policy/index.md rename to content/docs/privacy-policy/index.en.md diff --git a/content/docs/remote-link/index.md b/content/docs/remote-link/index.en.md similarity index 100% rename from content/docs/remote-link/index.md rename to content/docs/remote-link/index.en.md diff --git a/content/docs/restore-purchase/index.md b/content/docs/restore-purchase/index.en.md similarity index 100% rename from content/docs/restore-purchase/index.md rename to content/docs/restore-purchase/index.en.md diff --git a/content/docs/user-terms/index.md b/content/docs/user-terms/index.en.md similarity index 100% rename from content/docs/user-terms/index.md rename to content/docs/user-terms/index.en.md