forked from dCache/dcache-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstart.xml
26 lines (21 loc) · 761 Bytes
/
start.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % sharedents SYSTEM "shared-entities.xml" >
%sharedents;
]>
<part id="start" xmlns:xi="http://www.w3.org/2001/XInclude">
<?dbhtml dir="start"?>
<title>Getting started</title>
<partintro>
<para>
This part is intended for people who are new to &dcache;. It
gives an introduction to &dcache;, including how to configure a
simple setup, and details some simple and routine administrative
operations.
</para>
</partintro>
<xi:include href="intro.xml"/>
<xi:include href="install.xml"/>
<xi:include href="intouch.xml"/>
</part>