site: a few front page screenshots
This commit is contained in:
parent
6d0343817c
commit
4b33ad81e0
BIN
doc/site/images/balance-q-inc.png
Normal file
BIN
doc/site/images/balance-q-inc.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
BIN
doc/site/images/hledger-lib-api.png
Normal file
BIN
doc/site/images/hledger-lib-api.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 165 KiB |
BIN
doc/site/images/manual.png
Normal file
BIN
doc/site/images/manual.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 144 KiB |
@ -1,5 +1,10 @@
|
|||||||
% home
|
% home
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.highslide img {max-width:200px; float:right; margin:0 0 1em 1em;}
|
||||||
|
.highslide-caption {color:white; background-color:black;}
|
||||||
|
</style>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-9">
|
<div class="col-md-9">
|
||||||
|
|
||||||
@ -77,6 +82,8 @@ and is part of the enthusiastic and supportive "*ledger" community.
|
|||||||
<div class="indent0">
|
<div class="indent0">
|
||||||
### a command-line tool, that respects your data
|
### a command-line tool, that respects your data
|
||||||
|
|
||||||
|
<a href="images/balance-q-inc.png" class="highslide" onclick="return hs.expand(this)"><img src="images/balance-q-inc.png" title="Balance report showing income/expense by quarter" /></a>
|
||||||
|
|
||||||
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
|
||||||
@ -87,6 +94,8 @@ transactions, but does not change existing ones.)
|
|||||||
<div class="indent1">
|
<div class="indent1">
|
||||||
### ...with a web UI
|
### ...with a web UI
|
||||||
|
|
||||||
|
<a href="images/hledger-web/normal/register.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-web/normal/register.png" title="Account register view with accounts sidebar" /></a>
|
||||||
|
|
||||||
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)
|
[browser-based interface](manual.html#web)
|
||||||
([demo](http://demo.hledger.org)), for assisted data entry and point
|
([demo](http://demo.hledger.org)), for assisted data entry and point
|
||||||
@ -96,6 +105,8 @@ simultaneously. </div>
|
|||||||
<div class="indent2">
|
<div class="indent2">
|
||||||
### a Haskell application and library
|
### a Haskell application and library
|
||||||
|
|
||||||
|
<a href="images/hledger-lib-api.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-lib-api.png" title="Part of hledger-lib's haddock api documentation" /></a>
|
||||||
|
|
||||||
hledger is written in Haskell, a modern and highly-regarded
|
hledger is written in Haskell, a modern and highly-regarded
|
||||||
programming language which contributes to hledger's robustness,
|
programming language which contributes to hledger's robustness,
|
||||||
performance and long-term maintainability. Most functionality is
|
performance and long-term maintainability. Most functionality is
|
||||||
@ -109,6 +120,7 @@ applications.
|
|||||||
<div class="indent0">
|
<div class="indent0">
|
||||||
### documented
|
### documented
|
||||||
|
|
||||||
|
<!-- <a href="images/manual.png" class="highslide" onclick="return hs.expand(this)"><img src="images/manual.png" title="hledger's manual" /></a> -->
|
||||||
Complete, accurate documentation is always a top priority.
|
Complete, accurate documentation is always a top priority.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user