source: projects/vine-desktop-guide/trunk/help/vine-desktop-guide.xml @ 4434

Revision 4434, 3.6 KB checked in by yasumichi, 13 years ago (diff)

SCIM+Anthy の話を付録へ

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