From 41c26d1edbc9f453f993cffb8c70706f7a354d67 Mon Sep 17 00:00:00 2001 From: Eike Kettner Date: Mon, 1 Mar 2021 09:36:59 +0100 Subject: [PATCH] Add better description, move js inside body --- README.md | 12 +++++++----- website/site/templates/index.html | 21 +++++++++++---------- website/site/templates/meta.html | 5 ++++- website/site/templates/overview.html | 4 ++-- website/site/templates/page.html | 4 ++-- website/site/templates/pages.html | 4 ++-- 6 files changed, 28 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index eb5f38f6..45fa9f89 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,14 @@ [![Docker Pulls](https://img.shields.io/docker/pulls/eikek0/docspell?color=steelblue&style=for-the-badge&logo=docker)](https://hub.docker.com/r/eikek0/docspell) [![Gitter chat](https://img.shields.io/gitter/room/eikek/docspell?style=for-the-badge&color=steelblue&logo=gitter)](https://gitter.im/eikek/docspell) -# Docspell +# Docspell - Document Management System (DMS) -Docspell is a personal document organizer. You'll need a scanner to -convert your papers into files. Docspell can then assist in organizing -the resulting mess :wink:. It is targeted for home use, i.e. families -and households and also for (smaller) groups/companies. +Docspell is a personal document organizer. Or sometimes called a +"Document Management System" (DMS). You'll need a scanner to convert +your papers into files. Docspell can then assist in organizing the +resulting mess :wink:. It can unify your files from scanners, emails +and other sources. It is targeted for home use, i.e. families, +households and also for smaller groups/companies. You can associate tags, set correspondends and lots of other predefined and custom metadata. If your documents are associated with diff --git a/website/site/templates/index.html b/website/site/templates/index.html index e29900eb..34d27d58 100644 --- a/website/site/templates/index.html +++ b/website/site/templates/index.html @@ -7,15 +7,16 @@ + + + {% include "fathom.html" %} - - {% include "fathom.html" %} diff --git a/website/site/templates/meta.html b/website/site/templates/meta.html index 10869d43..2d1ade52 100644 --- a/website/site/templates/meta.html +++ b/website/site/templates/meta.html @@ -1,8 +1,11 @@ + - + + + diff --git a/website/site/templates/overview.html b/website/site/templates/overview.html index 28f327f0..8436c4d5 100644 --- a/website/site/templates/overview.html +++ b/website/site/templates/overview.html @@ -63,8 +63,8 @@ {% include "footer.html" %} + {% include "search-part.html" %} + {% include "fathom.html" %} - {% include "search-part.html" %} - {% include "fathom.html" %} diff --git a/website/site/templates/page.html b/website/site/templates/page.html index 09531b59..e2d4e037 100644 --- a/website/site/templates/page.html +++ b/website/site/templates/page.html @@ -98,7 +98,7 @@ {% include "footer.html" %} + {% include "search-part.html" %} + {% include "fathom.html" %} - {% include "search-part.html" %} - {% include "fathom.html" %} diff --git a/website/site/templates/pages.html b/website/site/templates/pages.html index 95c6bd66..88a81569 100644 --- a/website/site/templates/pages.html +++ b/website/site/templates/pages.html @@ -71,7 +71,7 @@ {% include "footer.html" %} + {% include "search-part.html" %} + {% include "fathom.html" %} - {% include "search-part.html" %} - {% include "fathom.html" %}