diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-31 18:31:18 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-31 18:31:18 +0000 |
| commit | dbeb38148a9170972be1518b09bb3a3219ab7c9a (patch) | |
| tree | c44ec45c2aa68fcd873597cbabe2d55a775b2f8f /dacctal/sources/index.html | |
| parent | 01030c4d11ee3612adef9fd7b8f30da29c44269c (diff) | |
sources
Diffstat (limited to 'dacctal/sources/index.html')
| -rw-r--r-- | dacctal/sources/index.html | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/dacctal/sources/index.html b/dacctal/sources/index.html new file mode 100644 index 0000000..a40cf08 --- /dev/null +++ b/dacctal/sources/index.html @@ -0,0 +1,95 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>dacctal</title> + <link rel="stylesheet" href="style.css"> + <link rel="icon" type="image/x-icon" href="images/erm.png"> + </head> + <body> + <h1><center>sources 'n stuff</center></h1> + <p><center>once you go dacctal, you never go bacctal.</center></p> + <br> + + <h3> + California Assembly Bill No. 1043 + </h3> + <a href="https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=202520260AB1043"> + https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=202520260AB1043 + </a> + <br> + + <h3> + Colorado Senate Bill 26-051 + </h3> + https://leg.colorado.gov/bill_files/110990/download + <br> + + <h3> + New York Senate Bill S8102A + </h3> + https://www.nysenate.gov/legislation/bills/2025/S8102/amendment/A + <br> + + <h3> + Brazil LEI NÂș 15.211 + </h3> + https://www.planalto.gov.br/ccivil_03/_ato2023-2026/2025/Lei/L15211.htm + <br> + + <h3> + systemd age verification pull request (merged) + </h3> + https://github.com/systemd/systemd/pull/40954 + <br> + + <h3> + NixOS manual + </h3> + https://nixos.org/manual/nixos/stable/#sec-installation + <br> + + <h3> + DBus technical discussion + </h3> + https://lists.ubuntu.com/archives/ubuntu-devel/2026-March/043534.html + <br> + + <h3> + XDG Desktop Portal parental controls pull request + </h3> + https://github.com/flatpak/xdg-desktop-portal/pull/1922 + <br> + + <h3> + Ageless Linux distro compliance list + </h3> + https://agelesslinux.org/distros.html + <br> + + <h3> + Ageless Linux law tracker + </h3> + https://agelesslinux.org/map.html + <br> + + <h2> + Your OS is illegal + </h2> + <a href="http://symlinx.i2p/dacctal/sources/your_os_is_illegal/"> + http://symlinx.i2p/dacctal/sources/how_i_use_gentoo/ + <a> + <br> + + <h2> + How I use Gentoo + </h2> + <a href="http://symlinx.i2p/dacctal/sources/how_i_use_gentoo/"> + http://symlinx.i2p/dacctal/sources/how_i_use_gentoo/ + <a> + <br> + + </body> +</html> + |
