summaryrefslogtreecommitdiff
path: root/common/locale/en-US/all.xml
blob: 07353904bf4044d00d211b8fdcdd1eeb8f4d7c44 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>

<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">

<document
    name="all"
    title="&dactyl.appname; All"
    xmlns="http://vimperator.org/namespaces/liberator"
    xmlns:html="http://www.w3.org/1999/xhtml">
<tags>all</tags>

<toc/>

<include href="intro" tag="intro.html"/>
<include href="starting" tag="starting.html"/>
<include href="browsing" tag="browsing.html"/>
<include href="buffer" tag="buffer.html"/>
<include href="cmdline" tag="cmdline.html"/>
<include href="insert" tag="insert.html"/>
<include href="options" tag="options.html"/>
<include href="pattern" tag="pattern.html"/>
<include href="tabs" tag="tabs.html"/>
<include href="hints" tag="hints.html"/>
<include href="map" tag="map.html"/>
<include href="eval" tag="eval.html"/>
<include href="marks" tag="marks.html"/>
<include href="repeat" tag="repeat.html"/>
<include href="autocommands" tag="autocommands.html"/>
<include href="print" tag="print.html"/>
<include href="gui" tag="gui.html"/>
<include href="styling" tag="styling.html"/>
<include href="message" tag="message.html"/>
<include href="developer" tag="developer.html"/>
<include href="various" tag="various.html"/>
<include href="plugins" tag="plugins.html"/>
<include href="index" tag="index.html"/>

</document>
<!-- vim:se sts=4 sw=4 et: -->