mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-04 06:05:59 +00:00
Update docs
This commit is contained in:
parent
98576a5fb5
commit
8cfecfb3dd
@ -364,11 +364,11 @@ val microsite = project.in(file("modules/microsite")).
|
|||||||
skip in publish := true,
|
skip in publish := true,
|
||||||
micrositeFooterText := Some(
|
micrositeFooterText := Some(
|
||||||
"""
|
"""
|
||||||
|<p>© 2019 <a href="https://github.com/eikek/docspell">Docspell, v{{site.version}}</a></p>
|
|<p>© 2020 <a href="https://github.com/eikek/docspell">Docspell, v{{site.version}}</a></p>
|
||||||
|""".stripMargin
|
|""".stripMargin
|
||||||
),
|
),
|
||||||
micrositeName := "Docspell",
|
micrositeName := "Docspell",
|
||||||
micrositeDescription := "A (PDF) Document Organizer",
|
micrositeDescription := "Auto-tagging Document Organizer",
|
||||||
micrositeDocumentationUrl := "/docspell/getit.html",
|
micrositeDocumentationUrl := "/docspell/getit.html",
|
||||||
micrositeDocumentationLabelDescription := "Quickstart",
|
micrositeDocumentationLabelDescription := "Quickstart",
|
||||||
micrositeFavicons := Seq(microsites.MicrositeFavicon("favicon.png", "96x96")),
|
micrositeFavicons := Seq(microsites.MicrositeFavicon("favicon.png", "96x96")),
|
||||||
|
@ -38,6 +38,10 @@ be maintained manually. But usually, this data doesn't grow as fast as
|
|||||||
the documents. After a while there is a quite complete address book
|
the documents. After a while there is a quite complete address book
|
||||||
and only once in a while it has to be revisited.
|
and only once in a while it has to be revisited.
|
||||||
|
|
||||||
|
Besides extracting the text from documents to analyze, docspell also
|
||||||
|
converts all files into PDF files. This unifies the different formats
|
||||||
|
your documents may be in originally and makes them more accessible
|
||||||
|
from other systems and the future.
|
||||||
|
|
||||||
## Terms
|
## Terms
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user