PHP
My most recent open source work is in PHP. Since my adoption of NaturalDocs and later, of my own NDlite, I've become better at documenting my code properly. :)
Below you'll find the list of libraries and software I've written which have decent documentation.
- FernCMS (Source not yet released.)
- Peach CMS (Source not yet released.)
- General library:
- altgettext [coming soon] Lean alternative to gettext.
- array_compare [doc|src] Bi-directional comparison of multi-dimensional arrays.
- Calendar [doc|src] Display calendars with optional events.
- DBobject [doc|src] Objectify and automate database access. (Obsoleted by PDO.)
- Debugger [coming soon]
- email [doc|src] Create and send MIME messages.
- email_parse [doc|src] Parse MIME e-mails into programmer-friendly structure.
- FText [doc|src] Message text processing utilities.
- NDlite [doc|src] Extract documentation from source code comments.
- Plugin [coming soon] Lightweight class to help make more modular apps.
- Test [doc|src] Tiny unit testing helper.
- Wizard [doc|src] Superclass for multiple step wizards.