docs: harmonise/update package descriptions

This commit is contained in:
Simon Michael 2011-04-19 00:50:47 +00:00
parent bfe935e18c
commit 7ee69f5ed8
5 changed files with 25 additions and 17 deletions

View File

@ -1,8 +1,11 @@
name: hledger-chart
version: 0.14
category: Finance
synopsis: A hledger add-on command to generate pie charts.
description: This generates simple pie chart images showing relative account balances.
synopsis: A pie chart generator for the hledger accounting tool.
description:
hledger is a haskell port and friendly fork of John Wiegley's ledger accounting tool.
This package generates simple pie chart graphics showing relative account balances.
license: GPL
license-file: LICENSE
author: Simon Michael <simon@joyful.com>

View File

@ -1,10 +1,11 @@
name: hledger-lib
version: 0.14
category: Finance
synopsis: Core types and utilities for working with hledger (or c++ ledger) data.
synopsis: Reusable types and utilities for the hledger accounting tool and financial apps in general.
description:
This is the reusable core of the hledger financial app; use it to
build hledger and c++-ledger compatible finance tools.
hledger is a haskell port and friendly fork of John Wiegley's ledger accounting tool.
This package provides core data types, parsers and utilities used by the hledger tools.
It also aims to be a useful library for building h/ledger-compatible tools or unrelated financial apps in haskell.
license: GPL
license-file: LICENSE

View File

@ -1,9 +1,11 @@
name: hledger-vty
version: 0.14
category: Finance
synopsis: A hledger add-on command providing a full-window console interface.
synopsis: A curses-style interface for the hledger accounting tool.
description:
A hledger add-on command providing a full-window console interface.
hledger is a haskell port and friendly fork of John Wiegley's ledger accounting tool.
This package provides a simple curses-style console interface as an alternative to the hledger command line interface.
license: GPL
license-file: LICENSE
author: Simon Michael <simon@joyful.com>

View File

@ -1,9 +1,11 @@
name: hledger-web
version: 0.14
category: Finance
synopsis: A hledger add-on command providing a web interface.
synopsis: A web interface for the hledger accounting tool.
description:
A hledger add-on command providing a web interface.
hledger is a haskell port and friendly fork of John Wiegley's ledger accounting tool.
This package provides a web interface as an alternative to the hledger command line interface.
license: GPL
license-file: LICENSE
author: Simon Michael <simon@joyful.com>

View File

@ -1,15 +1,15 @@
name: hledger
version: 0.14
category: Finance
synopsis: A command-line double-entry accounting tool.
synopsis: A robust command-line accounting tool with a simple human-editable data format, similar to ledger.
description:
hledger reads a plain text general journal or time log
describing your transactions and displays precise
balance and register reports on the console.
It is a remix, in haskell, of John Wiegley's excellent c++
ledger. hledger aims to be a practical, accessible tool
for end users and a useful library for finance-minded
haskell programmers.
hledger is a haskell port and friendly fork of John Wiegley's ledger accounting tool.
This package provides the main hledger command-line tool; see the other hledger-* packages for web and curses interfaces and chart generation.
.
hledger aims to be a reliable, practical financial reporting tool for day-to-day use, and also a useful library for building financial apps in haskell.
Given a plain text file describing transactions, of money or any other commodity, hledger will print the chart of accounts, account balances, or transactions you're interested in.
It can also help you add transactions to the journal file, or convert CSV data from your bank.
It is easy to script and integrate with other systems.
license: GPL
license-file: LICENSE