-
Notifications
You must be signed in to change notification settings - Fork 34
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
Move Zakim and RRSAgent docs to the Guidebook and migrate them to Markdown #302
base: main
Are you sure you want to change the base?
Conversation
To limit the TOC level on the zakim page, we would need to use a different bundle exec jekyll build --config _config-zakim.yml then, in exclude: ["README.md", "**/README.md", "meetings/zakim.md"]
keep_files: ["meetings/zakim.html"] Finally, when you regenerate the whole site, it'll keep the previous version of the zakim document. bundle exec jekyll build |
Discussing with @deniak, this solution seems too complex. As a workaround we used CSS to hide secondary headings, see commit 3a77a53. A proper solution would be to add this option to the |
… the legacy Zakim phone bridge
…gram has been discontinued
…e guide repository)
…e guide repository)
Co-authored-by: Denis Ah-Kang <[email protected]>
Co-authored-by: Denis Ah-Kang <[email protected]>
Co-authored-by: Denis Ah-Kang <[email protected]>
2860b55
to
3a77a53
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prettification, punctuation fixes, etc.
3f0e2fe
to
95ede0b
Compare
Co-authored-by: Ted Thibodeau Jr <[email protected]> Co-authored-by: Vivien Lacourba <[email protected]>
95ede0b
to
227f57c
Compare
- `rrsagent, grep [-i] [first-last|max] <text>` | ||
- `rrsagent, search for [-i] [first-last|max] <text>` | ||
- `rrsagent, find [-i] [first-last|max] <text>` | ||
- `rrsagent, <text>?` | ||
|
||
Searches the log for `<text>`. The text is interpreted as a perl regex; e.g., '`.`' matches any character, '`<char>+`' matches one or more consecutive occurrences of `<char>`, and '`<char>*`' matches any number of consecutive occurrences of `<char>`, etc. '`-i`' causes the comparison to be case insensitive. '`first`', '`last`', and '`max`' limit the reported results to the specified (first and last) results or to at most (max) results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@swickr I first thought that first-last
was a typo instead of first|last
(first or last), but testing the RRSAgent search command I could not get any of those combinations working.
See my tests in: https://www.w3.org/2025/01/24-vivtest-irc
Previous location: