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

Revision 326, 2.7 KB checked in by yasumichi, 15 years ago (diff)

add othershell

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