I've merged the clean_html.pl script into the top-level build_docs.pl. This avoids the issue of how to reliably call a sub-script. I've also done a quite a bit of refactoring, extracting code into functions, etc.
Instead of having a continually growing list of authors mentioned in the copyright statement for the documentation, I've adopted the principle established in the main source code - append the phrase "and the utPLSQL Project" to cover future contributions (the existing authors have been left unchanged).
The attached bug-38.patch file has been committed to a development branch in [r126]
While I'm on with this, I might as well see about making it validate as HTML 4.01 Strict (it currently declares itself as HTML 4.01 Transitional, but it isn't fully valid according to http://validator.w3.org/)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'll leave this additional task of making it pass the validator for now - it'll be more appropriate to do it next time the documentation is being updated
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've merged the
clean_html.pl
script into the top-levelbuild_docs.pl
. This avoids the issue of how to reliably call a sub-script. I've also done a quite a bit of refactoring, extracting code into functions, etc.Instead of having a continually growing list of authors mentioned in the copyright statement for the documentation, I've adopted the principle established in the main source code - append the phrase "and the utPLSQL Project" to cover future contributions (the existing authors have been left unchanged).
The attached
bug-38.patch
file has been committed to a development branch in [r126]Related
Commit: [r126]
While I'm on with this, I might as well see about making it validate as HTML 4.01 Strict (it currently declares itself as HTML 4.01 Transitional, but it isn't fully valid according to http://validator.w3.org/)
I'll leave this additional task of making it pass the validator for now - it'll be more appropriate to do it next time the documentation is being updated
Merged back into trunk in [r127]
Related
Commit: [r127]