Files @ 45904d4a25a2
Branch filter:

Location: NPO-Accounting/npo-accounting-ikiwiki/ExistingProjects/Garradin.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
Links:

- <http://dev.kd2.org/garradin/> - Project homepage

## Technical

- PHP, object-oriented, namespaced.
- Own templating engine, "Squelettes", looks good.

## Preliminary evaluation

I have not yet tried the frontend of the application. -- joar

### Positive

- Well-structured application with class files, views, libs, templates.

### Negative

- Database tables named in french.
- Developed mostly using french variable names.
- Most files are named in french.
- Part of templating uses french operator names.
- All strings in the UI are in french.