From b9bc373b1faa3c2755abc087f58b54fa5dd01080 Mon Sep 17 00:00:00 2001 From: Samuel Date: Tue, 4 Jul 2023 20:37:53 +0200 Subject: [PATCH 1/3] Fixed typo in Main.elm (homepage) --- website/elm/Main.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/elm/Main.elm b/website/elm/Main.elm index d686a6e0..1545e07b 100644 --- a/website/elm/Main.elm +++ b/website/elm/Main.elm @@ -291,7 +291,7 @@ mainHero _ = , p [ class "px-2 text-center text-xl font-light shadow max-w-prose font-sans" ] [ text "Docspell assists in organizing your piles of " , text "digital documents, resulting from scanners, e-mails " - , text "and other sources with miminal effort." + , text "and other sources with minimal effort." ] , div [ class "mt-4 flex flex-col space-y-2 text-2xl" From 31a854fbb6bcfb4a9816b33a30d0748335c9b4b4 Mon Sep 17 00:00:00 2001 From: eikek Date: Thu, 24 Aug 2023 08:26:29 +0200 Subject: [PATCH 2/3] Small doc fix --- website/site/content/docs/_index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/website/site/content/docs/_index.md b/website/site/content/docs/_index.md index 1845e801..b0f3436c 100644 --- a/website/site/content/docs/_index.md +++ b/website/site/content/docs/_index.md @@ -64,7 +64,7 @@ processes: - REST server - JOEX, short for *job executor* -- Fulltext Search Index (optional, currently Apache SOLR) +- Fulltext Search Index (optional, Apache SOLR or PostgreSQL) The REST server provides the Api and the web application. The web application is a @@ -84,9 +84,10 @@ database. And it is also recommended (though not strictly required), that all components can reach each other. The fulltext search index is another separate component, where -currently only [SOLR](https://solr.apache.org) is supported. -Fulltext search is optional, so the SOLR component is not required if -docspell is run without fulltext search support. +currently [SOLR](https://solr.apache.org) and +[PostgreSQL](https://www.postgresql.org/docs/current/textsearch.html) +is supported. Fulltext search is optional, this component is not +required if docspell is run without fulltext search support. # Terms From 00043295b2c17cff4b1126e25a872df7d5be2f35 Mon Sep 17 00:00:00 2001 From: eikek Date: Mon, 2 Oct 2023 10:58:06 +0200 Subject: [PATCH 3/3] Fix external links --- website/site/content/blog/2022-01-31_create_post.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/site/content/blog/2022-01-31_create_post.md b/website/site/content/blog/2022-01-31_create_post.md index 929090ff..69bd8ab2 100644 --- a/website/site/content/blog/2022-01-31_create_post.md +++ b/website/site/content/blog/2022-01-31_create_post.md @@ -15,7 +15,7 @@ a `github` account to make this convenient. The contents of this website is maintained in the [ git repository](https://github.com/eikek/docspell) in the `website/site` folder. It is build by the static site generator -[zola](https://getzola.org) from a set of +[zola](https://www.getzola.org/) from a set of [markdown](https://www.markdownguide.org/basic-syntax) files. It is not necessary to know how everything is connected, you only need @@ -66,7 +66,7 @@ are required. The easiest way to get these is to install [nix](https://nixos.org/) and run `nix-shell website/shell.nix` to get an environment with all these tools installed. Otherwise install the programs mentioned in `website/shell.nix`, which are: -[yarn](https://yarnpkg.com/), [zola](https://getzola.org), +[yarn](https://yarnpkg.com/), [zola](https://www.getzola.org/), [elm](https://elm-lang.org) and [sbt](https://scala-sbt.org). Then clone the sources to your machine and build the complete site