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

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

move vine-lprng in appendix

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