Hi, As you might have seen, Nathan Hartman and myself have been working on a mobile-friendly version of the website. I believe the site is more or less ready to merge to publish but I would like to invite everyone to review it at https://subversion-staging.apache.org/
Key points: - Mobile friendly, ie set some meta elements to make sure mobile devices render it at a reasonable zoom level and avoid horizontal scrolling. - Menu is a "hamburger" menu on smaller viewport widths. Should be possible to test also on a computer if the web browser window is resized. - Move to SVG graphics in the header instead of fixed size PNGs, and resize the images on smaller viewport widths. Known issues: - Some tables (in particular on /mailing-lists.html doesn't render properly on mobile devices in portrait mode. - On browsers without CSS support (eg Lynx) the hamburger menu will render a few extra characters above the menu including a "checkbox" that doesn't do anything. This is hard to work around (except adding the whole menu using javascript, which might cause loading problems on CSS/JS-aware browsers). I hope to be able to merge to publish at the end of next week. Kind regards, Daniel Sahlberg