diff options
-rw-r--r-- | about.html | 20 | ||||
-rw-r--r-- | makefile | 2 |
2 files changed, 21 insertions, 1 deletions
@@ -19,6 +19,26 @@ | |||
19 | <p class="subtitle">A Debian/Devuan service dedicated to Thinkpads X200</p> | 19 | <p class="subtitle">A Debian/Devuan service dedicated to Thinkpads X200</p> |
20 | <p class="author">Robert Alessi</p> | 20 | <p class="author">Robert Alessi</p> |
21 | </header> | 21 | </header> |
22 | <nav id="TOC"> | ||
23 | <ul> | ||
24 | <li><a href="#license-and-disclamer">License and Disclamer</a></li> | ||
25 | <li><a href="#overview">Overview</a></li> | ||
26 | <li><a href="#installation">Installation</a></li> | ||
27 | <li><a href="#configuration">Configuration</a><ul> | ||
28 | <li><a href="#noise-removal">Noise Removal</a></li> | ||
29 | <li><a href="#privacy-settings">Privacy Settings</a></li> | ||
30 | <li><a href="#backup">Backup</a></li> | ||
31 | <li><a href="#recommended-settings">Recommended Settings</a><ul> | ||
32 | <li><a href="#wpa_supplicant"><code>wpa_supplicant</code></a></li> | ||
33 | <li><a href="#dhcpcd"><code>dhcpcd</code></a></li> | ||
34 | <li><a href="#etcnetworkinterfaces"><code>/etc/network/interfaces</code></a></li> | ||
35 | </ul></li> | ||
36 | <li><a href="#do-not-use">Do Not Use</a></li> | ||
37 | </ul></li> | ||
38 | <li><a href="#usage">Usage</a></li> | ||
39 | <li><a href="#further-information">Further Information</a></li> | ||
40 | </ul> | ||
41 | </nav> | ||
22 | <h1 id="license-and-disclamer">License and Disclamer</h1> | 42 | <h1 id="license-and-disclamer">License and Disclamer</h1> |
23 | <p><code>my-x200</code> - A Debian/Devuan service dedicated to Thinkpads X200 Copyright (C) 2021 Robert Alessi <a href="mailto:alessi@robertalessi.net">alessi@robertalessi.net</a></p> | 43 | <p><code>my-x200</code> - A Debian/Devuan service dedicated to Thinkpads X200 Copyright (C) 2021 Robert Alessi <a href="mailto:alessi@robertalessi.net">alessi@robertalessi.net</a></p> |
24 | <p>This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.</p> | 44 | <p>This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.</p> |
@@ -16,7 +16,7 @@ clean: | |||
16 | rm -rf * | 16 | rm -rf * |
17 | cp -p -r .backup/* . | 17 | cp -p -r .backup/* . |
18 | rm -rf .backup | 18 | rm -rf .backup |
19 | pandoc -s README.md -o about.html | 19 | pandoc --toc -s README.md -o about.html |
20 | 20 | ||
21 | prepare: | 21 | prepare: |
22 | rm -rf $(pkgname)-$(pkgver) | 22 | rm -rf $(pkgname)-$(pkgver) |