doc: ui, web: better screenshots layout in web manuals
[ci skip]
This commit is contained in:
parent
ba1599cb97
commit
77c342f6e3
@ -5,19 +5,6 @@
|
|||||||
_web_({{
|
_web_({{
|
||||||
_docversionlinks_({{hledger-ui}})
|
_docversionlinks_({{hledger-ui}})
|
||||||
_toc_
|
_toc_
|
||||||
<style>
|
|
||||||
.highslide img {max-width:250px; float:right; margin:0 0 1em 1em;}
|
|
||||||
.highslide-caption {color:white; background-color:black;}
|
|
||||||
</style>
|
|
||||||
<a href="images/hledger-ui/hledger-ui-sample-acc2.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-ui/hledger-ui-sample-acc2.png" title="Accounts screen with query and depth limit" /></a>
|
|
||||||
<a href="images/hledger-ui/hledger-ui-sample-acc.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-ui/hledger-ui-sample-acc.png" title="Accounts screen" /></a>
|
|
||||||
<a href="images/hledger-ui/hledger-ui-sample-acc-greenterm.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-ui/hledger-ui-sample-acc-greenterm.png" title="Accounts screen with greenterm theme" /></a>
|
|
||||||
<a href="images/hledger-ui/hledger-ui-sample-txn.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-ui/hledger-ui-sample-txn.png" title="Transaction screen" /></a>
|
|
||||||
<a href="images/hledger-ui/hledger-ui-sample-reg.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-ui/hledger-ui-sample-reg.png" title="Register screen" /></a>
|
|
||||||
<!-- <br clear=all> -->
|
|
||||||
<a href="images/hledger-ui/hledger-ui-bcexample-acc.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-ui/hledger-ui-bcexample-acc.png" title="beancount example accounts" /></a>
|
|
||||||
<a href="images/hledger-ui/hledger-ui-bcexample-acc-etrade-cash.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-ui/hledger-ui-bcexample-acc-etrade-cash.png" title="beancount example's etrade cash subaccount" /></a>
|
|
||||||
<a href="images/hledger-ui/hledger-ui-bcexample-acc-etrade.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-ui/hledger-ui-bcexample-acc-etrade.png" title="beancount example's etrade investments, all commoditiess" /></a>
|
|
||||||
}})
|
}})
|
||||||
|
|
||||||
_man_({{
|
_man_({{
|
||||||
@ -35,6 +22,24 @@ hledger-ui - curses-style interface for the hledger accounting tool
|
|||||||
_hledgerdescription_
|
_hledgerdescription_
|
||||||
}})
|
}})
|
||||||
|
|
||||||
|
_web_({{
|
||||||
|
<style>
|
||||||
|
.highslide img {max-width:200px; border:0;}
|
||||||
|
.highslide-caption {color:white; background-color:black;}
|
||||||
|
</style>
|
||||||
|
<div style="float:right; max-width:200px; text-align:right;">
|
||||||
|
<a href="images/hledger-ui/hledger-ui-sample-acc2.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-ui/hledger-ui-sample-acc2.png" title="Accounts screen with query and depth limit" /></a>
|
||||||
|
<a href="images/hledger-ui/hledger-ui-sample-acc.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-ui/hledger-ui-sample-acc.png" title="Accounts screen" /></a>
|
||||||
|
<a href="images/hledger-ui/hledger-ui-sample-acc-greenterm.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-ui/hledger-ui-sample-acc-greenterm.png" title="Accounts screen with greenterm theme" /></a>
|
||||||
|
<a href="images/hledger-ui/hledger-ui-sample-txn.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-ui/hledger-ui-sample-txn.png" title="Transaction screen" /></a>
|
||||||
|
<a href="images/hledger-ui/hledger-ui-sample-reg.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-ui/hledger-ui-sample-reg.png" title="Register screen" /></a>
|
||||||
|
<!-- <br clear=all> -->
|
||||||
|
<a href="images/hledger-ui/hledger-ui-bcexample-acc.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-ui/hledger-ui-bcexample-acc.png" title="beancount example accounts" /></a>
|
||||||
|
<a href="images/hledger-ui/hledger-ui-bcexample-acc-etrade-cash.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-ui/hledger-ui-bcexample-acc-etrade-cash.png" title="beancount example's etrade cash subaccount" /></a>
|
||||||
|
<a href="images/hledger-ui/hledger-ui-bcexample-acc-etrade.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-ui/hledger-ui-bcexample-acc-etrade.png" title="beancount example's etrade investments, all commoditiess" /></a>
|
||||||
|
</div>
|
||||||
|
}})
|
||||||
|
|
||||||
hledger-ui is hledger's curses-style interface, providing an efficient full-window text UI
|
hledger-ui is hledger's curses-style interface, providing an efficient full-window text UI
|
||||||
for viewing accounts and transactions, and some limited data entry capability.
|
for viewing accounts and transactions, and some limited data entry capability.
|
||||||
It is easier than hledger's command-line interface, and
|
It is easier than hledger's command-line interface, and
|
||||||
|
|||||||
@ -17,23 +17,24 @@ hledger-web - web interface for the hledger accounting tool
|
|||||||
`hledger-web [OPTIONS]`\
|
`hledger-web [OPTIONS]`\
|
||||||
`hledger web -- [OPTIONS]`
|
`hledger web -- [OPTIONS]`
|
||||||
|
|
||||||
_web_({{
|
|
||||||
<style>
|
|
||||||
.highslide img {max-width:250px; float:right; margin:0 0 1em 1em;}
|
|
||||||
.highslide-caption {color:white; background-color:black;}
|
|
||||||
</style>
|
|
||||||
<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>
|
|
||||||
<a href="images/hledger-web/normal/journal.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-web/normal/journal.png" title="Journal view" /></a>
|
|
||||||
|
|
||||||
<a href="images/hledger-web/normal/help.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-web/normal/help.png" title="Help dialog" /></a>
|
|
||||||
<a href="images/hledger-web/normal/add.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-web/normal/add.png" title="Add form" /></a>
|
|
||||||
}})
|
|
||||||
|
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
|
|
||||||
_hledgerdescription_
|
_hledgerdescription_
|
||||||
}})
|
}})
|
||||||
|
|
||||||
|
_web_({{
|
||||||
|
<style>
|
||||||
|
.highslide img {max-width:200px; border:thin grey solid; margin:0 0 1em 1em; }
|
||||||
|
.highslide-caption {color:white; background-color:black;}
|
||||||
|
</style>
|
||||||
|
<div style="float:right; max-width:200px; text-align:right;">
|
||||||
|
<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>
|
||||||
|
<a href="images/hledger-web/normal/journal.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-web/normal/journal.png" title="Journal view" /></a>
|
||||||
|
<a href="images/hledger-web/normal/help.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-web/normal/help.png" title="Help dialog" /></a>
|
||||||
|
<a href="images/hledger-web/normal/add.png" class="highslide" onclick="return hs.expand(this)"><img src="images/hledger-web/normal/add.png" title="Add form" /></a>
|
||||||
|
</div>
|
||||||
|
}})
|
||||||
|
|
||||||
hledger-web is hledger's web interface. It starts a simple web
|
hledger-web is hledger's web interface. It starts a simple web
|
||||||
application for browsing and adding transactions, and optionally
|
application for browsing and adding transactions, and optionally
|
||||||
opens it in a web browser window if possible.
|
opens it in a web browser window if possible.
|
||||||
@ -56,15 +57,7 @@ also opens it in your default web browser if possible. In this mode
|
|||||||
the web app will keep running for as long as you have it open in a
|
the web app will keep running for as long as you have it open in a
|
||||||
browser window, and will exit after two minutes of inactivity (no
|
browser window, and will exit after two minutes of inactivity (no
|
||||||
requests and no browser windows viewing it).
|
requests and no browser windows viewing it).
|
||||||
|
With `--serve`, it just runs the web app without exiting, and logs
|
||||||
```shell
|
|
||||||
$ hledger web
|
|
||||||
Starting web app on port 5000 with base url http://localhost:5000
|
|
||||||
Starting web browser if possible
|
|
||||||
Web app will auto-exit after a few minutes with no browsers (or press ctrl-c)
|
|
||||||
```
|
|
||||||
|
|
||||||
With `--serve`, it starts the web app in non-transient mode and logs
|
|
||||||
requests to the console.
|
requests to the console.
|
||||||
|
|
||||||
By default the server listens on IP address 127.0.0.1, accessible only to local requests.
|
By default the server listens on IP address 127.0.0.1, accessible only to local requests.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user