Show
Ignore:
Timestamp:
07/08/08 20:49:51 (5 months ago)
Author:
steve-e
Message:

[Florob] Improved URL matching.

We don't match all valid URIs like blub:blaa but include common used (non)-urls like www.google.de

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/config.py

    r9886 r9898  
    252252                'check_idle_every_foo_seconds': [opt_int, 2, _('Choose interval between 2 checks of idleness.')], 
    253253                'latex_png_dpi': [opt_str, '108',_('Change the value to change the size of latex formulas displayed. The higher is larger.') ], 
     254                'uri_schemes': [opt_str, 'http https ftp ftps gopher news ed2k irc magnet sip', _('Valid uri schemes. Only schemes in this list will be made accepted as "real" uri.')], 
    254255        } 
    255256