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)
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
mention payloads on the homepage 97b6ffc5a0787807733cea95e868f0fc1054ccbe Leah Rowe 2025-01-18 07:00:01
snip3 e4b30750d15ab0e33c465b31d5e6175cf4b82b76 Leah Rowe 2025-01-18 04:55:26
grammar 77198f7f5dc5a972ef5181751db26d5c69773db7 Leah Rowe 2025-01-18 02:35:37
fix language 6f9ec4cc4d7eb4017af4768842ac6861b1e81aa5 Leah Rowe 2025-01-18 02:33:48
snip2 4c12433a6ab185d4092fab7400f09d3ef203b355 Leah Rowe 2025-01-18 02:12:20
snip 7c63e81b3212e22324bb300e30cba3f109a8ddcf Leah Rowe 2025-01-18 02:07:42
grammar 927a06cdc65281ceff6efdca058cf1cd4725e096 Leah Rowe 2025-01-17 13:24:59
snip 62b5b1950e8d862924b6c92fc2d8c1ae91c75f1c Leah Rowe 2025-01-17 10:41:44
further calamity 5662b578d8c97c024161bd9dd3d3f5c1fedb66f3 Leah Rowe 2025-01-17 10:15:39
clarification 0d6d90bf1eabd0d75c8b902fca8123af4f8c6617 Leah Rowe 2025-01-17 10:13:29
Libreboot 2025 release schedule 55722b56431b61b204efe00127cb9db089965342 Leah Rowe 2025-01-17 10:03:06
t480 notes: mention rollback protection 6cfd22e1f6e2104b99850546bf9f7743cc82f285 Leah Rowe 2025-01-17 01:42:41
other.md: merge chrultrabook with mrchromebox ee096776a97410398581e125397ee9b5a3bbd03c Leah Rowe 2025-01-14 17:59:28
snip e64e6a065d55c680b21948e833234f019c32b2c6 Leah Rowe 2025-01-14 13:30:29
correction 3f51720e2aaa51ddc5de19757b06d4715526d67e Leah Rowe 2025-01-14 12:57:06
snip a5a8a8daea53761ebceb53bf09c2acddadb49d04 Leah Rowe 2025-01-13 15:47:37
priority 5d516331cb506a2b1d929add03227b20860cab37 Leah Rowe 2025-01-13 15:38:13
fix oversight ceaaeb98d924d89fd91bda78300423348f48bf79 Leah Rowe 2025-01-13 14:50:27
Commit c5ad70955ddba71047bd0ce4d6b4d39d221ead4b - homepage: make "binary releases" a download link
Signed-off-by: Leah Rowe <leah@libreboot.org>
Author: Leah Rowe
Author date (UTC): 2025-01-18 08:10
Committer name: Leah Rowe
Committer date (UTC): 2025-01-18 08:10
Parent(s): 7f16d5cc66df5076bcf6313c57eeda2a30ebc2e3
Signer:
Signing key:
Signing status: N
Tree: 882cc816eb295070674f09f6ad9ebdfe72383a27
File Lines added Lines deleted
site/index.md 3 3
File site/index.md changed (mode: 100644) (index 8737dc8..d723f7a)
... ... Libreboot makes coreboot easy to use for
60 60 non-technical users, by providing a [fully automated build non-technical users, by providing a [fully automated build
61 61 system](docs/maintain/), [automated build process](docs/build/) and system](docs/maintain/), [automated build process](docs/build/) and
62 62 [user-friendly installation instructions](docs/install/), in addition to [user-friendly installation instructions](docs/install/), in addition to
63 regular binary releases that provide pre-compiled ROM images for installation
64 on supported hardware. Without automation such as that provided by Libreboot,
65 coreboot would be inaccessible for most users; you can also
63 regular [binary releases](download.md) that provide pre-compiled ROM images for
64 installation on supported hardware. Without automation such as that provided by
65 Libreboot, coreboot would be inaccessible for most users; you can also
66 66 still [reconfigure](docs/maintain/) Libreboot however you wish. still [reconfigure](docs/maintain/) Libreboot however you wish.
67 67
68 68 Why use Libreboot? Why use Libreboot?
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