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:
@@ -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"/>
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user