Futzing about trying to see what's wrong with my hooks
[website] / SYinits / 04-w3.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <!-- Created by htmlize-1.34 in css mode. -->
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5   <head>
6     <title>04-w3.el</title>
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8     <meta name="author" content="Steve Youngs" />
9     <meta name="owner" content="steve@sxemacs.org" />
10     <style type="text/css">
11     <!--
12       body {
13         color: #ffffff;
14         background-color: #000000;
15       }
16       .comment {
17         /* font-lock-comment-face */
18         color: #87ceeb;
19       }
20       .doc-string {
21         /* font-lock-doc-string-face */
22         color: #32cd32;
23       }
24       .reference {
25         /* font-lock-reference-face */
26         color: #40e0d0;
27       }
28
29       a {
30         color: #FF0000;
31         background-color: inherit;
32         font: inherit;
33         font-weight: bold;
34         text-decoration: underline;
35       }
36       a:hover {
37         color: #FFFFFF;
38         background-color: #FD00FD;
39         text-decoration: underline;
40       }
41       .img a:hover {
42         background-color: #000000;
43         text-decoration: none;
44       }
45     -->
46     </style>
47   </head>
48   <body>
49     <pre>
50 <span class="comment">;; 04-w3.el --- W3 Settings
51 </span>
52 <span class="comment">;; Copyright (C) 2007 - 2020 Steve Youngs
53 </span>
54 <span class="comment">;;     Author: Steve Youngs &lt;<a href="mailto:steve&#64;sxemacs.org">steve&#64;sxemacs.org</a>&gt;
55 ;; Maintainer: Steve Youngs &lt;<a href="mailto:steve&#64;sxemacs.org">steve&#64;sxemacs.org</a>&gt;
56 ;;    Created: &lt;2007-12-02&gt;
57 ;; Time-stamp: &lt;Thursday Apr  9, 2020 06:47:51 steve&gt;
58 ;;   Download: &lt;<a href="https://downloads.sxemacs.org/SYinits/">https://downloads.sxemacs.org/SYinits/</a>&gt;
59 ;;   HTMLised: &lt;<a href="https://www.sxemacs.org/SYinits/04-w3.html">https://www.sxemacs.org/SYinits/04-w3.html</a>&gt;
60 ;;   Git Repo: git clone https://git.sxemacs.org/syinit
61 ;;   Keywords: init, compile
62 </span>
63 <span class="comment">;; This file is part of SYinit
64 </span>
65 <span class="comment">;; Redistribution and use in source and binary forms, with or without
66 ;; modification, are permitted provided that the following conditions
67 ;; are met:
68 ;;
69 ;; 1. Redistributions of source code must retain the above copyright
70 ;;    notice, this list of conditions and the following disclaimer.
71 ;;
72 ;; 2. Redistributions in binary form must reproduce the above copyright
73 ;;    notice, this list of conditions and the following disclaimer in the
74 ;;    documentation and/or other materials provided with the distribution.
75 ;;
76 ;; 3. Neither the name of the author nor the names of any contributors
77 ;;    may be used to endorse or promote products derived from this
78 ;;    software without specific prior written permission.
79 ;;
80 ;; THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR
81 ;; IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
82 ;; WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
83 ;; DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
84 ;; FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
85 ;; CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
86 ;; SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
87 ;; BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
88 ;; WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
89 ;; OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
90 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
91 </span>
92 <span class="comment">;;; Commentary:
93 ;;
94 ;;   I very rarely use W3, but it does work (I'll leave the interpretation
95 ;;   of "work" up to you)
96 ;;
97 </span>
98 <span class="comment">;;; Credits:
99 ;;
100 ;;   The HTML version of this file was created with Hrvoje Niksic's
101 ;;   htmlize.el which is part of the XEmacs "text-modes" package.
102 ;;
103 </span>
104 <span class="comment">;;; Todo:
105 ;;
106 ;;     
107 </span>
108 <span class="comment">;;; Code:
109 </span>(setq 
110  url-automatic-caching t
111  url-be-asynchronous t
112  url-keep-history t
113  url-news-use-article-mode t
114  url-personal-mail-address "<span class="doc-string">steve@steveyoungs.com</span>"
115  url-privacy-level 'none
116  url-proxy-services nil
117  w3-auto-image-alt nil
118  w3-default-homepage "<span class="doc-string">http://localhost/</span>"
119  w3-do-incremental-display t
120  w3-do-scripting t
121  w3-documentation-root "<span class="doc-string">/home/steve/documents/XEmacs/w3/</span>"
122  w3-honor-stylesheets t
123  w3-hotlist-file "<span class="doc-string">~/.url/.mosaic-hotlist-default</span>"
124  w3-java-vm-program "<span class="doc-string">/opt/jdk/jre/bin/java_vm</span>"
125  w3-latex-print-links 'footnote
126  w3-min-img-size 5
127  w3-use-menus 
128  '(file edit view go bookmark options buffers style search emacs nil help)
129  w3-use-terminal-characters t
130  w3-user-colors-take-precedence t 
131  w3-user-fonts-take-precedence nil)
132 <span class="comment">;</span><span class="comment"><span class="reference">:*====================================================================</span></span><span class="comment">
133 </span>(message "<span class="doc-string">W3 initialised</span>")
134 </pre>
135   <!--  SXEmacs Logo -->
136     <div class="img">
137       <a href="https://www.sxemacs.org/" target="_parent">
138         <img style="padding:0px 5px 0px 0px;border:0;width:88px;height:31px"
139           src="/Images/cbsx.png"
140           title="This page was created entirely in SXEmacs"
141           alt="Created with SXEmacs" />
142       </a>
143 <!--  End SXEmacs Logo -->
144 <!--  Valid XHTML 1.0 -->
145       <a href="http://validator.w3.org/check?uri=https%3a%2f%2fwww.sxemacs.org%2fSYinits%2f04-w3.html" target="_blank">
146        <img style="padding:0px 5px 0px 10px;border:0;width:88px;height:31px"
147           src="/Images/valid-xhtml10.png"
148           title="Valid XHTML 1.0 Transitional!"
149           alt="Valid XHTML 1.0 Transitional!" />
150       </a>
151     </div>
152 <!--  End Valid XHTML 1.0 -->
153
154     <h6>Copyright &#169; 2020 Steve Youngs<br />
155      Verbatim copying and distribution is permitted in any medium,
156     providing this notice is preserved.<br />
157 <!-- hhmts start -->
158 Last modified: Wed Apr 15 18:12:39 AEST 2020
159 <!-- hhmts end -->
160    </h6>
161
162 </body>
163 </html>