site: home page tweaks
This commit is contained in:
parent
4d000a4aff
commit
2a2a42c417
@ -1,35 +1,58 @@
|
|||||||
|
% home
|
||||||
|
|
||||||
# hledger is...
|
# hledger is...
|
||||||
|
|
||||||
<!-- ## hledger is... -->
|
### a lightweight, dependable, cross-platform accounting program
|
||||||
|
|
||||||
### a lightweight, dependable, cross-platform accounting tool
|
|
||||||
|
|
||||||
hledger is a computer program for easily tracking money, time, or
|
hledger is a computer program for easily tracking money, time, or
|
||||||
other commodities, on unix, mac and windows. Despite (because of ?)
|
other commodities, on unix, mac and windows. With simple yet powerful
|
||||||
limited GUI features, it is usable, capable, and reliable. For some,
|
functionality accessed from command line or web browser, it is a
|
||||||
it is a simple, flexible, future-proof alternative to Quicken or
|
reliable, flexible, future-proof alternative to Quicken or GnuCash. I
|
||||||
GnuCash.
|
use it for:
|
||||||
|
|
||||||
### based on Ledger
|
- tracking spending and income
|
||||||
|
- seeing time reports by day/week/month/project
|
||||||
|
- getting accurate numbers for client billing and tax filing
|
||||||
|
- tracking invoices
|
||||||
|
- building financial and time clarity and serenity
|
||||||
|
|
||||||
|
<div style="margin:0 10em 0 5em;">
|
||||||
|
### Free software
|
||||||
|
|
||||||
|
hledger is available under the GNU GPLv3+, which helps ensure that it
|
||||||
|
will remain free and available for as long as you need it. It has
|
||||||
|
been developed as a community project by
|
||||||
|
[Simon Michael](http://joyful.com) and
|
||||||
|
[contributors](contributors.html) since 2007.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div style="margin:0 10em 0 10em;">
|
||||||
|
### inspired by Ledger
|
||||||
|
|
||||||
hledger was inspired by and maintains substantial compatibility with [Ledger](faq.html#hledger-and-ledger),
|
hledger was inspired by and maintains substantial compatibility with [Ledger](faq.html#hledger-and-ledger),
|
||||||
and is part of the enthusiastic and supportive "*ledger" community.
|
and is part of the enthusiastic and supportive "*ledger" community.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div style="margin:0 20em 0 0em;">
|
||||||
### a command-line tool, that preserves your data
|
### a command-line tool, that preserves your data
|
||||||
|
|
||||||
hledger is first a command-line tool. It follows Ledger's philosophy:
|
hledger is first a command-line tool. It follows Ledger's philosophy:
|
||||||
your data lives in a simple, safe, plain text file which you can edit
|
your data lives in a simple, safe, plain text file which you can edit
|
||||||
any way you wish; hledger reads that file and produces reports of
|
any way you wish; hledger reads that file and produces reports of
|
||||||
various kinds, without changing your data. (It can help you add new
|
various kinds, without changing your data. (It can help you add new
|
||||||
transactions if you want, but does not change existing ones.)
|
transactions, but does not change existing ones.)
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div style="margin:0 10em 0 5em;">
|
||||||
### ...with a web UI
|
### ...with a web UI
|
||||||
|
|
||||||
hledger comes with a built-in web server providing an alternate
|
hledger comes with a built-in web server providing an alternate
|
||||||
[browser-based interface](manual.html#web), which offers assisted data
|
[browser-based interface](manual.html#web), for assisted data entry
|
||||||
entry and point and click reporting. The web and command-line clients
|
and point and click reporting. The web and command-line clients can be
|
||||||
can be used simultaneously.
|
used simultaneously.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div style="margin:0 5em 0 10em;">
|
||||||
### a Haskell application and library
|
### a Haskell application and library
|
||||||
|
|
||||||
hledger is written in Haskell, a modern and highly-regarded
|
hledger is written in Haskell, a modern and highly-regarded
|
||||||
@ -40,20 +63,15 @@ exposed as reusable Haskell
|
|||||||
easy to write your own hledger-compatible
|
easy to write your own hledger-compatible
|
||||||
[scripts](more-docs.html#scripting-examples), [add-ons](manual.html#add-on) and
|
[scripts](more-docs.html#scripting-examples), [add-ons](manual.html#add-on) and
|
||||||
applications.
|
applications.
|
||||||
|
</div>
|
||||||
|
|
||||||
### Free software
|
<div style="margin:0 20em 0 0em;">
|
||||||
|
|
||||||
hledger is available under the GNU GPLv3+, which helps ensure that it
|
|
||||||
will remain free and available for as long as you need it. It has
|
|
||||||
been developed as a community project by
|
|
||||||
[Simon Michael](http://joyful.com) and
|
|
||||||
[contributors](contributors.html) since 2007.
|
|
||||||
|
|
||||||
### documented
|
### documented
|
||||||
|
|
||||||
Complete and accurate documentation is a top priority.
|
Complete, accurate documentation is always a top priority.
|
||||||
Undocumented functionality or stale docs are treated as serious bugs.
|
</div>
|
||||||
|
|
||||||
|
<div style="margin:0 15em 0 5em;">
|
||||||
### comfortable for techies, usable by all
|
### comfortable for techies, usable by all
|
||||||
|
|
||||||
hledger aims to be useful to both computer experts and regular folks.
|
hledger aims to be useful to both computer experts and regular folks.
|
||||||
@ -61,28 +79,26 @@ Currently it is a bit more suited to power users, who appreciate the
|
|||||||
power of text files, revision control, scriptability and double entry
|
power of text files, revision control, scriptability and double entry
|
||||||
accounting. The web interface helps make it accessible to GUI-only
|
accounting. The web interface helps make it accessible to GUI-only
|
||||||
folk as well.
|
folk as well.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div style="margin:0 10em 0 10em;">
|
||||||
### focussed on serving the user
|
### focussed on serving the user
|
||||||
|
|
||||||
hledger strives to be accessible, practical and to provide real-world value.
|
hledger strives to be accessible, practical and to provide real-world value.
|
||||||
I've been depending on and improving it continuously since 2007, for:
|
I've been depending on and improving it continuously since 2007.
|
||||||
|
|
||||||
- tracking spending and income
|
|
||||||
- seeing time reports by day/week/month/project
|
|
||||||
- getting accurate numbers for client billing and tax filing
|
|
||||||
- tracking invoices
|
|
||||||
- building financial and time clarity and serenity
|
|
||||||
|
|
||||||
I needed a tool like this badly, and I want to keep it growing and helping others who can also benefit.
|
I needed a tool like this badly, and I want to keep it growing and helping others who can also benefit.
|
||||||
|
(You can help!)
|
||||||
|
</div>
|
||||||
|
|
||||||
|
## get started
|
||||||
## how do I start ?
|
|
||||||
|
|
||||||
You could:
|
You could:
|
||||||
**[download](download.html)**,
|
**[download](download.html)**,\
|
||||||
read the **[tutorial](step-by-step.html)**,
|
read the **[tutorial](step-by-step.html)**,
|
||||||
or **[join the IRC channel](http://hledger.org/irc)**
|
the **[manual](manual.html)**,
|
||||||
or **[mail list](http://hledger.org/list)** and ask questions.
|
or the **[blog posts & articles](more-docs.html#blog-posts-articles)**,\
|
||||||
|
or ask questions on **[#hledger](http://hledger.org/irc)**
|
||||||
|
or the **[mail list](http://hledger.org/list)**.
|
||||||
|
|
||||||
<!-- <style> -->
|
<!-- <style> -->
|
||||||
<!-- tr { -->
|
<!-- tr { -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user