;doc: package description cleanups

This commit is contained in:
Simon Michael 2023-09-21 07:40:24 +01:00
parent 40037afaf1
commit 2e06c8dc27
3 changed files with 17 additions and 10 deletions

View File

@ -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:
<https://hledger.org>
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

View File

@ -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.

View File

@ -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.