source: projects/Vine-manual/trunk/desktop-guide.xml @ 226

Revision 226, 2.1 KB checked in by yasumichi, 15 years ago (diff)

add gui-alternatives as a child of desktop-guide.

Line 
1<?xml version="1.0"?>
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
4<!ENTITY legal                  SYSTEM "common/legal.xml">
5<!ENTITY rules                  SYSTEM "common/rules.xml">
6<!-- For desktop-intro -->
7<!ENTITY boot                   SYSTEM "common/boot.xml">
8<!ENTITY desktop-login          SYSTEM "desktop-guide/login.xml">
9<!ENTITY gnome-basic            SYSTEM "desktop-guide/gnome-basic.xml">
10<!ENTITY desktop-logout         SYSTEM "desktop-guide/logout.xml">
11<!ENTITY desktop-shutdown       SYSTEM "desktop-guide/shutdown.xml">
12<!-- For desktop-useapps -->
13<!ENTITY accessories            SYSTEM "desktop-guide/accessories.xml">
14<!ENTITY internet               SYSTEM "desktop-guide/internet.xml">
15<!ENTITY graphics               SYSTEM "desktop-guide/graphics.xml">
16<!ENTITY sound-video            SYSTEM "desktop-guide/sound-video.xml">
17<!ENTITY system-tool            SYSTEM "desktop-guide/system-tool.xml">
18<!-- For desktop-userenv -->
19<!ENTITY accessibility-features SYSTEM "desktop-guide/accessibility-features.xml">
20<!-- For desktop-manage -->
21<!ENTITY synaptic               SYSTEM "desktop-guide/synaptic.xml">
22<!ENTITY system-config          SYSTEM "desktop-guide/system-config.xml">
23<!-- For Appendix -->
24<!ENTITY gui-alternatives               SYSTEM "desktop-guide/gui-alternatives.xml">
25]>
26
27<book id="desktop-guide" lang="ja">
28        <bookinfo>
29                <title>Vine Linuxデスクトップユーザーズガイド</title>
30                <copyright>
31                        <year>1998-2009</year>
32                        <holder>Project Vine</holder>
33                </copyright>
34                &legal;
35        </bookinfo>
36        <preface id="desktop-rules">
37                &rules;
38        </preface>
39        <part id="desktop-intro">
40                <title>Vine Linuxの起動から停止まで</title>
41                <chapter id="desktop-boot">
42                        &boot;
43                </chapter>
44                &desktop-login;
45                &gnome-basic;
46                &desktop-logout;
47                &desktop-shutdown;
48        </part>
49        <part id="desktop-useapp">
50                <title>アプリケーションの活用</title>
51                &accessories;
52                &internet;
53                &graphics;
54                &sound-video;
55                &system-tool;
56        </part>
57        <part id="desktop-userenv">
58                <title>ユーザ環境の設定</title>
59                &accessibility-features;
60        </part>
61        <part id="desktop-manage">
62                <title>システム管理</title>
63                &synaptic;
64                &system-config;
65        </part>
66        &gui-alternatives;
67</book>
68
Note: See TracBrowser for help on using the repository browser.