From f98ab9a9d303959d2d0ed66141e48510230804c0 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 8 Aug 2009 02:14:39 +1000 Subject: [PATCH] Use the new Asciidoc tables syntax. --- vimperator/locale/en-US/autocommands.txt | 58 +++--- vimperator/locale/en-US/gui.txt | 56 +++--- vimperator/locale/en-US/map.txt | 84 ++++---- vimperator/locale/en-US/options.txt | 226 ++++++++++++---------- vimperator/locale/en-US/styling.txt | 118 ++++++------ vimperator/locale/en-US/xhtml11.css | 11 ++ xulmus/locale/en-US/autocommands.txt | 76 ++++---- xulmus/locale/en-US/gui.txt | 48 ++--- xulmus/locale/en-US/map.txt | 84 ++++---- xulmus/locale/en-US/options.txt | 235 ++++++++++++----------- xulmus/locale/en-US/styling.txt | 118 ++++++------ xulmus/locale/en-US/xhtml11.css | 11 ++ 12 files changed, 606 insertions(+), 519 deletions(-) diff --git a/vimperator/locale/en-US/autocommands.txt b/vimperator/locale/en-US/autocommands.txt index aad5d246..3d0f9ece 100644 --- a/vimperator/locale/en-US/autocommands.txt +++ b/vimperator/locale/en-US/autocommands.txt @@ -22,21 +22,22 @@ Add {cmd} to the list of commands Vimperator will execute on {event} for a URL m Available {events}: -`--------------------`---------------------------------------- -*BookmarkAdd* Triggered after a page is bookmarked -*ColorScheme* Triggered after a color scheme has been loaded -*DOMLoad* Triggered when a page's DOM content has fully loaded -*DownloadPost* Triggered when a download has completed -*Fullscreen* Triggered when the browser's fullscreen state changes -*LocationChange* Triggered when changing tabs or when navigating to a new location -*PageLoadPre* Triggered after a page load is initiated -*PageLoad* Triggered when a page gets (re)loaded/opened -*PrivateMode* Triggered when private mode is activated or deactivated -*ShellCmdPost* Triggered after executing a shell command with [c]:![c]{cmd} -*VimperatorEnter* Triggered after Firefox starts -*VimperatorLeavePre* Triggered before exiting Firefox, just before destroying each module -*VimperatorLeave* Triggered before exiting Firefox --------------------------------------------------------------- +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*BookmarkAdd* |Triggered after a page is bookmarked +|*ColorScheme* |Triggered after a color scheme has been loaded +|*DOMLoad* |Triggered when a page's DOM content has fully loaded +|*DownloadPost* |Triggered when a download has completed +|*Fullscreen* |Triggered when the browser's fullscreen state changes +|*LocationChange* |Triggered when changing tabs or when navigating to a new location +|*PageLoadPre* |Triggered after a page load is initiated +|*PageLoad* |Triggered when a page gets (re)loaded/opened +|*PrivateMode* |Triggered when private mode is activated or deactivated +|*ShellCmdPost* |Triggered after executing a shell command with [c]:![c]{cmd} +|*VimperatorEnter* |Triggered after Firefox starts +|*VimperatorLeavePre*|Triggered before exiting Firefox, just before destroying each module +|*VimperatorLeave* |Triggered before exiting Firefox +|=============================================================================== {pat} is a regular expression, use .* if you want to match all URLs. @@ -44,19 +45,20 @@ Note: This differs from Vim which uses a glob rather than a regex for {pat}. The following keywords are available where relevant: -`--------------`---------------------------------------------- -** The URL against which the event was selected. -** The page, bookmark or download title. -*<doc>* The document for which the event occurred. Only for *DOMLoad*, *PageLoad* and *PageLoadPre*. -*<tab>* The tab in which the event occurred. Only for *DOMLoad*, *PageLoad* and *PageLoadPre*. -*<tags>* The tags applied to <url>. Only for *BookmarkAdd*. -*<keyword>* The keywords applied to the bookmark. Only for *BookmarkAdd*. -*<icon>* The icon associated with <url>. Only for *BookmarkAdd*. -*<size>* The size of a downloaded file. Only for *DownloadPost*. -*<file>* The target destination of a download. Only for *DownloadPost*. -*<state>* The new state. Only for *Fullscreen* and *PrivateMode*. -*<name>* The color scheme name. Only for *ColorScheme*. --------------------------------------------------------------- +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*<url>* |The URL against which the event was selected. +|*<title>* |The page, bookmark or download title. +|*<doc>* |The document for which the event occurred. Only for *DOMLoad*, *PageLoad* and *PageLoadPre*. +|*<tab>* |The tab in which the event occurred. Only for *DOMLoad*, *PageLoad* and *PageLoadPre*. +|*<tags>* |The tags applied to <url>. Only for *BookmarkAdd*. +|*<keyword>*|The keywords applied to the bookmark. Only for *BookmarkAdd*. +|*<icon>* |The icon associated with <url>. Only for *BookmarkAdd*. +|*<size>* |The size of a downloaded file. Only for *DownloadPost*. +|*<file>* |The target destination of a download. Only for *DownloadPost*. +|*<state>* |The new state. Only for *Fullscreen* and *PrivateMode*. +|*<name>* |The color scheme name. Only for *ColorScheme*. +|=============================================================================== ________________________________________________________________________________ diff --git a/vimperator/locale/en-US/gui.txt b/vimperator/locale/en-US/gui.txt index 2a7cc805..ea8b162f 100644 --- a/vimperator/locale/en-US/gui.txt +++ b/vimperator/locale/en-US/gui.txt @@ -34,33 +34,35 @@ ________________________________________________________________________________ Open a Firefox dialog. Available dialogs: -`------------------`----------------------------------- -*about* About Mozilla Firefox -*addbookmark* Add bookmark for the current page -*addons* Manage Add-ons -*bookmarks* List your bookmarks -*checkupdates* Check for updates -*cleardata* Clear private data -*cookies* List your cookies -*console* JavaScript console -*customizetoolbar* Customize the Toolbar -*dominspector* DOM Inspector -*downloads* Manage Downloads -*history* List your history -*import* Import Preferences, Bookmarks, History, etc. from other browsers -*openfile* Open the file selector dialog -*pageinfo* Show information about the current page -*pagesource* View page source -*places* Places Organizer: Manage your bookmarks and history -*preferences* Show Firefox preferences dialog -*printpreview* Preview the page before printing -*printsetup* Setup the page size and orientation before printing -*print* Show print dialog -*saveframe* Save frame to disk -*savepage* Save page to disk -*searchengines* Manage installed search engines -*selectionsource* View selection source -------------------------------------------------------- + +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*about* |About Mozilla Firefox +|*addbookmark* |Add bookmark for the current page +|*addons* |Manage Add-ons +|*bookmarks* |List your bookmarks +|*checkupdates* |Check for updates +|*cleardata* |Clear private data +|*cookies* |List your cookies +|*console* |JavaScript console +|*customizetoolbar*|Customize the Toolbar +|*dominspector* |DOM Inspector +|*downloads* |Manage Downloads +|*history* |List your history +|*import* |Import Preferences, Bookmarks, History, etc. from other browsers +|*openfile* |Open the file selector dialog +|*pageinfo* |Show information about the current page +|*pagesource* |View page source +|*places* |Places Organizer: Manage your bookmarks and history +|*preferences* |Show Firefox preferences dialog +|*printpreview* |Preview the page before printing +|*printsetup* |Setup the page size and orientation before printing +|*print* |Show print dialog +|*saveframe* |Save frame to disk +|*savepage* |Save page to disk +|*searchengines* |Manage installed search engines +|*selectionsource* |View selection source +|=============================================================================== ________________________________________________________________________________ diff --git a/vimperator/locale/en-US/map.txt b/vimperator/locale/en-US/map.txt index 62c3de71..71755ee4 100644 --- a/vimperator/locale/en-US/map.txt +++ b/vimperator/locale/en-US/map.txt @@ -335,13 +335,15 @@ By default user commands accept no arguments. This can be changed by specifying the -nargs attribute. The valid values are: -`----------`-------------------------------------------------------------------- -*-nargs=0* No arguments are allowed (default) -*-nargs=1* One argument is allowed -*-nargs=** Zero or more arguments are allowed -*-nargs=?* Zero or one argument is allowed -*-nargs=+* One or more arguments are allowed --------------------------------------------------------------------------------- + +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*-nargs=0*|No arguments are allowed (default) +|*-nargs=1*|One argument is allowed +|*-nargs=**|Zero or more arguments are allowed +|*-nargs=?*|Zero or one argument is allowed +|*-nargs=+*|One or more arguments are allowed +|=============================================================================== |E180| |E181| |:command-complete| + Argument completion @@ -349,32 +351,34 @@ Argument completion Completion for arguments to user defined commands is not available by default. Completion can be enabled by specifying one of the following arguments to the -complete option when defining the command. -`----------------`-------------------------------------------------------------- -*altstyle* alternate author style sheets -*bookmark* bookmarks -*buffer* buffers -*color* color schemes -*command* Ex commands -*dialog* Firefox dialogs -*dir* directories -*environment* environment variables -*event* autocommand events -*file* files -*help* help tags -*highlight* highlight groups -*javascript* JavaScript expressions -*macro* named macros -*mapping* user mappings -*menu* menu items -*option* Vimperator options -*preference* Firefox preferences -*search* search engines and keywords -*shellcmd* shell commands -*sidebar* sidebar panels -*url* URLs -*usercommand* user commands -*custom,{func}* custom completion, provided by {func} --------------------------------------------------------------------------------- + +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*altstyle* |alternate author style sheets +|*bookmark* |bookmarks +|*buffer* |buffers +|*color* |color schemes +|*command* |Ex commands +|*dialog* |Firefox dialogs +|*dir* |directories +|*environment* |environment variables +|*event* |autocommand events +|*file* |files +|*help* |help tags +|*highlight* |highlight groups +|*javascript* |JavaScript expressions +|*macro* |named macros +|*mapping* |user mappings +|*menu* |menu items +|*option* |Vimperator options +|*preference* |Firefox preferences +|*search* |search engines and keywords +|*shellcmd* |shell commands +|*sidebar* |sidebar panels +|*url* |URLs +|*usercommand* |user commands +|*custom,{func}*|custom completion, provided by {func} +|=============================================================================== |E467| |E468| |:command-completion-custom| + Custom completion @@ -419,12 +423,14 @@ replaced with values from the user-entered command line. The resulting string is then executed as an Ex command. The valid escape sequences are: -`----------`-------------------------------------------------------------------- -*<args>* The command arguments exactly as supplied -*<count>* Any supplied count, e.g. 5 -*<bang>* ! if the command was executed with the ! modifier -*<lt>* A literal '<' character to allow for a literal copy of one of the escape sequences. E.g. <lt>args> will expand to a literal <args> --------------------------------------------------------------------------------- + +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*<args>* |The command arguments exactly as supplied +|*<count>*|Any supplied count, e.g. 5 +|*<bang>* |! if the command was executed with the ! modifier +|*<lt>* |A literal '<' character to allow for a literal copy of one of the escape sequences. E.g. <lt>args> will expand to a literal <args> +|=============================================================================== "q-" can be prefixed to the escape sequence so that the value is quoted, making it suitable for expression evaluation. Example: <q-args> diff --git a/vimperator/locale/en-US/options.txt b/vimperator/locale/en-US/options.txt index f1f1fc87..e27aeb82 100644 --- a/vimperator/locale/en-US/options.txt +++ b/vimperator/locale/en-US/options.txt @@ -2,13 +2,15 @@ heading::Options[options] Vimperator has a number of internal variables and switches which can be set to achieve special effects. These options come in 5 forms: -`------------`----------------------------------------- -*boolean* can only be on or off -*number* has a numeric value -*string* has a string value -*charlist* like a string but with unique characters -*stringlist* a comma-separated list of strings -------------------------------------------------------- + +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*boolean* |can only be on or off +|*number* |has a numeric value +|*string* |has a string value +|*charlist* |like a string but with unique characters +|*stringlist*|a comma-separated list of strings +|=============================================================================== section::Setting{nbsp}options[set-option,E764] @@ -200,12 +202,13 @@ section::List{nbsp}of{nbsp}options[list-options] ____ Define when tabs are automatically activated. Available items: -`-----------`-------------------------------- -*homepage* [m]gH[m] mapping -*quickmark* [m]go[m] and [m]gn[m] mappings -*tabopen* [c]:tabopen[!][c] command -*paste* [m]P[m] and [m]gP[m] mappings ---------------------------------------------- +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*homepage* |[m]gH[m] mapping +|*quickmark*|[m]go[m] and [m]gn[m] mappings +|*tabopen* |[c]:tabopen[!][c] command +|*paste* |[m]P[m] and [m]gP[m] mappings +|=============================================================================== ____ @@ -225,15 +228,16 @@ ____ ____ Items which are completed at the [c]:open[c] prompts. Available items: -`---`-------------------------------------------------------------------------------- -*s* Search engines and keyword URLs -*f* Local files -*l* Firefox location bar entries (bookmarks and history sorted in an intelligent way) -*b* Bookmarks -*h* History -*S* Search engine suggestions -*t* Open tabs -------------------------------------------------------------------------------------- +[frame="topbot",grid="none",cols="1,10"] +|=============================================================================== +|*s*|Search engines and keyword URLs +|*f*|Local files +|*l*|Firefox location bar entries (bookmarks and history sorted in an intelligent way) +|*b*|Bookmarks +|*h*|History +|*S*|Search engine suggestions +|*t*|Open tabs +|=============================================================================== The order is important, so [c]:set complete=bs[c] would list bookmarks first, and then any available quick searches. @@ -338,11 +342,12 @@ ____ Change the behaviour of [m]<Return>[m] in Hints mode. Possible values: -`---------`---------------------------------------------------------- -*0* Follow the first hint as soon as typed text uniquely identifies it. -*1* Follow the selected hint on [m]<Return>[m]. -*2* Follow the selected hint on [m]<Return>[m] only if it's been [m]<Tab>[m]-selected. ---------------------------------------------------------------------- +[frame="topbot",grid="none",cols="1,10"] +|=============================================================================== +|*0*|Follow the first hint as soon as typed text uniquely identifies it. +|*1*|Follow the selected hint on [m]<Return>[m]. +|*2*|Follow the selected hint on [m]<Return>[m] only if it's been [m]<Tab>[m]-selected. +|=============================================================================== ____ @@ -361,16 +366,17 @@ ____ ____ Show or hide certain GUI elements like the menu or toolbar. Supported characters: -`---`----------- -*m* Menubar -*T* Toolbar -*B* Bookmark bar -*n* Tab number -*N* Tab number over image -*b* Bottom scrollbar -*r* Right scrollbar -*l* Left scrollbar (*l* and *r* are mutually exclusive) ----------------- +[frame="topbot",grid="none",cols="1,10"] +|=============================================================================== +|*m*|Menubar +|*T*|Toolbar +|*B*|Bookmark bar +|*n*|Tab number +|*N*|Tab number over image +|*b*|Bottom scrollbar +|*r*|Right scrollbar +|*l*|Left scrollbar (*l* and *r* are mutually exclusive) +|=============================================================================== You can also hide the tab bar with [c]:set showtabline=0[c]. @@ -393,12 +399,12 @@ When generating hints for input elements that do not have an explicit caption, this specifies the methods to try and generate a textual hint. It tries the options in the order that you give, and uses the first that it finds. -`--------------------`--------------------------------------------------------- -*value* The hint is the value displayed in a text input, or the selected option for a dropdown. -*label* The value of an explicit label for the input, this will not match most manually added labels that are found on sites. -*name* The name of the input will be used, although the name is not designed for user consumption, it is frequently very similar to the label. - -------------------------------------------------------------------------------- +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*value*|The hint is the value displayed in a text input, or the selected option for a dropdown. +|*label*|The value of an explicit label for the input, this will not match most manually added labels that are found on sites. +|*name* |The name of the input will be used, although the name is not designed for user consumption, it is frequently very similar to the label. +|=============================================================================== ____ @@ -409,12 +415,13 @@ ____ Change the hint matching algorithm during Hints mode. Possible values: -`--------------------`------------------------------------------------------------------------------------------------------------------------------- -*contains* The typed characters are split on whitespace, and these character groups have to match anywhere inside the text of the link. -*wordstartswith* The typed characters are matched with the beginning of the first word (see 'wordseparators') in the link as long as possible. If no matches occur in the current word, then the matching is continued at the beginning of the next word. The words are worked through in the order they appear in the link. If the typed characters contain spaces, then the characters are split on whitespace. These character groups are then matched with the beginning of the words, beginning at the first one and continuing with the following words in the order they appear in the link. -*firstletters* Behaves like wordstartswith, but non-matching words aren't overleaped. -*custom* Delegate to a custom function: liberator.plugins.customHintMatcher(hintString) ------------------------------------------------------------------------------------------------------------------------------------------------------ +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*contains* |The typed characters are split on whitespace, and these character groups have to match anywhere inside the text of the link. +|*wordstartswith*|The typed characters are matched with the beginning of the first word (see 'wordseparators') in the link as long as possible. If no matches occur in the current word, then the matching is continued at the beginning of the next word. The words are worked through in the order they appear in the link. If the typed characters contain spaces, then the characters are split on whitespace. These character groups are then matched with the beginning of the words, beginning at the first one and continuing with the following words in the order they appear in the link. +|*firstletters* |Behaves like wordstartswith, but non-matching words aren't overleaped. +|*custom* |Delegate to a custom function: liberator.plugins.customHintMatcher(hintString) +|=============================================================================== ____ @@ -497,11 +504,12 @@ ____ ____ Determines when the last window will have a status line. Possible values: -`---`--------------------------------- -*0* Never -*1* Only if there are multiple windows -*2* Always --------------------------------------- +[frame="topbot",grid="none",cols="1,10"] +|=============================================================================== +|*0*|Never +|*1*|Only if there are multiple windows +|*2*|Always +|=============================================================================== Note: laststatus=1 not implemented yet. ____ @@ -565,15 +573,17 @@ Define which Ex commands output the result in a new tab automatically. You can also use [c]:tab command[c] to manually output a command in a new tab. The possible values: -`------------`--------------------------------------------- -*all* All commands -*addons* [c]:addo[ns][c] command -*downloads* [c]:downl[oads][c] command -*extoptions* [c]:exto[ptions][c] command -*help* [c]:h[elp][c] command -*javascript* [c]:javascript![c] or [c]:js![c] command -*prefs* [c]:pref[erences]![c] or [c]:prefs![c] command ------------------------------------------------------------ + +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*all* |All commands +|*addons* |[c]:addo[ns][c] command +|*downloads* |[c]:downl[oads][c] command +|*extoptions*|[c]:exto[ptions][c] command +|*help* |[c]:h[elp][c] command +|*javascript*|[c]:javascript![c] or [c]:js![c] command +|*prefs* |[c]:pref[erences]![c] or [c]:prefs![c] command +|=============================================================================== ____ @@ -591,11 +601,12 @@ charlist (default: gfm) ____ Desired info in the [c]:pageinfo[c] output. Available items: -.--------`---------------- -*g* General info -*f* Feeds -*m* Meta tags --------------------------- +[frame="topbot",grid="none",cols="1,10"] +|=============================================================================== +|*g*|General info +|*f*|Feeds +|*m*|Meta tags +|=============================================================================== The order matters. ____ @@ -608,13 +619,14 @@ Define where to show requested popup windows. Does not apply to windows which are opened by middle clicking a link, they always open in a new tab. Possible values: -.---`------------------------------------------------------------------------------------------------ -*0* Force to open in the current tab (Warning: this can stop some web sites from working correctly!) -*1* Always open in a new tab -*2* Open in a new window if it has a specific requested size (default in Firefox) -*3* Always open in a new window -*4* Open in the same tab unless it has a specific requested size ------------------------------------------------------------------------------------------------------ +[frame="topbot",grid="none",cols="1,10"] +|=============================================================================== +|*0*|Force to open in the current tab (Warning: this can stop some web sites from working correctly!) +|*1*|Always open in a new tab +|*2*|Open in a new window if it has a specific requested size (default in Firefox) +|*3*|Always open in a new window +|*4*|Open in the same tab unless it has a specific requested size +|=============================================================================== Note: This option does not change the popup blocker of Firefox in any way. ____ @@ -692,11 +704,12 @@ ____ Show the destination of the link under the cursor in the status bar. Also links which are focused by keyboard commands like [m]<Tab>[m] are shown. Possible values: -.---`-------------------------------------- -*0* Don't show link destination -*1* Show the link in the status line -*2* Show the link in the command line -------------------------------------------- +[frame="topbot",grid="none",cols="1,10"] +|=============================================================================== +|*0*|Don't show link destination +|*1*|Show the link in the status line +|*2*|Show the link in the command line +|=============================================================================== ____ @@ -706,11 +719,12 @@ ____ ____ Control when to show the tab bar of opened web pages. Possible values: -.---`-------------------------------------- -*0* Never show tab bar -*1* Show tab bar only if more than one tab is open -*2* Always show tab bar -------------------------------------------- +[frame="topbot",grid="none",cols="1,10"] +|=============================================================================== +|*0*|Never show tab bar +|*1*|Show tab bar only if more than one tab is open +|*2*|Always show tab bar +|=============================================================================== ____ @@ -795,11 +809,12 @@ ____ ____ Defines how completions are matched with regard to character case. Possible values: -`---------------`------------------------ -"smart" Case is significant when capital letters are typed -"match" Case is always significant -"ignore" Case is never significant ------------------------------------------ +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|"smart" |Case is significant when capital letters are typed +|"match" |Case is always significant +|"ignore"|Case is never significant +|=============================================================================== ____ @@ -824,15 +839,18 @@ The first part specifies the behavior for the first use of the completion key, the second part for the second use, etc. These are the possible values for each part: -`---------------`------------------------ -"" Complete only the first match. -"full" Complete the next full match. After the last, the original string is used. -"longest" Complete till the longest common string. -"list" When more than one match, list all matches. -"list:full" When more than one match, list all matches and complete the first match. -"list:longest" When more than one match, list all matches and complete till the longest common string. \ - When there is only a single match, it is fully completed regardless of the case. ------------------------------------------ + +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|"" |Complete only the first match. +|"full" |Complete the next full match. After the last, the original string is used. +|"longest" |Complete till the longest common string. +|"list" |When more than one match, list all matches. +|"list:full" |When more than one match, list all matches and complete the first match. +|"list:longest" |When more than one match, list all matches and complete till + the longest common string. When there is only a single match, + it is fully completed regardless of the case. +|=============================================================================== ____ @@ -843,10 +861,12 @@ ____ A list of words that change how command-line completion is done. Possible words: -`--------`------------------------------- -*auto* Automatically show completions while you are typing. -*sort* Always sort the completion list, overriding the 'complete' option. ------------------------------------------ + +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*auto*|Automatically show completions while you are typing. +|*sort*|Always sort the completion list, overriding the 'complete' option. +|=============================================================================== ____ diff --git a/vimperator/locale/en-US/styling.txt b/vimperator/locale/en-US/styling.txt index bba589bb..5d785943 100644 --- a/vimperator/locale/en-US/styling.txt +++ b/vimperator/locale/en-US/styling.txt @@ -25,64 +25,66 @@ be any valid CSS selector, such as [c]:hover[c], and, if provided, will restrict the match to matching elements. Valid groups are: -`--------------------`----------------------------------- -*Bell* Vimperator's visual bell -*Boolean* A JavaScript Boolean object -*CmdLine* The command line -*CmdOutput* -*CompDesc* The description column of the completion list -*CompGroup* -*CompIcon* The favicon of a completion row -*CompItem* A row of completion list -*CompItem[selected]* A selected row of completion list -*CompLess* The indicator shown when completions may be scrolled up -*CompLess::after* The character of indicator shown when completions may be scrolled up -*CompMore* The indicator shown when completions may be scrolled down -*CompMore::after* The character of indicator shown when completions may be scrolled down -*CompMsg* -*CompResult* The result column of the completion list -*CompTitle* Completion row titles -*ErrorMsg* Error messages -*Filter* The matching text in a completion list -*FrameIndicator* The indicator shown when a new frame is selected -*Function* A JavaScript Function object -*Gradient* -*GradientLeft* -*GradientRight* -*Hint* A hint indicator. See [c]:help hints[c] -*HintActive* The hint element of link which will be followed by <Enter> -*HintElem* The hintable element -*HintImage* The indicator which floats above hinted images -*Indicator* -*InfoMsg* Information messages -*Keyword* A bookmark keyword for a URL -*LineNr* The line number of an error -*Message* -*ModeMsg* The mode indicator in the command line -*MoreMsg* The indicator that there is more text to view -*NonText* -*Normal* Normal text in the command line -*Null* A JavaScript Null object -*Number* A JavaScript Number object -*Object* A JavaScript Object -*Preview* -*Question* A prompt for a decision -*Search* Highlighted search results in a web page -*StatusLine* The status bar -*StatusLineBroken* The status bar for a broken web page -*StatusLineSecure* The status bar for a secure web page -*StatusLineExtended* The status bar for a secure web page with an Extended Validation(EV) certificate -*String* A JavaScript String object -*TabClose* The close button of a browser tab -*TabIcon* The icon of a browser tab -*TabIconNumber* The number of a browser tab, over its icon -*TabNumber* The number of a browser tab, next to its icon -*TabText* The text of a browser tab -*Tag* A bookmark tag for a URL -*Title* The title of a listing, including [c]:pageinfo[c], [c]:jumps[c] -*URL* A URL -*WarningMsg* A warning message -------------------------------------------------------- + +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*Bell* |Vimperator's visual bell +|*Boolean* |A JavaScript Boolean object +|*CmdLine* |The command line +|*CmdOutput* | +|*CompDesc* |The description column of the completion list +|*CompGroup* | +|*CompIcon* |The favicon of a completion row +|*CompItem* |A row of completion list +|*CompItem[selected]*|A selected row of completion list +|*CompLess* |The indicator shown when completions may be scrolled up +|*CompLess::after* |The character of indicator shown when completions may be scrolled up +|*CompMore* |The indicator shown when completions may be scrolled down +|*CompMore::after* |The character of indicator shown when completions may be scrolled down +|*CompMsg* | +|*CompResult* |The result column of the completion list +|*CompTitle* |Completion row titles +|*ErrorMsg* |Error messages +|*Filter* |The matching text in a completion list +|*FrameIndicator* |The indicator shown when a new frame is selected +|*Function* |A JavaScript Function object +|*Gradient* | +|*GradientLeft* | +|*GradientRight* | +|*Hint* |A hint indicator. See [c]:help hints[c] +|*HintActive* |The hint element of link which will be followed by <Enter> +|*HintElem* |The hintable element +|*HintImage* |The indicator which floats above hinted images +|*Indicator* | +|*InfoMsg* |Information messages +|*Keyword* |A bookmark keyword for a URL +|*LineNr* |The line number of an error +|*Message* | +|*ModeMsg* |The mode indicator in the command line +|*MoreMsg* |The indicator that there is more text to view +|*NonText* | +|*Normal* |Normal text in the command line +|*Null* |A JavaScript Null object +|*Number* |A JavaScript Number object +|*Object* |A JavaScript Object +|*Preview* | +|*Question* |A prompt for a decision +|*Search* |Highlighted search results in a web page +|*StatusLine* |The status bar +|*StatusLineBroken* |The status bar for a broken web page +|*StatusLineSecure* |The status bar for a secure web page +|*StatusLineExtended*|The status bar for a secure web page with an Extended Validation(EV) certificate +|*String* |A JavaScript String object +|*TabClose* |The close button of a browser tab +|*TabIcon* |The icon of a browser tab +|*TabIconNumber* |The number of a browser tab, over its icon +|*TabNumber* |The number of a browser tab, next to its icon +|*TabText* |The text of a browser tab +|*Tag* |A bookmark tag for a URL +|*Title* |The title of a listing, including [c]:pageinfo[c], [c]:jumps[c] +|*URL* |A URL +|*WarningMsg* |A warning message +|=============================================================================== Every invocation completely replaces the styling of any previous invocation, unless *-append* (short option: *-a*) is provided, in which case {css} is diff --git a/vimperator/locale/en-US/xhtml11.css b/vimperator/locale/en-US/xhtml11.css index 427cbe99..e2345287 100644 --- a/vimperator/locale/en-US/xhtml11.css +++ b/vimperator/locale/en-US/xhtml11.css @@ -1,3 +1,7 @@ +/* TODO: this file is a total debacle. Find out exactly which version it was + * based on and extract the Vimperator required modifications to a separate + * file. It's not called "Cascading" for nothing! --djk */ + /* keep the mozdev header */ /* @import url(http://www.mozdev.org/skin/color/mozdev2k.css); */ @@ -347,3 +351,10 @@ fieldset.paypal { margin-left: 140px; padding-bottom: 10px; } + +/* FIXME: hack to match old table formatting with new table syntax - a possibly vain attempt to stop dpb's whinging. --djk */ +p.table { + margin-top: 0; + margin-bottom: 0; +} +/* vim: set fdm=marker sw=4 ts=4 et: */ diff --git a/xulmus/locale/en-US/autocommands.txt b/xulmus/locale/en-US/autocommands.txt index a0d6b8d6..6af6b60e 100644 --- a/xulmus/locale/en-US/autocommands.txt +++ b/xulmus/locale/en-US/autocommands.txt @@ -22,28 +22,29 @@ Add {cmd} to the list of commands Xulmus will execute on {event} for a URL match Available {events}: -`--------------------`---------------------------------------- -*BookmarkAdd* Triggered after a page is bookmarked -*ColorScheme* Triggered after a color scheme has been loaded -*DOMLoad* Triggered when a page's DOM content has fully loaded -*DownloadPost* Triggered when a download has completed -*Fullscreen* Triggered when the player's fullscreen state changes -*LocationChange* Triggered when changing tabs or when navigating to a new location -*PageLoadPre* Triggered after a page load is initiated -*PageLoad* Triggered when a page gets (re)loaded/opened -*ShellCmdPost* Triggered after executing a shell command with [c]:![c]#{cmd} -*TrackChangePre* Triggered before a playing track is changed -*TrackChange* Triggered after a playing track has changed -*ViewChangePre* Triggered before a sequencer view is changed -*ViewChange* Triggered after a sequencer view is changed -*StreamStart* Triggered after a stream has started -*StreamPause* Triggered after a stream has paused -*StreamEnd* Triggered after a stream has ended -*StreamStop* Triggered after a stream has stopped -*XulmusEnter* Triggered after Songbird starts -*XulmusLeavePre* Triggered before exiting Songbird, just before destroying each module -*XulmusLeave* Triggered before exiting Songbird --------------------------------------------------------------- +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*BookmarkAdd* |Triggered after a page is bookmarked +|*ColorScheme* |Triggered after a color scheme has been loaded +|*DOMLoad* |Triggered when a page's DOM content has fully loaded +|*DownloadPost* |Triggered when a download has completed +|*Fullscreen* |Triggered when the player's fullscreen state changes +|*LocationChange*|Triggered when changing tabs or when navigating to a new location +|*PageLoadPre* |Triggered after a page load is initiated +|*PageLoad* |Triggered when a page gets (re)loaded/opened +|*ShellCmdPost* |Triggered after executing a shell command with [c]:![c]#{cmd} +|*TrackChangePre*|Triggered before a playing track is changed +|*TrackChange* |Triggered after a playing track has changed +|*ViewChangePre* |Triggered before a sequencer view is changed +|*ViewChange* |Triggered after a sequencer view is changed +|*StreamStart* |Triggered after a stream has started +|*StreamPause* |Triggered after a stream has paused +|*StreamEnd* |Triggered after a stream has ended +|*StreamStop* |Triggered after a stream has stopped +|*XulmusEnter* |Triggered after Songbird starts +|*XulmusLeavePre*|Triggered before exiting Songbird, just before destroying each module +|*XulmusLeave* |Triggered before exiting Songbird +|=============================================================================== {pat} is a regular expression, use .* if you want to match all URLs. @@ -51,21 +52,22 @@ Note: This differs from Vim which uses a glob rather than a regex for {pat}. The following keywords are available where relevant: -`--------------`---------------------------------------------- -*<url>* The URL against which the event was selected. -*<title>* The page, bookmark or download title. -*<doc>* The document for which the event occurred. Only for *DOMLoad*, *PageLoad* and *PageLoadPre*. -*<tab>* The tab in which the event occurred. Only for *DOMLoad*, *PageLoad* and *PageLoadPre*. -*<tags>* The tags applied to <url>. Only for *BookmarkAdd*. -*<keyword>* The keywords applied to the bookmark. Only for *BookmarkAdd*. -*<icon>* The icon associated with <url>. Only for *BookmarkAdd*. -*<size>* The size of a downloaded file. Only for *DownloadPost*. -*<file>* The target destination of a download. Only for *DownloadPost*. -*<state>* The new fullscreen state. Only for *Fullscreen*. -*<name>* The color scheme name. Only for *ColorScheme*. -*<view>* The new sequencer view. Only for *ViewChangePre* and *ViewChange*. -*<track>* The new media track. Only for *TrackChangePre*, *TrackChange* and *Stream\**. --------------------------------------------------------------- +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*<url>* |The URL against which the event was selected. +|*<title>* |The page, bookmark or download title. +|*<doc>* |The document for which the event occurred. Only for *DOMLoad*, *PageLoad* and *PageLoadPre*. +|*<tab>* |The tab in which the event occurred. Only for *DOMLoad*, *PageLoad* and *PageLoadPre*. +|*<tags>* |The tags applied to <url>. Only for *BookmarkAdd*. +|*<keyword>*|The keywords applied to the bookmark. Only for *BookmarkAdd*. +|*<icon>* |The icon associated with <url>. Only for *BookmarkAdd*. +|*<size>* |The size of a downloaded file. Only for *DownloadPost*. +|*<file>* |The target destination of a download. Only for *DownloadPost*. +|*<state>* |The new fullscreen state. Only for *Fullscreen*. +|*<name>* |The color scheme name. Only for *ColorScheme*. +|*<view>* |The new sequencer view. Only for *ViewChangePre* and *ViewChange*. +|*<track>* |The new media track. Only for *TrackChangePre*, *TrackChange* and *Stream\**. +|=============================================================================== ________________________________________________________________________________ diff --git a/xulmus/locale/en-US/gui.txt b/xulmus/locale/en-US/gui.txt index a9286ae8..cc7f8235 100644 --- a/xulmus/locale/en-US/gui.txt +++ b/xulmus/locale/en-US/gui.txt @@ -34,29 +34,31 @@ ________________________________________________________________________________ Open a Songbird dialog. Available dialogs: -`------------------`----------------------------------- -*about* About Songbird -*addons* Manage Add-ons -*checkupdates* Check for updates -*cleardata* Clear private data -*cookies* List your cookies -*console* JavaScript console -*dominspector* DOM Inspector -*downloads* Manage Downloads -*jumpto* Jump to a media item -*newsmartplaylist* Create a new smart playlist -*openfile* Open the file selector dialog -*pagesource* View page source -*places* Places Organizer: Manage your bookmarks and history -*preferences* Show Songbird preferences dialog -*printsetup* Setup the page size and orientation before printing -*print* Show print dialog -*saveframe* Save frame to disk -*savepage* Save page to disk -*searchengines* Manage installed search engines -*selectionsource* View selection source -*subscribe* Add a new subscription -------------------------------------------------------- + +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*about* |About Songbird +|*addons* |Manage Add-ons +|*checkupdates* |Check for updates +|*cleardata* |Clear private data +|*cookies* |List your cookies +|*console* |JavaScript console +|*dominspector* |DOM Inspector +|*downloads* |Manage Downloads +|*jumpto* |Jump to a media item +|*newsmartplaylist*|Create a new smart playlist +|*openfile* |Open the file selector dialog +|*pagesource* |View page source +|*places* |Places Organizer: Manage your bookmarks and history +|*preferences* |Show Songbird preferences dialog +|*printsetup* |Setup the page size and orientation before printing +|*print* |Show print dialog +|*saveframe* |Save frame to disk +|*savepage* |Save page to disk +|*searchengines* |Manage installed search engines +|*selectionsource* |View selection source +|*subscribe* |Add a new subscription +|=============================================================================== ________________________________________________________________________________ diff --git a/xulmus/locale/en-US/map.txt b/xulmus/locale/en-US/map.txt index 05caec2c..ac220e2d 100644 --- a/xulmus/locale/en-US/map.txt +++ b/xulmus/locale/en-US/map.txt @@ -335,13 +335,15 @@ By default user commands accept no arguments. This can be changed by specifying the -nargs attribute. The valid values are: -`----------`-------------------------------------------------------------------- -*-nargs=0* No arguments are allowed (default) -*-nargs=1* One argument is allowed -*-nargs=** Zero or more arguments are allowed -*-nargs=?* Zero or one argument is allowed -*-nargs=+* One or more arguments are allowed --------------------------------------------------------------------------------- + +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*-nargs=0*|No arguments are allowed (default) +|*-nargs=1*|One argument is allowed +|*-nargs=**|Zero or more arguments are allowed +|*-nargs=?*|Zero or one argument is allowed +|*-nargs=+*|One or more arguments are allowed +|=============================================================================== |E180| |E181| |:command-complete| + Argument completion @@ -349,32 +351,34 @@ Argument completion Completion for arguments to user defined commands is not available by default. Completion can be enabled by specifying one of the following arguments to the -complete option when defining the command. -`----------------`-------------------------------------------------------------- -*altstyle* alternate author style sheets -*bookmark* bookmarks -*buffer* buffers -*color* color schemes -*command* Ex commands -*dialog* Songbird dialogs -*dir* directories -*environment* environment variables -*event* autocommand events -*file* files -*help* help tags -*highlight* highlight groups -*javascript* JavaScript expressions -*macro* named macros -*mapping* user mappings -*menu* menu items -*option* Xulmus options -*preference* Songbird preferences -*search* search engines and keywords -*shellcmd* shell commands -*sidebar* sidebar panels -*url* URLs -*usercommand* user commands -*custom,{func}* custom completion, provided by {func} --------------------------------------------------------------------------------- + +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*altstyle* |alternate author style sheets +|*bookmark* |bookmarks +|*buffer* |buffers +|*color* |color schemes +|*command* |Ex commands +|*dialog* |Songbird dialogs +|*dir* |directories +|*environment* |environment variables +|*event* |autocommand events +|*file* |files +|*help* |help tags +|*highlight* |highlight groups +|*javascript* |JavaScript expressions +|*macro* |named macros +|*mapping* |user mappings +|*menu* |menu items +|*option* |Xulmus options +|*preference* |Songbird preferences +|*search* |search engines and keywords +|*shellcmd* |shell commands +|*sidebar* |sidebar panels +|*url* |URLs +|*usercommand* |user commands +|*custom,{func}*|custom completion, provided by {func} +|=============================================================================== |E467| |E468| |:command-completion-custom| + Custom completion @@ -419,12 +423,14 @@ replaced with values from the user-entered command line. The resulting string is then executed as an Ex command. The valid escape sequences are: -`----------`-------------------------------------------------------------------- -*<args>* The command arguments exactly as supplied -*<count>* Any supplied count, e.g. 5 -*<bang>* ! if the command was executed with the ! modifier -*<lt>* A literal '<' character to allow for a literal copy of one of the escape sequences. E.g. <lt>args> will expand to a literal <args> --------------------------------------------------------------------------------- + +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*<args>* |The command arguments exactly as supplied +|*<count>*|Any supplied count, e.g. 5 +|*<bang>* |! if the command was executed with the ! modifier +|*<lt>* |A literal '<' character to allow for a literal copy of one of the escape sequences. E.g. <lt>args> will expand to a literal <args> +|=============================================================================== "q-" can be prefixed to the escape sequence so that the value is quoted, making it suitable for expression evaluation. Example: <q-args> diff --git a/xulmus/locale/en-US/options.txt b/xulmus/locale/en-US/options.txt index 38d99bc8..f5ede81d 100644 --- a/xulmus/locale/en-US/options.txt +++ b/xulmus/locale/en-US/options.txt @@ -2,13 +2,15 @@ heading::Options[options] Xulmus has a number of internal variables and switches which can be set to achieve special effects. These options come in 5 forms: -`------------`----------------------------------------- -*boolean* can only be on or off -*number* has a numeric value -*string* has a string value -*charlist* like a string but with unique characters -*stringlist* a comma-separated list of strings -------------------------------------------------------- + +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*boolean* |can only be on or off +|*number* |has a numeric value +|*string* |has a string value +|*charlist* |like a string but with unique characters +|*stringlist*|a comma-separated list of strings +|=============================================================================== section::Setting{nbsp}options[set-option,E764] @@ -200,12 +202,13 @@ section::List{nbsp}of{nbsp}options[list-options] ____ Define when tabs are automatically activated. Available items: -`-----------`-------------------------------- -*homepage* [m]gH[m] mapping -*quickmark* [m]go[m] and [m]gn[m] mappings -*tabopen* [c]:tabopen[!][c] command -*paste* [m]P[m] and [m]gP[m] mappings ---------------------------------------------- +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*homepage* |[m]gH[m] mapping +|*quickmark*|[m]go[m] and [m]gn[m] mappings +|*tabopen* |[c]:tabopen[!][c] command +|*paste* |[m]P[m] and [m]gP[m] mappings +|=============================================================================== ____ @@ -225,14 +228,15 @@ ____ ____ Items which are completed at the [c]:open[c] prompts. Available items: -`---`-------------------------------------------------------------------------------- -*s* Search engines and keyword URLs -*f* Local files -*l* Songbird location bar entries (bookmarks and history sorted in an intelligent way) -*b* Bookmarks -*h* History -*S* Suggest engines -------------------------------------------------------------------------------------- +[frame="topbot",grid="none",cols="1,10"] +|=============================================================================== +|*s*|Search engines and keyword URLs +|*f*|Local files +|*l*|Songbird location bar entries (bookmarks and history sorted in an intelligent way) +|*b*|Bookmarks +|*h*|History +|*S*|Suggest engines +|=============================================================================== The order is important, so [c]:set complete=bs[c] would list bookmarks first, and then any available quick searches. @@ -337,11 +341,12 @@ ____ Change the behaviour of [m]<Return>[m] in Hints mode. Possible values: -`---------`---------------------------------------------------------- -*0* Follow the first hint as soon as typed text uniquely identifies it. -*1* Follow the selected hint on [m]<Return>[m]. -*2* Follow the selected hint on [m]<Return>[m] only if it's been [m]<Tab>[m]-selected. ---------------------------------------------------------------------- +[frame="topbot",grid="none",cols="1,10"] +|=============================================================================== +|*0*|Follow the first hint as soon as typed text uniquely identifies it. +|*1*|Follow the selected hint on [m]<Return>[m]. +|*2*|Follow the selected hint on [m]<Return>[m] only if it's been [m]<Tab>[m]-selected. +|=============================================================================== ____ @@ -360,16 +365,17 @@ ____ ____ Show or hide certain GUI elements like the menu or toolbar. Supported characters: -`---`----------- -*m* Menubar -*T* Toolbar -*p* Player controls -*n* Tab number -*N* Tab number over image -*b* Bottom scrollbar -*r* Right scrollbar -*l* Left scrollbar (*l* and *r* are mutually exclusive) ----------------- +[frame="topbot",grid="none",cols="1,10"] +|=============================================================================== +|*m*|Menubar +|*T*|Toolbar +|*p*|Player controls +|*n*|Tab number +|*N*|Tab number over image +|*b*|Bottom scrollbar +|*r*|Right scrollbar +|*l*|Left scrollbar (*l* and *r* are mutually exclusive) +|=============================================================================== You can also hide the tab bar with [c]:set showtabline=0[c]. @@ -392,12 +398,12 @@ When generating hints for input elements that do not have an explicit caption, this specifies the methods to try and generate a textual hint. It tries the options in the order that you give, and uses the first that it finds. -`--------------------`--------------------------------------------------------- -*value* The hint is the value displayed in a text input, or the selected option for a dropdown. -*label* The value of an explicit label for the input, this will not match most manually added labels that are found on sites. -*name* The name of the input will be used, although the name is not designed for user consumption, it is frequently very similar to the label. - -------------------------------------------------------------------------------- +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*value*|The hint is the value displayed in a text input, or the selected option for a dropdown. +|*label*|The value of an explicit label for the input, this will not match most manually added labels that are found on sites. +|*name* |The name of the input will be used, although the name is not designed for user consumption, it is frequently very similar to the label. +|=============================================================================== ____ @@ -408,12 +414,13 @@ ____ Change the hint matching algorithm during Hints mode. Possible values: -`--------------------`------------------------------------------------------------------------------------------------------------------------------- -*contains* The typed characters are split on whitespace, and these character groups have to match anywhere inside the text of the link. -*wordstartswith* The typed characters are matched with the beginning of the first word (see 'wordseparators') in the link as long as possible. If no matches occur in the current word, then the matching is continued at the beginning of the next word. The words are worked through in the order they appear in the link. If the typed characters contain spaces, then the characters are split on whitespace. These character groups are then matched with the beginning of the words, beginning at the first one and continuing with the following words in the order they appear in the link. -*firstletters* Behaves like wordstartswith, but non-matching words aren't overleaped. -*custom* Delegate to a custom function: liberator.plugins.customHintMatcher(hintString) ------------------------------------------------------------------------------------------------------------------------------------------------------ +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*contains* |The typed characters are split on whitespace, and these character groups have to match anywhere inside the text of the link. +|*wordstartswith*|The typed characters are matched with the beginning of the first word (see 'wordseparators') in the link as long as possible. If no matches occur in the current word, then the matching is continued at the beginning of the next word. The words are worked through in the order they appear in the link. If the typed characters contain spaces, then the characters are split on whitespace. These character groups are then matched with the beginning of the words, beginning at the first one and continuing with the following words in the order they appear in the link. +|*firstletters* |Behaves like wordstartswith, but non-matching words aren't overleaped. +|*custom* |Delegate to a custom function: liberator.plugins.customHintMatcher(hintString) +|=============================================================================== ____ @@ -484,11 +491,12 @@ ____ ____ Determines when the last window will have a status line. Possible values: -`---`--------------------------------- -*0* Never -*1* Only if there are multiple windows -*2* Always --------------------------------------- +[frame="topbot",grid="none",cols="1,10"] +|=============================================================================== +|*0*|Never +|*1*|Only if there are multiple windows +|*2*|Always +|=============================================================================== Note: laststatus=1 not implemented yet. ____ @@ -552,15 +560,17 @@ Define which Ex commands output the result in a new tab automatically. You can also use [c]:tab command[c] to manually output a command in a new tab. The possible values: -`------------`--------------------------------------------- -*all* All commands -*addons* [c]:addo[ns][c] command -*downloads* [c]:downl[oads][c] command -*extoptions* [c]:exto[ptions][c] command -*help* [c]:h[elp][c] command -*javascript* [c]:javascript![c] or [c]:js![c] command -*prefs* [c]:pref[erences]![c] or [c]:prefs![c] command ------------------------------------------------------------ + +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*all* |All commands +|*addons* |[c]:addo[ns][c] command +|*downloads* |[c]:downl[oads][c] command +|*extoptions*|[c]:exto[ptions][c] command +|*help* |[c]:h[elp][c] command +|*javascript*|[c]:javascript![c] or [c]:js![c] command +|*prefs* |[c]:pref[erences]![c] or [c]:prefs![c] command +|=============================================================================== ____ @@ -578,11 +588,12 @@ charlist (default: gfm) ____ Desired info in the [c]:pageinfo[c] output. Available items: -.--------`---------------- -*g* General info -*f* Feeds -*m* Meta tags --------------------------- +[frame="topbot",grid="none",cols="1,10"] +|=============================================================================== +|*g*|General info +|*f*|Feeds +|*m*|Meta tags +|=============================================================================== The order matters. ____ @@ -595,13 +606,14 @@ Define where to show requested popup windows. Does not apply to windows which are opened by middle clicking a link, they always open in a new tab. Possible values: -.---`------------------------------------------------------------------------------------------------ -*0* Force to open in the current tab (Warning: this can stop some web sites from working correctly!) -*1* Always open in a new tab -*2* Open in a new window if it has a specific requested size (default in Songbird) -*3* Always open in a new window -*4* Open in the same tab unless it has a specific requested size ------------------------------------------------------------------------------------------------------ +[frame="topbot",grid="none",cols="1,10"] +|=============================================================================== +|*0*|Force to open in the current tab (Warning: this can stop some web sites from working correctly!) +|*1*|Always open in a new tab +|*2*|Open in a new window if it has a specific requested size (default in Songbird) +|*3*|Always open in a new window +|*4*|Open in the same tab unless it has a specific requested size +|=============================================================================== Note: This option does not change the popup blocker of Songbird in any way. ____ @@ -624,11 +636,12 @@ ____ ____ Set the playback repeat mode. -.---`----------- -*0* Repeat none -*1* Repeat one -*2* Repeat all ----------------- +[frame="topbot",grid="none",cols="1,10"] +|=============================================================================== +|*0*|Repeat none +|*1*|Repeat one +|*2*|Repeat all +|=============================================================================== ____ @@ -693,11 +706,12 @@ ____ Show the destination of the link under the cursor in the status bar. Also links which are focused by keyboard commands like [m]<Tab>[m] are shown. Possible values: -.---`-------------------------------------- -*0* Don't show link destination -*1* Show the link in the status line -*2* Show the link in the command line -------------------------------------------- +[frame="topbot",grid="none",cols="1,10"] +|=============================================================================== +|*0*|Don't show link destination +|*1*|Show the link in the status line +|*2*|Show the link in the command line +|=============================================================================== ____ @@ -707,11 +721,12 @@ ____ ____ Control when to show the tab bar of opened web pages. Possible values: -.---`-------------------------------------- -*0* Never show tab bar -*1* Show tab bar only if more than one tab is open -*2* Always show tab bar -------------------------------------------- +[frame="topbot",grid="none",cols="1,10"] +|=============================================================================== +|*0*|Never show tab bar +|*1*|Show tab bar only if more than one tab is open +|*2*|Always show tab bar +|=============================================================================== ____ @@ -802,11 +817,12 @@ ____ ____ Defines how completions are matched with regard to character case. Possible values: -`---------------`------------------------ -"smart" Case is significant when capital letters are typed -"match" Case is always significant -"ignore" Case is never significant ------------------------------------------ +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|"smart" |Case is significant when capital letters are typed +|"match" |Case is always significant +|"ignore"|Case is never significant +|=============================================================================== ____ @@ -831,15 +847,18 @@ The first part specifies the behavior for the first use of the completion key, the second part for the second use, etc. These are the possible values for each part: -`---------------`------------------------ -"" Complete only the first match. -"full" Complete the next full match. After the last, the original string is used. -"longest" Complete till the longest common string. -"list" When more than one match, list all matches. -"list:full" When more than one match, list all matches and complete the first match. -"list:longest" When more than one match, list all matches and complete till the longest common string. \ - When there is only a single match, it is fully completed regardless of the case. ------------------------------------------ + +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|"" |Complete only the first match. +|"full" |Complete the next full match. After the last, the original string is used. +|"longest" |Complete till the longest common string. +|"list" |When more than one match, list all matches. +|"list:full" |When more than one match, list all matches and complete the first match. +|"list:longest" |When more than one match, list all matches and complete till + the longest common string. When there is only a single match, + it is fully completed regardless of the case. +|=============================================================================== ____ @@ -850,10 +869,12 @@ ____ A list of words that change how command-line completion is done. Possible words: -`--------`------------------------------- -*auto* Automatically show completions while you are typing. -*sort* Always sort the completion list, overriding the 'complete' option. ------------------------------------------ + +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*auto*|Automatically show completions while you are typing. +|*sort*|Always sort the completion list, overriding the 'complete' option. +|=============================================================================== ____ diff --git a/xulmus/locale/en-US/styling.txt b/xulmus/locale/en-US/styling.txt index 73cf8ad1..d539cd67 100644 --- a/xulmus/locale/en-US/styling.txt +++ b/xulmus/locale/en-US/styling.txt @@ -25,64 +25,66 @@ be any valid CSS selector, such as [c]:hover[c], and, if provided, will restrict the match to matching elements. Valid groups are: -`--------------------`----------------------------------- -*Bell* Xulmus's visual bell -*Boolean* A JavaScript Boolean object -*CmdLine* The command line -*CmdOutput* -*CompDesc* The description column of the completion list -*CompGroup* -*CompIcon* The favicon of a completion row -*CompItem* A row of completion list -*CompItem[selected]* A selected row of completion list -*CompLess* The indicator shown when completions may be scrolled up -*CompLess::after* The character of indicator shown when completions may be scrolled up -*CompMore* The indicator shown when completions may be scrolled down -*CompMore::after* The character of indicator shown when completions may be scrolled down -*CompMsg* -*CompResult* The result column of the completion list -*CompTitle* Completion row titles -*ErrorMsg* Error messages -*Filter* The matching text in a completion list -*FrameIndicator* The indicator shown when a new frame is selected -*Function* A JavaScript Function object -*Gradient* -*GradientLeft* -*GradientRight* -*Hint* A hint indicator. See [c]:help hints[c] -*HintActive* The hint element of link which will be followed by <Enter> -*HintElem* The hintable element -*HintImage* The indicator which floats above hinted images -*Indicator* -*InfoMsg* Information messages -*Keyword* A bookmark keyword for a URL -*LineNr* The line number of an error -*Message* -*ModeMsg* The mode indicator in the command line -*MoreMsg* The indicator that there is more text to view -*NonText* -*Normal* Normal text in the command line -*Null* A JavaScript Null object -*Number* A JavaScript Number object -*Object* A JavaScript Object -*Preview* -*Question* A prompt for a decision -*Search* Highlighted search results in a web page -*StatusLine* The status bar -*StatusLineBroken* The status bar for a broken web page -*StatusLineSecure* The status bar for a secure web page -*StatusLineExtended* The status bar for a secure web page with an Extended Validation(EV) certificate -*String* A JavaScript String object -*TabClose* The close button of a browser tab -*TabIcon* The icon of a browser tab -*TabIconNumber* The number of a browser tab, over its icon -*TabNumber* The number of a browser tab, next to its icon -*TabText* The text of a browser tab -*Tag* A bookmark tag for a URL -*Title* The title of a listing, including [c]:pageinfo[c], [c]:jumps[c] -*URL* A URL -*WarningMsg* A warning message -------------------------------------------------------- + +[frame="topbot",grid="none",cols="1,4"] +|=============================================================================== +|*Bell* |Xulmus's visual bell +|*Boolean* |A JavaScript Boolean object +|*CmdLine* |The command line +|*CmdOutput* | +|*CompDesc* |The description column of the completion list +|*CompGroup* | +|*CompIcon* |The favicon of a completion row +|*CompItem* |A row of completion list +|*CompItem[selected]*|A selected row of completion list +|*CompLess* |The indicator shown when completions may be scrolled up +|*CompLess::after* |The character of indicator shown when completions may be scrolled up +|*CompMore* |The indicator shown when completions may be scrolled down +|*CompMore::after* |The character of indicator shown when completions may be scrolled down +|*CompMsg* | +|*CompResult* |The result column of the completion list +|*CompTitle* |Completion row titles +|*ErrorMsg* |Error messages +|*Filter* |The matching text in a completion list +|*FrameIndicator* |The indicator shown when a new frame is selected +|*Function* |A JavaScript Function object +|*Gradient* | +|*GradientLeft* | +|*GradientRight* | +|*Hint* |A hint indicator. See [c]:help hints[c] +|*HintActive* |The hint element of link which will be followed by <Enter> +|*HintElem* |The hintable element +|*HintImage* |The indicator which floats above hinted images +|*Indicator* | +|*InfoMsg* |Information messages +|*Keyword* |A bookmark keyword for a URL +|*LineNr* |The line number of an error +|*Message* | +|*ModeMsg* |The mode indicator in the command line +|*MoreMsg* |The indicator that there is more text to view +|*NonText* | +|*Normal* |Normal text in the command line +|*Null* |A JavaScript Null object +|*Number* |A JavaScript Number object +|*Object* |A JavaScript Object +|*Preview* | +|*Question* |A prompt for a decision +|*Search* |Highlighted search results in a web page +|*StatusLine* |The status bar +|*StatusLineBroken* |The status bar for a broken web page +|*StatusLineSecure* |The status bar for a secure web page +|*StatusLineExtended*|The status bar for a secure web page with an Extended Validation(EV) certificate +|*String* |A JavaScript String object +|*TabClose* |The close button of a browser tab +|*TabIcon* |The icon of a browser tab +|*TabIconNumber* |The number of a browser tab, over its icon +|*TabNumber* |The number of a browser tab, next to its icon +|*TabText* |The text of a browser tab +|*Tag* |A bookmark tag for a URL +|*Title* |The title of a listing, including [c]:pageinfo[c], [c]:jumps[c] +|*URL* |A URL +|*WarningMsg* |A warning message +|=============================================================================== Every invocation completely replaces the styling of any previous invocation, unless *-append* (short option: *-a*) is provided, in which case {css} is diff --git a/xulmus/locale/en-US/xhtml11.css b/xulmus/locale/en-US/xhtml11.css index 427cbe99..e2345287 100644 --- a/xulmus/locale/en-US/xhtml11.css +++ b/xulmus/locale/en-US/xhtml11.css @@ -1,3 +1,7 @@ +/* TODO: this file is a total debacle. Find out exactly which version it was + * based on and extract the Vimperator required modifications to a separate + * file. It's not called "Cascading" for nothing! --djk */ + /* keep the mozdev header */ /* @import url(http://www.mozdev.org/skin/color/mozdev2k.css); */ @@ -347,3 +351,10 @@ fieldset.paypal { margin-left: 140px; padding-bottom: 10px; } + +/* FIXME: hack to match old table formatting with new table syntax - a possibly vain attempt to stop dpb's whinging. --djk */ +p.table { + margin-top: 0; + margin-bottom: 0; +} +/* vim: set fdm=marker sw=4 ts=4 et: */