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

Revision 391, 3.8 KB checked in by yasumichi, 14 years ago (diff)

move accessibility-features to appendix

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 preferences            SYSTEM "desktop-guide/preferences.xml">
20<!-- For desktop-manage -->
21<!ENTITY update-watch           SYSTEM "desktop-guide/update-watch.xml">
22<!ENTITY synaptic               SYSTEM "desktop-guide/synaptic.xml">
23<!ENTITY system-config          SYSTEM "desktop-guide/system-config.xml">
24<!-- For Appendix -->
25<!ENTITY gui-alternatives               SYSTEM "desktop-guide/gui-alternatives.xml">
26<!ENTITY accessibility-features SYSTEM "desktop-guide/accessibility-features.xml">
27<!-- Common -->
28<!ENTITY recruitment                    SYSTEM "common/recruitment.xml">
29]>
30
31<book id="desktop-guide" lang="ja">
32        <bookinfo>
33                <title>Vine Linuxデスクトップユーザーズガイド</title>
34                <copyright>
35                        <year>1998-2009</year>
36                        <holder>Project Vine</holder>
37                </copyright>
38                &legal;
39                <abstract>
40                        <para><xref linkend="desktop-guide" />は、グラフィカルモードでインストールしたユーザを主な対象に Vine Linux のグラフィカルユーザインターフェースの使用方法を説明します。</para>
41                </abstract>
42        </bookinfo>
43        <preface id="desktop-rules">
44                &rules;
45        </preface>
46        <part id="desktop-intro">
47                <title>Vine Linuxの起動から停止まで</title>
48                <partintro>
49                        <para><xref linkend="desktop-intro" />では、Vine Linuxの起動から安全な停止方法までの一連の操作を簡単に解説します。</para>
50                        <para>データ破損を防ぐためにも<xref linkend="desktop-shutdown" />で説明する操作は忘れないようにしましょう。</para>
51                </partintro>
52                <chapter id="desktop-boot">
53                        &boot;
54                </chapter>
55                &desktop-login;
56                &gnome-basic;
57                &desktop-logout;
58                &desktop-shutdown;
59        </part>
60        <part id="desktop-useapp">
61                <title>アプリケーションの活用</title>
62                <partintro>
63                        <para><xref linkend="desktop-useapp" />では、標準でインストールされるアプリケーションの概要を説明します。個々のアプリケーションの詳しい使い方については、アプリケーションに付属のヘルプなどを参照してください。</para>
64                        <para>なお、<guimenu>アプリケーション</guimenu>メニューでの分類に従って章を分けています。例として、<xref linkend="leafpad" />のアプリケーションを起動するには、<guimenu>アプリケーション</guimenu>メニューから、<guimenuitem>アクセサリ</guimenuitem><guimenuitem>Leafpad</guimenuitem>でアプリケーションを起動することができます。</para>
65                </partintro>
66                &accessories;
67                &internet;
68                &graphics;
69                &sound-video;
70                &system-tool;
71        </part>
72        <part id="desktop-userenv">
73                <title>ユーザ環境の設定</title>
74                <partintro>
75                        <para><xref linkend="desktop-userenv" />では、ユーザ毎に設定を変更できる項目について扱います。</para>
76                </partintro>
77                &preferences;
78        </part>
79        <part id="desktop-manage">
80                <title>システム管理</title>
81                &update-watch;
82                &synaptic;
83                &system-config;
84        </part>
85        &gui-alternatives;
86        &accessibility-features;
87</book>
88
Note: See TracBrowser for help on using the repository browser.