Hi Amin and Bill, Thank you for your prompt reply! Le 12/08/2020 à 00:52, Amin Bandali a écrit : > Hi Thérèse, bill-auger, > > Thanks a lot for the patch, Thérèse! I went ahead and applied it, with > some minor changes/comments below. > > > Thérèse Godefroy writes: > >> Hello GNUzilla maintainers, >> > [...] >> - Add a button to download the latest release. >> >> ==> To ease up maintenance, you could add a "gnuzilla-latest" symlink >> to the download directory. >> > > You mean adding a line like the following to the .symlinks of the > gnuzilla web repo > > ,----[ .symlinks ] > | https://ftpmirror.gnu.org/gnuzilla/60.7.0/ gnuzilla-latest > `---- > > and replacing the link for your newly added "Latest release" button with > something like href="gnuzilla-latest", and then bumping the .symlinks > entry in each new release? > I wasn't thinking of the .symlinks file, but of adding a gnuzilla-latest entry to the download directory. See GNU Parallel [0]. [0] https://ftp.gnu.org/gnu/parallel/ > Also, regarding the button, I changed the CSS selector from ".button" to > "#content .button" to avoid it messing with the FSF line at the top. Thanks, Amin! I had forgotten about this. The footer also has buttons. > [...] >> - Limit line width. >> > > On the one hand I like the narrower lines, making it easier to follow > the text from one line to the next, but I can't help but feel the new > large margins are a bit distracting :-/. What are your thoughts? Do we > have examples of other project pages using .reduced-width for all of > their page? Can we make all of > Yes, there are several. I think the first one I did was Gnuastro [1] (the "reduced-width" class wasn't defined yet). Maybe you could increase the width from 45 to 50 or 55em. For Gnuastro, it is 48em. [1] https://www.gnu.org/software/gnuastro/gnuastro.html > bill-auger writes: > >> very thorough - gj Thérèse >> >> seeing as the page is being revised, i could add a few notes >> >> 1) regarding the layout, the logo at the top of the page, is what >> is wasting the most space - i suggest making the initial >> paragraph of text to wrap around that image - the image could >> even be enlarged a bit, in that case >> Space is only a problem on narrow screens, where the text can't wrap around the logo [2, 3]. [2] https://www.gnu.org/software/recutils/ (It would be better to center the logo on narrow screens.) [3] https://www.gnu.org/software/gcal/ (I should remove the Introduction heading on this one.) > I'm thinking of going the other way, pulling the logo up on the same > line as the title, something like , > and making it a bit smaller maybe. I'll experiment with that later > tonight and see how it turns out. > I like your idea, Bill. I may give it a try too. >> 2) the URL of the list of "free addons" does not actually point >> to the addons; but the icecat FSD entry - the URL for the >> addons is: >> >> https://directory.fsf.org/wiki/Collection:IceCat_plugins >> >> >> 3) for the sake of readability, i would suggest changing the >> heading "Langpacks" to "Language Packs" > > Thanks, applied both of these suggestions. > All the best, Thérèse