This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Michal Wallace (author)
Wed Aug 27 00:44:06 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
demain.paste.in | ||
| |
demain.py | ||
| |
flexigrid/ | ||
| |
jquery-1.2.6.js | ||
| |
jquery-dom.js | ||
| |
jquery.ui.all.js | ||
| |
jquery.xslTransform.js | Tue Aug 26 20:23:11 -0700 2008 | |
| |
led2xml | ||
| |
ledger.xsl | ||
| |
prototype-1.6.0.2.js | ||
| |
reconcile.css | ||
| |
reconcile.xhtml | ||
| |
sarissa.js | ||
| |
sarissa_ieemu_xpath.js | Tue Aug 26 20:23:11 -0700 2008 |
README
ABOUT
-----
Ledgerdemain is a simple jquery based html frontend for ledger.
Legder is an awesome text-based accounting package available from:
http://www.newartisans.com/software/ledger.html
USING
-----
Ledger's xml output is ill-formed xml at the moment.
Use "./led2xml filename.led" to generate clean xml.
WEB SERVER
----------
Uses python and wsgi.
You probably want easy_install if you don't have it:
wget http://peak.telecommunity.com/dist/ez_setup.py
python ez_setup.py
Then:
easy_install Paste PasteDeploy PasteScript
cp demain.paste.in demain.paste
# (edit host/port in demain.paste if you want)
paster demain.paste
LICENSE
-------
my code is freely available under the terms of the BSD license
(same license as ledger)
@TODO: track down licenses on all the javascript packages.








