summaryrefslogtreecommitdiffstats
path: root/docs/index
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2012-03-04 00:34:18 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2012-03-04 00:34:18 +0100
commit6b4c974d5a1a8d12831a6b0de72104368851b5a7 (patch)
treec9f06ac8f70fbdc50bfa9215d9a2d0b93cc3dc57 /docs/index
parent4ed88705b8ea1dae9adc109b71ef35624a9faccd (diff)
downloadnetctl-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/index')
-rw-r--r--docs/index57
1 files changed, 0 insertions, 57 deletions
diff --git a/docs/index b/docs/index
deleted file mode 100644
index d689c61..0000000
--- a/docs/index
+++ /dev/null
@@ -1,57 +0,0 @@
-% netcfg - Profile based network connection tool
-% James Rayner
-%
-
-# netcfg
-
-## About
-
-netcfg is profile based network connection tool. It can connect to wireless, wired and PPP connections and is easily expanded to support other connection types.
-
-## Features
-
-* Easy configuration
-* Wireless, wired and ppp connections
-* Wireless roaming and automatic connection (using wpa_actiond/wpa_supplicant)
-* Radio kill switch (rfkill) awareness
-* pm-utils suspend/resume support
-* Execution of commands before/after up/down
-* Wired link detection (using ifplugd)
-* Modern iproute and wpa_supplicant based connectivity
-
-## Download
-
-The latest version is 2.5.5
-
-Arch users can install netcfg via pacman, it is located in the [core] repository. Testing versions can often be found in the [testing] repository.
-
- pacman -S netcfg
-
-The source for netcfg can be found on the [Arch Linux ftp](ftp://ftp.archlinux.org/other/netcfg/), or [mirrored here](http://rayner.id.au/netcfg/source/)
-
-[Download latest source (2.5.5)](ftp://ftp.archlinux.org/other/netcfg/netcfg-2.5.5.tar.gz)
-
-### Optional dependencies
-
-* wpa_actiond: Wireless Roaming/autoconnect
-* ifplugd: Wired link detection
-* dialog: Menu support
-
-
-## Documentation
-
-* [Quick Start Guide](http://wiki.archlinux.org/index.php/Network_Profiles)
-* [Features](features.html)
-* [Wireless options reference](wireless.html)
-* [Ethernet options reference](ethernet.html)
-
-## Contact
-
-To report bugs or issues with netcfg, please use the [Arch Linux Bug Tracker](http://bugs.archlinux.org)
-
-To seek help using netcfg, please post on the [Arch Linux Forums](http://bbs.archlinux.org)
-
-To contact James regarding netcfg, please [email](mailto:james@archlinux.org)
-
-
-