File: system.urlview

package info (click to toggle)
urlview 0.9-19
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 772 kB
  • ctags: 170
  • sloc: sh: 9,428; ansic: 1,770; makefile: 38
file content (12 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Sample urlview(1) configuration file
# 

# regular expression to use to match URLs
REGEXP (((http|https|ftp|gopher)|mailto):(//)?[^ <>"\t]*|(www|ftp)[0-9]?\.[-a-z0-9.]+)[^ .,;\t\n\r<">\):]?[^, <>"\t]*[^ .,;\t\n\r<">\):]

# command to invoke for selected URL
COMMAND /etc/urlview/url_handler.sh

# set to yes to enable menu wrapping
#WRAP Yes