Files @ 45904d4a25a2
Branch filter:

Location: NPO-Accounting/npo-accounting-ikiwiki/ExistingProjects/SQLLedger.mdwn

bkuhn
Don't put any text in the <a> with only id so that the class isn't need in CSS.

<joar> you should change it to <a id="foo"></a>Generating reports
<joar> so, just create an empty <a> tag before the anchor target
<bkuhn> is that really the "right way" to do it?
<joar> it's the generally accepted way
<bkuhn> oh, ok.
<joar> it's the way sphinx does it, for example
<joar> I think wikipedia does the same
[[LedgerSMB]] is a fork of SQLLedger:

- [[!wikipedia SQL-Ledger#Licensing_Issues]]
- [[!wikipedia LedgerSMB#Forking_controversy]]

Links:

- [[!wikipedia SQL-Ledger]] - Wikipedia
- <http://www.sql-ledger.com/> - Project homepage
- <https://github.com/Tekki/sql-ledger> - Source code

## Technical

- Perl
- SQL DB (Postgres mentioned on project homepage)
- Web-based
- GPL

## Preliminary evaluation

### Positive

- i18n

### Negative

- Unclear directory structure
- Seemingly no API documentation
- Documentation not open source

### Comments

Josh Berkus:  I was an early (uncredited) contributor to SQL-Ledger, and part of the fork.  The reasons we created the fork:
- Many known security holes (reference early LedgerSMB releases, which fix these.  They are still not fixed in current SQLLedger)
- Primary developer hostile to outside contributions, and did not credit the contributions he did receive.  Also relicensed contributions without permission.  I know, because some of the contributions were mine.
- Basically the primitive ancestor of LedgerSMB