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

Revision 1047, 3.2 KB checked in by yasumichi, 14 years ago (diff)

ファイルシステムの管理に関する文書を追加

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