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

Revision 399, 3.0 KB checked in by yasumichi, 14 years ago (diff)

move vine-lprng in appendix

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