1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-14 20:53:32 +02:00

Clean up the intro.html help pages.

This commit is contained in:
Doug Kearns
2009-07-23 22:14:14 +10:00
parent c82140ca51
commit 93c573d04f
5 changed files with 93 additions and 69 deletions

View File

@@ -79,10 +79,14 @@ section:Features[features]
* Vim-like keybindings ([m]h[m], [m]j[m], [m]k[m], [m]l[m], * Vim-like keybindings ([m]h[m], [m]j[m], [m]k[m], [m]l[m],
[m]gg[m], [m]G[m], [m]0[m], [m]$[m], [m]ZZ[m], [m]<C-f>[m], etc.) [m]gg[m], [m]G[m], [m]0[m], [m]$[m], [m]ZZ[m], [m]<C-f>[m], etc.)
* Ex-commands ([c]:quit[c], [c]:goto Inbox[c], ...) * Ex-commands ([c]:quit[c], [c]:goto Inbox[c], ...)
* Tab completion available for all commands with support for 'longest' matching when set in 'wildmode' * Tab completion available for all commands with support for "longest" matching
when set in 'wildmode'
* Hit-a-hint like navigation of links (start with [m]f[m] to follow a link) * Hit-a-hint like navigation of links (start with [m]f[m] to follow a link)
* Minimal GUI (easily hide useless menubar and toolbar with [c]:set guioptions=f[c]) * Minimal GUI (easily hide useless menubar and toolbar with
* Ability to [c]:source[c] javascript files, and to use a [a]~/.muttatorrc[a] file [c]:set guioptions=f[c])
* Ability to [c]:source[c] JavaScript files, and to use a [a]~/.muttatorrc[a]
file with syntax highlighting if you install
http://vimperator.org/trac/ticket/328[muttator.vim]
* Count supported for many commands ([m]3<C-o>[m] will go back 3 messages) * Count supported for many commands ([m]3<C-o>[m] will go back 3 messages)
* Beep on errors * Beep on errors
* [c]:map[c] support (and feedkeys() for script writers) * [c]:map[c] support (and feedkeys() for script writers)

View File

@@ -49,35 +49,38 @@ support us financially if you really like Vimperator and the money doesn't hurt
section:Help{nbsp}topics[overview] section:Help{nbsp}topics[overview]
- help:Tutorial[tutorial.html]: A quick-start tutorial for new users. - help:Quick-start{nbsp}tutorial[tutorial.html]: A quick-start tutorial for new
- help:Initialization[starting.html]: How Vimperator starts up, where it reads users.
the config file... - help:Starting{nbsp}Vimperator[starting.html]: How Vimperator starts up, where
it reads the config file...
- help:Browsing[browsing.html]: Basic mappings and commands needed for a - help:Browsing[browsing.html]: Basic mappings and commands needed for a
browsing session (how to open a web page or go back in history). browsing session (how to open a web page or go back in history).
- help:Buffer{nbsp}commands[buffer.html]: Operations on the current document - help:Buffer[buffer.html]: Operations on the current document like scrolling
like scrolling or copying text. or copying text.
- help:Command-line[cmdline.html]: Command-line editing. - help:Command-line{nbsp}mode[cmdline.html]: Command-line editing.
- help:Insert-mode[insert.html]: Insert-mode editing. - help:Insert{nbsp}mode[insert.html]: Insert-mode editing.
- help:Options[options.html]: A description of all options. - help:Options[options.html]: A description of all options.
- help:Search{nbsp}commands[pattern.html]: Searching for text in the - help:Text{nbsp}search{nbsp}commands[pattern.html]: Searching for text in the
current buffer. current buffer.
- help:Tabs[tabs.html]: Managing your tabbed browsing session. - help:Tabs[tabs.html]: Managing your tabbed browsing session.
- help:Hints[hints.html]: Selecting hyperlinks. - help:Hints[hints.html]: Selecting hyperlinks and other page elements.
- help:Key{nbsp}mapping{nbsp}and{nbsp}abbreviations[map.html]: Defining new key - help:Key{nbsp}mappings,{nbsp}abbreviations,{nbsp}and{nbsp}user-defined{nbsp}commands[map.html]:
mappings, abbreviations and user commands. Defining new key mappings, abbreviations and user commands.
- help:Expression{nbsp}evaluation[eval.html]: Executing JavaScript. - help:Expression{nbsp}evaluation[eval.html]: Executing JavaScript.
- help:Marks[marks.html]: Using bookmarks, QuickMarks, history and local marks. - help:Marks[marks.html]: Using bookmarks, QuickMarks, history and local marks.
- help:Repeating{nbsp}commands[repeat.html]: Using macros to repeat recurring workflows. - help:Repeating{nbsp}commands[repeat.html]: Using macros to repeat recurring workflows.
- help:Autocommands[autocommands.html]: Automatically executing code on certain - help:Automatic{nbsp}commands[autocommands.html]: Automatically executing code
events. on certain events.
- help:Print[print.html]: Printing pages. - help:Printing[print.html]: Printing pages.
- help:GUI[gui.html]: Accessing Firefox menus, dialogs and the sidebar. - help:Vimperator's{nbsp}GUI[gui.html]: Accessing Firefox menus, dialogs and the sidebar.
- help:Styling[styling.html]: Changing the styling of content pages and Vimperator itself. - help:Styling{nbsp}the{nbsp}GUI{nbsp}and{nbsp}web{nbsp}pages[styling.html]:
- help:Messages[message.html]: A description of messages and error messages. Changing the styling of content pages and Vimperator itself.
- help:Error{nbsp}and{nbsp}informational{nbsp}messages[message.html]: A
description of messages and error messages.
- help:Developer{nbsp}information[developer.html]: How to write docs or - help:Developer{nbsp}information[developer.html]: How to write docs or
plugins. plugins.
- help:Various[various.html]: Other help which didn't fit into any other - help:Various{nbsp}commands[various.html]: Other help which didn't fit into
category. any other category.
- help:Index[index.html]: An index of all commands and options. - help:Index[index.html]: An index of all commands and options.
You can also jump directly to the help of a specific command with [c]:help o[c] You can also jump directly to the help of a specific command with [c]:help o[c]
@@ -85,30 +88,36 @@ or [c]:help :set[c].
section:Features[features] section:Features[features]
* Vim-like keybindings ([m]h[m], [m]j[m], [m]k[m], [m]l[m], * Vim-like keybindings ([m]h[m], [m]j[m], [m]k[m], [m]l[m], [m]gg[m], [m]G[m],
[m]gg[m], [m]G[m], [m]0[m], [m]$[m], [m]ZZ[m], [m]<C-f>[m], etc.) [m]0[m], [m]$[m], [m]ZZ[m], [m]<C-f>[m], etc.)
* Ex commands ([c]:quit[c], [c]:open www.foo.com[c], ...) * Ex commands ([c]:quit[c], [c]:open www.foo.com[c], ...)
* Tab completion available for all commands with support for 'longest' matching when set in 'wildmode' * Tab completion available for all commands with support for "longest" matching
when set in 'wildmode'
* Hit-a-hint like navigation of links (start with [m]f[m] to follow a link) * Hit-a-hint like navigation of links (start with [m]f[m] to follow a link)
* Advanced completion of bookmark and history URLs (searching also in title, not only URL) * Advanced completion of bookmark and history URLs (searching also in title,
* Vim-like statusline with a wget-like progress bar not only URL)
* Minimal GUI (easily hide useless menubar and toolbar with [c]:set guioptions=[c]) * Vim-like statusline with a Wget-like progress bar
* Ability to [c]:source[c] JavaScript files, and to use a [a]~/.vimperatorrc[a] file * Minimal GUI (easily hide useless menubar and toolbar with
with syntax highlighting if you install scripts/vimperator.vim [c]:set guioptions=[c])
* Ability to [c]:source[c] JavaScript files, and to use a [a]~/.vimperatorrc[a]
file with syntax highlighting if you install
http://vimperator.org/trac/ticket/26[vimperator.vim]
* Easy quick searches ([c]:open foo[c] will search for "foo" in google, * Easy quick searches ([c]:open foo[c] will search for "foo" in google,
[c]:open ebay terminator[c] will search for "terminator" on ebay) [c]:open ebay terminator[c] will search for "terminator" on ebay)
with support for Firefox keyword bookmarks and search engines with support for Firefox keyword bookmarks and search engines
* Count supported for many commands ([m]3<C-o>[m] will go back 3 pages) * Count supported for many commands ([m]3<C-o>[m] will go back 3 pages)
* Beep on errors * Beep on errors
* Marks support ([m]m[m][a]a[a] to set mark a on a web page, [m]'[m][a]a[a] to go there) * Marks support ([m]m[m][a]a[a] to set mark a on a web page, [m]'[m][a]a[a] to
* QuickMarks support (quickly go to previously marked web pages with [m]go[m][a]\\{a-zA-Z0-9\\}[a]) go there)
* QuickMarks support (quickly go to previously marked web pages with
[m]go[m][a]\\{a-zA-Z0-9\\}[a])
* [c]:map[c] and [c]:command[c] support (and feedkeys() for script writers) * [c]:map[c] and [c]:command[c] support (and feedkeys() for script writers)
* [c]:time[c] support for profiling * [c]:time[c] support for profiling
* Move the text cursor and select text with Vim keys and a Visual mode * Move the text cursor and select text with Vim keys and a Visual mode
* External editor support * External editor support
* Macros to replay key strokes * Macros to replay key strokes
* AutoCommands to execute action on certain events * AutoCommands to execute actions on certain events
* A comprehensive help file, explaining all commands, mappings and options. * A comprehensive help system, explaining all commands, mappings and options
section:Contact[contact] section:Contact[contact]

View File

@@ -1,4 +1,4 @@
heading:Key{nbsp}mappings,{nbsp}abbreviations,{nbsp}and{nbsp}user-defined{nbsp}commands.[] heading:Key{nbsp}mappings,{nbsp}abbreviations,{nbsp}and{nbsp}user-defined{nbsp}commands[]
section:Key{nbsp}mapping[key-mapping,mapping,map,macro] section:Key{nbsp}mapping[key-mapping,mapping,map,macro]

View File

@@ -38,35 +38,39 @@ it, recommend it and like it :)
section:Help{nbsp}topics[overview] section:Help{nbsp}topics[overview]
//- help:Tutorial[tutorial.html]: A quick-start tutorial for new users. //- help:Tutorial[tutorial.html]: A quick-start tutorial for new users.
- help:Initialization[starting.html]: How Xulmus starts up, where it reads - help:Starting{nbsp}Xulmus[starting.html]: How Xulmus starts up, where it
the config file... reads the config file...
- help:Player[player.html]: Interacting with the media player. - help:Player{nbsp}mode[player.html]: Interacting with the media player.
- help:Browsing[browsing.html]: Basic mappings and commands needed for a - help:Browsing[browsing.html]: Basic mappings and commands needed for a
browsing session (how to open a web page or go back in history). browsing session (how to open a web page or go back in history).
- help:Buffer{nbsp}commands[buffer.html]: Operations on the current document - help:Buffer[buffer.html]: Operations on the current document like scrolling
like scrolling or copying text. or copying text.
- help:Command-line[cmdline.html]: Command-line editing. - help:Command-line{nbsp}mode[cmdline.html]: Command-line editing.
- help:Insert-mode[insert.html]: Insert-mode editing. - help:Insert{nbsp}mode[insert.html]: Insert-mode editing.
- help:Options[options.html]: A description of all options. - help:Options[options.html]: A description of all options.
- help:Search{nbsp}commands[pattern.html]: Searching for text in the - help:Text{nbsp}search{nbsp}commands[pattern.html]: Searching for text in the
current buffer. current buffer.
- help:Tabs[tabs.html]: Managing your tabbed browsing session. - help:Tabs[tabs.html]: Managing your tabbed browsing session.
- help:Hints[hints.html]: Selecting hyperlinks. - help:Hints[hints.html]: Selecting hyperlinks and other page elements.
- help:Key{nbsp}mapping{nbsp}and{nbsp}abbreviations[map.html]: Defining new key - help:Key{nbsp}mappings,{nbsp}abbreviations,{nbsp}and{nbsp}user-defined{nbsp}commands[map.html]:
mappings, abbreviations and user commands. Defining new key mappings, abbreviations and user commands.
- help:Expression{nbsp}evaluation[eval.html]: Executing JavaScript. - help:Expression{nbsp}evaluation[eval.html]: Executing JavaScript.
- help:Marks[marks.html]: Using bookmarks, QuickMarks, history and local marks. - help:Marks[marks.html]: Using bookmarks, QuickMarks, history and local marks.
- help:Repeating{nbsp}commands[repeat.html]: Using macros to repeat recurring workflows. - help:Repeating{nbsp}commands[repeat.html]: Using macros to repeat recurring
- help:Autocommands[autocommands.html]: Automatically executing code on certain workflows.
events. - help:Automatic{nbsp}commands[autocommands.html]: Automatically executing code
- help:Print[print.html]: Printing pages. on certain events.
- help:GUI[gui.html]: Accessing Songbird menus, dialogs and the sidebar. - help:Printing[print.html]: Printing pages.
- help:Styling[styling.html]: Changing the styling of content pages and Xulmus itself. - help:Xulmus's{nbsp}GUI[gui.html]: Accessing Songbird menus, dialogs and the
- help:Messages[message.html]: A description of messages and error messages. display panels.
- help:Styling{nbsp}the{nbsp}GUI{nbsp}and{nbsp}web{nbsp}pages[styling.html]:
Changing the styling of content pages and Xulmus itself.
- help:Error{nbsp}and{nbsp}informational{nbsp}messages[message.html]: A
description of messages and error messages.
- help:Developer{nbsp}information[developer.html]: How to write docs or - help:Developer{nbsp}information[developer.html]: How to write docs or
plugins. plugins.
- help:Various[various.html]: Other help which didn't fit into any other - help:Various{nbsp}commands[various.html]: Other help which didn't fit into
category. any other category.
- help:Index[index.html]: An index of all commands and options. - help:Index[index.html]: An index of all commands and options.
You can also jump directly to the help of a specific command with [c]:help o[c] You can also jump directly to the help of a specific command with [c]:help o[c]
@@ -74,30 +78,37 @@ or [c]:help :set[c].
section:Features[features] section:Features[features]
* Vim-like keybindings ([m]h[m], [m]j[m], [m]k[m], [m]l[m], // TODO: make Xulmus specific
[m]gg[m], [m]G[m], [m]0[m], [m]$[m], [m]ZZ[m], [m]<C-f>[m], etc.) * Vim-like keybindings ([m]h[m], [m]j[m], [m]k[m], [m]l[m], [m]gg[m], [m]G[m],
[m]0[m], [m]$[m], [m]ZZ[m], [m]<C-f>[m], etc.)
* Ex commands ([c]:quit[c], [c]:open www.foo.com[c], ...) * Ex commands ([c]:quit[c], [c]:open www.foo.com[c], ...)
* Tab completion available for all commands with support for 'longest' matching when set in 'wildmode' * Tab completion available for all commands with support for "longest" matching
when set in 'wildmode'
* Hit-a-hint like navigation of links (start with [m]f[m] to follow a link) * Hit-a-hint like navigation of links (start with [m]f[m] to follow a link)
* Advanced completion of bookmark and history URLs (searching also in title, not only URL) * Advanced completion of bookmark and history URLs (searching also in title,
* Vim-like statusline with a wget-like progress bar not only URL)
* Minimal GUI (easily hide useless menubar and toolbar with [c]:set guioptions=[c]) * Vim-like statusline with a Wget-like progress bar
* Ability to [c]:source[c] JavaScript files, and to use a [a]~/.xulmusrc[a] file * Minimal GUI (easily hide useless menubar and toolbar with
with syntax highlighting if you install scripts/xulmus.vim [c]:set guioptions=[c])
* Ability to [c]:source[c] JavaScript files, and to use a [a]~/.xulmusrc[a]
file with syntax highlighting if you install
http://vimperator.org/trac/ticket/327[xulmus.vim]
* Easy quick searches ([c]:open foo[c] will search for "foo" in google, * Easy quick searches ([c]:open foo[c] will search for "foo" in google,
[c]:open ebay terminator[c] will search for "terminator" on ebay) [c]:open ebay terminator[c] will search for "terminator" on ebay)
with support for Songbird keyword bookmarks and search engines with support for Firefox keyword bookmarks and search engines
* Count supported for many commands ([m]3<C-o>[m] will go back 3 pages) * Count supported for many commands ([m]3<C-o>[m] will go back 3 pages)
* Beep on errors * Beep on errors
* Marks support ([m]m[m][a]a[a] to set mark a on a web page, [m]'[m][a]a[a] to go there) * Marks support ([m]m[m][a]a[a] to set mark a on a web page, [m]'[m][a]a[a] to
* QuickMarks support (quickly go to previously marked web pages with [m]go[m][a]\\{a-zA-Z0-9\\}[a]) go there)
* QuickMarks support (quickly go to previously marked web pages with
[m]go[m][a]\\{a-zA-Z0-9\\}[a])
* [c]:map[c] and [c]:command[c] support (and feedkeys() for script writers) * [c]:map[c] and [c]:command[c] support (and feedkeys() for script writers)
* [c]:time[c] support for profiling * [c]:time[c] support for profiling
* Move the text cursor and select text with Vim keys and a Visual mode * Move the text cursor and select text with Vim keys and a Visual mode
* External editor support * External editor support
* Macros to replay key strokes * Macros to replay key strokes
* AutoCommands to execute action on certain events * AutoCommands to execute actions on certain events
* A comprehensive help file, explaining all commands, mappings and options. * A comprehensive help system, explaining all commands, mappings and options
section:Contact[contact] section:Contact[contact]

View File

@@ -1,4 +1,4 @@
heading:Key{nbsp}mappings,{nbsp}abbreviations,{nbsp}and{nbsp}user-defined{nbsp}commands.[] heading:Key{nbsp}mappings,{nbsp}abbreviations,{nbsp}and{nbsp}user-defined{nbsp}commands[]
section:Key{nbsp}mapping[key-mapping,mapping,map,macro] section:Key{nbsp}mapping[key-mapping,mapping,map,macro]