1
0

style ledger-likes table more like the other lists

This commit is contained in:
Simon Michael
2016-05-17 10:18:34 -07:00
parent 227266d48b
commit b4b7087968
3 changed files with 38 additions and 61 deletions

View File

@@ -1,4 +1,4 @@
strong > a, strong > a:hover {
p > strong > a, p > strong > a:hover {
text-decoration:none;
color:black;
}

View File

@@ -84,6 +84,9 @@ You can use this to track and report the data needed for tax reporting. Fill out
<div class="seven columns">
<h3 id="ledger-likes">Ledger-likes</h3>
<!-- http://pandoc.org/README.html#tables -->
<style>
th, td { border:none; padding-top:0; }
</style>
<table>
<tbody>
<tr class="odd">
@@ -93,73 +96,45 @@ You can use this to track and report the data needed for tax reporting. Fill out
<td align="right">IRC, size</td>
</tr>
<tr class="even">
<td align="left"><a href="http://ledger-cli.org">Ledger</a> <br>2003</td>
<td align="left"><strong><a href="http://ledger-cli.org">Ledger</a></strong>, 2003</td>
<td align="right"><a href="https://github.com/ledger/ledger">C++</a> 101 <!-- ([openhub](https://www.openhub.net/p/ledger)) --></td>
<td align="left"><a href="http://list.ledger-cli.org/">ledger-cli</a> <!-- ([gmane](http://dir.gmane.org/gmane.comp.finance.ledger.general)) --> 650</td>
<td align="right"><a href="http://webchat.freenode.net/?channels=ledger&amp;randomnick=1">#ledger</a> 75</td>
</tr>
<tr class="odd">
<td align="left"><a href="http://hledger.org">hledger</a> <br>2007</td>
<td align="left"><strong><a href="http://hledger.org">hledger</a></strong>, 2007</td>
<td align="right"><a href="http://code.hledger.org">Haskell</a> 30 <!-- ([openhub](https://www.openhub.net/p/hledger)) --></td>
<td align="left"><a href="http://list.hledger.org/">hledger</a> <!-- ([gmane](http://dir.gmane.org/gmane.comp.finance.ledger.hledger)) --> 75</td>
<td align="right"><a href="http://webchat.freenode.net/?channels=hledger&amp;randomnick=1">#hledger</a> 30</td>
</tr>
<tr class="even">
<td align="left"><a href="http://furius.ca/beancount">Beancount</a> <br>2008</td>
<td align="left"><strong><a href="http://furius.ca/beancount">Beancount</a></strong>, 2008</td>
<td align="right"><a href="http://bitbucket.org/blais/beancount/">Python</a> 8 <!-- ([openhub](https://www.openhub.net/p/beancount)) --></td>
<td align="left"><a href="https://groups.google.com/forum/#!forum/beancount">beancount</a> <!-- ([gmane](http://dir.gmane.org/gmane.comp.finance.beancount)) --> 70</td>
<td align="right"><a href="http://webchat.freenode.net/?channels=beancount&amp;randomnick=1">#beancount</a> 5</td>
</tr>
<tr class="odd">
<td align="left">Abandon <br>2013</td>
<td align="left">Abandon, 2013</td>
<td align="right"><a href="https://github.com/hrj/abandon">Scala</a> 5 <!-- ([openhub](https://www.openhub.net/p/abandon)) --></td>
<td align="left"></td>
</tr>
<tr class="even">
<td align="left">Ledger in Go <br>2013</td>
<td align="left">Ledger in Go, 2013</td>
<td align="right"><a href="https://github.com/howeyc/ledger">Go</a> 2</td>
<td align="left"></td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr class="header">
<th align="left">Inactive:</th>
<th align="left"></th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td align="left">uledger <br>2015</td>
<td align="left"><a href="https://github.com/danpat/uledger">Python</a></td>
</tr>
<tr class="even">
<td align="left">pacioli <br>2013</td>
<td align="left"><a href="https://github.com/mdipierro/pacioli">Python</a></td>
</tr>
<tr class="odd">
<td align="left">ledger.pl <br>2013</td>
<td align="left"><a href="https://github.com/dimonf/ledger.pl">Perl</a></td>
</tr>
<tr class="even">
<td align="left"><a href="http://massysett.github.io/penny/">Penny</a> <br>2012</td>
<td align="left"><a href="https://github.com/massysett/penny">Haskell</a></td>
</tr>
<tr class="odd">
<td align="left"><a href="http://hackage.haskell.org/package/UMM">UMM</a> <br>2009</td>
<td align="left">Haskell</td>
</tr>
<tr class="even">
<td align="left">cl-ledger <br>2007</td>
<td align="left"><a href="https://github.com/ledger/cl-ledger">Common Lisp</a></td>
</tr>
<tr class="odd">
<td align="left">sm-Ledger <br>2007</td>
<td align="left"><a href="https://gist.github.com/simonmichael/bb611dba654ccb1573e1">Squeak Smalltalk</a></td>
</tr>
</tbody>
</table>
<p>Inactive:</p>
<ul>
<li>uledger, 2015, <a href="https://github.com/danpat/uledger">Python</a></li>
<li>pacioli, 2013, <a href="https://github.com/mdipierro/pacioli">Python</a></li>
<li>ledger.pl, 2013, <a href="https://github.com/dimonf/ledger.pl">Perl</a></li>
<li><a href="http://massysett.github.io/penny/">Penny</a>, 2012, <a href="https://github.com/massysett/penny">Haskell</a></li>
<li><a href="http://hackage.haskell.org/package/UMM">UMM</a>, 2009, Haskell</li>
<li>cl-ledger, 2007, <a href="https://github.com/ledger/cl-ledger">Common Lisp</a></li>
<li>sm-Ledger, 2007, <a href="https://gist.github.com/simonmichael/bb611dba654ccb1573e1">Squeak Smalltalk</a></li>
</ul>
<!-- [compare at openhub](https://www.openhub.net/p/_compare?project_0=Ledger&project_1=hledger&project_2=beancount) -->
<h3 id="related-tools">related tools</h3>
<ul>

View File

@@ -130,25 +130,27 @@ Fill out and submit tax forms with another tool, or by hand.
### Ledger-likes
<!-- http://pandoc.org/README.html#tables -->
<style>
th, td { border:none; padding-top:0; }
</style>
|
|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------:|-------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------:
| Project, start&nbsp;date | Code, committers | Mail list, size | IRC, size
| [Ledger](http://ledger-cli.org) <br>2003 | [C++](https://github.com/ledger/ledger) 101 <!-- ([openhub](https://www.openhub.net/p/ledger)) --> | [ledger-cli](http://list.ledger-cli.org/) <!-- ([gmane](http://dir.gmane.org/gmane.comp.finance.ledger.general)) --> 650 | [#ledger](http://webchat.freenode.net/?channels=ledger&randomnick=1) 75
| [hledger](http://hledger.org) <br>2007 | [Haskell](http://code.hledger.org) 30 <!-- ([openhub](https://www.openhub.net/p/hledger)) --> | [hledger](http://list.hledger.org/) <!-- ([gmane](http://dir.gmane.org/gmane.comp.finance.ledger.hledger)) --> 75 | [#hledger](http://webchat.freenode.net/?channels=hledger&randomnick=1) 30
| [Beancount](http://furius.ca/beancount) <br>2008 | [Python](http://bitbucket.org/blais/beancount/) 8 <!-- ([openhub](https://www.openhub.net/p/beancount)) --> | [beancount](https://groups.google.com/forum/#!forum/beancount) <!-- ([gmane](http://dir.gmane.org/gmane.comp.finance.beancount)) --> 70 | [#beancount](http://webchat.freenode.net/?channels=beancount&randomnick=1) 5
| Abandon <br>2013 | [Scala](https://github.com/hrj/abandon) 5 <!-- ([openhub](https://www.openhub.net/p/abandon)) --> | |
| Ledger in Go <br>2013 | [Go](https://github.com/howeyc/ledger) 2 | |
|-------------------------------------------------|---------------------------------------------------------------------------------------------------------------:|-------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------:
| Project, start&nbsp;date | Code, committers | Mail list, size | IRC, size
| **[Ledger](http://ledger-cli.org)**, 2003 | [C++](https://github.com/ledger/ledger) 101 <!-- ([openhub](https://www.openhub.net/p/ledger)) --> | [ledger-cli](http://list.ledger-cli.org/) <!-- ([gmane](http://dir.gmane.org/gmane.comp.finance.ledger.general)) --> 650 | [#ledger](http://webchat.freenode.net/?channels=ledger&randomnick=1) 75
| **[hledger](http://hledger.org)**, 2007 | [Haskell](http://code.hledger.org) 30 <!-- ([openhub](https://www.openhub.net/p/hledger)) --> | [hledger](http://list.hledger.org/) <!-- ([gmane](http://dir.gmane.org/gmane.comp.finance.ledger.hledger)) --> 75 | [#hledger](http://webchat.freenode.net/?channels=hledger&randomnick=1) 30
| **[Beancount](http://furius.ca/beancount)**, 2008 | [Python](http://bitbucket.org/blais/beancount/) 8 <!-- ([openhub](https://www.openhub.net/p/beancount)) --> | [beancount](https://groups.google.com/forum/#!forum/beancount) <!-- ([gmane](http://dir.gmane.org/gmane.comp.finance.beancount)) --> 70 | [#beancount](http://webchat.freenode.net/?channels=beancount&randomnick=1) 5
| Abandon, 2013 | [Scala](https://github.com/hrj/abandon) 5 <!-- ([openhub](https://www.openhub.net/p/abandon)) --> | |
| Ledger in Go, 2013 | [Go](https://github.com/howeyc/ledger) 2 | |
| Inactive: | |
|----------------------------------------------------|-----------------------------------------------------
| uledger <br>2015 | [Python](https://github.com/danpat/uledger)
| pacioli <br>2013 | [Python](https://github.com/mdipierro/pacioli)
| ledger.pl <br>2013 | [Perl](https://github.com/dimonf/ledger.pl)
| [Penny](http://massysett.github.io/penny/) <br>2012| [Haskell](https://github.com/massysett/penny)
| [UMM](http://hackage.haskell.org/package/UMM) <br>2009 | Haskell
| cl-ledger <br>2007 | [Common Lisp](https://github.com/ledger/cl-ledger)
| sm-Ledger <br>2007 | [Squeak Smalltalk](https://gist.github.com/simonmichael/bb611dba654ccb1573e1)
Inactive:
- uledger, 2015, [Python](https://github.com/danpat/uledger)
- pacioli, 2013, [Python](https://github.com/mdipierro/pacioli)
- ledger.pl, 2013, [Perl](https://github.com/dimonf/ledger.pl)
- [Penny](http://massysett.github.io/penny/), 2012, [Haskell](https://github.com/massysett/penny)
- [UMM](http://hackage.haskell.org/package/UMM), 2009, Haskell
- cl-ledger, 2007, [Common Lisp](https://github.com/ledger/cl-ledger)
- sm-Ledger, 2007, [Squeak Smalltalk](https://gist.github.com/simonmichael/bb611dba654ccb1573e1)
<!-- [compare at openhub](https://www.openhub.net/p/_compare?project_0=Ledger&project_1=hledger&project_2=beancount) -->