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

RevLine 
[136]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" [
[225]4<!ENTITY legal                  SYSTEM "common/legal.xml">
5<!ENTITY rules                  SYSTEM "common/rules.xml">
[138]6<!-- For desktop-intro -->
[225]7<!ENTITY boot                   SYSTEM "common/boot.xml">
[156]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">
[155]11<!ENTITY desktop-shutdown       SYSTEM "desktop-guide/shutdown.xml">
[209]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">
[156]18<!-- For desktop-userenv -->
[320]19<!ENTITY preferences            SYSTEM "desktop-guide/preferences.xml">
[143]20<!-- For desktop-manage -->
[249]21<!ENTITY update-watch           SYSTEM "desktop-guide/update-watch.xml">
[156]22<!ENTITY synaptic               SYSTEM "desktop-guide/synaptic.xml">
23<!ENTITY system-config          SYSTEM "desktop-guide/system-config.xml">
[226]24<!-- For Appendix -->
25<!ENTITY gui-alternatives               SYSTEM "desktop-guide/gui-alternatives.xml">
[391]26<!ENTITY accessibility-features SYSTEM "desktop-guide/accessibility-features.xml">
[362]27<!-- Common -->
28<!ENTITY recruitment                    SYSTEM "common/recruitment.xml">
[136]29]>
30
[138]31<book id="desktop-guide" lang="ja">
[136]32        <bookinfo>
33                <title>Vine Linuxデスクトップユーザーズガイド</title>
34                <copyright>
35                        <year>1998-2009</year>
36                        <holder>Project Vine</holder>
37                </copyright>
38                &legal;
[245]39                <abstract>
40                        <para><xref linkend="desktop-guide" />は、グラフィカルモードでインストールしたユーザを主な対象に Vine Linux のグラフィカルユーザインターフェースの使用方法を説明します。</para>
41                </abstract>
[136]42        </bookinfo>
43        <preface id="desktop-rules">
44                &rules;
45        </preface>
46        <part id="desktop-intro">
47                <title>Vine Linuxの起動から停止まで</title>
[244]48                <partintro>
49                        <para><xref linkend="desktop-intro" />では、Vine Linuxの起動から安全な停止方法までの一連の操作を簡単に解説します。</para>
[246]50                        <para>データ破損を防ぐためにも<xref linkend="desktop-shutdown" />で説明する操作は忘れないようにしましょう。</para>
[244]51                </partintro>
[138]52                <chapter id="desktop-boot">
53                        &boot;
54                </chapter>
[145]55                &desktop-login;
[148]56                &gnome-basic;
[154]57                &desktop-logout;
[155]58                &desktop-shutdown;
[136]59        </part>
60        <part id="desktop-useapp">
61                <title>アプリケーションの活用</title>
[247]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>
[209]66                &accessories;
67                &internet;
68                &graphics;
69                &sound-video;
70                &system-tool;
[136]71        </part>
72        <part id="desktop-userenv">
73                <title>ユーザ環境の設定</title>
[391]74                <partintro>
75                        <para><xref linkend="desktop-userenv" />では、ユーザ毎に設定を変更できる項目について扱います。</para>
76                </partintro>
[320]77                &preferences;
[136]78        </part>
79        <part id="desktop-manage">
80                <title>システム管理</title>
[249]81                &update-watch;
[143]82                &synaptic;
[147]83                &system-config;
[136]84        </part>
[226]85        &gui-alternatives;
[391]86        &accessibility-features;
[136]87</book>
88
Note: See TracBrowser for help on using the repository browser.