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)
better english description in meta tags d9c07032e962516af7cc365ad79e3d8faf7a11e2 Leah Rowe 2025-01-21 04:26:54
grammar 73e9255f700404851c37649503a90c84fde18935 Leah Rowe 2025-01-21 02:18:11
remove obsolete paragraph (images available now) 0fc65e4fac94d76af95a6d12bfb9aec72df394b4 Leah Rowe 2025-01-20 15:48:43
add ps1 bios download link 71228ffa0d20d007d1169a11bafe464ed5d84116 Leah Rowe 2025-01-20 15:45:22
clarify ownership 3ec8d5abb60113fdb03aead1fd2c5719d0954bc7 Leah Rowe 2025-01-20 15:36:12
mayumi pic on the ps1 page d1921809b865e4aa883a3762b55ed0db44f594cf Leah Rowe 2025-01-20 15:33:07
improve the ps1 page title 57c5edbbf55b3d7fc62d54a4f9d046fb8ff15208 Leah Rowe 2025-01-20 14:59:33
improved a bunch of page titles 246820568f1938251d16b3c8ef6cfa70d9551e99 Leah Rowe 2025-01-20 13:41:54
css: make h3/h4 smaller in proportion 72121b918442f0d0986140c3603e9b42ef5410ec Leah Rowe 2025-01-20 11:43:14
use more searchable homepage title 2276bb3183ef2d33aa99f216d34de1528783426f Leah Rowe 2025-01-20 11:00:12
fix wrongful credit 07b4c69883d3a3696af0883d06c37edfc15bfac4 Leah Rowe 2025-01-19 19:53:22
fix wrong fact b80d5e04ad473302c2a69a8b550dae8b548f67f9 Leah Rowe 2025-01-19 19:33:59
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
Commit d9c07032e962516af7cc365ad79e3d8faf7a11e2 - better english description in meta tags
Signed-off-by: Leah Rowe <leah@libreboot.org>
Author: Leah Rowe
Author date (UTC): 2025-01-21 04:26
Committer name: Leah Rowe
Committer date (UTC): 2025-01-21 04:26
Parent(s): 73e9255f700404851c37649503a90c84fde18935
Signer:
Signing key:
Signing status: N
Tree: 61151b9413f5c6742e550abe337001be2916dc98
File Lines added Lines deleted
site/template.include 1 1
File site/template.include changed (mode: 100644) (index 29dda6a..47b1f04)
2 2 <html$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$> <html$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
3 3 <head> <head>
4 4 <meta charset="utf-8"> <meta charset="utf-8">
5 <meta name="description" content="Free/opensource BIOS/UEFI firmware based on coreboot, for booting Linux/BSD on x86/x86_64 and ARM64 motherboards.">
5 <meta name="description" content="Libreboot is a free/opensource BIOS/UEFI firmware distribution based on coreboot, for booting Linux/BSD on x86/x86_64 and ARM64 motherboards.">
6 6 <meta name="keywords" content="libreboot, coreboot, canoeboot, opensource, libre, free software, bios, uefi"> <meta name="keywords" content="libreboot, coreboot, canoeboot, opensource, libre, free software, bios, uefi">
7 7 <meta name="generator" content="pandoc"> <meta name="generator" content="pandoc">
8 8 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
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