<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -161,24 +161,24 @@ The following commands are recognized:
    - if you use `chain` with a handler script which must return some output (such as a cookie handler -- uzbl will wait for and use its output), use sync_spawn or sync_sh instead of spawn or sh in the command that should give the output
 * `event &lt;event_name&gt; [event_details]`
    - send custom event
-* menu_add          &lt;label&gt;  = &lt;uzbl command&gt;
-* menu_link_add     &lt;label&gt;  = &lt;uzbl command&gt;
-* menu_image_add    &lt;label&gt;  = &lt;uzbl command&gt;
-* menu_editable_add &lt;label&gt;  = &lt;uzbl command&gt;
+* `menu_add          &lt;label&gt;  = &lt;uzbl command&gt;`
+* `menu_link_add     &lt;label&gt;  = &lt;uzbl command&gt;`
+* `menu_image_add    &lt;label&gt;  = &lt;uzbl command&gt;`
+* `menu_editable_add &lt;label&gt;  = &lt;uzbl command&gt;`
    - add a new entry &quot;label&quot; that will execute &quot;uzbl command&quot; to one of the right click context menus
-* menu_separator          &lt;label&gt;
-* menu_link_separator     &lt;label&gt;
-* menu_image_separator    &lt;label&gt;
-* menu_editable_separator &lt;label&gt;
+* `menu_separator          &lt;label&gt;`
+* `menu_link_separator     &lt;label&gt;`
+* `menu_image_separator    &lt;label&gt;`
+* `menu_editable_separator &lt;label&gt;`
    - adds a separator line to one of the right click context menus
-* menu_remove          &lt;label&gt;
-* menu_link_remove     &lt;label&gt;
-* menu_image_remove    &lt;label&gt;
-* menu_editable_remove &lt;label&gt;
+* `menu_remove          &lt;label&gt;`
+* `menu_link_remove     &lt;label&gt;`
+* `menu_image_remove    &lt;label&gt;`
+* `menu_editable_remove &lt;label&gt;`
    - removes the entry &quot;label&quot; from one of the right click context menus
-* hardcopy
+* `hardcopy`
    - open print dialog
-* include &lt;file&gt;
+* `include &lt;file&gt;`
    - read contents of file and interprete commands
 
 
@@ -191,65 +191,62 @@ Some variables have callback functions which will get called after setting the v
 Besides the builtin variables you can also define your own ones and use them in the exact same way as the buitin ones.
 
 * Variables:
-  - uri (callback: load the uri)
-  - verbose: affects output on stdout
-  - inject_html
-  - keycmd: holds the input buffer (callback: update input buffer)
-  - status_message (callback: update title)
-  - show_status: show statusbar or not
-  - status_top: statusbar on top?
-  - status_format: marked up, to be expanded string for statusbar (callback: update statusbar)
-  - status_pbar_done: character to denote done % of pageload
-  - status_pbar_pending: character to denote pending % of pageload
-  - status_pbar_width: width of progressbar
-  - status_background: color which can be used to override Gtk theme.
-  - insert_indicator: string to denote insert mode TODO plugin variable
-  - command_indicator: string to denote command mode TODO plugin variable
-  - title_format_long: titlebar string when no statusbar shown (will be expanded
-  - title_format_short: titlebar string when statusbar shown (will be expanded)
-  - icon: path to icon for Gtk
-  - forward_keys: whether uzbl-core should send key events to the webkit view
-  - insert_mode: whether insert mode is active TODO explain plugin variable
-  - always_insert_mode: set this to true if you don't like modal (vim-like) interfaces TODO explain plugin variable
-  - reset_command_mode: automatically revert to command mode on pageload (unless always_insert_mode is set) TODO explain plugin variable
-  - modkey: modkey which can be pressed to activate keybind from inside insert mode
-  - load_finish_handler
-  - load_start_handler
-  - load_commit_handler
-  - download_handler
-  - cookie_handler
-  - new_window: handler to execute to invoke new uzbl window (TODO better name)
-  - scheme_handler: handler to execute for each URI navigated to - the navigation request will be ignored if handler prints &quot;USED\n&quot;
-  - fifo_dir: location to store fifo's
-  - socket_dir: location to store sockets
-  - http_debug: http debug mode (value 0-3)
-  - shell_cmd: alias which will be expanded to use shell commands (eg sh -c)
-  - proxy_url: http traffic socks proxy (eg: http://&lt;host&gt;:&lt;port&gt;)
-  - max_conns: max simultaneous connections (default: 100)
-  - max_conns_host: max simultaneous connections per hostname (default: 6)
-  - useragent: to be expanded strin
-  - zoom_level
-  - font_size
-  - monospace_size
-  - minimum_font_size
-  - disable_plugins (TODO rename to enable)
-  - disable_scripts (TODO rename to enable)
-  - autoload_images
-  - autoshrink_images: shrink images to window size (default 0)
-  - enable_spellcheck
-  - enable_private
-  - print_backgrounds: print background images? (default 0)
-  - stylesheet_uri: use this to override the pagelayout with a custom stylesheet
-  - resizable_text_areas
-  - default_encoding: iso-8859-1 by default
-  - enforce_96_dpi: 1 by default
-  - caret_browsing
-  - default_font_family = sans-serif
-  - monospace_font_family = monospace (example &quot;Aerial Mono&quot; )
-  - cursive_font_family = sans
-  - fantasy_font_family = &quot;Pterra&quot;
-  - serif_font_family = serif (example &quot;DejaVu Serif&quot;)
-  - sans_serif_font_family = sans (example &quot;DejaVu Sans&quot;)
+  - `uri`: (callback: load the uri)
+  - `verbose`: affects output on stdout
+  - `inject_html`
+  - `keycmd`: holds the input buffer (callback: update input buffer)
+  - `status_message`: (callback: update title)
+  - `show_status`: show statusbar or not
+  - `status_top`: statusbar on top?
+  - `status_format`: marked up, to be expanded string for statusbar (callback: update statusbar)
+  - `status_pbar_done`: character to denote done % of pageload
+  - `status_pbar_pending`: character to denote pending % of pageload
+  - `status_pbar_width`: width of progressbar
+  - `status_background`: color which can be used to override Gtk theme.
+  - `insert_indicator`: string to denote insert mode TODO plugin variable
+  - `command_indicator`: string to denote command mode TODO plugin variable
+  - `title_format_long`: titlebar string when no statusbar shown (will be expanded
+  - `title_format_short`: titlebar string when statusbar shown (will be expanded)
+  - `icon`: path to icon for Gtk
+  - `forward_keys`: whether uzbl-core should send key events to the webkit view
+  - `insert_mode`: whether insert mode is active TODO explain plugin variable
+  - `always_insert_mode`: set this to true if you don't like modal (vim-like) interfaces TODO explain plugin variable
+  - `reset_command_mode`: automatically revert to command mode on pageload (unless always_insert_mode is set) TODO explain plugin variable
+  - `modkey`: modkey which can be pressed to activate keybind from inside insert mode
+  - `download_handler`
+  - `cookie_handler`
+  - `new_window`: handler to execute to invoke new uzbl window (TODO better name)
+  - `scheme_handler`: handler to execute for each URI navigated to - the navigation request will be ignored if handler prints &quot;USED\n&quot;
+  - `fifo_dir`: location to store fifo's
+  - `socket_dir`: location to store sockets
+  - `http_debug`: http debug mode (value 0-3)
+  - `shell_cmd`: alias which will be expanded to use shell commands (eg sh -c)
+  - `proxy_url`: http traffic socks proxy (eg: http://&lt;host&gt;:&lt;port&gt;)
+  - `max_conns`: max simultaneous connections (default: 100)
+  - `max_conns_host`: max simultaneous connections per hostname (default: 6)
+  - `useragent`: to be expanded strin
+  - `zoom_level`
+  - `font_size`
+  - `monospace_size`
+  - `minimum_font_size`
+  - `disable_plugins` (TODO rename to enable)
+  - `disable_scripts` (TODO rename to enable)
+  - `autoload_images`
+  - `autoshrink_images`: shrink images to window size (default 0)
+  - `enable_spellcheck`
+  - `enable_private`
+  - `print_backgrounds`: print background images? (default 0)
+  - `stylesheet_uri`: use this to override the pagelayout with a custom stylesheet
+  - `resizable_text_areas`
+  - `default_encoding`: iso-8859-1 by default
+  - `enforce_96_dpi`: 1 by default
+  - `caret_browsing`
+  - `default_font_family` = sans-serif
+  - `monospace_font_family` = monospace (example &quot;Aerial Mono&quot; )
+  - `cursive_font_family` = sans
+  - `fantasy_font_family` = &quot;Pterra&quot;
+  - `serif_font_family` = serif (example &quot;DejaVu Serif&quot;)
+  - `sans_serif_font_family` = sans (example &quot;DejaVu Sans&quot;)
 
 
 * Constants (not dumpable or writeable):</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c28aa99ebcf0df79b1015d9fd41a5f4382306c4c</id>
    </parent>
  </parents>
  <author>
    <name>Dieter Plaetinck</name>
    <email>dieter@plaetinck.be</email>
  </author>
  <url>http://github.com/Dieterbe/uzbl/commit/bea73a3e75bd6daec7ed7d0c465d15c3f9119ff1</url>
  <id>bea73a3e75bd6daec7ed7d0c465d15c3f9119ff1</id>
  <committed-date>2009-11-08T05:15:29-08:00</committed-date>
  <authored-date>2009-11-08T05:15:29-08:00</authored-date>
  <message>fix strings so they can be rendered decently by markdown</message>
  <tree>cb3b19dff038bdb2cad391112fb0d17f52dd917d</tree>
  <committer>
    <name>Dieter Plaetinck</name>
    <email>dieter@plaetinck.be</email>
  </committer>
</commit>
