Hi, Mihai Popescu wrote on Fri, May 18, 2018 at 11:50:24PM +0300:
> I have tested it on someone's Safari/iOS for iPhone, out of curiosity. > It takes the full screen. Looking at the font in the posted > screenshots i think it is Android in question. I don't understand what you are trying to say. Which version did you test? The current one (i.e. with the meta viewport element and the max-width attribute) or an older version? If so, which one? The one without both? Or the one with the max-width attribute only? What was the result? Was the text shown in a readable size, or was it unreadably small, like in the examples shown by the OP? > If it is not a secret, what runs behind man.openbsd.org? > Like httpd, CGI? Read https://man.openbsd.org/ , it's really not that long. It links to https://man.openbsd.org/man.cgi.8 which links to https://man.openbsd.org/slowcgi.8 and https://man.openbsd.org/httpd.8 . The setup is as documented. Here is the complete configuration, if you are curious: schwarze@man $ cat /usr/src/usr.bin/mandoc/cgi.h #define SCRIPT_NAME "" #define MAN_DIR "/man" #define CSS_DIR "" #define CUSTOMIZE_TITLE "OpenBSD manual pages" #define COMPAT_OLDURI Yes Yours, Ingo

