mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 23:05:46 +01:00
Replace asciidoc with native XSLT transforms.
--HG-- branch : xslt rename : common/Makefile.common => common/Makefile rename : vimperator/components/about-handler.js => common/components/about-handler.js rename : vimperator/components/chrome-data.js => common/components/chrome-data.js rename : vimperator/components/commandline-handler.js => common/components/commandline-handler.js
This commit is contained in:
109
vimperator/locale/en-US/all.xml
Normal file
109
vimperator/locale/en-US/all.xml
Normal file
@@ -0,0 +1,109 @@
|
||||
<?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: -->
|
||||
Reference in New Issue
Block a user