/usr/share/doc/funnelweb-doc/developer/index.html is in funnelweb-doc 3.2d-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<META NAME="description"
CONTENT="The FunnelWeb Developer Manual. FunnelWeb is a portable
free literate programming tool.">
<META NAME="keywords"
CONTENT="funnelweb,FunnelWeb,funnel,web,
developer manual,developer,manual,
literate programming,literate,programming,literate-programming,
documentation,
macro,macros,preprocessor,macro preprocessor,
software,free,freeware,
open source,open,source,gnu,gpl,copyleft,
web,development,tool,web tool">
<STYLE TYPE="text/css"> <!-- A {text-decoration: none} // --> </STYLE>
<TITLE>FunnelWeb Developer Manual</TITLE>
</HEAD>
<BODY BACKGROUND="binary/background.gif"
BGCOLOR="#FFFFFF"
TEXT="#000000"
VLINK="#660000"
LINK="#FF0000"
ALINK="#CC0000">
<TABLE WIDTH="490">
<TR>
<TD WIDTH="130" VALIGN="top">
<IMG SRC="binary/d_clear.gif" ALT="" WIDTH="130" HEIGHT="1"><BR>
<FONT SIZE="2">
<BR>
<A HREF="http://www.ross.net/"
TARGET="rosshome"
onClick="window.open('','rosshome','location,status,menubar,scrollbars,resizable',false).focus(); return true;"
>
<IMG SRC="binary/rossnet_logo.gif"
WIDTH="64" HEIGHT="32"
BORDER="0" ALT="RossNet"
HSPACE="0" VSPACE="1"></A><BR>
<BR>
<A HREF="../index.shtml"
TARGET="funnelweb"
onClick="window.open('','funnelweb','location,status,menubar,scrollbars,resizable',false).focus(); return true;"
>
<IMG SRC="binary/linklogo.gif"
WIDTH="64" HEIGHT="32"
BORDER="0" ALT="FunnelWeb"
HSPACE="0" VSPACE="1"></A><BR>
<BR>
<TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0><TR><TD BGCOLOR="#000000">
<A HREF="../reference/index.html"
TARGET="funnelwebreference"
onClick="window.open('','funnelwebreference','location,status,menubar,scrollbars,resizable',false).focus(); return true;"
><FONT COLOR="#FFFFFF"><B>Reference</B></FONT></A><BR>
<BR>
<A HREF="../tutorial/index.html"
TARGET="funnelwebtutorial"
onClick="window.open('','funnelwebtutorial','location,status,menubar,scrollbars,resizable',false).focus(); return true;"
><FONT COLOR="#FFFFFF"><B>Tutorial</B></FONT></A><BR>
<BR>
<A HREF="index.html"><FONT COLOR="#FFFFFF"><B>Developer</B></FONT></A><BR>
<A HREF="compile.html"><FONT COLOR="#FFFFFF">1 Compile</FONT></A><BR>
<A HREF="design.html"><FONT COLOR="#FFFFFF">2 Design</FONT></A><BR>
<A HREF="implement.html"><FONT COLOR="#FFFFFF">3 Implement</FONT></A><BR>
<A HREF="modify.html"><FONT COLOR="#FFFFFF">4 Modify</FONT></A><BR>
<A HREF="misc.html"><FONT COLOR="#FFFFFF">5 Misc</FONT></A><BR>
<A HREF="gpl.html"><FONT COLOR="#FFFFFF">6 Licence</FONT></A><BR>
<BR>
<A HREF="search.html"><FONT COLOR="#FFFFFF"><B>SEARCH</B></FONT></A><BR>
</FONT>
</TD></TR></TABLE>
</TD>
<TD WIDTH="360" VALIGN="top">
<FONT SIZE="3">
<A HREF="index.html"><IMG SRC="binary/title.gif"
WIDTH="316" HEIGHT="24"
BORDER="0" ALT="FunnelWeb Developer Manual"
HSPACE="0" VSPACE="0"></A>
<P><STRONG><FONT SIZE="4">Version 3.2d (9 Jan 2000) for FunnelWeb V3.2</FONT></STRONG>
<P><FONT SIZE="+3">T</FONT>HIS DEVELOPER MANUAL is for hackers!
Anyone who wants to bash, diddle, frob, grind, mangle,
patch, poke, toggle, twiddle, zap, or generally hack
FunnelWeb should at least take a look at this manual, as it
explains how to compile FunnelWeb, and contains all kinds of
other useful information about the FunnelWeb source code.
<P>
<FONT SIZE="4">
<DL>
<DT>
<DL>
<P><A HREF="compile.html"><B>1 How To Compile FunnelWeb</B></A><BR>
<FONT SIZE="3">
<DL>
<A HREF="compile_resources.html">1.1 Resources Required</A><BR>
<A HREF="compile_ftp.html">1.2 FTP The Source Files</A><BR>
<A HREF="compile_tree.html">1.3 Establish The Source Tree</A><BR>
<A HREF="compile_compile.html">1.4 Compiling FunnelWeb</A><BR>
<A HREF="compile_testing.html">1.5 Testing FunnelWeb</A><BR>
</DL>
</FONT>
<P><A HREF="design.html"><B>2 FunnelWeb Design Notes</B></A><BR>
<FONT SIZE="3">
<DL>
<A HREF="design_introduction.html">2.1 Introduction</A><BR>
<A HREF="design_motivation.html">2.2 Motivation For FunnelWeb</A><BR>
<A HREF="design_indentation.html">2.3 Indentation</A><BR>
<A HREF="design_syntax.html">2.4 A Review Of FunnelWeb Syntax</A><BR>
<A HREF="design_structure.html">2.5 Document Structuring</A><BR>
<A HREF="design_testing.html">2.7 Automated Regression Testing</A><BR>
<A HREF="design_filenames.html">2.8 File Name Management</A><BR>
<A HREF="design_numinst.html">2.9 Constraints On The Number of Instantiations</A><BR>
<A HREF="design_docmac.html">2.10 Document Structure Vs Macro Structure</A><BR>
<A HREF="design_diagnostics.html">2.11 Diagnostic Messages</A><BR>
</DL>
</FONT>
<P><A HREF="implement.html"><B>3 FunnelWeb Implementation Notes</B></A><BR>
<FONT SIZE="3">
<DL>
<A HREF="implement_history.html">3.1 History of FunnelWeb Implementations</A><BR>
<A HREF="implement_self.html">3.2 Why FunnelWeb Wasn't Used to Write Itself</A><BR>
<A HREF="implement_style.html">3.3 Coding Style</A><BR>
<A HREF="implement_memory.html">3.4 Use of Memory</A><BR>
<A HREF="implement_indentation.html">3.5 Implementing Text Indentation</A><BR>
</DL>
</FONT>
<P><A HREF="modify.html"><B>4 Modifying FunnelWeb</B></A><BR>
<FONT SIZE="3">
<DL>
<A HREF="modify_languages.html">4.1 The Danger of Modifying Languages</A><BR>
<A HREF="modify_authority.html">4.2 Authority vs User Security</A><BR>
<A HREF="modify_protect.html">4.3 What I Want to Protect</A><BR>
<A HREF="modify_manuals.html">4.4 Modifying the Manuals</A><BR>
<A HREF="modify_official.html">4.5 Contributions To The Official FunnelWeb</A><BR>
</DL>
</FONT>
<P><A HREF="misc.html"><B>5 Miscellaneous</B></A><BR>
<FONT SIZE="3">
<DL>
<A HREF="misc_versions.html">5.1 FunnelWeb Versions</A><BR>
<A HREF="misc_wishlist.html">5.2 Wish List</A><BR>
<A HREF="misc_suggestions.html">5.3 Suggestions From Users</A><BR>
<A HREF="misc_knownbugs.html">5.4 Known Bugs</A><BR>
</DL>
</FONT>
<P><A HREF="gpl.html"><B>6 GNU General Public License Version 2</B></A><BR>
</DL>
</DL>
</FONT>
<P>
<HR>
<FONT SIZE="2">
<A HREF="mailto:webmaster@ross.net">Webmaster</A>
<A HREF="copyright.html">Copyright © Ross N. Williams 1992,1999. All rights reserved.</A><BR>
</FONT>
</FONT>
</TD>
</TR>
</TABLE>
</BODY>
<!-- *********************************************************************** -->
<!-- End Of A FunnelWeb Manual Web Page (www.ross.net/funnelweb/) -->
<!-- *********************************************************************** -->
</HTML>
|