source: projects/Vine-manual/trunk/desktop-guide.xml @ 209

Revision 209, 1.9 KB checked in by yasumichi, 15 years ago (diff)

add skelton of useapp

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 desktop-intro -->
7<!ENTITY boot                   SYSTEM "boot.xml">
8<!ENTITY desktop-login          SYSTEM "desktop-guide/login.xml">
9<!ENTITY gnome-basic            SYSTEM "desktop-guide/gnome-basic.xml">
10<!ENTITY desktop-logout         SYSTEM "desktop-guide/logout.xml">
11<!ENTITY desktop-shutdown       SYSTEM "desktop-guide/shutdown.xml">
12<!-- For desktop-useapps -->
13<!ENTITY accessories            SYSTEM "desktop-guide/accessories.xml">
14<!ENTITY internet               SYSTEM "desktop-guide/internet.xml">
15<!ENTITY graphics               SYSTEM "desktop-guide/graphics.xml">
16<!ENTITY sound-video            SYSTEM "desktop-guide/sound-video.xml">
17<!ENTITY system-tool            SYSTEM "desktop-guide/system-tool.xml">
18<!-- For desktop-userenv -->
19<!ENTITY accessibility-features SYSTEM "desktop-guide/accessibility-features.xml">
20<!-- For desktop-manage -->
21<!ENTITY synaptic               SYSTEM "desktop-guide/synaptic.xml">
22<!ENTITY system-config          SYSTEM "desktop-guide/system-config.xml">
23]>
24
25<book id="desktop-guide" lang="ja">
26        <bookinfo>
27                <title>Vine Linuxデスクトップユーザーズガイド</title>
28                <copyright>
29                        <year>1998-2009</year>
30                        <holder>Project Vine</holder>
31                </copyright>
32                &legal;
33        </bookinfo>
34        <preface id="desktop-rules">
35                &rules;
36        </preface>
37        <part id="desktop-intro">
38                <title>Vine Linuxの起動から停止まで</title>
39                <chapter id="desktop-boot">
40                        &boot;
41                </chapter>
42                &desktop-login;
43                &gnome-basic;
44                &desktop-logout;
45                &desktop-shutdown;
46        </part>
47        <part id="desktop-useapp">
48                <title>アプリケーションの活用</title>
49                &accessories;
50                &internet;
51                &graphics;
52                &sound-video;
53                &system-tool;
54        </part>
55        <part id="desktop-userenv">
56                <title>ユーザ環境の設定</title>
57                &accessibility-features;
58        </part>
59        <part id="desktop-manage">
60                <title>システム管理</title>
61                &synaptic;
62                &system-config;
63        </part>
64</book>
65
Note: See TracBrowser for help on using the repository browser.