-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
retest this project with the Lean data set #2
Comments
I had to change line 181 to
I'm not sure the script needs to generate CSS at all. We could provide a default (static) css file for the generated pages.
It was by number of topics, which is a pretty stable measure of "importance." JS sorting sounds great (as long as the default order is customizable).
Yeah, we could just add it to the shell script that calls the Python script, no need for it to be in here. |
This was the intent, but I never actually got around to doing it. Right now, all the HTML/markdown gets regenerated each time, even when you update the archive incrementally. I guess the Rust people aren't using Jekyll, so including the update time with |
This should just be merged unconditionally; it should be simply a better arrangement.
Hmm, this one is a bit more interesting. I think ultimately one will want sort order to be something users can control dynamically with JavaScript. Maybe we should turn this into an issue?
Can you post screenshots of the two versions? I think we might just want to figure out which version looks nicer and merge that. |
With double newlines: https://leanprover-community.github.io/archive/113488general/index.html |
I think probably the right model is single newlines, and if one wants to do wider spacing between entries, that can be done with CSS. Does that make sense to you @robertylewis? |
Ah, I didn't think that newline actually had any effect on the HTML output, but apparently it does. It gets compiled to |
OK, I think we've integrated everything from the Rust/Lean branches except for sort order, which I feel like should probably be made available as a JavaScript UI option. @robertylewis @Mark-Simulacrum do you have a chance to test the latest code? |
I will try to resync the rust-lang repository this weekend with this repository. |
|
Opened #12 to address this. |
Thanks everyone for testing! |
@robertylewis I just merge a series of commits, inspired by some work the rust-lang folks did in integrating this, that moves a bunch of the configuration settings to live in the
zuliprc
file. Docs are present in the README.md. Can you test it out and make sure it didn't break anything for Lean?Also you may want to look at the Rust folks changes: https://github.com/zulip/zulip_archive/commits/rust-remaining to see if any of those you'd like for Lean as well. Here are my notes to them on next steps:
On question I had for you:
The text was updated successfully, but these errors were encountered: