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)
Revert "make it rainbow" 207c6414458b7baf2879b938bdd491b4ed66f5da Leah Rowe 2024-12-17 12:29:27
rainbow shoes 3da0fb028f583bde136da43c4f070f54ad0a34f5 Leah Rowe 2024-12-17 06:15:37
20241206rev4 notes 332d9fa8d339d3b8ce2a67aa2730a35f3a503f5b Leah Rowe 2024-12-17 05:34:11
add another t480 mf link db8b4b3fe653ea53d23051e949b0408858d134ec Leah Rowe 2024-12-15 08:35:14
fix link b621f4fcf72bd98d2e4cd35cb7a737c5fe00997f Leah Rowe 2024-12-14 04:53:29
update safety advice for ifdtool/inject dbe9dc6fe809b61cf5ead18801232b2405dcf63e Leah Rowe 2024-12-14 04:42:06
update some important links e36d7b7ea2519a22278b1078fc0a3413b9847c54 Leah Rowe 2024-12-13 04:30:19
20241206 rev3 build notes a4c441f642002b74e895f0f1f7db0dab333ad5b1 Leah Rowe 2024-12-12 17:13:26
tidy up redundant information 67c9386dc93ab6dd50741086cc2a21a6985d2c75 Leah Rowe 2024-12-12 05:49:18
20241206 rev3 notes (3050micro nvme fix) 7e8e045a0092e7a9ad941f794b5540152da5c957 Leah Rowe 2024-12-11 02:07:04
fix link 9b41e070bc4e90f389363c81902b38681d47a031 Leah Rowe 2024-12-10 23:43:48
adjust the t480 thunderbolt notes 95d5b067cfb98fb98113c51ece2c243b63cf4e5d Leah Rowe 2024-12-10 23:42:48
Tidy up the T480 page 762f1516fe6ca5fe492d702afdcc585e7dc07e84 Leah Rowe 2024-12-10 23:27:51
uboot x86 page: write about thinkpad x60/t60 a2cace6ea0489b96b5c6b08102969ae5c8a1d2e4 Leah Rowe 2024-12-10 11:08:57
resize the t1650 images e8c2795b6a59e53c7d2bb97f8c07752f755b2eba Leah Rowe 2024-12-10 01:34:15
updated t1650 internal flashing instructions a776d13bc4c70a288d35b32769298233dbda3294 Leah Rowe 2024-12-09 16:52:29
made the new pico soic8 image inline 8d40609ed7cf38ad8400eafd699ab68b11334849 Leah Rowe 2024-12-09 16:43:55
fix links in recent commits b29821a4b382b4e999e9cf7785fc77006dca8a5f Leah Rowe 2024-12-09 16:38:32
make thinkpad_acpi modprobe error clearer, fix minor typos in T480 page 91f61408638ca90b42d7f1ac702c99c5683b70f1 ezntek 2024-12-09 11:18:26
add raspi pico to SOIC-8 diagram 30387872fa07d6df25e7d50d98ed0e75c7d72d04 ezntek 2024-12-09 11:05:54
Commit 207c6414458b7baf2879b938bdd491b4ed66f5da - Revert "make it rainbow"
I actually like the rainbow logo, but I re-considered:

It does look a bit *gay*, which I'm 100% supportive of, but
Libreboot has many users from many different countries, not
all of them accepting. If someone in such a country looks at
libreboot.org, it might turn a few heads and could even get
them into trouble.

Libreboot doesn't need to look like a pride symbol. It just
needs to provide free boot firmware.

This reverts commit 7e1fa9ff12009b5d309b17a317c772dea6bae352.
Author: Leah Rowe
Author date (UTC): 2024-12-17 12:29
Committer name: Leah Rowe
Committer date (UTC): 2024-12-17 12:29
Parent(s): 3da0fb028f583bde136da43c4f070f54ad0a34f5
Signer:
Signing key:
Signing status: N
Tree: 62f11c1f79b666db34d1db49bbb63c8237ecb448
File Lines added Lines deleted
site/favicon.ico 0 0
site/global.css 1 1
File site/favicon.ico changed (mode: 100644) (index c9191b9..212bb32)
File site/global.css changed (mode: 100644) (index 41d0414..e80c1af)
... ... html, ul, #TOC
89 89 div.title,h1.title { div.title,h1.title {
90 90 background:url("/favicon.ico") no-repeat; background:url("/favicon.ico") no-repeat;
91 91 background-size:auto 99%; background-size:auto 99%;
92 min-height:3em
92 min-height:2em
93 93 } }
94 94 div.title {background-position:right} div.title {background-position:right}
95 95 h1.title {padding:0 4em} h1.title {padding:0 4em}
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