This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8819 - Broken Manuals are Poorly Handled
Attached to Project:
Rockbox
Opened by Marc Guay (Marc_Guay) - Friday, 28 March 2008, 19:49 GMT+2
Last edited by Dominik Riebeling (bluebrother) - Sunday, 23 September 2012, 21:41 GMT+2
Opened by Marc Guay (Marc_Guay) - Friday, 28 March 2008, 19:49 GMT+2
Last edited by Dominik Riebeling (bluebrother) - Sunday, 23 September 2012, 21:41 GMT+2
|
DetailsCurrently if the manuals are broken, the HTML versions simply stop building at the break point and present half-finished manuals on the site, whereas the PDF versions simply don't update. It would be wise to implement a better way of dealing with this, and possibly implementing a notification system as suggested by Nils below. Given the emphasis placed on the having new users read the manual, it's somewaht important from an integrity standpoint that it's available in it's entirety at all times.
|
This task depends upon
Closed by Dominik Riebeling (bluebrother)
Sunday, 23 September 2012, 21:41 GMT+2
Reason for closing: Out of Date
Additional comments about closing: We now have the manual in the build system (only one is built though) so this shouldn't be a problem anymore.
Sunday, 23 September 2012, 21:41 GMT+2
Reason for closing: Out of Date
Additional comments about closing: We now have the manual in the build system (only one is built though) so this shouldn't be a problem anymore.
It seems to be further missing Action commands, \ActionSettingsInc and \ActionSettingsDec.
However there are already \ActionSettingInc and \ActionSettingDec which seems to be a typo, this should probably be cleaned up (as everything in the code is called *Settings*.
Also the build system should probably handle broken manuals better (keep the old ones if new ones didn't build and maybe tell someone about it :)