File: libxfce4menu-docs.sgml

package info (click to toggle)
libxfce4menu 4.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 2,884 kB
  • ctags: 1,379
  • sloc: sh: 10,305; ansic: 8,371; makefile: 226
file content (124 lines) | stat: -rw-r--r-- 3,922 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [

<!ENTITY libxfce4menu-config SYSTEM "xml/libxfce4menu-config.xml">
<!ENTITY xfce-menu SYSTEM "xml/xfce-menu.xml">
<!ENTITY xfce-menu-and-rules SYSTEM "xml/xfce-menu-and-rules.xml">
<!ENTITY xfce-menu-directory SYSTEM "xml/xfce-menu-directory.xml">
<!ENTITY xfce-menu-element SYSTEM "xml/xfce-menu-element.xml">
<!ENTITY xfce-menu-environment SYSTEM "xml/xfce-menu-environment.xml">
<!ENTITY xfce-menu-init-shutdown SYSTEM "xml/xfce-menu-init-shutdown.xml">
<!ENTITY xfce-menu-item SYSTEM "xml/xfce-menu-item.xml">
<!ENTITY xfce-menu-item-cache SYSTEM "xml/xfce-menu-item-cache.xml">
<!ENTITY xfce-menu-item-pool SYSTEM "xml/xfce-menu-item-pool.xml">
<!ENTITY xfce-menu-layout SYSTEM "xml/xfce-menu-layout.xml">
<!ENTITY xfce-menu-monitor SYSTEM "xml/xfce-menu-monitor.xml">
<!ENTITY xfce-menu-move SYSTEM "xml/xfce-menu-move.xml">
<!ENTITY xfce-menu-not-rules SYSTEM "xml/xfce-menu-not-rules.xml">
<!ENTITY xfce-menu-or-rules SYSTEM "xml/xfce-menu-or-rules.xml">
<!ENTITY xfce-menu-rules SYSTEM "xml/xfce-menu-rules.xml">
<!ENTITY xfce-menu-separator SYSTEM "xml/xfce-menu-separator.xml">
<!ENTITY xfce-menu-standard-rules SYSTEM "xml/xfce-menu-standard-rules.xml">

]>

<book id="index">
  <bookinfo>
    <title>libxfce4menu Reference Manual</title>
    <pubdate>March 2007</pubdate>

    <copyright>
      <year>2006</year>
      <year>2007</year>
      <holder>Jannis Pohlmann</holder>
    </copyright>

    <legalnotice id="legalnotice">
      <para>
        Permission is granted to copy, distribute and/or modify this document
        under the terms of the GNU Free Documentation License, Version 1.1 or
        any later version published by the Free Software Foundation; with no
        Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
        Texts. The complete license text is available from the <ulink
        type="http" url="http://www.gnu.org/">Free Software Foundation</ulink>.
      </para>
    </legalnotice> 

    <authorgroup>
      <author>
        <firstname>Jannis</firstname>
        <surname>Pohlmann</surname>
        <affiliation>
          <address><email>jannis@xfce.org</email></address>
        </affiliation>
      </author>
    </authorgroup>
  </bookinfo>

  <part id="introduction">
    <title>Introduction</title>
    <para>
      libxfce4menu is a 
      <ulink url="http://freedesktop.org">freedesktop.org</ulink> compliant 
      menu library written for <ulink url="http://xfce.org">Xfce</ulink>. It 
      implements the 
      <ulink url="http://standards.freedesktop.org/menu-spec/1.0/">Desktop Menu
      Specification</ulink> version 1.0.
    </para>
  </part>

  <part id="fundamentals">
    <title>Fundamentals</title>
    &xfce-menu-init-shutdown;
    &xfce-menu-environment;
    &libxfce4menu-config;
  </part>

  <part id="menus">
    <title>Menus</title>
    &xfce-menu;
    &xfce-menu-directory;
    &xfce-menu-item;
    &xfce-menu-separator;
    &xfce-menu-element;
  </part>

  <part id="utilities">
    <title>Utilities</title>
    &xfce-menu-monitor;
  </part>

  <part id="internals">
    <title>Internals</title>
    <chapter id="layout">
      <title>Layout</title>
      &xfce-menu-layout;
    </chapter>
    <chapter id="items">
      <title>Menu Items</title>
      &xfce-menu-item-pool;
      &xfce-menu-item-cache;
    </chapter>
    <chapter id="rules">
      <title>Include and Exclude Rules</title>
      &xfce-menu-rules;
      &xfce-menu-standard-rules;
      &xfce-menu-or-rules;
      &xfce-menu-and-rules;
      &xfce-menu-not-rules;
    </chapter>
    <chapter id="move">
      <title>Move Instructions</title>
      &xfce-menu-move;
    </chapter>
  </part>

  <index>
    <title>Index</title>
  </index>
</book>

<!--
  vi:set ts=2 sw=2 et ai syntax=docbkxml:
-->