- Change Summary:
-
Remove the linktitle frontmatter that I added since I noticed that it isn't really needed when comparing how other pages look like
- Diff:
-
Revision 2 (+20 -12)
Install page: Show toc and add older versions link
Review Request #834 — Created July 25, 2021 and submitted
Modified the install page so that it now shows: - The table of contents at the beginning of the page. Had to modify the markdown a bit to make this appear (it only shows it if there's no first level heading in the md file). - Added a new section to tell users where they can find the installers/binaries for older versions of Pidgin/Finch.
Ran
dev-server.sh
and verified content looked as intended
- Change Summary:
-
Remove the linktitle frontmatter that I added since I noticed that it isn't really needed when comparing how other pages look like. This rev has the same changes description as rev2 because I intended to apply this in rev2 but forgot to actually commit my changes before
rgt post
ing them. - Commit:
-
bf24d8848d27cc048a81fffc
- Diff:
-
Revision 3 (+18 -11)
-
While the goal was to get a Table of Contents, this is a big accessibility win as far as document structure. The general consensus is that a page should only have one H1 and that it should be the page's title. This change addresses that issue for the install page.
The only other file with a potentially problematic H1 is
development/building/2.x.y/_index.md
-
The original wording is good, though I would probably add a comma at each of the two pauses. In case it helps, here's an alternative wording.
If you need binaries for older versions of Pidgin, visit our [package repository main page](https://sourceforge.net/projects/pidgin/files/Pidgin). That is also where you can find the checksums for each file and their corresponding gpg signatures.
- Change Summary:
-
Changed the wording of the
other versions
section as per jrchamp's suggestion. - Commit:
-
cc048a81fffc28616283f35e
- Diff:
-
Revision 4 (+18 -11)