1
0

link cleanups

This commit is contained in:
Simon Michael
2016-02-17 16:30:05 -08:00
parent e467c5d4a3
commit 0654ea8f8a
2 changed files with 13 additions and 14 deletions

View File

@@ -199,7 +199,7 @@ You can use this to track and report the data needed for tax reporting. Fill out
<li><a href="https://github.com/simonmichael/hledger/tree/master/hledger-api">hledger-api</a> JSON API + static file server (Haskell)</li>
<li><a href="http://hackage.haskell.org/package/hledger-web">hledger-web</a> web UI for browsing, data entry (Haskell, <a href="http://demo.hledger.org">demo</a>)</li>
<li><a href="https://apps.sandstorm.io/app/8x12h6p0x0nrzk73hfq6zh2jxtgyzzcty7qsatkg7jfg2mzw5n90">hledger-web on Sandstorm</a> free web instances in a few clicks</li>
<li><a href="https://github.com/peterkeen/Ledger-Web">Ledger Web</a> web-based, postgres-backed reporting UI</li>
<li><a href="https://github.com/peterkeen/Ledger-Web">Ledger Web</a> web-based, postgres-backed reporting system</li>
<li><a href="https://github.com/Ikke/ledger-dashboard">ledger-dashboard</a> web UI for browsing, data entry (Python)</li>
<li><a href="https://github.com/slashdotdash/node-ledger-web">ledger-web</a> web UI for browsing (JavaScript)</li>
<li><a href="https://github.com/rstacruz/node-hledger">node-hledger</a> Node.js API (JavaScript)</li>
@@ -247,7 +247,7 @@ You can use this to track and report the data needed for tax reporting. Fill out
</ul>
<h3 id="articles">articles</h3>
<ul>
<li><a href="https://www.petekeen.net/finance">Pete Keen's Program your Finances tutorials</a></li>
<li><a href="https://www.petekeen.net/finance">Pete Keen's Program your Finances tutorials</a> 2012</li>
<li><a href="http://goykhman.ca/gene/blog/2012/2012-09-23-an-alternative-to-quickbooks.html">An Alternative to QuickBooks</a> 2012</li>
<li><a href="http://lwn.net/Articles/501681/">The accounting quest: Ledger</a> 2012</li>
<li><a href="http://archive09.linux.com/feature/58307">Ledger, the bran muffin of accounting tools</a> 2006</li>
@@ -262,8 +262,7 @@ You can use this to track and report the data needed for tax reporting. Fill out
<li><a href="http://joeyh.name/blog/entry/hledger">Joey Hess: hledger</a> 2012</li>
<li><a href="http://betabug.ch/blogs/ch-athens/1221">Sascha Welter: Doing my own accounting</a> 2011</li>
<li><a href="http://www.softwarefreedom.org/blog/2011/sep/07/accounting-at-sflc/">Clint Adams: Accounting at SFLC</a> 2011</li>
<li><a href="http://blog.spang.cc/posts/hledger_rocks_my_world/">Christine Spang: [h]ledger rocks my world</a> 2010</li>
<li><a href="http://ro-che.blogspot.com/2010/02/hledger.html">Roman Cheplyaka: hledger</a> 2010</li>
<li><a href="http://blog.spang.cc/posts/hledger_rocks_my_world/">Christine Spang: [h]ledger rocks my world</a> 2010 <!-- - [Roman Cheplyaka: hledger](http://ro-che.blogspot.com/2010/02/hledger.html) 2010 --></li>
</ul>
<h3 id="hacker-news">hacker news</h3>
<ul>
@@ -289,7 +288,7 @@ You can use this to track and report the data needed for tax reporting. Fill out
<h5 id="budgetting">budgetting</h5>
<ul>
<li><a href="http://alan.petitepomme.net/tips/ledger_and_org.html">Using Org for Ledger Reports and Budget</a></li>
<li><a href="https://gist.github.com/simonmichael/a1addcb652da4e78b183">YNAB-ish envelope budgetting with hledger/ledger</a></li>
<li><a href="https://gist.github.com/simonmichael/a1addcb652da4e78b183">envelope budgetting example</a></li>
</ul>
<h5 id="shared-expenses">shared expenses</h5>
<ul>
@@ -301,7 +300,7 @@ You can use this to track and report the data needed for tax reporting. Fill out
</ul>
<h5 id="multiple-currencies">multiple currencies</h5>
<ul>
<li><a href="https://github.com/mikekchar/ledger-currencies">ledger-currencies</a></li>
<li><a href="https://github.com/mikekchar/ledger-currencies">ledger-currencies tutorial</a></li>
</ul>
<h5 id="tax-reporting">tax reporting</h5>
<h5 id="time-tracking-1">time tracking</h5>
@@ -316,10 +315,10 @@ You can use this to track and report the data needed for tax reporting. Fill out
<h5 id="api-access">API access</h5>
<ul>
<li><p><a href="https://groups.google.com/forum/#!topic/ledger-cli/C99w-79Jq8o">Ledger Python 3 Support</a> Python</p></li>
<li><p><a href="https://github.com/Rudd-O/ledgerhelpers">ledgerhelpers</a> Python + CLI</p></li>
<li><p><a href="https://github.com/Rudd-O/ledgerhelpers">ledgerhelpers</a> Python</p></li>
<li><p><a href="http://hackage.haskell.org/package/hledger-lib">hledger-lib</a>, <a href="http://hackage.haskell.org/package/hledger">hledger</a>, <a href="http://stefanorodighiero.net/posts/2015-01-04-hledger-find-duplicate-accounts.html">example</a> Haskell</p></li>
<li><p><a href="http://editor.swagger.io/#/?import=demo.hledger.org/api/swagger.json&amp;no-proxy">hledger-api</a>, <a href="https://github.com/simonmichael/hledger/tree/master/hledger-api/examples">examples</a> JSON</p></li>
<li><p><a href="https://github.com/rstacruz/node-hledger">node-hledger</a> JavaScript + CLI</p></li>
<li><p><a href="https://github.com/rstacruz/node-hledger">node-hledger</a> JavaScript</p></li>
</ul>
</div>
</div>

View File

@@ -250,7 +250,7 @@ Fill out and submit tax forms with another tool, or by hand.
### articles
- [Pete Keen's Program your Finances tutorials](https://www.petekeen.net/finance)
- [Pete Keen's Program your Finances tutorials](https://www.petekeen.net/finance) 2012
- [An Alternative to QuickBooks](http://goykhman.ca/gene/blog/2012/2012-09-23-an-alternative-to-quickbooks.html) 2012
- [The accounting quest: Ledger](http://lwn.net/Articles/501681/) 2012
- [Ledger, the bran muffin of accounting tools](http://archive09.linux.com/feature/58307) 2006
@@ -266,7 +266,7 @@ Fill out and submit tax forms with another tool, or by hand.
- [Sascha Welter: Doing my own accounting](http://betabug.ch/blogs/ch-athens/1221) 2011
- [Clint Adams: Accounting at SFLC](http://www.softwarefreedom.org/blog/2011/sep/07/accounting-at-sflc/) 2011
- [Christine Spang: [h]ledger rocks my world](http://blog.spang.cc/posts/hledger_rocks_my_world/) 2010
- [Roman Cheplyaka: hledger](http://ro-che.blogspot.com/2010/02/hledger.html) 2010
<!-- - [Roman Cheplyaka: hledger](http://ro-che.blogspot.com/2010/02/hledger.html) 2010 -->
### hacker news
@@ -296,7 +296,7 @@ Fill out and submit tax forms with another tool, or by hand.
##### budgetting
- [Using Org for Ledger Reports and Budget](http://alan.petitepomme.net/tips/ledger_and_org.html)
- [YNAB-ish envelope budgetting with hledger/ledger](https://gist.github.com/simonmichael/a1addcb652da4e78b183)
- [envelope budgetting example](https://gist.github.com/simonmichael/a1addcb652da4e78b183)
##### shared expenses
@@ -308,7 +308,7 @@ Fill out and submit tax forms with another tool, or by hand.
##### multiple currencies
- [ledger-currencies](https://github.com/mikekchar/ledger-currencies)
- [ledger-currencies tutorial](https://github.com/mikekchar/ledger-currencies)
##### tax reporting
@@ -326,7 +326,7 @@ Fill out and submit tax forms with another tool, or by hand.
- [Ledger Python 3 Support](https://groups.google.com/forum/#!topic/ledger-cli/C99w-79Jq8o) Python
- [ledgerhelpers](https://github.com/Rudd-O/ledgerhelpers) Python + CLI
- [ledgerhelpers](https://github.com/Rudd-O/ledgerhelpers) Python
- [hledger-lib](http://hackage.haskell.org/package/hledger-lib),
[hledger](http://hackage.haskell.org/package/hledger),
@@ -337,7 +337,7 @@ Fill out and submit tax forms with another tool, or by hand.
[examples](https://github.com/simonmichael/hledger/tree/master/hledger-api/examples)
JSON
- [node-hledger](https://github.com/rstacruz/node-hledger) JavaScript + CLI
- [node-hledger](https://github.com/rstacruz/node-hledger) JavaScript
</div>