mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-24 14:21:25 +02:00
4c13eb0798
--HG-- branch : xslt
110 lines
1.7 KiB
XML
110 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
|
|
|
<!DOCTYPE document SYSTEM "chrome://liberator/locale/liberator.dtd">
|
|
|
|
<document
|
|
name="all"
|
|
title="&appname; All"
|
|
xmlns="http://vimperator.org/namespaces/liberator"
|
|
xmlns:html="http://www.w3.org/1999/xhtml">
|
|
<tags>all</tags>
|
|
|
|
<!-- TODO: this should be generated by the Makefile in the same order as
|
|
config.helpFiles -->
|
|
|
|
<tags>intro.html</tags>
|
|
|
|
<include href="intro"/>
|
|
|
|
<tags>tutorial.html</tags>
|
|
|
|
<include href="tutorial"/>
|
|
|
|
<tags>starting.html</tags>
|
|
|
|
<include href="starting"/>
|
|
|
|
<tags>browsing.html</tags>
|
|
|
|
<include href="browsing"/>
|
|
|
|
<tags>buffer.html</tags>
|
|
|
|
<include href="buffer"/>
|
|
|
|
<tags>cmdline.html</tags>
|
|
|
|
<include href="cmdline"/>
|
|
|
|
<tags>insert.html</tags>
|
|
|
|
<include href="insert"/>
|
|
|
|
<tags>options.html</tags>
|
|
|
|
<include href="options"/>
|
|
|
|
<tags>pattern.html</tags>
|
|
|
|
<include href="pattern"/>
|
|
|
|
<tags>tabs.html</tags>
|
|
|
|
<include href="tabs"/>
|
|
|
|
<tags>hints.html</tags>
|
|
|
|
<include href="hints"/>
|
|
|
|
<tags>map.html</tags>
|
|
|
|
<include href="map"/>
|
|
|
|
<tags>eval.html</tags>
|
|
|
|
<include href="eval"/>
|
|
|
|
<tags>marks.html</tags>
|
|
|
|
<include href="marks"/>
|
|
|
|
<tags>repeat.html</tags>
|
|
|
|
<include href="repeat"/>
|
|
|
|
<tags>autocommands.html</tags>
|
|
|
|
<include href="autocommands"/>
|
|
|
|
<tags>print.html</tags>
|
|
|
|
<include href="print"/>
|
|
|
|
<tags>gui.html</tags>
|
|
|
|
<include href="gui"/>
|
|
|
|
<tags>styling.html</tags>
|
|
|
|
<include href="styling"/>
|
|
|
|
<tags>message.html</tags>
|
|
|
|
<include href="message"/>
|
|
|
|
<tags>developer.html</tags>
|
|
|
|
<include href="developer"/>
|
|
|
|
<tags>various.html</tags>
|
|
|
|
<include href="various"/>
|
|
|
|
<tags>index.html</tags>
|
|
|
|
<include href="index"/>
|
|
|
|
</document>
|
|
<!-- vim:se sts=4 sw=4 et: -->
|