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

Revision 156, 1.6 KB checked in by yasumichi, 15 years ago (diff)
  • move accessibility-features.xml to desktop-guide/
  • add accessibility-features 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 "legal.xml">
5<!ENTITY rules SYSTEM "rules.xml">
6<!-- For desktop-intro -->
7<!ENTITY boot                   SYSTEM "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-userenv -->
13<!ENTITY accessibility-features SYSTEM "desktop-guide/accessibility-features.xml">
14<!-- For desktop-manage -->
15<!ENTITY synaptic               SYSTEM "desktop-guide/synaptic.xml">
16<!ENTITY system-config          SYSTEM "desktop-guide/system-config.xml">
17]>
18
19<book id="desktop-guide" lang="ja">
20        <bookinfo>
21                <title>Vine Linuxデスクトップユーザーズガイド</title>
22                <copyright>
23                        <year>1998-2009</year>
24                        <holder>Project Vine</holder>
25                </copyright>
26                &legal;
27        </bookinfo>
28        <preface id="desktop-rules">
29                &rules;
30        </preface>
31        <part id="desktop-intro">
32                <title>Vine Linuxの起動から停止まで</title>
33                <chapter id="desktop-boot">
34                        &boot;
35                </chapter>
36                &desktop-login;
37                &gnome-basic;
38                &desktop-logout;
39                &desktop-shutdown;
40        </part>
41        <part id="desktop-useapp">
42                <title>アプリケーションの活用</title>
43        </part>
44        <part id="desktop-userenv">
45                <title>ユーザ環境の設定</title>
46                &accessibility-features;
47        </part>
48        <part id="desktop-manage">
49                <title>システム管理</title>
50                &synaptic;
51                &system-config;
52        </part>
53</book>
54
Note: See TracBrowser for help on using the repository browser.