
CVS log for 2002/scribe/Attic/scribe.perl
Up to [Public] / 2002 / scribe
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.157
Fri Mar 8 09:51:23 2019 UTC (6 years, 1 month ago) by kahan
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.156: +8 -8 lines
migrated to github.com/w3c/scribe
Revision 1.156: download - view: text, markup, annotated - select for diffs
Wed Feb 13 17:11:42 2019 UTC (6 years, 2 months ago) by bbos
Branches: MAIN
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +9 -9 lines
... but do not allow slashes, for backwards compatibility.
Revision 1.155: download - view: text, markup, annotated - select for diffs
Wed Feb 13 17:00:09 2019 UTC (6 years, 2 months ago) by bbos
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +14 -14 lines
Made $speakerPattern much more permissive, so that names with
non-ASCII letters will match, too, e.g., "François".
Revision 1.154: download - view: text, markup, annotated - select for diffs
Tue Sep 25 16:35:56 2018 UTC (6 years, 7 months ago) by kahan
Branches: MAIN
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +12 -12 lines
scribe.perl has many templates. The "manually" disclaimer had to be added
to each of them.
Revision 1.153: download - view: text, markup, annotated - select for diffs
Wed Sep 19 14:40:21 2018 UTC (6 years, 7 months ago) by kahan
Branches: MAIN
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +9 -9 lines
Added a statement to say that minutes are manually created, not a transcript.
See https://www.w3.org/mid/C27C433C-6E19-4B41-821F-82B8C7636FB2@w3.org
Revision 1.152: download - view: text, markup, annotated - select for diffs
Mon Feb 6 11:04:15 2017 UTC (8 years, 2 months ago) by bbos
Branches: MAIN
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +9 -10 lines
Replaced once forgotten meta-http-equiv with <meta charset=utf-8>.
Revision 1.151: download - view: text, markup, annotated - select for diffs
Fri Feb 3 20:36:57 2017 UTC (8 years, 2 months ago) by bbos
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +73 -107 lines
Some clean-up of unused variables.
Now determines default present list before replacing <name> with
<scribe>.
Now always guesses the same scribe if there are two or more
candidates, thanks to sorting the names. (Not important in itself, but
makes regression testing possible.)
Fix error in previous check-in: error in "Meeting:" regexp.
Removed unusued function ProcessRalphURL.
Now actually does what the previous check-in comment said:
s/@@/http://example/foo/ treats the last "/" as a delimiter.
Fixes ambiguity when a "]" follows a URL. And also removes white space
after a URL if it is probably only there to delimit the URL.
Recognize https URLs.
Use lc instead of tr/A-Z/a-z/ and also use it in more places so that
more names that differ only in case are reocgnized.
Revision 1.150: download - view: text, markup, annotated - select for diffs
Thu Feb 2 17:33:24 2017 UTC (8 years, 2 months ago) by bbos
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +18 -9 lines
Now allows slashes (or vertical bars) in the replacement of s//
commands. E.g., s/@@/http://examples.org/foo now replaces @@ with
http://examples.org/foo because that is probably what the users
expect. A final slash, however, is still a delimiter:
s/@@/http://example.org/foo/ replaces @@ with http://example.org/foo
Revision 1.149: download - view: text, markup, annotated - select for diffs
Thu Feb 2 16:22:40 2017 UTC (8 years, 2 months ago) by bbos
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +37 -73 lines
Small improvements to regular expressions to avoid generating <p>
elements for empty lines. Small improvements to generate fewer empty
lines (thanks to using the /m switch and the ^ pattern, instead of
adding redundant \n at the start). Commented out or removed some lines
that appear not to be used. Removed the isBotLine function, which
isn't used anywhere.
Revision 1.148: download - view: text, markup, annotated - select for diffs
Tue Oct 11 12:55:14 2016 UTC (8 years, 6 months ago) by bbos
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +17 -12 lines
Now also recognizes lines such as "<amy> Present+", i.e., without a
name at the end, as an instruction to add the speaker himself.
Revision 1.147: download - view: text, markup, annotated - select for diffs
Wed Mar 23 18:03:34 2016 UTC (9 years, 1 month ago) by plehegar
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +9 -13 lines
Removed multiline @229
Revision 1.146: download - view: text, markup, annotated - select for diffs
Tue Jan 26 14:46:22 2016 UTC (9 years, 3 months ago) by plehegar
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +19 -20 lines
Switch to HTML5
Revision 1.145: download - view: text, markup, annotated - select for diffs
Mon Jan 11 15:13:58 2016 UTC (9 years, 3 months ago) by kahan
Branches: MAIN
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +33 -33 lines
Make links to CSS and Icons absolute https ones so that scribe output
can be stored on lists.w3.org
If people prefer them to stay relative, tell me and I'll add a config
option.
Revision 1.144: download - view: text, markup, annotated - select for diffs
Tue Nov 17 08:39:34 2015 UTC (9 years, 5 months ago) by carcone
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +9 -8 lines
treat horizontal ellipsis as continuation
Revision 1.143: download - view: text, markup, annotated - select for diffs
Thu Mar 19 14:02:36 2015 UTC (10 years, 1 month ago) by bbos
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +14 -14 lines
Also allow the original elho theme for IRSSI (of which Bert's theme is
a variation). Allow nicknames to be preceded by @, + or % (which
indicates their status: operator, voiced or half-op).
Revision 1.142: download - view: text, markup, annotated - select for diffs
Thu Feb 19 16:36:38 2015 UTC (10 years, 2 months ago) by bbos
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +43 -8 lines
Added patterns for the log format I'm using for my IRSSI client.
Revision 1.141: download - view: text, markup, annotated - select for diffs
Tue Dec 16 08:53:31 2014 UTC (10 years, 4 months ago) by bbos
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +47 -10 lines
Enhancements by Arnaud Le Hors
Revision 1.140: download - view: text, markup, annotated - select for diffs
Thu Nov 6 18:16:30 2014 UTC (10 years, 5 months ago) by bbos
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +11 -11 lines
Allowed ",", "[" and "]" in a URL. Do not allow "&" (except as part of
"&"). Removed the local $urlPattern from MakeLinks() and used the
global one instead. Not allowing "&" fixes a bug where
"<https://www.w3.org/foo>." would become a link to
"https://www.w3.org/foo>."
Revision 1.139: download - view: text, markup, annotated - select for diffs
Tue Aug 26 14:08:24 2014 UTC (10 years, 8 months ago) by kahan
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +13 -13 lines
Done in answer to
https://www.w3.org/Help/Requests/Ticket/Display.html?id=8366&results=0a0d78286e0ac30598201f9205c86b2d
Revision 1.138: download - view: text, markup, annotated - select for diffs
Thu Apr 25 13:59:11 2013 UTC (12 years ago) by jean-gui
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +26 -26 lines
Make all css links relative, per https://lists.w3.org/Archives/Team/sysreq/2013Apr/0255.html
Revision 1.137: download - view: text, markup, annotated - select for diffs
Thu Sep 20 20:19:01 2012 UTC (12 years, 7 months ago) by brett
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +13 -9
lines
Add patch to fill empty link text from Matt Womer.
Revision 1.136: download - view: text, markup, annotated - select for diffs
Thu May 12 12:01:43 2011 UTC (13 years, 11 months ago) by swick
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +9 -9
lines
Recognize https: URIs in Agenda:
reported 2011-05-12 by Coralie
Revision 1.135: download - view: text, markup, annotated - select for diffs
Mon Mar 2 03:52:20 2009 UTC (16 years, 2 months ago) by cmccorma
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +11 -11
lines
Ensure /^https:/ lines are not attributed to a person named "https".
Revision 1.134: download - view: text, markup, annotated - select for diffs
Fri Nov 14 12:03:15 2008 UTC (16 years, 5 months ago) by ht
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +10 -9
lines
fix (?) problem with "use strict" vs. perl 5.10
Revision 1.133: download - view: text, markup, annotated - select for diffs
Fri Jan 18 18:48:51 2008 UTC (17 years, 3 months ago) by swick
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +9 -9
lines
escape the attendee list reported by Zakim as well
Revision 1.132: download - view: text, markup, annotated - select for diffs
Fri Jan 18 18:13:08 2008 UTC (17 years, 3 months ago) by swick
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +9 -9
lines
xss vulnerability test cases
Revision 1.131: download - view: text, markup, annotated - select for diffs
Fri Jan 18 17:02:31 2008 UTC (17 years, 3 months ago) by swick
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +18 -17
lines
Remove some XSS vulnerabilities; escape the values of
Chair Log Meeting Present PreviousMeeting Regrets Scribe ScribeNick Title
Revision 1.130: download - view: text, markup, annotated - select for diffs
Wed Jan 16 19:30:10 2008 UTC (17 years, 3 months ago) by swick
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +14 -14
lines
Put leading zeros on SV_MEETING_DAY and SV_MEETING_MONTH_NUMERIC
as I believe was intended
Revision 1.129: download - view: text, markup, annotated - select for diffs
Wed Jan 16 16:08:50 2008 UTC (17 years, 3 months ago) by swick
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +17 -16
lines
Make missing or empty template file a non-fatal error;
use previously set (or default) template.
Revision 1.128: download - view: text, markup, annotated - select for diffs
Fri Feb 23 21:38:13 2007 UTC (18 years, 2 months ago) by swick
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +13 -10
lines
XML-escape formatted actions when inserting them into the template.
Revision 1.127: download - view: text, markup, annotated - select for diffs
Tue Aug 16 15:12:03 2005 UTC (19 years, 8 months ago) by swick
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +9 -9
lines
add CONTINUES as synonym for CONTINUED
Revision 1.126: download - view: text, markup, annotated - select for diffs
Mon May 16 16:49:48 2005 UTC (19 years, 11 months ago) by swick
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +8 -8
lines
typo
Revision 1.125: download - view: text, markup, annotated - select for diffs
Mon May 16 16:49:18 2005 UTC (19 years, 11 months ago) by swick
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +8 -7
lines
Add an Id close to the top for ease of maintenance
Revision 1.124: download - view: text, markup, annotated - select for diffs
Mon May 16 16:48:17 2005 UTC (19 years, 11 months ago) by swick
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +55 -42
lines
Replace the text of the W3C Software Notice and License with the
current (Rev 1.11 2004-07-06) version. Primarily because the
orignal date of the previous notice had not been quoted as a
CVS tag and had been lost.
Revision 1.123: download - view: text, markup, annotated - select for diffs
Mon May 16 16:39:49 2005 UTC (19 years, 11 months ago) by swick
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +34 -16
lines
Don't die on unparseable date errors. These often occur when some mail
headers are pasted into the channel.
Revision 1.122: download - view: text, markup, annotated - select for diffs
Thu Mar 31 04:43:41 2005 UTC (20 years, 1 month ago) by dbooth
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +27 -17
lines
Improved the recognition of Irssi log timestamps.
Revision 1.121: download - view: text, markup, annotated - select for diffs
Wed Mar 30 20:35:17 2005 UTC (20 years, 1 month ago) by dbooth
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +72 -38
lines
Fixed ISO8601 timestamp pattern matching.
Revision 1.120: download - view: text, markup, annotated - select for diffs
Tue Mar 29 05:28:50 2005 UTC (20 years, 1 month ago) by dbooth
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +692 -118
lines
Saving a checkpoint. LOTS of changes for converting to an improved
processing model, but not yet enabled because the new processing model
is not yet fully debugged.
Revision 1.119: download - view: text, markup, annotated - select for diffs
Wed Mar 23 10:01:53 2005 UTC (20 years, 1 month ago) by dom
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +9 -9
lines
s/--/—/ in <title>
Revision 1.118: download - view: text, markup, annotated - select for diffs
Tue Mar 22 17:13:55 2005 UTC (20 years, 1 month ago) by dbooth
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +88 -45
lines
Fixed bug that caused i/// to fail if the command appeared on the next line
after the desired insertion point.
Revision 1.117: download - view: text, markup, annotated - select for diffs
Thu Mar 10 16:25:39 2005 UTC (20 years, 1 month ago) by dbooth
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +10 -13
lines
P.S. Also fixed the RRSAgent_HTML_Format processing so that it no
longer causes duplicate links.
Revision 1.116: download - view: text, markup, annotated - select for diffs
Thu Mar 10 16:19:15 2005 UTC (20 years, 1 month ago) by dbooth
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +923 -608
lines
Added support for s||| substitution and i||| insertions, so that URLs can
be edited. Also improved the processing of those editing commands.
Moved action processing into a function (ProcessActions).
Ignore "next agendum" lines.
Revision 1.115: download - view: text, markup, annotated - select for diffs
Tue Feb 15 22:31:37 2005 UTC (20 years, 2 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +105 -60
lines
Improved the MIT template to give instructions for finishing the minutes.
Revision 1.114: download - view: text, markup, annotated - select for diffs
Tue Feb 15 15:36:05 2005 UTC (20 years, 2 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +34 -16
lines
Avoid warning if new list of zakim attendees is a superset of old.
Make URLs clickable in embedded diagnostic output.
Revision 1.113: download - view: text, markup, annotated - select for diffs
Mon Feb 14 23:08:30 2005 UTC (20 years, 2 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +79 -9
lines
Added support for XChat_Timestamped_Log_Format.
Revision 1.112: download - view: text, markup, annotated - select for diffs
Mon Feb 14 17:33:11 2005 UTC (20 years, 2 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +12 -13
lines
Accommodate new RRSAgent message syntax. Accept both formats of the
"logging" message (with and without "is"):
<RRSAgent> is logging to http://www.w3.org/2005/01/31-arch-irc
<RRSAgent> logging to http://www.w3.org/2005/02/14-arch-irc
Revision 1.111: download - view: text, markup, annotated - select for diffs
Sat Feb 12 19:57:54 2005 UTC (20 years, 2 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +140 -32
lines
Add a link from each action item, " [recorded in http://...#action01]",
to the location in the minutes (or log) where it was recorded, so that
it is easy to find the context of the action. This depends on knowing
either the final URL of the minutes (preferably), or at least the log URL.
If RRSAgent is used, then normally the minutes URL will be guessed
from the log:
<dbooth> rrsagent, draft minutes
<RRSAgent> I have made the request to generate http://www.w3.org/2005/01/07-swcg-minutes dbooth
However, I also added the command-line option
"-minutes http://www.w3.org/2005/01/07-swcg-minutes.html" (for example)
to explicitly tell scribe.perl the URL of the minutes.
Incidentally, if only the log URL is known, then at present the action
item will only be able to point to the entire log, rather than using
a fragment identifier ("#action01") to point to the specific location
within the log, because scribe.perl is not currently able to determine
what fragment identifier is associated with each action in the log.
Also made a minor improvement to action status processing.
Revision 1.110: download - view: text, markup, annotated - select for diffs
Tue Feb 8 15:09:54 2005 UTC (20 years, 2 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +48 -14
lines
Prevent "to" from appearing twice when alternate ACTION format
is used: "ACTION DanC: to propose to postpone"
Changed the default to not break long ACTION lines.
No longer warn if new Regrets or Present list is superset of old list.
Revision 1.109: download - view: text, markup, annotated - select for diffs
Fri Jan 21 04:36:25 2005 UTC (20 years, 3 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +9 -9
lines
Added another link to scribedoc.html
Revision 1.108: download - view: text, markup, annotated - select for diffs
Fri Jan 21 03:50:58 2005 UTC (20 years, 3 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +84 -25
lines
Added i/where/line command to add a line at an earlier location.
Reduced the number of warnings. No longer warn if no agenda or no regrets.
Improved the reporting of failed s/old/new/ substitutions.
Revision 1.107: download - view: text, markup, annotated - select for diffs
Thu Jan 13 02:12:08 2005 UTC (20 years, 3 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +81 -9
lines
Recognize Ralph's syntax for link text:
-> http://foo text
becomes:
<a href="http://foo">text</a>
to avoid having so may visible URLs.
Revision 1.106: download - view: text, markup, annotated - select for diffs
Tue Jan 11 04:10:53 2005 UTC (20 years, 3 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +11 -9
lines
Explicitly close STDOUT and STDERR on exit, in case some systems don't.
Revision 1.105: download - view: text, markup, annotated - select for diffs
Tue Jan 11 03:57:33 2005 UTC (20 years, 3 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +18 -17
lines
Remove $ from scribe.perl version info in generated minutes, to prevent it
from getting re-munged if minutes are checked into CVS.
Revision 1.104: download - view: text, markup, annotated - select for diffs
Sun Jan 9 05:17:05 2005 UTC (20 years, 3 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +191 -107
lines
Added -embedDiagnostics and -noEmbedDiagnostics options
Revision 1.103: download - view: text, markup, annotated - select for diffs
Sun Jan 9 02:15:46 2005 UTC (20 years, 3 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +34 -13
lines
Permit alternate action syntax: "ACTION dbooth: fix this bug"
Revision 1.102: download - view: text, markup, annotated - select for diffs
Wed Jan 5 22:58:09 2005 UTC (20 years, 3 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +95 -18
lines
Misc minor improvements and wish list update.
Revision 1.101: download - view: text, markup, annotated - select for diffs
Wed Jan 5 18:31:17 2005 UTC (20 years, 3 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +19 -9
lines
Added -asxhtml option to tidy, to generate XHTML when the -tidy option is used.
Revision 1.100: download - view: text, markup, annotated - select for diffs
Wed Jan 5 05:25:37 2005 UTC (20 years, 3 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +24 -11
lines
Added -draft and -final options.
Revision 1.99: download - view: text, markup, annotated - select for diffs
Tue Dec 14 10:35:50 2004 UTC (20 years, 4 months ago) by hugo
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +12 -8
lines
Added code to highlight resolutions
Revision 1.98: download - view: text, markup, annotated - select for diffs
Tue Dec 14 10:17:28 2004 UTC (20 years, 4 months ago) by hugo
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +7 -10
lines
Reverted change as it produces invalid HTML
Revision 1.97: download - view: text, markup, annotated - select for diffs
Tue Dec 14 10:15:01 2004 UTC (20 years, 4 months ago) by hugo
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +0 -0
lines
Replacing at least 20 dashes by an hr
Revision 1.96: download - view: text, markup, annotated - select for diffs
Tue Dec 14 10:13:38 2004 UTC (20 years, 4 months ago) by hugo
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +10 -7
lines
Replacing at least 20 dashes by an hr
Revision 1.95: download - view: text, markup, annotated - select for diffs
Thu Nov 4 22:49:59 2004 UTC (20 years, 5 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +31 -10
lines
Fixed a minor date formatting bug. Noted (but did not fix) another formatting bug.
Revision 1.94: download - view: text, markup, annotated - select for diffs
Fri Oct 22 18:32:00 2004 UTC (20 years, 6 months ago) by plehegar
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +9 -9
lines
Removed extra CSS class
Revision 1.93: download - view: text, markup, annotated - select for diffs
Thu Oct 21 20:42:41 2004 UTC (20 years, 6 months ago) by plehegar
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +36 -36
lines
Improved a bit the HTML produced
Revision 1.92: download - view: text, markup, annotated - select for diffs
Mon Oct 18 21:05:59 2004 UTC (20 years, 6 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +9 -9
lines
Fixed bug in date parsing error message.
Revision 1.91: download - view: text, markup, annotated - select for diffs
Mon Oct 18 20:53:32 2004 UTC (20 years, 6 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +28 -17
lines
Improved date parsing and error messages.
Revision 1.90: download - view: text, markup, annotated - select for diffs
Tue Aug 10 15:51:28 2004 UTC (20 years, 8 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +75 -195
lines
Fixed a bug that caused the ScribeNick to be inferred as "scribe" even
though a Scribe was specified that matched an IRC handle.
Made scribe name comparisons case insensitive.
Removed a little dead code.
Revision 1.89: download - view: text, markup, annotated - select for diffs
Mon Jul 26 15:10:07 2004 UTC (20 years, 9 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +16 -11
lines
Added action status CLOSED as a synonym for DONE.
Revision 1.88: download - view: text, markup, annotated - select for diffs
Mon Jul 26 14:58:33 2004 UTC (20 years, 9 months ago) by hugo
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +8 -7
lines
Added support for postponed action items
Revision 1.87: download - view: text, markup, annotated - select for diffs
Tue Jul 6 18:51:33 2004 UTC (20 years, 9 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +8 -8
lines
Corrected broken string terminator
Revision 1.86: download - view: text, markup, annotated - select for diffs
Tue Jul 6 17:50:16 2004 UTC (20 years, 9 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +8 -10
lines
Update wish list.
Revision 1.85: download - view: text, markup, annotated - select for diffs
Tue Jul 6 17:43:54 2004 UTC (20 years, 9 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +75 -7
lines
Added W3C Software License.
Revision 1.84: download - view: text, markup, annotated - select for diffs
Tue Jul 6 17:21:00 2004 UTC (20 years, 9 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +358 -124
lines
1. Now supports multiple scribes.
2. Added Mirc_Timestamped_Log_Format.
3. Other internal changes: ParseLine now always returns command
names in lower case, for easier comparison.
Revision 1.83: download - view: text, markup, annotated - select for diffs
Tue Jun 22 13:44:33 2004 UTC (20 years, 10 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +9 -9
lines
Shortened $maxLineLength to 67 because the style sheet indents them
3 spaces and Eudora was wrapping them at about 70 characters.
Revision 1.82: download - view: text, markup, annotated - select for diffs
Tue Jun 22 13:32:30 2004 UTC (20 years, 10 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +11 -11
lines
Improved action item processing, so that action items pasted in from previous
minutes are much more likely to be properly recognized. In particular,
when the action items are summarized at the end of the minutes, they are
wrapped to fit within 76 characters (except for long words), and the
continuation lines now start with "... ", so they are recognized
properly as continuation lines when they are pasted in later.
Revision 1.81: download - view: text, markup, annotated - select for diffs
Tue Jun 8 14:14:43 2004 UTC (20 years, 10 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +11 -18
lines
Turned off $allowSpaceContinuation by default, because it is too error prone.
Updated the wish list.
Revision 1.80: download - view: text, markup, annotated - select for diffs
Fri May 21 19:53:28 2004 UTC (20 years, 11 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +18 -11
lines
Added -disallowSpaceContinuation to prevent leading space from indicating
a continuation line.
Revision 1.79: download - view: text, markup, annotated - select for diffs
Tue May 11 13:37:20 2004 UTC (20 years, 11 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +31 -22
lines
Made it "use strict;"
Revision 1.78: download - view: text, markup, annotated - select for diffs
Tue May 11 12:56:20 2004 UTC (20 years, 11 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +53 -23
lines
Keep zakim question reminders, i.e., when zakim says:
<Zakim> dbooth, you wanted to suggest mentioning semantics
Revision 1.77: download - view: text, markup, annotated - select for diffs
Tue May 11 12:27:19 2004 UTC (20 years, 11 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +49 -13
lines
Changed the order in which s/old/new/ substitutions are processed,
so that they are now processed first to last, because that's what
users expect.
Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Apr 28 22:00:42 2004 UTC (21 years ago) by dbooth
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +22 -9
lines
Improved the MIT template to be more like what you get from
http://www.w3.org/Team/2004/04/06-MIT.html,new
.
Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon Apr 26 19:45:05 2004 UTC (21 years ago) by dbooth
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +51 -22
lines
Fixed another bug in action processing when -trustRRSAgent option is used.
Turned off warning about HTML being invalid, because it now appears to be valid.
Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Apr 26 18:08:47 2004 UTC (21 years ago) by dbooth
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +7 -7
lines
Turned of $debugActions which was accidentally left on.
Revision 1.73: download - view: text, markup, annotated - select for diffs
Mon Apr 26 17:45:06 2004 UTC (21 years ago) by dbooth
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +50 -28
lines
Fixed a bug in action item processing.
Revision 1.72: download - view: text, markup, annotated - select for diffs
Thu Apr 22 04:32:53 2004 UTC (21 years ago) by dbooth
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +30 -9
lines
Delete duplicate Topic lines.
Changed $preferredContinuation to "..." because the other form
wasn't being recognized in the code that formats the paragraphs into HTML.
Revision 1.71: download - view: text, markup, annotated - select for diffs
Sat Apr 17 03:42:37 2004 UTC (21 years ago) by dbooth
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +305 -449
lines
Deleted -teamSynonyms option.
No longer ignore lines starting with "*" (except if $inputFormat is Mirc_Text_Format).
Added "ScribeNick: ircName" command. (Not yet documented.)
Improved the logic for guessing the scribe/scribeNick.
Misc code cleanup.
Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Apr 5 17:25:29 2004 UTC (21 years ago) by dbooth
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +7 -7
lines
untest
Revision 1.69: download - view: text, markup, annotated - select for diffs
Mon Apr 5 17:22:43 2004 UTC (21 years ago) by dbooth
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -1
lines
test
Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon Apr 5 15:31:46 2004 UTC (21 years ago) by dbooth
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -1
lines
No change. Just trying to sync the version number.
Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri Mar 26 19:59:12 2004 UTC (21 years, 1 month ago) by dbooth
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +4 -2
lines
Added -noDashTopics option to turn off -dashTopics option.
Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Mar 26 19:51:30 2004 UTC (21 years, 1 month ago) by dbooth
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +263 -206
lines
Added the ability to embed options in input, by saying "ScribeOptions: ...".
Fixed a bug in action status processing.
Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Mar 22 21:53:04 2004 UTC (21 years, 1 month ago) by dbooth
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +48 -3
lines
Improved the heuristics and warnings for the -dashTopics option.
Revision 1.64: download - view: text, markup, annotated - select for diffs
Fri Mar 19 21:09:26 2004 UTC (21 years, 1 month ago) by dbooth
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +3 -4
lines
Update wish list.
Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue Mar 16 18:33:33 2004 UTC (21 years, 1 month ago) by dbooth
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +6 -5
lines
Changed the order of some action status words.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Mar 16 18:28:54 2004 UTC (21 years, 1 month ago) by dbooth
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +8 -1
lines
Added more action statuses from
http://www.w3.org/2001/sw/Europe/200401/actions
Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Feb 24 17:22:35 2004 UTC (21 years, 2 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +9 -7
lines
Changed the processing of s/// to be last first, so that you
can even correct previous instances of s///.
Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Feb 23 17:11:13 2004 UTC (21 years, 2 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +263 -49
lines
Added to WISH list.
Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Feb 3 16:39:34 2004 UTC (21 years, 2 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +4 -4
lines
Corrected warning about replacing list of people present.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue Feb 3 00:17:34 2004 UTC (21 years, 2 months ago) by dom
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +78 -39
lines
adding markup/formatting as per http://lists.w3.org/Archives/Team/w3t/2003Dec/0158.html / http://www.w3.org/Team/2003/12/mockup-minutes
Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Jan 29 20:15:51 2004 UTC (21 years, 3 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -1
lines
Made "Present:..." not give warning about replacing default list
of people present (picked up from zakim).
Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Jan 22 23:15:21 2004 UTC (21 years, 3 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +69 -39
lines
Checking in changes made earlier, but i forget what they were.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Jan 21 17:04:00 2004 UTC (21 years, 3 months ago) by hugo
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +10 -6
lines
Added SCRIBEOPTIONS environment variable for default options
Revision 1.54: download - view: text, markup, annotated - select for diffs
Sat Jan 17 05:23:37 2004 UTC (21 years, 3 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1
lines
Updated version number??? (I thought CVS did that for me automatically.)
Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Jan 17 05:18:41 2004 UTC (21 years, 3 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +361 -112
lines
Fixed a bug in action continuation line processing. Added a ParseLine()
function to make the parsing more rational. Cleaned up the action code
a bit.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Jan 12 21:36:56 2004 UTC (21 years, 3 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +49 -20
lines
Fixed RRSAgent_Visible_HTML_Text_Paste_Format
Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Jan 10 05:14:49 2004 UTC (21 years, 3 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +12 -34
lines
Ignore empty argument.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Jan 9 20:40:53 2004 UTC (21 years, 3 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +13 -128
lines
Made -useZakimTopics the default.
Took out the long opening comment saying how to use the program.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Jan 9 18:28:08 2004 UTC (21 years, 3 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +14 -3
lines
Made sorting of action items case insensitive.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Jan 9 13:43:12 2004 UTC (21 years, 3 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +14 -1
lines
Join continuation lines in ACTION items.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Jan 5 22:24:26 2004 UTC (21 years, 3 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2
lines
Fixed a bug in Present/Regrets processing.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Jan 2 22:31:51 2004 UTC (21 years, 3 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -3
lines
Updated the wish list.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Jan 2 21:34:16 2004 UTC (21 years, 3 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +141 -48
lines
Added Hugo_Log_Format and renamed the other Normalizer functions to
make them easier to read and make the documentation easier to write.
Filtered out completed actions when printing the list of people
with action items.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Jan 2 15:58:16 2004 UTC (21 years, 3 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +30 -12
lines
Added a wish list item for improving the guess of who attended.
Removed some extraneous debugging statements.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Jan 1 05:19:55 2004 UTC (21 years, 4 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +285 -177
lines
Fixed continuation line processing. Added the -useZakimTopics option.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Dec 31 16:44:34 2003 UTC (21 years, 4 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +156 -72
lines
Added features: (1) Guess the scribe name; (2) -implicitContinuations option
(3) Recognize a leading space as indicating a continuation line.
Misc code cleanup.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Dec 23 05:02:25 2003 UTC (21 years, 4 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +260 -49
lines
Added -implicitContinuations option, though didn't test it yet!
Cleaned up misc code a little.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Dec 22 17:42:57 2003 UTC (21 years, 4 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +41 -23
lines
Added some debugging stuff. Found a bug that puts "Scribe:" at the beginning
of the first scribed line. Not yet fixed.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Dec 19 21:50:09 2003 UTC (21 years, 4 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +40 -14
lines
Added s/old/new/G for substitution forward and back.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Dec 18 20:45:31 2003 UTC (21 years, 4 months ago) by hugo
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +7 -107
lines
Saving disk and bandwidth: removing commented out old text from templates
Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Dec 12 22:23:46 2003 UTC (21 years, 4 months ago) by hugo
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +9 -11
lines
Fixed bug where Present could be considered a speaker
Added "Agenda:" in list of keywords
Better regexp for "Agenda: http://..."
Better warnings for present list changes
Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Dec 12 17:27:38 2003 UTC (21 years, 4 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +23 -0
lines
Added to the wish list.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Dec 11 23:00:10 2003 UTC (21 years, 4 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +26 -7
lines
Auto get attendee list from zakim statement.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Dec 11 21:12:30 2003 UTC (21 years, 4 months ago) by hugo
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +18 -13
lines
Added version information
Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Dec 11 20:16:14 2003 UTC (21 years, 4 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1
lines
Fixed an incorrect warning message about agenda missing.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Dec 11 20:14:33 2003 UTC (21 years, 4 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +19 -0
lines
Added a feature wish list.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Dec 11 15:29:49 2003 UTC (21 years, 4 months ago) by hugo
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +33 -6
lines
Added code to spot link to agenda
Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Dec 8 20:59:00 2003 UTC (21 years, 4 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +453 -115
lines
Added a -normalize option to output the normalized input, so that it
can be fed back into scribe.perl as input. Not sure if it works right
yet.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Oct 11 19:07:03 2003 UTC (21 years, 6 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +11 -10
lines
Changed to print the people present after all are obtained.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Oct 9 22:42:34 2003 UTC (21 years, 6 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +10 -4
lines
Fixed ACTION highlighting.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Oct 9 21:25:32 2003 UTC (21 years, 6 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +5 -5
lines
Commented out debugging lines that were accidentally left enabled.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Oct 9 08:06:32 2003 UTC (21 years, 6 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +36 -7
lines
Added support for "Present+" and "Present-".
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Oct 6 16:56:36 2003 UTC (21 years, 6 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +211 -78
lines
Improved ACTION processing to find the action status better and to pick up the
URL where the action was recorded. You should normally use the -trustRRSAgent
option now. It will probably become the default soon.
Also fixed a longstanding unnoticed bug
that prevented the last line of the input from being processed.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Oct 1 12:03:49 2003 UTC (21 years, 7 months ago) by hugo
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +38 -7
lines
Reimplemented -trustRRSAgent from revision 1.18
Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Sep 16 14:21:07 2003 UTC (21 years, 7 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1
lines
Changed the order in which action item are listed.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Sep 16 14:17:49 2003 UTC (21 years, 7 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1
lines
Decided to list DONE and DROPPED items also.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Sep 16 14:13:12 2003 UTC (21 years, 7 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +79 -109
lines
Fixed action item processing in my script for formatting minutes:
http://dev.w3.org/cvsweb/~checkout~/2002/scribe/
Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Aug 7 21:02:38 2003 UTC (21 years, 8 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +62 -44
lines
Added NormalizerPlainText to recognize the format of plain text scribe notes.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Aug 7 20:51:14 2003 UTC (21 years, 8 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2
lines
Fixed a minor bug: "Date:..." line is now removed when it is recognized.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Jul 19 07:59:10 2003 UTC (21 years, 9 months ago) by hugo
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +37 -8
lines
Problem: it is difficult to guess the definitive list of action items;
since CTCP actions are not logged, and RRSAgent gives feedback about action
items that way, it is impossible to handle "ACTION- 5" or
"ACTION 3 = New text for the action item" lines, which leads to duplicates,
and listing dropped action items as still in progress.
I added a -trustRRSAgent option:
# -trustRRSAgent Don't try to be smart about action items.
# Just trust what RRSAgent says
This tells the program to use RRSAgent list of action items instead of trying
to guess it.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Jun 26 12:09:59 2003 UTC (21 years, 10 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +15 -47
lines
Improved how "possibly present" names are collected.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jun 19 21:44:45 2003 UTC (21 years, 10 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +11 -9
lines
Moved the doctype into the template documents
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jun 18 15:24:16 2003 UTC (21 years, 10 months ago) by hugo
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +18 -23
lines
Now generating HTML 4.01
Only declaring the doctype used in one place and adding it to all the templates
at the end
Using <h3 id="..."> instead of <h3><a name="...">: allows links in the topic
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Jun 13 21:02:20 2003 UTC (21 years, 10 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +46 -15
lines
Smarter processing of the list of people present.
Added some warnings that give guidance on what to do.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jun 12 21:34:15 2003 UTC (21 years, 10 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -0
lines
Added warning for no topics.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Jun 11 04:30:11 2003 UTC (21 years, 10 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -3
lines
fix rev
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jun 11 03:58:25 2003 UTC (21 years, 10 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +35 -17
lines
Added startup notice to incidate the version number and where to get
the latest version.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Apr 14 21:06:41 2003 UTC (22 years ago) by dbooth
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +23 -6
lines
Added code to figure out the meeting date from the IRC log name.
Cool, huh?
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Apr 11 20:47:05 2003 UTC (22 years ago) by dbooth
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -9
lines
Fixed a bug in NormalizerRRSAgentText (the function that recognizes
the .txt log format produced by RRSAgent).
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Apr 4 17:02:50 2003 UTC (22 years ago) by dbooth
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +141 -124
lines
Added separator: ----
Also improved input format detection.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Mar 14 04:24:43 2003 UTC (22 years, 1 month ago) by dbooth
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1070 -873
lines
Modified to accept several different input formats (HTML, Text,
square brackets, timestamps, Yahoo IM format, etc.).
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Feb 7 22:45:30 2003 UTC (22 years, 2 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +9 -9
lines
Added a link, at the bottom of the generated output, to this program.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Feb 7 22:01:49 2003 UTC (22 years, 2 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +404 -56
lines
Clarified the documentation on what IRC log format is acceptable.
Moved template files to be internal to the program.
Made the PublicTemplate be the default.
No longer put the list of people possibly present into the
resulting HTML, since it was almost always wrong, and it's more
evident that it needs to be filled in if it is left empty.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Dec 6 18:42:21 2002 UTC (22 years, 4 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +645 -642
lines
changed
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Dec 6 17:19:13 2002 UTC (22 years, 4 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +51 -20
lines
changed
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Nov 15 14:17:06 2002 UTC (22 years, 5 months ago) by dbooth
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3
lines
Allow "Chairs:..." in addition to "Chair:..."
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Nov 11 22:37:42 2002 UTC (22 years, 5 months ago) by dbooth
Branches: MAIN
Initial version
Webmaster