summaryrefslogtreecommitdiffstats
path: root/docs/index.txt
AgeCommit message (Collapse)AuthorFilesLines
2012-12-28Forking netcfg to netctl (1/2)Jouke Witteveen1-57/+0
This commit contains the moving of files.
2012-04-30Skip http -> https redirect on websiteDan McGee1-3/+3
I noticed most of your website links are http://; at least for wiki/bbs/bugs these are all https so you might as well skip the redirect and link directly to the secure site.
2012-04-30Move the website to a websiteJouke Witteveen1-1/+1
Give users a way to stumble upon this marvelous piece of literature that had completely been forgotten (it was introduced in the repository around netcfg 2.6, but never installed).
2012-03-04Overhaul of documentationJouke Witteveen1-0/+57
- 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.