1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-27 01:45:47 +01:00

Use entities in xmlns attributes where missing.

--HG--
extra : rebase_source : 9c46da3c53e76ed33a3839e7c59acacbd0ee7805
This commit is contained in:
Doug Kearns
2010-10-20 13:49:32 +11:00
parent 0c797196c4
commit 9f53da0ce3
33 changed files with 47 additions and 24 deletions

View File

@@ -11,6 +11,7 @@
<!ENTITY dactyl.plugins "http://dactyl.sf.net/&dactyl.name;/plugins"> <!ENTITY dactyl.plugins "http://dactyl.sf.net/&dactyl.name;/plugins">
<!ENTITY dactyl.list.mailto "&dactyl.name;@googlegroups.com"> <!ENTITY dactyl.list.mailto "&dactyl.name;@googlegroups.com">
<!ENTITY dactyl.list.href "http://groups.google.com/group/&dactyl.name;"> <!ENTITY dactyl.list.href "http://groups.google.com/group/&dactyl.name;">
<!ENTITY dactyl.faq "&dactyl.home;&dactyl.name;/faq">
<!ENTITY xmlns.dactyl "http://vimperator.org/namespaces/liberator"> <!ENTITY xmlns.dactyl "http://vimperator.org/namespaces/liberator">
<!ENTITY xmlns.html "http://www.w3.org/1999/xhtml"> <!ENTITY xmlns.html "http://www.w3.org/1999/xhtml">

View File

@@ -8,6 +8,7 @@
title="&dactyl.appName; Autocommands" title="&dactyl.appName; Autocommands"
xmlns="&xmlns.dactyl;" xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;"> xmlns:html="&xmlns.html;">
<h1 tag="autocommands">Automatic commands</h1> <h1 tag="autocommands">Automatic commands</h1>
<toc start="2"/> <toc start="2"/>

View File

@@ -8,6 +8,7 @@
title="&dactyl.appName; Browsing" title="&dactyl.appName; Browsing"
xmlns="&xmlns.dactyl;" xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;"> xmlns:html="&xmlns.html;">
<h1 tag="surfing browsing">Browsing</h1> <h1 tag="surfing browsing">Browsing</h1>
<toc start="2"/> <toc start="2"/>

View File

@@ -8,6 +8,7 @@
title="&dactyl.appName; Buffer" title="&dactyl.appName; Buffer"
xmlns="&xmlns.dactyl;" xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;"> xmlns:html="&xmlns.html;">
<h1 tag="buffer document">Buffer</h1> <h1 tag="buffer document">Buffer</h1>
<toc start="2"/> <toc start="2"/>

View File

@@ -8,6 +8,7 @@
title="&dactyl.appName; Command-line" title="&dactyl.appName; Command-line"
xmlns="&xmlns.dactyl;" xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;"> xmlns:html="&xmlns.html;">
<h1 tag="command-line-mode command-line mode-cmdline">Command-line mode</h1> <h1 tag="command-line-mode command-line mode-cmdline">Command-line mode</h1>
<toc start="2"/> <toc start="2"/>
@@ -247,7 +248,7 @@
<dd> <dd>
This is the most basic quoting character. When it is encountered This is the most basic quoting character. When it is encountered
outside of single or double quotes, it forces the next character to be outside of single or double quotes, it forces the next character to be
interpreted literally. So, for instance, <tt>\\</tt><tt>\</tt>, interpreted literally. So, for instance, <tt>\\</tt><tt>\</tt>,
<tt>\'</tt><tt>'</tt>, <tt>\a</tt><tt>a</tt>, and <tt>\'</tt><tt>'</tt>, <tt>\a</tt><tt>a</tt>, and
<tt>\␣</tt><tt></tt>. <tt>\␣</tt><tt></tt>.
</dd> </dd>

View File

@@ -10,6 +10,7 @@
title="&dactyl.appName; Developer information" title="&dactyl.appName; Developer information"
xmlns="&xmlns.dactyl;" xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;"> xmlns:html="&xmlns.html;">
<h1 tag="developer-information developer">Developer information</h1> <h1 tag="developer-information developer">Developer information</h1>
<toc start="2"/> <toc start="2"/>

View File

@@ -8,6 +8,7 @@
title="&dactyl.appName; Expression Evaluation" title="&dactyl.appName; Expression Evaluation"
xmlns="&xmlns.dactyl;" xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;"> xmlns:html="&xmlns.html;">
<h1 tag="expression expr eval javascript">Expression evaluation</h1> <h1 tag="expression expr eval javascript">Expression evaluation</h1>
<toc start="2"/> <toc start="2"/>

View File

@@ -9,6 +9,7 @@
xmlns="&xmlns.dactyl;" xmlns="&xmlns.dactyl;"
xmlns:dactyl="&xmlns.dactyl;" xmlns:dactyl="&xmlns.dactyl;"
xmlns:html="&xmlns.html;"> xmlns:html="&xmlns.html;">
<h1 tag="gui">&dactyl.host;'s GUI</h1> <h1 tag="gui">&dactyl.host;'s GUI</h1>
<toc start="2"/> <toc start="2"/>

View File

@@ -8,6 +8,7 @@
title="&dactyl.appName; Hints" title="&dactyl.appName; Hints"
xmlns="&xmlns.dactyl;" xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;"> xmlns:html="&xmlns.html;">
<h1 tag="quick-hints hints">Hints</h1> <h1 tag="quick-hints hints">Hints</h1>
<toc start="2"/> <toc start="2"/>

View File

@@ -8,6 +8,7 @@
title="&dactyl.appName; Index" title="&dactyl.appName; Index"
xmlns="&xmlns.dactyl;" xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;"> xmlns:html="&xmlns.html;">
<h1 tag="index">Index</h1> <h1 tag="index">Index</h1>
<toc start="2"/> <toc start="2"/>

View File

@@ -8,6 +8,7 @@
title="&dactyl.appName; Insert Mode" title="&dactyl.appName; Insert Mode"
xmlns="&xmlns.dactyl;" xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;"> xmlns:html="&xmlns.html;">
<h1 tag="insert-mode insert mode-insert">Insert mode</h1> <h1 tag="insert-mode insert mode-insert">Insert mode</h1>
<toc start="2"/> <toc start="2"/>

View File

@@ -8,6 +8,7 @@
title="&dactyl.appName; Key Mappings" title="&dactyl.appName; Key Mappings"
xmlns="&xmlns.dactyl;" xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;"> xmlns:html="&xmlns.html;">
<h1 tag="keyboard-shortcuts">Keyboard shortcuts and commands</h1> <h1 tag="keyboard-shortcuts">Keyboard shortcuts and commands</h1>
<toc start="2"/> <toc start="2"/>

View File

@@ -8,6 +8,7 @@
title="&dactyl.appName; Marks" title="&dactyl.appName; Marks"
xmlns="&xmlns.dactyl;" xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;"> xmlns:html="&xmlns.html;">
<h1 tag="marks">Marks</h1> <h1 tag="marks">Marks</h1>
<toc start="2"/> <toc start="2"/>

View File

@@ -9,6 +9,7 @@
xmlns="&xmlns.dactyl;" xmlns="&xmlns.dactyl;"
xmlns:dactyl="&xmlns.dactyl;" xmlns:dactyl="&xmlns.dactyl;"
xmlns:html="&xmlns.html;"> xmlns:html="&xmlns.html;">
<h1 tag="messages">Error and informational messages</h1> <h1 tag="messages">Error and informational messages</h1>
<tags>message-history</tags> <tags>message-history</tags>

View File

@@ -16,6 +16,7 @@
title="&dactyl.appName; Options" title="&dactyl.appName; Options"
xmlns="&xmlns.dactyl;" xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;"> xmlns:html="&xmlns.html;">
<h1 tag="options">Options</h1> <h1 tag="options">Options</h1>
<toc start="2"/> <toc start="2"/>

View File

@@ -8,6 +8,7 @@
title="&dactyl.appName; Patterns" title="&dactyl.appName; Patterns"
xmlns="&xmlns.dactyl;" xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;"> xmlns:html="&xmlns.html;">
<h1 tag="text-search-commands">Text search commands</h1> <h1 tag="text-search-commands">Text search commands</h1>
<toc start="2"/> <toc start="2"/>

View File

@@ -8,6 +8,7 @@
title="&dactyl.appName; Printing" title="&dactyl.appName; Printing"
xmlns="&xmlns.dactyl;" xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;"> xmlns:html="&xmlns.html;">
<h1 tag="printing">Printing</h1> <h1 tag="printing">Printing</h1>
<toc start="2"/> <toc start="2"/>

View File

@@ -8,6 +8,7 @@
title="&dactyl.appName; Repeating Commands" title="&dactyl.appName; Repeating Commands"
xmlns="&xmlns.dactyl;" xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;"> xmlns:html="&xmlns.html;">
<h1 tag="repeating">Repeating commands</h1> <h1 tag="repeating">Repeating commands</h1>
<toc start="2"/> <toc start="2"/>

View File

@@ -8,6 +8,7 @@
title="&dactyl.appName; Starting" title="&dactyl.appName; Starting"
xmlns="&xmlns.dactyl;" xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;"> xmlns:html="&xmlns.html;">
<h1 tag="starting">Starting &dactyl.appName;</h1> <h1 tag="starting">Starting &dactyl.appName;</h1>
<toc start="2"/> <toc start="2"/>

View File

@@ -8,6 +8,7 @@
title="&dactyl.appName; Styling" title="&dactyl.appName; Styling"
xmlns="&xmlns.dactyl;" xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;"> xmlns:html="&xmlns.html;">
<h1 tag="styling">Styling the GUI and web pages</h1> <h1 tag="styling">Styling the GUI and web pages</h1>
<toc start="2"/> <toc start="2"/>

View File

@@ -8,6 +8,7 @@
title="&dactyl.appName; Tabs" title="&dactyl.appName; Tabs"
xmlns="&xmlns.dactyl;" xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;"> xmlns:html="&xmlns.html;">
<h1 tag="tabs buffers">Tabs and buffers</h1> <h1 tag="tabs buffers">Tabs and buffers</h1>
<toc start="2"/> <toc start="2"/>

View File

@@ -8,6 +8,7 @@
title="&dactyl.appName; Other" title="&dactyl.appName; Other"
xmlns="&xmlns.dactyl;" xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;"> xmlns:html="&xmlns.html;">
<h1>Other help</h1> <h1>Other help</h1>
<toc start="2"/> <toc start="2"/>

View File

@@ -4,8 +4,8 @@
<!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd"> <!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd">
<overlay <overlay
xmlns="http://vimperator.org/namespaces/liberator" xmlns="&xmlns.dactyl;"
xmlns:html="http://www.w3.org/1999/xhtml"> xmlns:html="&xmlns.html;">
<include href="player" tag="player.html" insertafter="intro.html"/> <include href="player" tag="player.html" insertafter="intro.html"/>

View File

@@ -4,8 +4,8 @@
<!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd"> <!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd">
<overlay <overlay
xmlns="http://vimperator.org/namespaces/liberator" xmlns="&xmlns.dactyl;"
xmlns:html="http://www.w3.org/1999/xhtml"> xmlns:html="&xmlns.html;">
<dl tag="autocommand-list" replace="autocommand-list"> <dl tag="autocommand-list" replace="autocommand-list">
<dt>BookmarkAdd</dt> <dd>Triggered after a page is bookmarked</dd> <dt>BookmarkAdd</dt> <dd>Triggered after a page is bookmarked</dd>

View File

@@ -4,8 +4,8 @@
<!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd"> <!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd">
<overlay <overlay
xmlns="http://vimperator.org/namespaces/liberator" xmlns="&xmlns.dactyl;"
xmlns:html="http://www.w3.org/1999/xhtml"> xmlns:html="&xmlns.html;">
<span replace="w"/> <span replace="w"/>
<span replace="W"/> <span replace="W"/>

View File

@@ -4,8 +4,8 @@
<!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd"> <!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd">
<overlay <overlay
xmlns="http://vimperator.org/namespaces/liberator" xmlns="&xmlns.dactyl;"
xmlns:html="http://www.w3.org/1999/xhtml"> xmlns:html="&xmlns.html;">
<dl tag="dialog-list" replace="dialog-list"> <dl tag="dialog-list" replace="dialog-list">
<dt>about</dt> <dd>About &dactyl.host;</dd> <dt>about</dt> <dd>About &dactyl.host;</dd>

View File

@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?> <?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd"> <!DOCTYPE document SYSTEM "chrome://dactyl/content/help.dtd">
<document <document
name="browsing" name="player"
title="&dactyl.appName; Browsing" title="&dactyl.appName; Player mode"
xmlns="http://vimperator.org/namespaces/liberator" xmlns="&xmlns.dactyl;"
xmlns:html="http://www.w3.org/1999/xhtml"> xmlns:html="&xmlns.html;">
<h1 tag="player-mode player">Player mode</h1> <h1 tag="player-mode player">Player mode</h1>
<toc start="2"/> <toc start="2"/>

View File

@@ -4,8 +4,8 @@
<!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd"> <!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd">
<overlay <overlay
xmlns="http://vimperator.org/namespaces/liberator" xmlns="&xmlns.dactyl;"
xmlns:html="http://www.w3.org/1999/xhtml"> xmlns:html="&xmlns.html;">
<span replace=":window"/> <span replace=":window"/>
<span replace=":u"/> <span replace=":u"/>

View File

@@ -172,7 +172,7 @@
where we will do our best to answer any inquiries. You can also where we will do our best to answer any inquiries. You can also
check the check the
<link topic="http://code.google.com/p/dactyl/wiki">wiki</link> or <link topic="http://code.google.com/p/dactyl/wiki">wiki</link> or
<link topic="http://dactyl.sourceforge.net/pentadactyl/faq">FAQ</link>. <link topic="&dactyl.faq;">FAQ</link>.
Issue reports can be entered in the Issue reports can be entered in the
<link topic="&dactyl.issues;">issue tracker</link>. <link topic="&dactyl.issues;">issue tracker</link>.
</p> </p>

View File

@@ -8,8 +8,8 @@
title="&dactyl.appName; Tutorial" title="&dactyl.appName; Tutorial"
xmlns="&xmlns.dactyl;" xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;"> xmlns:html="&xmlns.html;">
<!-- Initial revision: Sun Jun 8 10:07:05 UTC 2008 (penryu) -->
<!-- Initial revision: Sun Jun 8 10:07:05 UTC 2008 (penryu) -->
<h1 tag="tutorial">Quick-start tutorial</h1> <h1 tag="tutorial">Quick-start tutorial</h1>
<html:p style="text-align: center"> <html:p style="text-align: center">

View File

@@ -4,8 +4,8 @@
<!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd"> <!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd">
<overlay <overlay
xmlns="http://vimperator.org/namespaces/liberator" xmlns="&xmlns.dactyl;"
xmlns:html="http://www.w3.org/1999/xhtml"> xmlns:html="&xmlns.html;">
</overlay> </overlay>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->

View File

@@ -4,8 +4,8 @@
<!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd"> <!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd">
<overlay <overlay
xmlns="http://vimperator.org/namespaces/liberator" xmlns="&xmlns.dactyl;"
xmlns:html="http://www.w3.org/1999/xhtml"> xmlns:html="&xmlns.html;">
<dl tag="autocommand-list" replace="autocommand-list"> <dl tag="autocommand-list" replace="autocommand-list">
<dt>ColorScheme</dt> <dd>Triggered after a color scheme has been loaded</dd> <dt>ColorScheme</dt> <dd>Triggered after a color scheme has been loaded</dd>

View File

@@ -4,8 +4,8 @@
<!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd"> <!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd">
<overlay <overlay
xmlns="http://vimperator.org/namespaces/liberator" xmlns="&xmlns.dactyl;"
xmlns:html="http://www.w3.org/1999/xhtml"> xmlns:html="&xmlns.html;">
<dl tag="dialog-list" replace="dialog-list"> <dl tag="dialog-list" replace="dialog-list">
<dt>about</dt> <dd>About &dactyl.host;</dd> <dt>about</dt> <dd>About &dactyl.host;</dd>