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

all help converted to asciidoc, now only somebody needs to file them in the correct place.

New vimperator.util.generateHelp(command) for generating asciidoc added.
This commit is contained in:
Martin Stubenschrott
2008-01-31 18:32:39 +00:00
parent fd631194d5
commit 8e00f16baa
6 changed files with 1664 additions and 73 deletions

View File

@@ -27,6 +27,7 @@ HEADER=<span style="float: right; padding-top: 10px;"><form action="https://www.
\[arg1\]=<span class="argument">&#91;arg1&#93;</span>
\[arg2\]=<span class="argument">&#91;arg2&#93;</span>
\[url\]=<span class="argument">&#91;url&#93;</span>
\[file\]=<span class="argument">&#91;file&#93;</span>
\[!\]=<span class="argument">&#91;!&#93;</span>
# [macros]

View File

@@ -4,13 +4,13 @@ HEADER
Vimperator can repeat a number of commands or record macros...
section:Macros[macros]
section:Macros[+++macros+++]
TO BE WRITTEN...
More commands:
section:Profiling[profiling]
:time
:time ...
// vim: set syntax=asciidoc:

File diff suppressed because it is too large Load Diff

View File

@@ -290,7 +290,7 @@ span.tag, span.hiddentag {
font-weight: bold;
color: rgb(255, 0, 255); /* magenta */
padding-left: 15px;
padding-top: -5px;
/*padding-top: -5px;*/
float: right;
}
/* inside a table cell means this tag is part of a section */
@@ -330,5 +330,5 @@ fieldset.paypal {
}
.quoteblock {
margin-left: 140px;
padding-bottom: 20px;
padding-bottom: 10px;
}