diff --git a/common/locale/en-US/intro.xml b/common/locale/en-US/intro.xml new file mode 100644 index 00000000..04b08a26 --- /dev/null +++ b/common/locale/en-US/intro.xml @@ -0,0 +1,63 @@ + + + + + + + + + +

Introduction

+ +

+ +

+ If this is your first time running &dactyl.appName;, you may need some + time to adjust to the standard interface, which hides the menu, + navigation, and tool bars by default. If you find it uncomfortable to work + without them, you can re-enable them by typing +

+mT +

+ If you have trouble remembering commands or keyboard shortcuts, you can + bring up this help page at any time by typing :help or + . If you find that you don't like &dactyl.appName; at all, + you can disable it by typing :extdisable &dactyl.appName; or + delete it entirely by typing :extdelete &dactyl.appName; +

+ +

Help topics

+ +
    + +

    + You can also jump directly to the help of a specific command, + key mapping, or topic via the :help command. +

    + +:help :help + +

    Features

    + + + +

    Contact

    + +

    + Please send comments, questions, or patches to the + mailing list, + where we will do our best to answer any inquiries. You can also + check the + wiki or + FAQ. + Issue reports can be entered in the + issue tracker. +

    + +
    + + diff --git a/melodactyl/locale/en-US/intro.xml b/melodactyl/locale/en-US/intro.xml index ac5b7ce0..b1c8fb19 100644 --- a/melodactyl/locale/en-US/intro.xml +++ b/melodactyl/locale/en-US/intro.xml @@ -1,129 +1,144 @@ - + - + - - -

    Introduction

    - -&dactyl.appName; -is a free media player add-on for &dactyl.host;, which -combines the best features of the -CMus -music player and the -Vim -text editor. - - - To provide the most authentic CMus/Vim experience, the &dactyl.host; toolbar - is hidden. - If you really need it, type: :set guioptions+=T to get it back. - If you don't like &dactyl.appName; at all, you can uninstall it by typing - :extdelete &dactyl.appName; or :extdisable &dactyl.appName; to disable it. - If you like it but can't remember the shortcuts, then press F1 or - :help to get this help window back. - - -author donation -

    - &dactyl.appName; was written by - Prathyush Thota. If you - appreciate my work on &dactyl.appName; and want to encourage - me working on it more, you can either send me greetings, patches - or make a donation: +

    + &dactyl.appName; + is a free media player add-on for &dactyl.host;, which combines the best + features of the CMus music + player and the Vim text editor.

    - - -

    - Of course as a believer in free open source software, only make - a donation if you really like &dactyl.appName; and the money - doesn't hurt -- otherwise just use it, recommend it and like it - :) -

    - -

    Help topics

    - -
      -
    • Starting &dactyl.appName;: How &dactyl.appName; starts up, where it reads the config file...
    • -
    • Player mode: Interacting with the media player.
    • -
    • Browsing: Basic mappings and commands needed for a browsing session (how to open a web page or go back in history).
    • -
    • Buffer: Operations on the current document like scrolling or copying text.
    • -
    • Command-line mode: Command-line editing.
    • -
    • Insert mode: Insert-mode editing.
    • -
    • Options: A description of all options.
    • -
    • Text search commands: Searching for text in the current buffer.
    • -
    • Tabs: Managing your tabbed browsing session.
    • -
    • Hints: Selecting hyperlinks and other page elements.
    • -
    • Key mappings, abbreviations, and user-defined commands: Defining new key mappings, abbreviations and user commands.
    • -
    • Expression evaluation: Executing JavaScript.
    • -
    • Marks: Using bookmarks, QuickMarks, history and local marks.
    • -
    • Repeating commands: Using macros to repeat recurring workflows.
    • -
    • Automatic commands: Automatically executing code on certain events.
    • -
    • Printing: Printing pages.
    • -
    • &dactyl.appName;'s GUI: Accessing &dactyl.host; menus, dialogs and the display panels.
    • -
    • Styling the GUI and web pages: Changing the styling of content pages and &dactyl.appName; itself.
    • -
    • Error and informational messages: A description of messages and error messages.
    • -
    • Developer information: How to write docs or plugins.
    • -
    • Various commands: Other help which didn't fit into any other category.
    • -
    • Index: An index of all commands and options.
    • -
    -

    - You can also jump directly to the help of a specific command - with :help o or :help :set. -

    - -

    Features

    - -
      -
    • Vim-like keybindings (h, j, k, l, gg, G, 0, $, ZZ, , etc.)
    • -
    • Ex commands (:quit, :open www.foo.com, ...)
    • -
    • Tab completion available for all commands with support for "longest" matching when set in 'wildmode'
    • +
        + +
      1. + Starting &dactyl.appName;: + How &dactyl.appName; starts up, where it reads the config file, etc. +
      2. +
      3. + Player mode: + Interacting with the media player. +
      4. +
      5. + Browsing: + Basic key mappings and commands needed for a browsing + session (how to open a web page, go back in history, etc.) +
      6. +
      7. + Buffer: + Operations on the current document (scrolling, copying text, + etc.) +
      8. +
      9. + Command-line mode: + Command-line editing. +
      10. +
      11. + Insert mode: + Insert-mode editing. +
      12. +
      13. + Options: + A description of all options. +
      14. +
      15. + Text search commands: + Searching for text in the current buffer. +
      16. +
      17. + Tabs: + Managing your tabbed browsing session. +
      18. +
      19. + Hints: + Selecting hyperlinks and other page elements. +
      20. +
      21. + Keyboard shortcuts and commands: + Defining new key mappings, abbreviations and user commands. +
      22. +
      23. + Expression evaluation: + Executing JavaScript. +
      24. +
      25. + Marks: + Using bookmarks, QuickMarks, history and local marks. +
      26. +
      27. + Repeating commands: + Using macros to repeat recurring workflows. +
      28. +
      29. + Automatic commands: + Automatically executing code on certain events. +
      30. +
      31. + Printing: + Printing pages. +
      32. +
      33. + &dactyl.appName;'s GUI: + Accessing &dactyl.host; menus, dialogs and the display panels. +
      34. +
      35. + Styling the GUI and web pages: + Changing the styling of content pages and &dactyl.appName; itself. +
      36. +
      37. + Error and informational messages: + A description of informational and error messages. +
      38. +
      39. + Developer information: + How to write plugins and documentation. +
      40. +
      41. + Various commands: + Other help which doesn't readily fit into any other category. +
      42. +
      43. + Plugins: + Documentation for any plugins you have installed. +
      44. +
      45. + Index: + An index of all commands and options. +
      46. +
      + + +
        +
      • Vim-like keybindings (h, j, gg, ZZ, , etc.)
      • +
      • Ex commands (:quit, :open www.foo.com, …)
      • +
      • Tab completion for all commands, highly configurable via wildmode, autocomplete, ...
      • Hit-a-hint like navigation of links (start with f to follow a link)
      • -
      • Advanced completion of bookmark and history URLs (searching also in title, not only URL)
      • -
      • Vim-like statusline with a Wget-like progress bar
      • -
      • Minimal GUI (easily hide useless menubar and toolbar with :set guioptions=)
      • -
      • Ability to :source JavaScript files, and to use a [a]~/.melodactylrc[a] file with syntax highlighting if you install http://code.google.com/p/pentadactyl-labs/issues/detail?id=50[melodactyl.vim]
      • -
      • Easy quick searches (:open foo will search for "foo" in google, :open ebay terminator will search for "terminator" on ebay) with support for &dactyl.host; keyword bookmarks and search engines
      • +
      • Advanced completion of bookmark and history URLs
      • +
      • Vim-like status line with a Wget-like progress bar
      • +
      • Minimal GUI (easily hide superfluous menubar and toolbar with )
      • +
      • Ability to :source JavaScript, CSS, and &dactyl.appName; command files
      • +
      • Easy quick searches (see :open)
      • Count supported for many commands (3 will go back 3 pages)
      • -
      • Beep on errors
      • -
      • Marks support (ma to set mark a on a web page, 'a to go there)
      • -
      • QuickMarks support (quickly go to previously marked web pages with goa-zA-Z0-9)
      • -
      • :map and :command support (and feedkeys() for script writers)
      • -
      • :time support for profiling
      • -
      • Move the text cursor and select text with Vim keys and a Visual mode
      • -
      • External editor support
      • -
      • Macros to replay key strokes
      • +
      • Visual bell for errors (visualbell)
      • +
      • Marks support (ma to set mark a, 'a to jump to it)
      • +
      • QuickMark support
      • +
      • :map, :command, :normal, and macros
      • +
      • Editing of text fields with an external editor
      • AutoCommands to execute actions on certain events
      • -
      • A comprehensive help system, explaining all commands, mappings and options
      • +
      • A comprehensive help system, explaining all commands, mappings, options, and plugins
      -

      Contact

      -

      - Please send comments/bug reports/patches to the mailing list, - where we will properly answer any questions. You can also join - the - #pentadactyl - IRC channel on - OFTC or check the - Wiki - for - - frequently asked questions (FAQ). - Make sure, you have read the - TODO - file first, as we are aware of many things which can be improved - when we find time for it or receive patches. -

      - - + diff --git a/pentadactyl/locale/en-US/intro.xml b/pentadactyl/locale/en-US/intro.xml index 1d4202c0..93f8e44a 100644 --- a/pentadactyl/locale/en-US/intro.xml +++ b/pentadactyl/locale/en-US/intro.xml @@ -1,19 +1,13 @@ - + - - - -

      Introduction

      - -

      +

      &dactyl.appName; is a free browser add-on for &dactyl.host;, designed to make browsing more efficient and especially more keyboard accessible. Largely inspired by the @@ -21,24 +15,7 @@ and finger feel should be familiar to Vim users.

      -

      - If this is your first time running &dactyl.appName;, you may need some - time to adjust to the standard interface, which hides the menu, - navigation, and tool bars by default. If you find it uncomfortable to work - without them, you can re-enable them by typing -

      -mT -

      - If you have trouble remembering commands or keyboard shortcuts, you can - bring up this help page at any time by typing :help or - . If you find that you don't like &dactyl.appName; at all, - you can disable it by typing :extdisable &dactyl.appName; or - delete it entirely by typing :extdelete &dactyl.appName; -

      - -

      Help topics

      - -
        +
        1. Quick-start tutorial: A quick-start tutorial for new users. @@ -135,16 +112,7 @@
        -

        - You can also jump directly to the help of a specific command, - key mapping, or topic via the :help command. -

        - -:help :help - -

        Features

        - -
          +
          • Vim-like keybindings (h, j, gg, ZZ, , etc.)
          • Ex commands (:quit, :open www.foo.com, …)
          • Tab completion for all commands, highly configurable via wildmode, autocomplete, ...
          • @@ -164,19 +132,6 @@
          • A comprehensive help system, explaining all commands, mappings, options, and plugins
          -

          Contact

          - -

          - Please send comments, questions, or patches to the - mailing list, - where we will do our best to answer any inquiries. You can also - check the - wiki or - FAQ. - Issue reports can be entered in the - issue tracker. -

          - - + diff --git a/teledactyl/locale/en-US/intro.xml b/teledactyl/locale/en-US/intro.xml index a4321271..c94a892e 100644 --- a/teledactyl/locale/en-US/intro.xml +++ b/teledactyl/locale/en-US/intro.xml @@ -1,61 +1,38 @@ - + - + - - -

          Introduction

          - -

          - &dactyl.appName; is a free - browser add-on for &dactyl.host;, which makes it look and behave - like the Vim text - editor. It has similar key bindings, and you could call it a - modal web browser, as key bindings differ according to which - mode you are in. +

          + &dactyl.appName; is a free mailer + add-on for &dactyl.host;, which combines the best features of the + Mutt mail client and the + Vim text editor.

          -

          - If this is your first time running &dactyl.appName;, you may need some - time to adjust to the standard interface, which hides the menu, - navigation, and tool bars by default. If you find it uncomfortable to work - without them, you can re-enable them by typing, -

          -:set guioptions+=mT -

          - If you have trouble remembering commands or keyboard shortcuts, you can - bring up this help page at any time by typing :help or the - . If you find that you don't like &dactyl.appName; at all, - you can disable it by typing :extdisable &dactyl.appName; or - delete it entirely by typing :extdelete &dactyl.appName; -

          - -

          Help topics

          - -
            + +
            1. Quick-start tutorial: A quick-start tutorial for new users.
            2. Starting &dactyl.appName;: - How &dactyl.appName; starts up, where it reads the config file… + How &dactyl.appName; starts up, where it reads the config file, etc.
            3. Browsing: - Basic mappings and commands needed for a browsing session (how to open - a web page or go back in history). + Basic key mappings and commands needed for a browsing + session (how to open a web page, go back in history, etc.)
            4. Buffer: - Operations on the current document like scrolling or copying text. + Operations on the current document (scrolling, copying text, + etc.)
            5. Command-line mode: @@ -82,7 +59,7 @@ Selecting hyperlinks and other page elements.
            6. - Key mappings, abbreviations, and user-defined commands: + Keyboard shortcuts and commands: Defining new key mappings, abbreviations and user commands.
            7. @@ -115,15 +92,19 @@
            8. Error and informational messages: - A description of messages and error messages. + A description of informational and error messages.
            9. Developer information: - How to write docs or plugins. + How to write plugins and documentation.
            10. Various commands: - Other help which didn't fit into any other category. + Other help which doesn't readily fit into any other category. +
            11. +
            12. + Plugins: + Documentation for any plugins you have installed.
            13. Index: @@ -131,49 +112,27 @@
            -

            -You can also jump directly to the help of a specific command with :help o -or :help :set. -

            - -

            Features

            - -
              -
            • Vim-like keybindings (h, j, k, l, gg, G, 0, $, ZZ, , etc.)
            • + +
                +
              • Vim-like keybindings (h, j, gg, ZZ, , etc.)
              • Ex commands (:quit, :open www.foo.com, …)
              • -
              • Tab completion available for all commands with support for "longest" matching when set in 'wildmode'
              • +
              • Tab completion for all commands, highly configurable via wildmode, autocomplete, ...
              • Hit-a-hint like navigation of links (start with f to follow a link)
              • -
              • Advanced completion of bookmark and history URLs (searching also in title, not only URL)
              • -
              • Vim-like statusline with a Wget-like progress bar
              • -
              • Minimal GUI (easily hide useless menubar and toolbar with :set guioptions=)
              • -
              • Ability to :source JavaScript files, and to use a ~/.pentadactylrc file with syntax highlighting if you install pentadactyl.vim
              • -
              • Easy quick searches (:open foo will search for "foo" in google, :open ebay terminator will search for "terminator" on ebay) with support for &dactyl.host; keyword bookmarks and search engines
              • +
              • Advanced completion of bookmark and history URLs
              • +
              • Vim-like status line with a Wget-like progress bar
              • +
              • Minimal GUI (easily hide superfluous menubar and toolbar with )
              • +
              • Ability to :source JavaScript, CSS, and &dactyl.appName; command files
              • +
              • Easy quick searches (see :open)
              • Count supported for many commands (3 will go back 3 pages)
              • -
              • Beep on errors
              • -
              • Marks support (ma to set mark a on a web page, 'a to go there)
              • -
              • QuickMarks support (quickly go to previously marked web pages with goa-zA-Z0-9)
              • -
              • :map and :command support (and feedkeys() for script writers)
              • -
              • :time support for profiling
              • -
              • Move the text cursor and select text with Vim keys and a Visual mode
              • -
              • External editor support
              • -
              • Macros to replay key strokes
              • +
              • Visual bell for errors (visualbell)
              • +
              • Marks support (ma to set mark a, 'a to jump to it)
              • +
              • QuickMark support
              • +
              • :map, :command, :normal, and macros
              • +
              • Editing of text fields with an external editor
              • AutoCommands to execute actions on certain events
              • -
              • A comprehensive help system, explaining all commands, mappings and options
              • +
              • A comprehensive help system, explaining all commands, mappings, options, and plugins
              -

              Contact

              - -

              - Please send comments, questions, or patches to the - mailing list, - where we will do our best to answer any questions. You can also - check the - wiki for - FAQ. - Issue reports can be entered in the -