Skip to content

contributors page is *really* long because #contributors section is one icon per line #123

@jsoref

Description

@jsoref

https://www.misp-project.org/contributors/#contributors

First page of contributors minus the first few contributors - one contributor per line

Note that the top two contributors are not included because their anchor scrolled behind the top header.
My browser says that printing this would cost 72 pages.

It's caused by:

/* all img in blog posts are responsive */
#blog-post img {
display: block;

Without that rule, you could have:
All contributors plus the beginnings of top contributors

And it would only cost 43 pages.

The comment in

/* all img in blog posts are responsive */
is wrong. Contributor icons are not responsive. Or conversely, contributors shouldn't be framed in a blog-post.


Beyond that, you run into the same sort of problem for contributor counts per contributor per repository which is why the page count only effectively halved instead of collapsing to something like 10.

https://www.misp-project.org/contributors/#misp

first 22 contributors to misp

Offhand, I'd suggest something like:

username total commits username total commits username total commits username total commits
iglocska 4596 chrisr3d 1003 mokaddem 957 adulau 632
SteveClement 578 noud 414 cvandeplas 374 Rafiot 239
rotanid 225 RichieB2B 203 JakubOnderka 113 StefanKelm 78
FloatingGhost 45 sfossen 33 cristianbell 30 4ekin 27
zaphodef 25 iwitz 21 elhoim 20 deresz 20
deralexxx 18 truckydev 17 jezkerwin 17 cedricbonhomme 15

With that change, the page count should drop to something like 20 pages (hopefully closer to 15). At which point, someone could probably read it without giving up.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions