From c1a6307083f54d17bf445079bb87e7bd47642ac8 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Thu, 14 Jun 2018 22:24:45 -0400 Subject: [PATCH] Add disclamer --- content/post/building-libreoffice-online-for-debian.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/post/building-libreoffice-online-for-debian.md b/content/post/building-libreoffice-online-for-debian.md index f412723..3b13daa 100644 --- a/content/post/building-libreoffice-online-for-debian.md +++ b/content/post/building-libreoffice-online-for-debian.md @@ -10,6 +10,8 @@ draft = false +++ +DISCLAIMER: I never did proceed with this project beyond building the packages. I can offer no helpful support regarding getting it running. + LibreOffice Online is a very cool project by the fine people at [Collabora](https://www.collaboraoffice.com/code/) to bring the LibreOffice core functionality into a web browser. In effect, it's a Free Software version of the Google Docs suite of productivity tools, allowing one or many people to edit and save documents in a browser. The software builds on the LibreOffice core code, and currently is only distributed as a Docker image, obtainable from the link above. However, my BLSE2 platform does not support Docker now, or at any time in the foreseeable future [aside: maybe I'll write my reasoning out, one day], and is based entirely around Debian and the idea of "use the package manager as much as possible". So I set out to build everything myself.