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

Revision 388, 2.9 KB checked in by yasumichi, 15 years ago (diff)

update about services

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