Commit Graph

242 Commits

Author SHA1 Message Date
Sylvestre Ledru 48dbdb0506 Add DEVELOPMENT.md with build and testing instructions 2026-04-03 21:47:38 +02:00
Sylvestre Ledru adc6d38c5a Add playground tests and CI integration
- Browser-based unit tests (111 tests) covering parsing, builtins,
  pipes, UTF-8, l10n, virtual filesystem, and WASM integration
- Headless Puppeteer test runner (scripts/run-tests.js)
- CI workflow step to build WASM and run tests
2026-04-03 21:47:38 +02:00
Sylvestre Ledru 5c22a5b3d6 Add interactive WASM playground for uutils coreutils
A browser-based terminal that runs real Rust coreutils compiled to
WebAssembly (wasm32-wasip1) using @bjorn3/browser_wasi_shim.

Features:
- xterm.js terminal with command history and line editing
- Pipe support (cmd1 | cmd2 | cmd3), file redirects (>)
- Persistent virtual filesystem across commands
- cd/pwd builtins with virtual working directory
- Locale support (locale builtin + selector)
- UTF-8/multibyte correct output (raw ConsoleStdout, fixed args_sizes_get)
- Click-to-run example buttons
- Inline wasm_example shortcode for blog posts
2026-04-03 21:47:38 +02:00
Sylvestre Ledru a52c902b3f Fix video attribution: Rust at TU Delft by Terts Diepraam 2026-04-01 17:31:52 +02:00
Sylvestre Ledru b9e16ec334 Add FLOSS Weekly episode 792 to Talks & Media page 2026-04-01 17:30:32 +02:00
Sylvestre Ledru dd36252661 Add link to Talks & Media page from homepage 2026-04-01 17:26:26 +02:00
Sylvestre Ledru 646a0470ae Remove Talks link from top navigation 2026-04-01 16:25:02 +02:00
Sylvestre Ledru 218701fe06 Add Talks & Media page with FOSDEM talks, podcast and video
References FOSDEM 2023/2025/2026 talks, Open Source Security
Podcast episode, and Rust Nation UK 2024 video. Added link
in navigation bar.
2026-04-01 16:24:43 +02:00
Sylvestre Ledru 96697e6858 Add "Why?" section to homepage
Explain the motivation behind the project: modernizing foundational
Unix utilities with Rust for memory safety, portability, modern
tooling, and to appeal to the next generation of contributors.
2026-04-01 16:21:45 +02:00
Sylvestre Ledru d8c890f5fc Add num-prime to the list of maintained crates 2026-04-01 09:00:46 +02:00
Sylvestre Ledru 0d93ff9b7f Add all projects to homepage listing
Previously only coreutils, findutils, and diffutils were listed.
Now includes util-linux, procps, sed, tar, acl, hostname, login,
and bsdutils.
2026-04-01 08:58:51 +02:00
Sylvestre Ledru 6e237e1e3c Add Goals section to findutils page 2026-04-01 08:58:23 +02:00
Sylvestre Ledru c36a2c459a Add Goals and Contributing sections to diffutils page 2026-04-01 08:58:17 +02:00
Sylvestre Ledru 46b7891bf7 Fix stray HTML closing tag in GSoC heading 2026-04-01 08:46:42 +02:00
Sylvestre Ledru 1e0de3d104 Add meta description and RSS feed link to head 2026-04-01 08:46:31 +02:00
Sylvestre Ledru 61f8d77c65 Add site description for SEO 2026-04-01 08:46:19 +02:00
Sylvestre Ledru 32640fe10e Add focus-visible styles for keyboard navigation accessibility 2026-04-01 08:46:10 +02:00
Sylvestre Ledru 5659292a49 Use h1 element for project title instead of div
Improves semantic HTML and SEO by using a proper heading element.
2026-04-01 08:45:58 +02:00
Sylvestre Ledru 7b6b870b52 Add alt attribute to logo image for accessibility 2026-04-01 08:45:49 +02:00
Sylvestre Ledru 0c4f3efe29 Fix LICENSE-APACHE link in diffutils page
Was incorrectly pointing to LICENSE-MIT.
2026-04-01 08:45:41 +02:00
Sylvestre Ledru b448a4a7f2 Add lang attribute to html tag for accessibility 2026-04-01 08:45:34 +02:00
Sylvestre Ledru ae5f7c7118 Fix header logo color in dark mode
Use CSS variable instead of hard-coded black so the logo text
is visible on dark backgrounds.
2026-04-01 08:45:25 +02:00
Sylvestre Ledru a54c76062f Fix syntax highlighting CSS references for Zola 0.22
Update stylesheet links from old syntax-theme-*.css to giallo-*.css
which are the files generated by Zola 0.22's Giallo highlighter.
2026-04-01 08:45:14 +02:00
Sylvestre Ledru c0e7d2471e Add invisible bridge to dropdown menu for easier hovering 2026-04-01 08:32:34 +02:00
Sylvestre Ledru cec9008f2f Add Giallo syntax highlighting CSS files for Zola 0.22 2026-04-01 08:30:24 +02:00