The string in index 1 should be the name of the developer. This allows us to group them together, i.e., we need a way to group the attribution by people.
- Rename 'style.css' to appropriate ID-based name.
- Remove explicit inclusion of CSS, as it will now be auto-included.
- Update tests which explicitly checked for styling.
This is pretty much a straight one-for-one swap with some minor goodness
in the form of the already wrapped up array handling in one case.
I did not do any refactoring of the code although some places looked
like they could use it.
Addresses issue #591.
Reducing scroll spam from dzil by:
- Providing ABSTRACTs for all packages.
- Leaving VERSION vertical space where necessary.
Addresses #600 plus other annoyances in the process.
Since these act like a command, it makes sense to have it at the start
only. This is also in line with the triggers for the very similar
lowercase IA.
Attempt to address issue #578.