harmonise package descriptions, make them hackage-compliant
This commit is contained in:
parent
9ea4788438
commit
4104114d4e
17
ANNOUNCE
17
ANNOUNCE
@ -3,14 +3,15 @@ Trygve Laugstøl, Dmitry Astapov, Clint Adams, Johann Klähn and
|
|||||||
myself.
|
myself.
|
||||||
|
|
||||||
hledger is a library and set of user tools for working with
|
hledger is a library and set of user tools for working with
|
||||||
financial data (or anything that can be tracked in an accounting
|
financial data (or anything that can be tracked in a double-entry
|
||||||
ledger.) It is a haskell port and friendly fork of John Wiegley's
|
accounting ledger.) It is a haskell port and friendly fork of John
|
||||||
Ledger. hledger provides command-line, curses and web interfaces,
|
Wiegley's Ledger. hledger provides command-line, curses and web
|
||||||
and aims to be a reliable, practical tool for daily use. Given a
|
interfaces, and aims to be a reliable, practical tool for daily use.
|
||||||
plain text file describing transactions of money or any other
|
Given a plain text file describing transactions of money or any
|
||||||
commodity, it will print the chart of accounts, account balances, or
|
other commodity, it will print the chart of accounts, account
|
||||||
just the transactions you're interested in. It can also help you
|
balances, or just the transactions you're interested in. It can
|
||||||
record new transactions, or convert CSV data from your bank.
|
also help you record new transactions, or convert CSV data from your
|
||||||
|
bank.
|
||||||
|
|
||||||
Home: http://hledger.org
|
Home: http://hledger.org
|
||||||
|
|
||||||
|
|||||||
@ -1,10 +1,14 @@
|
|||||||
name: hledger-chart
|
name: hledger-chart
|
||||||
version: 0.15
|
version: 0.15
|
||||||
category: Finance
|
category: Finance
|
||||||
synopsis: A pie chart generator for the hledger accounting tool.
|
synopsis: A pie chart image generator for the hledger accounting tool.
|
||||||
description:
|
description:
|
||||||
hledger is a haskell port and friendly fork of John Wiegley's ledger accounting tool.
|
hledger is a library and set of user tools for working
|
||||||
This package generates simple pie chart graphics showing relative account balances.
|
with financial data (or anything that can be tracked in a
|
||||||
|
double-entry accounting ledger.) It is a haskell port and
|
||||||
|
friendly fork of John Wiegley's Ledger. hledger provides
|
||||||
|
command-line, curses and web interfaces, and aims to be a
|
||||||
|
reliable, practical tool for daily use.
|
||||||
|
|
||||||
license: GPL
|
license: GPL
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
|
|||||||
@ -1,11 +1,14 @@
|
|||||||
name: hledger-lib
|
name: hledger-lib
|
||||||
version: 0.15
|
version: 0.15
|
||||||
category: Finance
|
category: Finance
|
||||||
synopsis: Reusable types and utilities for the hledger accounting tool and financial apps in general.
|
synopsis: Core data types, parsers and utilities for the hledger accounting tool.
|
||||||
description:
|
description:
|
||||||
hledger is a haskell port and friendly fork of John Wiegley's ledger accounting tool.
|
hledger is a library and set of user tools for working
|
||||||
This package provides core data types, parsers and utilities used by the hledger tools.
|
with financial data (or anything that can be tracked in a
|
||||||
It also aims to be a useful library for building h/ledger-compatible tools or unrelated financial apps in haskell.
|
double-entry accounting ledger.) It is a haskell port and
|
||||||
|
friendly fork of John Wiegley's Ledger. hledger provides
|
||||||
|
command-line, curses and web interfaces, and aims to be a
|
||||||
|
reliable, practical tool for daily use.
|
||||||
|
|
||||||
license: GPL
|
license: GPL
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
|
|||||||
@ -1,10 +1,14 @@
|
|||||||
name: hledger-vty
|
name: hledger-vty
|
||||||
version: 0.15
|
version: 0.15
|
||||||
category: Finance
|
category: Finance
|
||||||
synopsis: A curses-style interface for the hledger accounting tool.
|
synopsis: A curses-style console interface for the hledger accounting tool.
|
||||||
description:
|
description:
|
||||||
hledger is a haskell port and friendly fork of John Wiegley's ledger accounting tool.
|
hledger is a library and set of user tools for working
|
||||||
This package provides a simple curses-style console interface as an alternative to the hledger command line interface.
|
with financial data (or anything that can be tracked in a
|
||||||
|
double-entry accounting ledger.) It is a haskell port and
|
||||||
|
friendly fork of John Wiegley's Ledger. hledger provides
|
||||||
|
command-line, curses and web interfaces, and aims to be a
|
||||||
|
reliable, practical tool for daily use.
|
||||||
|
|
||||||
license: GPL
|
license: GPL
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
|
|||||||
@ -3,8 +3,12 @@ version: 0.15
|
|||||||
category: Finance
|
category: Finance
|
||||||
synopsis: A web interface for the hledger accounting tool.
|
synopsis: A web interface for the hledger accounting tool.
|
||||||
description:
|
description:
|
||||||
hledger is a haskell port and friendly fork of John Wiegley's ledger accounting tool.
|
hledger is a library and set of user tools for working
|
||||||
This package provides a web interface as an alternative to the hledger command line interface.
|
with financial data (or anything that can be tracked in a
|
||||||
|
double-entry accounting ledger.) It is a haskell port and
|
||||||
|
friendly fork of John Wiegley's Ledger. hledger provides
|
||||||
|
command-line, curses and web interfaces, and aims to be a
|
||||||
|
reliable, practical tool for daily use.
|
||||||
|
|
||||||
license: GPL
|
license: GPL
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
|
|||||||
@ -1,13 +1,14 @@
|
|||||||
name: hledger
|
name: hledger
|
||||||
version: 0.15
|
version: 0.15
|
||||||
category: Finance
|
category: Finance
|
||||||
synopsis: A robust command-line accounting tool with a simple human-editable data format, similar to ledger.
|
synopsis: The main command-line interface for the hledger accounting tool.
|
||||||
description:
|
description:
|
||||||
hledger is a haskell port and friendly fork of John Wiegley's ledger accounting tool.
|
hledger is a library and set of user tools for working
|
||||||
This package provides the main hledger command-line tool; see the other hledger-* packages for web and curses interfaces and chart generation.
|
with financial data (or anything that can be tracked in a
|
||||||
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.
|
double-entry accounting ledger.) It is a haskell port and
|
||||||
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.
|
friendly fork of John Wiegley's Ledger. hledger provides
|
||||||
It can also help you add transactions to the journal file, or convert CSV data from your bank.
|
command-line, curses and web interfaces, and aims to be a
|
||||||
|
reliable, practical tool for daily use.
|
||||||
|
|
||||||
license: GPL
|
license: GPL
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user