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

Revision 247, 3.4 KB checked in by yasumichi, 15 years ago (diff)

add partintro of useapp

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