1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 20:54:12 +01:00

Update Xulmus docs, in theory.

--HG--
branch : xslt
rename : common/locale/en-US/intro.xml => vimperator/locale/en-US/intro.xml
rename : common/locale/en-US/tutorial.xml => vimperator/locale/en-US/tutorial.xml
This commit is contained in:
Kris Maglione
2009-10-24 18:45:11 -04:00
parent 2c1f7316a6
commit c697b165a0
61 changed files with 550 additions and 6072 deletions

View File

@@ -10,100 +10,49 @@
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 -->
<include href="intro" tag="intro.html"/>
<tags>intro.html</tags>
<include href="starting" tag="starting.html"/>
<include href="intro"/>
<include href="browsing" tag="browsing.html"/>
<tags>tutorial.html</tags>
<include href="buffer" tag="buffer.html"/>
<include href="tutorial"/>
<include href="cmdline" tag="cmdline.html"/>
<tags>starting.html</tags>
<include href="insert" tag="insert.html"/>
<include href="starting"/>
<include href="options" tag="options.html"/>
<tags>browsing.html</tags>
<include href="pattern" tag="pattern.html"/>
<include href="browsing"/>
<include href="tabs" tag="tabs.html"/>
<tags>buffer.html</tags>
<include href="hints" tag="hints.html"/>
<include href="buffer"/>
<include href="map" tag="map.html"/>
<tags>cmdline.html</tags>
<include href="eval" tag="eval.html"/>
<include href="cmdline"/>
<include href="marks" tag="marks.html"/>
<tags>insert.html</tags>
<include href="repeat" tag="repeat.html"/>
<include href="insert"/>
<include href="autocommands" tag="autocommands.html"/>
<tags>options.html</tags>
<include href="print" tag="print.html"/>
<include href="options"/>
<include href="gui" tag="gui.html"/>
<tags>pattern.html</tags>
<include href="styling" tag="styling.html"/>
<include href="pattern"/>
<include href="message" tag="message.html"/>
<tags>tabs.html</tags>
<include href="developer" tag="developer.html"/>
<include href="tabs"/>
<include href="various" tag="various.html"/>
<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"/>
<include href="index" tag="index.html"/>
</document>
<!-- vim:se sts=4 sw=4 et: -->