about summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Switch to new Hydra URLaszlig2022-03-211-1/+1
| | | | | | | | | Since the old URL had all sorts of issues ranging from no HTTP/2 support to issues with XSRF protection, I decided to move the Hydra instance to https://hydra.build/ - a domain that I had laying around since years but didn't use so far. Signed-off-by: aszlig <aszlig@nix.build>
* machines/openlab/hannswurscht: remove machineProfpatsch2019-11-091-5/+5
| | | | | | | The 32-bit Hannstar Laptop was replaced by a Raspi with Raspian. Removing the config means we don’t have to build any 32-bit software in vuizvui anymore.
* machines: rename labnet to openlabProfpatsch2018-06-051-5/+5
| | | | The namespace was kind of hard to remember, so let’s just call it openlab.
* update install docs to point to a correct machineProfpatsch2016-06-051-1/+1
|
* doc: Fix installation instructionsaszlig2016-05-031-1/+1
| | | | | | | | With 49dc58c, the extra argument for <vuizvui/machines> is now gone, so we need to reflect that in the documentation. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @Profpatsch, @lukasepple
* doc/installation: nixos must not be a channelProfpatsch2016-05-031-0/+1
| | | | | Otherwise the `rebuild switch` to vuizvui won’t work, it would use the channel `<nixpkgs>` instead of the vuizvui one.
* manual: improve first-time setupProfpatsch2015-12-221-1/+9
|
* doc/install: Replace .use with .configaszlig2015-12-151-1/+1
| | | | | | | | | Since 8c1b766, we do not have the .use attribute anymore. This repository aims to have experimental stuff that's not in nixpkgs, so we do not care about backwards-compatibility. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* doc: Add preliminary installation instructions.aszlig2015-12-112-0/+73
| | | | | | | | | | This pretty much resembles what we already have in README.md but will be extended by an improved bootstrap process. Because right now bootstrapping is a pain in the ass mainly because we need to include the binary cache public key and the correct NIX_PATH. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* doc: Add entities file and use it in index.xml.aszlig2015-12-112-7/+32
| | | | | | | | | This makes re-use of URL fragments or repeated links a lot easier. Unfortunately we need to declare the XML namespace for every entity that uses <link/> and xlink which is a bit ugly. :-/ Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* doc: Add an introduction to vuizvui.aszlig2015-12-112-5/+38
| | | | | | | | This should now be on the first page along with the TOC and the subsequent chapters/parts. All options are in a separate page so that the user isn't smacked in the face by a list of vuizvui options. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* release: Factor out manual into doc/ directory.aszlig2015-12-101-0/+9
So far this has been inlined in release.nix, but if we want to have more documentation, we should modularize it into subdirectories. As an additional benefit we get better syntax highlighting for docbook files. Signed-off-by: aszlig <aszlig@redmoonstudios.org>