-
Notifications
You must be signed in to change notification settings - Fork 46
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
Multiline info lines are represented as a single line in the minutes. #687
Comments
I will be working on this issue. I have contacted t0xic0der to ask some questions about the project since I have been stuck trying to understand the code base in some places. |
@sopyb go ahead |
I've been looking through the codebase and haven't found anything related to generating HTML files for meeting message logs or summaries. There only seems to be an option to clear the cache for specific paths through fedora messaging for when new data is added. The archive of meetings is no longer available to download online so I can't experiment and make sure that I am not missing something. @gridhead My questions are:
The best fix I can think of is replacing |
@sopyb the pages for the meetings are generated on the fly with the use of templates available in the https://github.com/fedora-infra/mote/tree/main/mote/templates directory. The main.py file has the configuration for all the valid routes that the service allows for so those should lead you to the functions that generate the HTML files. The meeting logs and summaries are acquired from here https://meetbot-raw.fedoraproject.org/ so you might be able to experiment locally. |
hi @gridhead is there a way to download them? |
Thanks for clarifying, @gridhead! This is taking me way too long to wrap my head around. So, if I've got this right: the meeting logs and summaries are generated somewhere else. That means the fix I proposed earlier, where those would be modified on creation to display correctly in HTML, won't cut it. If that's the case, then I'll move forward with adding the CSS style I mentioned before and make a pull request. |
@raeeceip Yes. All the logs and summaries are on https://meetbot-raw.fedoraproject.org I used |
@sopyb could you please make changes to the README section where the developers are asked to download an archive from the Mega link and instead change it to provide the command that you mentioned in the comment #687 (comment). Your command works great and does not have us rely on a third-party service to help our developers set up their environment. |
In this example, the first Info line is represented as one line, but if you look at the plain text minutes you can see that it was actually 3 lines.
The text was updated successfully, but these errors were encountered: