Merge remote-tracking branch 'origin/current-docs' into release-0.21

This commit is contained in:
Eike Kettner 2021-03-13 16:57:18 +01:00
commit 3a506c2eb6
6 changed files with 28 additions and 22 deletions

View File

@ -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) [![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) [![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 Docspell is a personal document organizer. Or sometimes called a
convert your papers into files. Docspell can then assist in organizing "Document Management System" (DMS). You'll need a scanner to convert
the resulting mess :wink:. It is targeted for home use, i.e. families your papers into files. Docspell can then assist in organizing the
and households and also for (smaller) groups/companies. 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 You can associate tags, set correspondends and lots of other
predefined and custom metadata. If your documents are associated with predefined and custom metadata. If your documents are associated with

View File

@ -7,15 +7,16 @@
<script type="application/javascript" src="js/bundle.js"></script> <script type="application/javascript" src="js/bundle.js"></script>
</head> </head>
<body id="app"> <body id="app">
<script type="application/javascript">
var elmFlags = {
"version": "{{ config.extra.version }}"
};
var elmApp = Elm.Main.init({
node: document.getElementById("app"),
flags: elmFlags
});
</script>
{% include "fathom.html" %}
</body> </body>
<script type="application/javascript">
var elmFlags = {
"version": "{{ config.extra.version }}"
};
var elmApp = Elm.Main.init({
node: document.getElementById("app"),
flags: elmFlags
});
</script>
{% include "fathom.html" %}
</html> </html>

View File

@ -1,8 +1,11 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Eike Kettner"> <meta name="author" content="Eike Kettner">
<meta name="description" content="Simple Document Organizer"> <meta name="description" content="Docspell is a Document Management System (DMS), a system that asists in organizing your piles of documents, resulting from scanners, e-mails and other sources with miminal effort.">
<meta name="keywords" content="document management system dms organizer ocr open source free scan pdf word doc archive gpl machine learning nlp auto tagging"/>
<meta name="robots" content="index,follow"/>
<meta name="image" property="og:image" content="/img/poster.png"> <meta name="image" property="og:image" content="/img/poster.png">
<meta name="title" property="og:title" content="Docspell Simple Document Organizer"> <meta name="title" property="og:title" content="Docspell Simple Document Organizer">
<meta name="og:image" content="/img/poster.png"> <meta name="og:image" content="/img/poster.png">

View File

@ -63,8 +63,8 @@
{% include "footer.html" %} {% include "footer.html" %}
{% include "search-part.html" %}
{% include "fathom.html" %}
</body> </body>
{% include "search-part.html" %}
{% include "fathom.html" %}
</html> </html>

View File

@ -98,7 +98,7 @@
</section> </section>
{% include "footer.html" %} {% include "footer.html" %}
{% include "search-part.html" %}
{% include "fathom.html" %}
</body> </body>
{% include "search-part.html" %}
{% include "fathom.html" %}
</html> </html>

View File

@ -71,7 +71,7 @@
</div> </div>
{% include "footer.html" %} {% include "footer.html" %}
{% include "search-part.html" %}
{% include "fathom.html" %}
</body> </body>
{% include "search-part.html" %}
{% include "fathom.html" %}
</html> </html>