source: projects/vine-cui-guide/trunk/help/vine-cui-guide.xml @ 2922

Revision 2922, 2.9 KB checked in by yasumichi, 13 years ago (diff)

Vine-manual から CUI ガイドを分離

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