Documentation Source Text

Check-in [0d59f40a31]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Get rid of the double-spacing.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 0d59f40a313d5d3c76b4f2585d271c0649e22f20
User & Date: drh 2007-12-11 13:49:52.000
Context
2007-12-12
11:14
Experimental: Attempt yet another method for implementing cross-browser pulldown menus. (Closed-Leaf check-in: 81ab7ec21a user: dan tags: trunk)
2007-12-11
13:49
Get rid of the double-spacing. (check-in: 0d59f40a31 user: drh tags: trunk)
08:29
Experimental branch: Add a link to "professional support" to the front page. (check-in: 6e7180acaf user: dan tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to wrap.tcl.
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
  puts {<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">}
  puts {<html><head>}
  puts "<title>$title</title>"
  putsin4 {<style type="text/css">
    body {
        margin: auto;
        font-family: "Verdana" "sans-serif";
        line-height: 1.5em;
        padding: 8px 1%;
    }
    
    a { color: #45735f }
    a:visited { color: #734559 }
    
    .logo { position:absolute; margin:3px; }







<







53
54
55
56
57
58
59

60
61
62
63
64
65
66
  puts {<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">}
  puts {<html><head>}
  puts "<title>$title</title>"
  putsin4 {<style type="text/css">
    body {
        margin: auto;
        font-family: "Verdana" "sans-serif";

        padding: 8px 1%;
    }
    
    a { color: #45735f }
    a:visited { color: #734559 }
    
    .logo { position:absolute; margin:3px; }
272
273
274
275
276
277
278
279
  set in [read $fd]
  close $fd
  set outfile [file root [file tail $infile]].html
  process_infile $in $infile $outfile
}

process_infile [create_sitemap] [info script] sitemap.html








<
271
272
273
274
275
276
277

  set in [read $fd]
  close $fd
  set outfile [file root [file tail $infile]].html
  process_infile $in $infile $outfile
}

process_infile [create_sitemap] [info script] sitemap.html