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

Revision 6129, 3.7 KB checked in by yasumichi, 12 years ago (diff)

move vine plus guide to desktop guide.

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