Excessively complex, redundant markup in Ubuntu Server Documentation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
docbook-xsl (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
The Ubuntu Server Manual has a lot of excessive and overly complex mark up. Simplifying the markup would facilitate maintenance by reducing the chance for errors. It would also, minimally, lower bandwidth requirements by allowing smaller file sizes.
Take for example this document on Kerberos authentication in Ubuntu:
https:/
We see markup like these:
<span class="
<span class="
<span class="
Since CSS is used for the formatting and layout, the same effect could be had through much shorter, simpler markup:
<em class="emphasis"> ... </em>
<strong class="
<strong class="command"> ... </strong>
Bandwidth costs money.
Errors cost time, which is money.
K.I.S.S. is good engineering.
The conversion for the manual can be made accurately using a perl script.
changed source package to ubuntu-docs