mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-23 03:33:33 +01:00
normalize the capitalization of section headings in help pages
This commit is contained in:
@@ -5,7 +5,7 @@ HEADER
|
|||||||
Vimperator holds exactly one buffer object for each tab. It is usually an
|
Vimperator holds exactly one buffer object for each tab. It is usually an
|
||||||
(X)HTML document with advanced features.
|
(X)HTML document with advanced features.
|
||||||
|
|
||||||
section:Motion{nbsp}Commands[motion,scrolling]
|
section:Motion{nbsp}commands[motion,scrolling]
|
||||||
|
|
||||||
|^| |0| +
|
|^| |0| +
|
||||||
||0||
|
||0||
|
||||||
@@ -100,7 +100,7 @@ ________________________________________________________________________________
|
|||||||
Scroll down a full page. Scroll window [count] pages Forwards (downwards) in the buffer.
|
Scroll down a full page. Scroll window [count] pages Forwards (downwards) in the buffer.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
section:Jumping{nbsp}to{nbsp}Elements[jumping]
|
section:Jumping{nbsp}to{nbsp}elements[jumping]
|
||||||
|
|
||||||
|gi| +
|
|gi| +
|
||||||
||[count]gi||
|
||[count]gi||
|
||||||
@@ -230,13 +230,13 @@ Normally this command operates on the text zoom, if used with [!] it operates
|
|||||||
on full zoom.
|
on full zoom.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
section:Copying{nbsp}Text[copying,yanking]
|
section:Copying{nbsp}text[copying,yanking]
|
||||||
|
|
||||||
When running in X11 the text of the following commands is not only copied to
|
When running in X11 the text of the following commands is not only copied to
|
||||||
the clipboard, but also put into the X11 selection, which can be pasted with
|
the clipboard, but also put into the X11 selection, which can be pasted with
|
||||||
the middle mouse button:
|
the middle mouse button:
|
||||||
|
|
||||||
section:Alternate{nbsp}Style{nbsp}Sheets[stylesheet,style]
|
section:Alternate{nbsp}style{nbsp}sheets[stylesheet,style]
|
||||||
|
|
||||||
|:pagest| |:pagestyle|
|
|:pagest| |:pagestyle|
|
||||||
||:pagest[yle]||
|
||:pagest[yle]||
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
HEADER
|
HEADER
|
||||||
|
|
||||||
section:Writing{nbsp}Documentation[writing-docs,documentation]
|
section:Writing{nbsp}documentation[writing-docs,documentation]
|
||||||
|
|
||||||
For every new feature, writing documentation is _mandatory_ for the patch to
|
For every new feature, writing documentation is _mandatory_ for the patch to
|
||||||
be accepted. The docs are written in
|
be accepted. The docs are written in
|
||||||
@@ -61,7 +61,7 @@ Some notes about the code above:
|
|||||||
There are also some additional asciidoc commands specifically for writing
|
There are also some additional asciidoc commands specifically for writing
|
||||||
Vimperator documentation:
|
Vimperator documentation:
|
||||||
|
|
||||||
- *$$section:Writing{nbsp}Documentation[writing-docs,documentation]$$* Creates
|
- *$$section:Writing{nbsp}documentation[writing-docs,documentation]$$* Creates
|
||||||
a new section like _Writing Documentation_ in this help file with 2 tags.
|
a new section like _Writing Documentation_ in this help file with 2 tags.
|
||||||
- *$$help:developer{nbsp}information[developer.html#documentation]$$* creates
|
- *$$help:developer{nbsp}information[developer.html#documentation]$$* creates
|
||||||
a link with text _developer information_ to the tag _documentation_ in
|
a link with text _developer information_ to the tag _documentation_ in
|
||||||
@@ -73,7 +73,7 @@ on the mailing list or on #vimperator. Usually help should be grouped together
|
|||||||
in logically connected subject areas like
|
in logically connected subject areas like
|
||||||
help:opening{nbsp}web{nbsp}pages[browsing.html#opening].
|
help:opening{nbsp}web{nbsp}pages[browsing.html#opening].
|
||||||
|
|
||||||
section:Generating{nbsp}Documentation[generating-docs]
|
section:Generating{nbsp}documentation[generating-docs]
|
||||||
|
|
||||||
You can also autogenerate most of the asciidoc help after you have written a
|
You can also autogenerate most of the asciidoc help after you have written a
|
||||||
new command, mapping or option. For this, use:
|
new command, mapping or option. For this, use:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ HEADER
|
|||||||
|
|
||||||
INTRO TO BE WRITTEN...
|
INTRO TO BE WRITTEN...
|
||||||
|
|
||||||
section:Key{nbsp}Mapping[key-mapping,mapping,macro]
|
section:Key{nbsp}mapping[key-mapping,mapping,macro]
|
||||||
|
|
||||||
|<Nop>| +
|
|<Nop>| +
|
||||||
||<Nop>||
|
||<Nop>||
|
||||||
@@ -197,7 +197,7 @@ ________________________________________________________________________________
|
|||||||
Remove all abbreviations for Insert mode.
|
Remove all abbreviations for Insert mode.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
section:User-defined{nbsp}Commands[user-commands]
|
section:User-defined{nbsp}commands[user-commands]
|
||||||
|
|
||||||
|:com| |:command|
|
|:com| |:command|
|
||||||
||:com[mand][!] [{attr}...] {cmd} {rep}|| +
|
||:com[mand][!] [{attr}...] {cmd} {rep}|| +
|
||||||
|
|||||||
@@ -207,7 +207,7 @@ ________________________________________________________________________________
|
|||||||
Show all QuickMarks. If [arg] is specified then limit the list to those QuickMarks mentioned.
|
Show all QuickMarks. If [arg] is specified then limit the list to those QuickMarks mentioned.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
section:Local{nbsp}Marks[localmarks]
|
section:Local{nbsp}marks[localmarks]
|
||||||
|
|
||||||
Local marks are used to ...
|
Local marks are used to ...
|
||||||
We differentiate between two types ...
|
We differentiate between two types ...
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ LOGO
|
|||||||
Vimperator.*
|
Vimperator.*
|
||||||
+++</center>+++
|
+++</center>+++
|
||||||
|
|
||||||
section:Quick-Start{nbsp}Tutorial[tutorial]
|
section:Quick-start{nbsp}tutorial[tutorial]
|
||||||
|
|
||||||
If you've started using Vimperator from scratch (i.e., without any
|
If you've started using Vimperator from scratch (i.e., without any
|
||||||
customization), you should be looking at this help page in a relatively
|
customization), you should be looking at this help page in a relatively
|
||||||
@@ -25,7 +25,7 @@ Vimperator is to leave these disabled for now. (The above action can be
|
|||||||
reversed with [c]:set go=<cr>[c]) You can look at the entry for
|
reversed with [c]:set go=<cr>[c]) You can look at the entry for
|
||||||
[o]guioptions[o] in help:options[options.html] for more information on this.
|
[o]guioptions[o] in help:options[options.html] for more information on this.
|
||||||
|
|
||||||
section:Vimperator's{nbsp}Modal{nbsp}Interface[modal]
|
section:Vimperator's{nbsp}modal{nbsp}interface[modal]
|
||||||
|
|
||||||
Vimperator's power, like Vim's, comes from it's modal interface. Keys have
|
Vimperator's power, like Vim's, comes from it's modal interface. Keys have
|
||||||
different meanings depending on which mode the browser is in. Vimperator has
|
different meanings depending on which mode the browser is in. Vimperator has
|
||||||
@@ -43,7 +43,7 @@ To return to normal mode command-line mode, type [m]<Esc>[m]. Pressing
|
|||||||
[m]<Esc>[m] will also return you to normal mode from most other modes in
|
[m]<Esc>[m] will also return you to normal mode from most other modes in
|
||||||
Vimperator.
|
Vimperator.
|
||||||
|
|
||||||
section:Getting{nbsp}Help[getting_help]
|
section:Getting{nbsp}help[getting_help]
|
||||||
|
|
||||||
Vim is a great editor but it's not much of a web browser. So even seasoned
|
Vim is a great editor but it's not much of a web browser. So even seasoned
|
||||||
Vim users will probably have to look at Vimperator documentation sooner or
|
Vim users will probably have to look at Vimperator documentation sooner or
|
||||||
@@ -94,7 +94,7 @@ Scrolling the browser window is done with simple keystrokes:
|
|||||||
Your standard buttons ([m]<Up>[m]/[m]<Down>[m]/[m]<PgUp>[m]/[m]<PgDn>[m]) will
|
Your standard buttons ([m]<Up>[m]/[m]<Down>[m]/[m]<PgUp>[m]/[m]<PgDn>[m]) will
|
||||||
also work as expected.
|
also work as expected.
|
||||||
|
|
||||||
section:History{nbsp}and{nbsp}Tabs[history_navigation,tab_navigation]
|
section:History{nbsp}and{nbsp}tabs[history_navigation,tab_navigation]
|
||||||
|
|
||||||
History navigation (e.g., ``Back'', ``Forward'') are done similarly to
|
History navigation (e.g., ``Back'', ``Forward'') are done similarly to
|
||||||
scrolling.
|
scrolling.
|
||||||
@@ -156,7 +156,7 @@ uniquely identified soon, and Vimperator will open it. Once you're done,
|
|||||||
remember to use [m]<C-o>[m] (``History Back'') or [m]d[m] (``Delete Buffer'')
|
remember to use [m]<C-o>[m] (``History Back'') or [m]d[m] (``Delete Buffer'')
|
||||||
to return here, depending on which key you used to activate QuickHint mode.
|
to return here, depending on which key you used to activate QuickHint mode.
|
||||||
|
|
||||||
section:Common{nbsp}Issues[common_issues]
|
section:Common{nbsp}issues[common_issues]
|
||||||
|
|
||||||
Say you get half-way done typing in a new URL, only to remember that you've
|
Say you get half-way done typing in a new URL, only to remember that you've
|
||||||
already got that page open in the previous tab. Your command-line might look
|
already got that page open in the previous tab. Your command-line might look
|
||||||
@@ -169,7 +169,7 @@ following:
|
|||||||
|
|
||||||
<Esc>gT
|
<Esc>gT
|
||||||
|
|
||||||
section:Saving{nbsp}for{nbsp}Posterity{nbsp}-{nbsp}vimperatorrc[vimperatorrc]
|
section:Saving{nbsp}for{nbsp}posterity{nbsp}-{nbsp}vimperatorrc[vimperatorrc]
|
||||||
|
|
||||||
Once you get Vimperator set up with your desired options, maps, and
|
Once you get Vimperator set up with your desired options, maps, and
|
||||||
commands, you'll probably want them to be available the next time you
|
commands, you'll probably want them to be available the next time you
|
||||||
@@ -183,7 +183,7 @@ This will create the file *$HOME/.vimperatorrc* containing your settings.
|
|||||||
It is a simple text file, just like a vimrc file and can be easily
|
It is a simple text file, just like a vimrc file and can be easily
|
||||||
edited to suit your preferences.
|
edited to suit your preferences.
|
||||||
|
|
||||||
section:Find{nbsp}the{nbsp}Exit{nbsp}Nearest{nbsp}You[quitting_without_menus]
|
section:Find{nbsp}the{nbsp}exit{nbsp}nearest{nbsp}you[quitting_without_menus]
|
||||||
|
|
||||||
Vimperator supports all of Vim's classic methods of exiting.
|
Vimperator supports all of Vim's classic methods of exiting.
|
||||||
|
|
||||||
@@ -235,7 +235,7 @@ Alternatively, you can do this the old-fashioned way: re-enable the menubar,
|
|||||||
as above, with [c]:set go+=m[c], and select *Add-ons* from the *Tools* menu.
|
as above, with [c]:set go+=m[c], and select *Add-ons* from the *Tools* menu.
|
||||||
|
|
||||||
|
|
||||||
section:I'm{nbsp}Interested...but{nbsp}Lost![support]
|
section:I'm{nbsp}interested...but{nbsp}lost![support]
|
||||||
|
|
||||||
Vimperator has an energetic and growing user base. If you've run into a
|
Vimperator has an energetic and growing user base. If you've run into a
|
||||||
problem that you can't seem to solve with Vimperator, or if you think you might
|
problem that you can't seem to solve with Vimperator, or if you think you might
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
HEADER
|
HEADER
|
||||||
|
|
||||||
section:Various{nbsp}Commands[various]
|
section:Various{nbsp}commands[various]
|
||||||
|
|
||||||
|<C-l>| |CTRL-L| |:redr| |:redraw| +
|
|<C-l>| |CTRL-L| |:redr| |:redraw| +
|
||||||
||:redr[aw]||
|
||:redr[aw]||
|
||||||
@@ -20,7 +20,7 @@ typed. If the [!] is given, mappings will not be used.
|
|||||||
before it, 1 space is one space.
|
before it, 1 space is one space.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
section:Online{nbsp}Help[online-help]
|
section:Online{nbsp}help[online-help]
|
||||||
|
|
||||||
|<F1>| |:help| |:h| |help|
|
|<F1>| |:help| |:h| |help|
|
||||||
||:h[elp] {subject}|| +
|
||:h[elp] {subject}|| +
|
||||||
@@ -51,7 +51,7 @@ Douglas Adams, the only person who knew what this question really was about is
|
|||||||
now dead, unfortunately. So now you might wonder what the meaning of death
|
now dead, unfortunately. So now you might wonder what the meaning of death
|
||||||
is...
|
is...
|
||||||
|
|
||||||
section:Uncategorized{nbsp}Help[uncategorized]
|
section:Uncategorized{nbsp}help[uncategorized]
|
||||||
|
|
||||||
|<C-[>| |<Esc>| +
|
|<C-[>| |<Esc>| +
|
||||||
||<Esc>||
|
||<Esc>||
|
||||||
|
|||||||
Reference in New Issue
Block a user