diff options
| author | PS <p@0x53.net> | 2026-02-07 10:39:41 +0100 |
|---|---|---|
| committer | PS <p@0x53.net> | 2026-02-07 10:39:41 +0100 |
| commit | 1e314b691cb347f40e2f1440d166a2ce6a4ccbaa (patch) | |
| tree | a33a64b7cdc3a7c7adca6512a8492c4d022319f4 /doc/index.html | |
| parent | 570eff1d9e14fc2c3c20f47cc0419064b0eea76d (diff) | |
| download | linux-supplements-1e314b691cb347f40e2f1440d166a2ce6a4ccbaa.tar.gz linux-supplements-1e314b691cb347f40e2f1440d166a2ce6a4ccbaa.tar.bz2 linux-supplements-1e314b691cb347f40e2f1440d166a2ce6a4ccbaa.zip | |
Add doc
Diffstat (limited to 'doc/index.html')
| -rw-r--r-- | doc/index.html | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html new file mode 100644 index 0000000..084a94f --- /dev/null +++ b/doc/index.html @@ -0,0 +1,85 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <meta http-equiv="Content-Language" content="en" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>linux-supplements</title> + <meta name="Description" content="Minimal utilities for Linux that, mainly for goetia." /> + <meta name="Keywords" content="linux goetia" /> + </head> + <header> + <p> + <a href="//0x53.net/software">Software</a> + <br /> + <a href="//0x53.net">0x53.net</a> + </p> + </header> + <body> + <h1>linux-supplements</h1> + <h2>What is it?</h2> + <p> + linux-supplements contains utilities that + <a href="./goetia">goetia</a> on Linux + requires, but are not consistently + part of software packages providing + Linux Kernel specific tools. + (see <a href="//0x53.net/software/requirements.html">here</a>). + </p> + <hr> + <h2>Installation</h2> + <h3>Requirements</h3> + <ul> + <li> + A POSIX-compliant system with a standard C development environment + </li> + <li> + GNU make, version 3.81 or later + </li> + <li> + <a href="https://skarnet.org/software/skalibs/">skalibs</a> version + 2.14.4.0 or later. It's a build-time requirement. It's also a run-time + requirement if you link against the shared version of the skalibs + library. + </li> + </ul> + <h3>Licensing</h3> + <p> + linux-supplements is free software. It is available under the + <a href="https://opensource.org/licenses/ISC">ISC license</a>. + </p> + <h3>Download</h3> + <ul> + <li> + The current released version of linux-supplements is + <a href="linux-supplements-0.1.0.0.tar.gz">0.1.0.0</a>. + You can access its checksum + <a href="linux-supplements-0.1.0.0.tar.gz.sha256">here</a>. + </li> + <li> + Alternatively, you can checkout a copy of the + <a href="https://git.0x53.net/linux-supplements">linux-supplements git repository</a>: + <pre>git clone git://git.0x53.net/linux-supplements</pre> + </li> + </ul> + <h3>Compilation</h3> + <ul> + <li> + See the enclosed INSTALL file for installation details. + </li> + </ul> + <hr> + <h2>Reference</h2> + <section id="bin"> + <h3>Commands</h3> + <ul> + <li> + <a href="./bin/powertool.html">powertool</a> + </li> + <li> + <a href="./bin/set-ctrlaltdel.html">set-ctrlaltdel</a> + </li> + </ul> + </section> + </body> +</html> |
