Mirror of the Rel4tion website/wiki source, view at <http://rel4tion.org>
Clone
HTTPS:
git clone https://vervis.peers.community/repos/yEzqv
SSH:
git clone USERNAME@vervis.peers.community:yEzqv
Branches
Tags
Remove_doxy_references_to_nonfree_browsers.mdwn
[[!tag /tickets/class/task]]
[[!template id=ticket-depends-on n=Create_doxy_post_process_script]]
I think I saw a piece of code in the HTML output of Doxygen, which is a message displayed when JS is off. That messages suggests JS-supporting browsers to try, and it includes several proprietary browsers. Actually, I think “Firefox” is the only free one in the list, and even Firefox is a bit controvesial…
So add a line to the post-process script which replaces that text with something that:
- Doesn’t assume that JS should be used. Just a tiny comment that says some optional feature needs JS.
- Lists only truly free browsers (Epiphany, Konqueror, Abrowser, GNU Icecat, Midori…)
Another option is to remove the message completely! Or just put some text which says what should be there when JS is on, like the “alt” attribute for images.