Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Apr 2021 06:35:27 +0900
From:      Tatsuki Makino <tatsuki_makino@hotmail.com>
To:        George Mitchell <george+freebsd@m5p.com>, freebsd-ports@freebsd.org
Subject:   Re: SVNWEB not updated for ports
Message-ID:  <PSAPR03MB5639E5D6CEC5091AFC48E4C8FA499@PSAPR03MB5639.apcprd03.prod.outlook.com>
In-Reply-To: <d7749941-ca3a-57ac-9be0-db8f81b81a1f@m5p.com>
References:  <202104191242.13JCgqn8003371@nuc.oldach.net> <d7749941-ca3a-57ac-9be0-db8f81b81a1f@m5p.com>

next in thread | previous in thread | raw e-mail | index | archive | help
George Mitchell wrote on 2021/04/19 23:51:
> Thank you for the hint!  For me, https://cgit.freebsd.org/ports/tree/
> is more helpful, though I still haven't figured out where to find the
> *date* of any commit ...                                  -- George

I used the following CSS to make the absolute date display visible as well, since the relative age notation is difficult to understand.
I'm still using seamonkey-2.49.4_27, so I wrote it into ~/.mozilla/seamonkey/cv8uxghk.default/chrome/userContent.css.
Selector is written quite verbosely.


@-moz-document
domain("cgit.freebsd.org") {
        span.age-mins:after,
        span.age-hours:after,
        span.age-days:after,
        span.age-weeks:after,
        span.age-months:after,
        span.age-years:after,
        span[class|=age]:after,
        span[title^="20"]:after,
        span[title^="19"]:after {
                content: "[" attr(title) "]";
        }
}




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?PSAPR03MB5639E5D6CEC5091AFC48E4C8FA499>