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 の話を付録へ

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