diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-03-04 00:34:18 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-03-04 00:34:18 +0100 |
commit | 6b4c974d5a1a8d12831a6b0de72104368851b5a7 (patch) | |
tree | c9f06ac8f70fbdc50bfa9215d9a2d0b93cc3dc57 /docs/website/footer.html | |
parent | 4ed88705b8ea1dae9adc109b71ef35624a9faccd (diff) | |
download | netctl-6b4c974d5a1a8d12831a6b0de72104368851b5a7.tar.gz netctl-6b4c974d5a1a8d12831a6b0de72104368851b5a7.tar.xz |
Overhaul of documentation
- Documentation now uses asciidoc instead of pandoc.
- Documentation is updated.
- More documentation is installed.
- The Makefile has been revised.
- Autocompletion files must now be installed through the PKGBUILD.
- contrib/11netcfg has been deleted. It is unmaintained and duplicated in pm-utils. This closes FS#25587.
- contrib/common.hook has been deleted. It demonstrated a feature that the target audience is already familiar with and didn't work anyway. This closes FS#27496. Developers are free to write unwieldy scripts in the {PRE,POST}_{UP,DOWN} variables.
Diffstat (limited to 'docs/website/footer.html')
-rw-r--r-- | docs/website/footer.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/website/footer.html b/docs/website/footer.html deleted file mode 100644 index c933e4a..0000000 --- a/docs/website/footer.html +++ /dev/null @@ -1,9 +0,0 @@ - </div> - <div class="foot"> - Arch Linux copyright © 2002-2009 <a href="mailto:jvinet@zeroflux.org" title="contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org" title="contact Aaron Griffin">Aaron Griffin</a>.<br /> - The Arch Linux name and logo are recognized trademarks. Some rights - reserved.<br /> - The registered trademark Linux® is used pursuant to a sublicense from LMI, the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis. - </div> - </body> -</html> |