checkin of 0.3.0
[pspp-builds.git] / config / html-prologue
1 !!!
2 !!! This prologue is hereby placed in the public domain.
3 !!!
4 !!! PSPP does not place any restrictions on the distribution terms
5 !!! of its output.  You are encouraged to allow your PSPP outputs to
6 !!! be freely distributed.
7 !!!
8 <!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
9 <!-- Generated ${date} by ${generator}
10      from ${source-file} -->
11 <HTML>
12 <HEAD>
13 <TITLE>${title}</TITLE>         !title
14 <META NAME="generator" CONTENT="${generator}">
15 <META NAME="author" CONTENT="${author}">
16 </HEAD>
17 <BODY BGCOLOR="#ffffff" TEXT="#000000" LINK="#1f00ff" ALINK="#ff0000"
18  VLINK="#9900dd">
19 <H1>${title}</H1>               !title
20 <H2>${subtitle}</H2>            !subtitle
21 !!! Local Variables:
22 !!! fill-prefix: "!!! "
23 !!! End: