about summary refs log tree commit diff stats
path: root/samples/mild-colors.lss
Commit message (Expand)AuthorAgeFilesLines
* snapshot of project "lynx", label v2-8-8dev_11Thomas E. Dickey2012-02-201-0/+59
* snapshot of project "lynx", label v2-8-8dev_10bThomas E. Dickey2012-02-201-59/+0
* snapshot of project "lynx", label v2-8-8dev_8mThomas E. Dickey2011-06-111-0/+59
* snapshot of project "lynx", label v2_8_8dev_9aThomas E. Dickey2011-06-111-59/+0
* snapshot of project "lynx", label v2-8-8dev_3cThomas E. Dickey2010-05-031-0/+59
* snapshot of project "lynx", label v2_8_8dev_6cThomas E. Dickey2010-04-291-59/+0
* snapshot of project "lynx", label v2-8-6pre_4Thomas E. Dickey2006-09-191-2/+0
* snapshot of project "lynx", label v2-8-6dev_12Thomas E. Dickey2005-06-021-31/+39
* snapshot of project "lynx", label v2-8-4dev_5Thomas E. Dickey2000-07-171-6/+6
* snapshot of project "lynx", label v2-8-2dev_22Thomas E. Dickey1999-04-131-31/+44
* snapshot of project "lynx", label v2-8-2dev_21Thomas E. Dickey1999-03-301-0/+40
: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
$ ! LYNX.COM
$ ! sets up lynx as a command so that it will accept command line arguments
$ ! It is assumed that this file is located in the same place as the LYNX
$ ! Image.  If it is not then you must change the lynx symbol.
$ ! Written by Danny Mayer, Digital Equipment Corporation
$ !
$ !
$ THIS_PATH = F$PARSE(F$ENV("PROCEDURE"),,,"DEVICE") + -
	      F$PARSE(F$ENV("PROCEDURE"),,,"DIRECTORY")
$ alpha = F$GETSYI("HW_MODEL") .GT. 1023
$ !
$ CPU := VAX
$ IF alpha THEN CPU  :== AXP
$ lynx:==$'THIS_PATH'lynx_'CPU'.exe
$!
$! fill in another gateway if you wish
$!
$define "WWW_wais_GATEWAY" "http://www.w3.org:8001"
$!
$! fill in your NNTP news server here
$!
$ !define "NNTPSERVER" "news"
$ !
$ !  Set up the Proxy Information Here
$ !
$ !  no_proxy environmental variable
$ !  The no_proxy environmental variable is checked to get the list of
$ !  of hosts for which the proxy server is not consulted.
$ !  NOTE:  THE no_proxy VARIABLE MUST BE IN LOWER CASE.  On VMS systems
$ !  this is accomplished by defining a logical name in double-quotes.
$ !
$ !  The no_proxy environmental variable is a comma-separated or
$ !  space-separated list of machine or domain names, with optional
$ !  :port part.  If no :port part is present, it applies to all ports
$ !  on that domain.
$ !
$ !  Example:
$ !          define "no_proxy"  "cern.ch,some.domain:8001"
$ !
$ !
$ define "no_proxy" "yourorg.com"	! Use only for outside of yourorg
$ !
$ !  proxy server environmental variables
$ !  In Lynx, each protocol needs an environmental variable defined for
$ !  it in order for it to use a proxy server set up for that protocol.
$ !  The proxy environmental variable is of the form:
$ !  protocol_proxy where protocol is the protocol name part of the URL,
$ !  for example: http or ftp.  NOTE: the protocol server proxy variable
$ !  MUST BE IN LOWER CASE.
$ !  Example:
$ !           define "http_proxy" "http://your_proxy.yourorg:8080/"
$ !
$ Proxy_Server = "http://your_proxy.yourorg:8080/"
$ define "http_proxy" "''Proxy_Server'"
$ define "ftp_proxy" "''Proxy_Server'"
$ define "gopher_proxy" "''Proxy_Server'"
$ define "news_proxy" "''Proxy_Server'"
$ define "wais_proxy" "''Proxy_Server'"
$ !