-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support agenda as well as topic #69
Comments
so when we move between agenda items we use so for example
We would like the line agendum X -- -> to be equivalent to a new Topic (both in terms of posting to a github issue AND closing the previous issue) |
This is somewhat related to the feature I recently added in #45. (See the output of I'm curious how what you currently do integrates with scribe.perl minutes generation, which depends on |
scribe.perl works just fine with an agenda (assuming scribe.perl is what rssagent uses when creating the minutes). See aria minutes for examples. |
OK, I checked the IRC log for one such meeting -- I suppose the request is that a line like:
be treated the same as:
It looks like it would also optionally need to strip off an initial Does that seem about right? |
@dbaron Yes. If it makes things simpler I'm happy to file a bug against agendabot to NOT add the -> as this seems at first glance redundant (and also causes extra verbosity for screen readers). The ' -> ' seems come from https://github.com/w3c/AgendaBot/blob/fa418c18ae38e6c33bc1f861faf37a578bb2650d/agendabot.pl#LL1440-L1446C6 I have no idea what an "Ivan Link" is. @bert-github do you know what these are and why it is added? |
On Wednesday, January 18, 2023 7:22:00 PM CET James Nurthen wrote:
@dbaron Yes.
If it makes things simpler I'm happy to file a bug against agendabot
to NOT add the -> as this seems at first glance redundant (and also
causes extra verbosity for screen readers). The ' -> ' seems come
from
https://github.com/w3c/AgendaBot/blob/fa418c18ae38e6c33bc1f861faf37a5
78bb2650d/agendabot.pl#LL1440-L1446C6
I have no idea what an "Ivan Link" is. @bert-github do you know what
these are and why it is added?
Back in 2005, Ralph Swick suggested a way to add anchor text to links in
IRC minutes: precede the URL by ‘->’ and follow it by the desired text.
This convention became known as a "Ralph link’.
David Booth implemented that in scribe.perl, the program that RRSAgent
uses behind the scenes to format minutes as HTML.
Later, I noticed that people made mistakes in the order of the arrow,
the URL and text text; and some people also suggested that a different
order would be more convenient. And thus when I made scribe.perl
version 2, I added those alternative syntaxes and named them after the
people who suggested them: the Ivan link (‘-> text URL’), the Xueyuan
link (‘text -> url’) and the Inverted Xueyuan link (‘url -> text’).
A similar syntax also lets you add ALT text for an image that way: If
you use a long arrow (‘-->’), scribe.perl assumes that the URL points to
an image and it will insert that image and the given ALT text.
As for agendabot: When it finds an agenda and the agenda is in HTML, it
has to convert the HTML to plain text before printing it on IRC. If
there is a link in the agenda, it then tries to print not just the text,
but also the URL of that link. And for that it uses the syntax of the
Ivan link. That way, when the IRC minutes are converted to HTML by
RRSAgent, the agenda topic will again have its link.
…--
Bert Bos ( W 3 C ) http://www.w3.org/
http://www.w3.org/people/bos W3C/ERCIM
***@***.*** 2004 Rt des Lucioles / BP 93
+33 (0)4 92 38 76 92 06902 Sophia Antipolis Cedex, France
|
Thanks @bert-github |
We prefer to use zakim (in combination with agendabot) for the agenda in our meetings. Would it be possible for a new agenda item to act exactly like a new topic for github-bot?
The text was updated successfully, but these errors were encountered: