1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 01:32:28 +01:00

Add cache module. Cleanup help and DTD generation. Fix :help version generation issues. Fix other assorted issues.

This commit is contained in:
Kris Maglione
2011-09-30 01:36:45 -04:00
parent 0cf1151e0a
commit 39e8bf7a06
15 changed files with 587 additions and 314 deletions

View File

@@ -35,6 +35,7 @@
<include href="developer" tag="developer.xml"/>
<include href="various" tag="various.xml"/>
<include href="plugins" tag="plugins.xml"/>
<include href="versions" tag="versions.xml"/>
<include href="faq" tag="faq.xml"/>
<include href="index" tag="index.xml"/>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="dactyl://content/help.xsl"?>
<!DOCTYPE document SYSTEM "dactyl://content/modes.dtd">
<!DOCTYPE document SYSTEM "dactyl://cache/modes.dtd">
<document
name="map"

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="dactyl://content/help.xsl"?>
<!DOCTYPE document SYSTEM "dactyl://content/options.dtd">
<!DOCTYPE document SYSTEM "dactyl://cache/options.dtd">
<document
name="options"