NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/57962 CVS commit: src/libexec/httpd



The following reply was made to PR bin/57962; it has been noted by GNATS.

From: "Maya Rashish" <maya%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57962 CVS commit: src/libexec/httpd
Date: Fri, 26 Apr 2024 20:27:12 +0000

 Module Name:	src
 Committed By:	maya
 Date:		Fri Apr 26 20:27:12 UTC 2024
 
 Modified Files:
 	src/libexec/httpd: dir-index-bozo.c
 
 Log Message:
 Create mobile-friendly directory listings
 
 A typical mobile browser on a smartphone assumes a page without a "viewport"
 <meta> tag is designed for desktop browsers. It displays the page in a
 virtual window that simulates a wider screen and does not adjust it for
 the phone's pixel density. The usual result is that the content on the page
 looks small, and interacting with the page comfortably and precisely requires
 zoom. This is currently the case with bozohttpd directory listing pages.
 
 from D. Bohdan in PR bin/57962
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.36 -r1.37 src/libexec/httpd/dir-index-bozo.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index