wok diff dillo/stuff/dillorc @ rev 25669

Up lapack (3.12.0), less (633), libarchive (3.7.2), liblouis (3.28.0), libmicrohttpd (1.0.1), libpng (1.6.43), libssh (0.10.6), libtasn1 (4.19.0), libtirpc (1.3.4), libvpx (1.14.0), libwebp (1.3.2), logrotate (3.21.0), lua (5.4.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 25 16:11:20 2024 +0000 (4 months ago)
parents b822f50cc0d1
children
line diff
     1.1 --- a/dillo/stuff/dillorc	Tue Apr 15 00:52:16 2014 +0200
     1.2 +++ b/dillo/stuff/dillorc	Sun Feb 25 16:11:20 2024 +0000
     1.3 @@ -120,6 +120,12 @@
     1.4  # Notice that there is no "penalty_em_dash_left_2", since breaking
     1.5  # left of an em-dash makes the line *begin*, not *end* with a dash.
     1.6  
     1.7 +# This factor is multiplied with the line height to get the
     1.8 +# stretchability of a non-justified line. The larger this factor (and
     1.9 +# thus, the stretchability), the less likely the words are hyphenated;
    1.10 +# so you can use this value to control hyphenation of non-justified
    1.11 +# text.
    1.12 +#stretchability_factor=1
    1.13  
    1.14  #-------------------------------------------------------------------------
    1.15  #                            PARSING SECTION
    1.16 @@ -163,6 +169,7 @@
    1.17  # http_language="de"
    1.18  # http_language="pt-BR"
    1.19  # http_language="vi,de-CH,de;q=0.5,th;q=0.3"
    1.20 +http_language="en,en_US"
    1.21  
    1.22  # Maximum number of simultaneous TCP connections to a single server or proxy.
    1.23  # http_max_conns=6
    1.24 @@ -205,6 +212,7 @@
    1.25  # http_user_agent="Mozilla/5.0 (Windows NT 5.1; rv:18.0) Gecko/20100101 Firefox/18.0"
    1.26  # http_user_agent="Wget/1.12 (linux-gnu)"
    1.27  #The default is "Dillo/"+current_version_number
    1.28 +http_user_agent="Dillo/_dillo_version_ (SliTaz GNU/Linux)"
    1.29  
    1.30  #-------------------------------------------------------------------------
    1.31  #                            COLORS SECTION
    1.32 @@ -218,6 +226,10 @@
    1.33  # If your eyes suffer with white backgrounds, change this.
    1.34  allow_white_bg=YES
    1.35  
    1.36 +# If allow_white_bg is set to NO, white backgrounds are replaced by
    1.37 +# this color.
    1.38 +#white_bg_replacement=0xe0e0a3
    1.39 +
    1.40  # When set to YES, the page author's visited link color may be overridden
    1.41  # to allow better contrast with text/links/background
    1.42  #contrast_visited_color=YES
    1.43 @@ -315,8 +327,8 @@
    1.44  # tiny   : buttons, location, and progress boxes in one row
    1.45  # small  : location in one row, buttons + progress boxes in another
    1.46  # medium : adds text labels to buttons and boxes
    1.47 -#panel_size=tiny
    1.48 -panel_size=small
    1.49 +panel_size=tiny
    1.50 +#panel_size=small
    1.51  #panel_size=medium
    1.52  
    1.53  #small_icons=NO