lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 5 Dec 2020 17:03:50 +0100
From:   Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
To:     Jonathan Corbet <corbet@....net>
Cc:     Linux Doc Mailing List <linux-doc@...r.kernel.org>,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH v4 0/3] improve get_feat.pl output when all features are
 displayed

Em Fri, 4 Dec 2020 14:48:43 -0700
Jonathan Corbet <corbet@....net> escreveu:

> On Fri,  4 Dec 2020 16:32:27 +0100
> Mauro Carvalho Chehab <mchehab+huawei@...nel.org> wrote:
> 
> > As requested, those patches improve the output of the script, when all features
> > are displayed.
> > 
> > The first patch was already posted as-is at v3.
> > 
> > Patch 2 is optional. IMO, it makes more sense for the admin guide to show
> > the architectures where the features are OK, then TODO, and finally the
> > ones that are incompatible with the features. I already sent it together
> > with a comment.
> > 
> > Patch 3 is new: it tries to reduce the width of the table, in order for it
> > to better fit on a terminal. With the patch, the number of columns were
> > reduced, in order to better fit at console output. Before the patch, the
> > output takes 281 lines with 158 columns (total size: 38.9 kB). 
> > After the patch, displaying all features require 439 lines and 92 columns
> > (total size: 37.6 kB).  
> 
> OK, this is much improved, thanks; applied.

Anytime.

> 
> The one last thing I would do is stick "valign=top" on all the table
> entries, but we can leave the shed a different color for now :)

I actually prefer myself valign=center on tables ;-)

In any case, a change like that should be simple to do.

either adjust:

	Documentation/sphinx-static/theme_overrides.css

to change it globally for all tables or create a "table_valign_top" CSS
class on it, changing the script to add:

	.. cssclass:: table_valign_top

Before each table.

Thanks,
Mauro

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ