From 2e06c8dc27bf8371e06a65c6a94bcf6df6b7ade7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 21 Sep 2023 07:40:24 +0100 Subject: [PATCH] ;doc: package description cleanups --- hledger-lib/package.yaml | 19 +++++++++++++------ hledger-ui/package.yaml | 4 ++-- hledger-web/package.yaml | 4 ++-- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/hledger-lib/package.yaml b/hledger-lib/package.yaml index a43010540..b6733d59f 100644 --- a/hledger-lib/package.yaml +++ b/hledger-lib/package.yaml @@ -1,17 +1,24 @@ name: hledger-lib version: 1.31.99 -synopsis: A reusable library providing the core functionality of hledger +synopsis: A library providing the core functionality of hledger description: | - A reusable library containing hledger's core functionality. - This is used by most hledger* packages so that they support the same - common file formats, command line options, reports etc. + This library contains hledger's core functionality. + It is used by most hledger* packages so that they support the same + command line options, file formats, reports, etc. hledger is a robust, cross-platform set of tools for tracking money, time, or any other commodity, using double-entry accounting and a simple, editable file format, with command-line, terminal and web interfaces. It is a Haskell rewrite of Ledger, and one of the leading - implementations of Plain Text Accounting. Read more at: - + implementations of Plain Text Accounting. + + See also: + + - https://hledger.org - hledger's home page + + - https://hledger.org/dev.html - starting point for hledger's developer docs + + - https://hackage.haskell.org/package/hledger-lib/docs/Hledger.html - starting point for hledger's haddock docs category: Finance license: GPL-3 diff --git a/hledger-ui/package.yaml b/hledger-ui/package.yaml index 241f9cac0..8c624d72c 100644 --- a/hledger-ui/package.yaml +++ b/hledger-ui/package.yaml @@ -1,8 +1,8 @@ name : hledger-ui version : 1.31.99 -synopsis : Curses-style terminal interface for the hledger accounting system +synopsis : Terminal interface for the hledger accounting system description : | - A simple curses-style terminal user interface for the hledger accounting system. + A simple terminal user interface for the hledger accounting system. It can be a more convenient way to browse your accounts than the CLI. This package currently does not support Microsoft Windows, except in WSL. diff --git a/hledger-web/package.yaml b/hledger-web/package.yaml index 7fefd8ba4..53e8ba76c 100644 --- a/hledger-web/package.yaml +++ b/hledger-web/package.yaml @@ -1,8 +1,8 @@ name: hledger-web version: 1.31.99 -synopsis: Web-based user interface for the hledger accounting system +synopsis: Web user interface for the hledger accounting system description: | - A simple web-based user interface for the hledger accounting system, + A simple web user interface for the hledger accounting system, providing a more modern UI than the command-line or terminal interfaces. It can be used as a local single-user UI, or as a multi-user UI for viewing\/adding\/editing on the web.