libreboot / lbwww (public) (License: Unspecified) (since 2023-04-11) (hash sha1)
libreboot website (markdown files). https://libreboot.org/
List of commits:
Subject Hash Author Date (UTC)
grammar 016bdaf4c40bcf54e45882c4fbfc1afe35b554dc Leah Rowe 2025-01-19 19:29:18
typo: superfically should be superficially 125c88f2add68ad08b9b95d1bf4d844ecce0451e Leah Rowe 2025-01-19 19:14:42
docs/index: improve link/bsd link titles 3257c1393648b1eb73d4280cdff95ffc4587faf3 Leah Rowe 2025-01-19 19:12:45
link fix aa1b889795f6da1335d6ededdceb97313982306a Leah Rowe 2025-01-19 19:09:35
homepage: make "wrest" link to deguard 6c924caffbbe6e45371876d1b37dd52eb7297f53 Leah Rowe 2025-01-19 19:08:33
link writefreesoftware.org aggressively fceaf19cd82a16bbad70e90cbf9eeecf1183004f Leah Rowe 2025-01-19 19:04:27
fix meta character encoding (utf-8) 3f90f156c37df78d236a53f8b687c0db743b75e0 Leah Rowe 2025-01-19 18:46:44
s/aswell/as well/ c910f813c41f0e5164eba050a2534e88968386fc Leah Rowe 2025-01-19 18:44:27
add alt tags to homepage images (english) 121325f3fb332dcaea49655babdd659336519073 Leah Rowe 2025-01-19 18:38:16
add favicon to template 712f7395a1dc8cedb490e7084a0f31647d389bc4 Leah Rowe 2025-01-19 18:27:00
say motherboard, not mainboard a6d2f10fb92b907cd3168d4dd0589b8b2c4ebe4f Leah Rowe 2025-01-19 18:20:24
change the description again d57edfcc87a0576358d5e2f62f76d5973316d2c6 Leah Rowe 2025-01-19 18:17:43
update meta description 8d6c16a4b181cb4c332247efc461167160d344ba Leah Rowe 2025-01-19 18:11:36
make h2/3/4 text bigger a1b60ec64f09449c875dad08fad177d73eeec906 Leah Rowe 2025-01-19 18:09:25
general audit / cleanup 9a2da14a2e5859da8781e88dda72b556a5e92880 Leah Rowe 2025-01-19 18:02:33
show canon links on pages 1ba45bf5e5e23bf766b52c4a585761be2c388faa Leah Rowe 2025-01-19 01:21:00
robots sitemap file 759616ba96ee89c1a1be3c9290eaf57106b3c573 Leah Rowe 2025-01-19 00:54:06
template stuff b356cc30409b3bc4f6c76fe3200c0d694d31b176 Leah Rowe 2025-01-19 00:20:31
homepage: make "binary releases" a download link c5ad70955ddba71047bd0ce4d6b4d39d221ead4b Leah Rowe 2025-01-18 08:10:01
english homepage: shorten the payloads section 7f16d5cc66df5076bcf6313c57eeda2a30ebc2e3 Leah Rowe 2025-01-18 07:58:19
Commit 016bdaf4c40bcf54e45882c4fbfc1afe35b554dc - grammar
Signed-off-by: Leah Rowe <leah@libreboot.org>
Author: Leah Rowe
Author date (UTC): 2025-01-19 19:29
Committer name: Leah Rowe
Committer date (UTC): 2025-01-19 19:29
Parent(s): 125c88f2add68ad08b9b95d1bf4d844ecce0451e
Signer:
Signing key:
Signing status: N
Tree: 56328b8a5e7f444a6e5a55cd27fac3ba42748262
File Lines added Lines deleted
site/docs/linux/grub_hardening.md 1 1
File site/docs/linux/grub_hardening.md changed (mode: 100644) (index c57ddab..4ec9642)
... ... What is Secure libreBoot?
7 7 ------------------------- -------------------------
8 8
9 9 Libreboot provides open source BIOS/UEFI firmware, replacing proprietary Libreboot provides open source BIOS/UEFI firmware, replacing proprietary
10 BIOS/UEFI firmware, and that precisely is Libreboot primary mission; Libreboot
10 BIOS/UEFI firmware, and that precisely is Libreboot's primary mission; Libreboot
11 11 is a [Free Software](https://writefreesoftware.org/learn) project, *first*. is a [Free Software](https://writefreesoftware.org/learn) project, *first*.
12 12 Our *next* priority is to provide you with *highly secure* boot firmware, free Our *next* priority is to provide you with *highly secure* boot firmware, free
13 13 from backdoors and with well-audited code. *This* document does just that, by from backdoors and with well-audited code. *This* document does just that, by
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/libreboot/lbwww

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/libreboot/lbwww

Clone this repository using git:
git clone git://git.rocketgit.com/user/libreboot/lbwww

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main