source: projects/Vine-manual/trunk/cui-guide.xml @ 281

Revision 281, 2.6 KB checked in by yasumichi, 15 years ago (diff)

abolished setup.

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 cui-intro -->
7<!ENTITY boot           SYSTEM "common/boot.xml">
8<!ENTITY cui-login      SYSTEM "cui-guide/login.xml">
9<!ENTITY bash-basic     SYSTEM "cui-guide/bash-basic.xml">
10<!ENTITY cui-logout     SYSTEM "cui-guide/logout.xml">
11<!ENTITY cui-shutdown   SYSTEM "cui-guide/shutdown.xml">
12<!-- For cui-useapp -->
13<!ENTITY useapp SYSTEM "cui-guide/use-app.xml">
14<!-- For cui-userenv -->
15<!ENTITY userenv SYSTEM "cui-guide/userenv.xml">
16<!-- For cui-manage -->
17<!ENTITY root   SYSTEM "cui-guide/root.xml">
18<!ENTITY update-errata  SYSTEM "cui-guide/update-errata.xml">
19<!ENTITY using-rpm      SYSTEM "cui-guide/using-rpm.xml">
20<!ENTITY kernel-upgrade SYSTEM "cui-guide/kernel-upgrade.xml">
21<!ENTITY authentication SYSTEM "cui-guide/authentication.xml">
22<!ENTITY keyboard       SYSTEM "cui-guide/keyboard.xml">
23<!ENTITY timeconfig     SYSTEM "cui-guide/timeconfig.xml">
24<!ENTITY firewall       SYSTEM "cui-guide/firewall.xml">
25<!ENTITY service        SYSTEM "cui-guide/service.xml">
26<!ENTITY update-alternatives    SYSTEM "cui-guide/update-alternatives.xml">
27<!-- For Appendix -->
28<!ENTITY frame-buffer   SYSTEM "cui-guide/frame-buffer.xml">
29<!ENTITY boot-kernel-options    SYSTEM "cui-guide/boot-kernel-options.xml">
30]>
31
32<book id="cui-guide" lang="ja">
33        <bookinfo>
34                <title>Vine Linux CUIユーザーズガイド</title>
35                <copyright>
36                        <year>1998-2009</year>
37                        <holder>Project Vine</holder>
38                </copyright>
39                &legal;
40                <abstract>
41                        <para><xref linkend="cui-guide" />は、デスクトップ環境をインストールしなかったユーザを主な対象にVine LinuxのCUI環境について説明します。</para>
42                        <para>なお、主にGNOME端末等をお使いの方もこのマニュアルを参照して下さい。</para>
43                </abstract>
44        </bookinfo>
45        <preface id="cui-rules">
46                &rules;
47        </preface>
48        <part id="cui-intro">
49                <title>Vine Linuxの起動から停止まで</title>
50                <chapter id="cui-boot">
51                        &boot;
52                </chapter>
53                &cui-login;
54                &bash-basic;
55                &cui-logout;
56                &cui-shutdown;
57        </part>
58        <part id="cui-useapp">
59                <title>アプリケーションの活用</title>
60                &useapp;
61        </part>
62        <part id="cui-userenv">
63                <title>ユーザ環境の設定</title>
64                &userenv;
65        </part>
66        <part id="cui-manage">
67                <title>システム管理</title>
68                &root;
69                &update-errata;
70                &using-rpm;
71                &kernel-upgrade;
72               
73                &authentication;
74                &keyboard;
75                &timeconfig;
76                &firewall;
77
78                &service;       <!--ntsysvどうする?-->
79                &update-alternatives;
80        </part>
81        &frame-buffer;
82        &boot-kernel-options;
83</book>
84
Note: See TracBrowser for help on using the repository browser.