diff mbox series

[FFmpeg-devel] web/contact: Add new IRC archives

Message ID 20231011184105.7418-1-michael@niedermayer.cc
State New
Headers show
Series [FFmpeg-devel] web/contact: Add new IRC archives | expand

Checks

Context Check Description
andriy/configure_x86 warning Failed to apply patch

Commit Message

Michael Niedermayer Oct. 11, 2023, 6:41 p.m. UTC
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
 src/contact | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Comments

Gyan Doshi Oct. 11, 2023, 7 p.m. UTC | #1
On 12-10-2023 00:11, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> ---
>   src/contact | 6 +++++-
>   1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/src/contact b/src/contact
> index 4f75655..c233328 100644
> --- a/src/contact
> +++ b/src/contact
> @@ -128,7 +128,11 @@
>           <i class="fa fa-archive"></i>
>           Archives</h3>
>         <p>
> -        Our IRC channels are publically logged and archives of both channels can be
> +        <a href="https://libera.irclog.whitequark.org/ffmpeg">#ffmpeg</a> and
> +        <a href="https://libera.irclog.whitequark.org/ffmpeg-devel">#ffmpeg-devel</a>
> +      </p>
> +      <p>
> +        Our IRC channels are publically logged and old archives of both channels can be
>           viewed at <a href="https://lists.ffmpeg.org/pipermail/ffmpeg-devel-irc/">
>             ffmpeg-devel-irc</a>.
>         </p>

Looks ok.

Maybe mention the date ranges for the new archives.

Regards,
Gyan
Michael Niedermayer Oct. 11, 2023, 7:24 p.m. UTC | #2
On Thu, Oct 12, 2023 at 12:30:59AM +0530, Gyan Doshi wrote:
> 
> 
> On 12-10-2023 00:11, Michael Niedermayer wrote:
> > Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> > ---
> >   src/contact | 6 +++++-
> >   1 file changed, 5 insertions(+), 1 deletion(-)
> > 
> > diff --git a/src/contact b/src/contact
> > index 4f75655..c233328 100644
> > --- a/src/contact
> > +++ b/src/contact
> > @@ -128,7 +128,11 @@
> >           <i class="fa fa-archive"></i>
> >           Archives</h3>
> >         <p>
> > -        Our IRC channels are publically logged and archives of both channels can be
> > +        <a href="https://libera.irclog.whitequark.org/ffmpeg">#ffmpeg</a> and
> > +        <a href="https://libera.irclog.whitequark.org/ffmpeg-devel">#ffmpeg-devel</a>
> > +      </p>
> > +      <p>
> > +        Our IRC channels are publically logged and old archives of both channels can be
> >           viewed at <a href="https://lists.ffmpeg.org/pipermail/ffmpeg-devel-irc/">
> >             ffmpeg-devel-irc</a>.
> >         </p>
> 
> Looks ok.

will apply


> 
> Maybe mention the date ranges for the new archives.

Iam checking if older libera logs can be added before adding dates

thx

[...]
Michael Niedermayer Oct. 11, 2023, 8:01 p.m. UTC | #3
On Wed, Oct 11, 2023 at 09:24:48PM +0200, Michael Niedermayer wrote:
> On Thu, Oct 12, 2023 at 12:30:59AM +0530, Gyan Doshi wrote:
[...]
> >
> > Maybe mention the date ranges for the new archives.
> 
> Iam checking if older libera logs can be added before adding dates

I was told we need to convert the logs to
"the SQL format used by the logger first"
examples scripts are here:
https://github.com/whitequark/irclogger/tree/v1/scripts

If someone wants to make that happen ...

thx

[...]
diff mbox series

Patch

diff --git a/src/contact b/src/contact
index 4f75655..c233328 100644
--- a/src/contact
+++ b/src/contact
@@ -128,7 +128,11 @@ 
         <i class="fa fa-archive"></i>
         Archives</h3>
       <p>
-        Our IRC channels are publically logged and archives of both channels can be
+        <a href="https://libera.irclog.whitequark.org/ffmpeg">#ffmpeg</a> and
+        <a href="https://libera.irclog.whitequark.org/ffmpeg-devel">#ffmpeg-devel</a>
+      </p>
+      <p>
+        Our IRC channels are publically logged and old archives of both channels can be
         viewed at <a href="https://lists.ffmpeg.org/pipermail/ffmpeg-devel-irc/">
           ffmpeg-devel-irc</a>.
       </p>