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)
actually say what libreboot is, in the post 94eff325ad212dc01683fd25741698ac075785f7 Leah Rowe 2024-02-21 21:29:39
remove redundant information 62b45c4eb6b283652fb08efa589a4c1a95cd28b5 Leah Rowe 2024-02-21 21:07:44
grammar 197ed1bab42a8e442d76f14b2887f8a0a1bf3069 Leah Rowe 2024-02-21 21:04:50
news page listing recent ports a66c42170e01af544099de78785b4a87ca33bc99 Leah Rowe 2024-02-21 21:01:07
link 8560w from the install guide 2451bbcd0f5952209602ccf27c726901c2f6595a Leah Rowe 2024-02-21 20:41:12
link 9020 page from docs/install 7c200e1757c63123c5c6ca8670860a3a23892ad5 Leah Rowe 2024-02-21 20:39:23
fix boldness 4fe298b3f3ea7f5eb79b9627de4d88f9519f4c80 Leah Rowe 2024-02-21 20:28:45
add 9020 sff page 6f4e9fd028e51cf4198aff3e42baa09b8259695f Leah Rowe 2024-02-21 20:27:30
add missing dell docs 04a8bd8f7bb02f901b363061284869e5591d7c8b Leah Rowe 2024-02-21 18:40:48
also add plug on the download page 4b580c489df89e1e40504fef7f944145093ecc69 Leah Rowe 2024-02-20 08:41:12
remove errant paragraph (copied wrongly) 01175b9f04c4436896a9d0118e659c13e88e24a2 Leah Rowe 2024-02-20 08:39:36
grammar eb6e09199b2238dd11270ceb01bac0cdbbea1417 Leah Rowe 2024-02-20 08:24:14
homepage plug 230e71029233b407a3b2aa78cd7b93d8c7ce7f20 Leah Rowe 2024-02-20 08:21:31
clean up faq entry 93a742734e02a5d09eec197bcfb438404ed66665 Leah Rowe 2024-02-20 07:59:36
shorten headers on the FAQ page 860909e3b7efab9bd6218a14ed01a7283b7a4c5e Leah Rowe 2024-02-20 07:58:05
update support info e0da53e5407fc4aa24595f001e47c1236ae58221 Leah Rowe 2024-02-20 07:45:17
hp8560w: gpu updates 484e03812ef3bc3f28355a2f1d3455949f34259f Riku Viitanen 2024-02-19 15:00:11
update docs/hardware/ 04247d50164c9188b4a811168b2d62ee30c818e9 Leah Rowe 2024-02-19 09:03:43
docs/install/spi: note about sck/clk bedc00209842aad7e90fe110c6f3a479c11e7707 Leah Rowe 2024-02-18 15:14:47
clarify hp8560w external flashing instructions 2e4cff4335f5597376cfd8685685abb1c3a812f8 Riku Viitanen 2024-02-17 19:40:00
Commit 94eff325ad212dc01683fd25741698ac075785f7 - actually say what libreboot is, in the post
not everyone tuning in knows wtf libreboot is

Signed-off-by: Leah Rowe <info@minifree.org>
Author: Leah Rowe
Author date (UTC): 2024-02-21 21:29
Committer name: Leah Rowe
Committer date (UTC): 2024-02-21 21:29
Parent(s): 62b45c4eb6b283652fb08efa589a4c1a95cd28b5
Signer:
Signing key:
Signing status: N
Tree: b04888a5cd921ea9ce4e128e0070c86bf9294e56
File Lines added Lines deleted
site/news/ports202402.md 2 0
File site/news/ports202402.md changed (mode: 100644) (index a5bbcab..8d71be1)
2 2 % Leah Rowe % Leah Rowe
3 3 % 21 February 2024 % 21 February 2024
4 4
5 Libreboot is a free/open source BIOS/UEFI replacement, providing boot firmware that initialises the hardware in your computer, to then load an operating system (e.g. Linux/BSD). It provides many additional benefits such as fast boot speeds, greater security and greater customisation, but the *primary* benefit is [software freedom](https://writefreesoftware.org/learn).
6
5 7 Libreboot has had a slew of new mainboards added recently. The work doesn't Libreboot has had a slew of new mainboards added recently. The work doesn't
6 8 stop. Many more will be added, for the next Libreboot release. stop. Many more will be added, for the next Libreboot release.
7 9
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