about summary refs log tree commit diff
path: root/doc/index.xml
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-12-11 03:52:56 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-12-11 03:52:56 +0100
commitb3f2e10bbb6a7d9da774baa442b94788213f979c (patch)
treeb08ed88e0974efbb23d4adf64f6a2b5eba4b5136 /doc/index.xml
parent2850ee4c74295a9d4b2868e56f4645aac830e888 (diff)
doc: Add entities file and use it in index.xml.
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>
Diffstat (limited to 'doc/index.xml')
-rw-r--r--doc/index.xml17
1 files changed, 10 insertions, 7 deletions
diff --git a/doc/index.xml b/doc/index.xml
index dd26df3b..5bc76216 100644
--- a/doc/index.xml
+++ b/doc/index.xml
@@ -1,3 +1,8 @@
+<?xml version="1.0"?>
+<!DOCTYPE book [
+<!ENTITY % entities SYSTEM "entities.ent">
+%entities;
+]>
 <book xmlns="http://docbook.org/ns/docbook"
       xmlns:xlink="http://www.w3.org/1999/xlink"
       xmlns:xi="http://www.w3.org/2001/XInclude">
@@ -6,12 +11,10 @@
     <title>What is Vuizvui?</title>
     <para>
       Vuizvui is a set of NixOS modules and machine configurations that aim to
-      extend <ulink url="https://nixos.org/">NixOS</ulink> in a way that fits
-      the needs of the members of the
-      <ulink url="https://openlab-augsburg.de/">OpenLab Augsburg</ulink>
-      and also serves as a playground for experimental features that are yet to
-      be included in the official NixOS project once they're well tested and
-      matured enough.
+      extend &nixos; in a way that fits the needs of the members of the
+      &openlab; and also serves as a playground for experimental features that
+      are yet to be included in the official NixOS project once they're well
+      tested and matured enough.
     </para>
 
     <para>
@@ -25,7 +28,7 @@
       something like <literal>too much</literal> while on the other side
       <literal>nix</literal> means nothing. Which fits quite well because this
       repository is for everything either too complex or not polished/generic
-      enough to be pushed into nixpkgs.
+      enough to be pushed into &nixpkgs;.
     </para>
   </preface>