Wireshark-commits: [Wireshark-commits] master 83b6338: faq: fix formatting, fix links, use HTML5

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 25 Mar 2015 07:08:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=83b6338673d1f1e0035c34021199b90730da73fd
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

83b6338 by Peter Wu (peter@xxxxxxxxxxxxx):

    faq: fix formatting, fix links, use HTML5
    
    The "a:hover" styling on https://www.wireshark.org/faq.html is ugly as
    it is not a real link. This patch turns questions into clickable links
    (focusing at the anchor) and converts from XHTML syntax to HTML5.
    
    Dead links have been updated and other links have been converted to
    https if available.
    
    The result passes the HTML5 validation at https://validator.nu.
    
    Change-Id: I32b7c18baeabe7ab7fce2dadd4c1d4e6de5c593f
    Reviewed-on: https://code.wireshark.org/review/7778
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c94cfad   Small fixes to Windows installer
    adds  83b6338   faq: fix formatting, fix links, use HTML5


Summary of changes:
 help/faq.py |  356 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 185 insertions(+), 171 deletions(-)