diff options
Diffstat (limited to 'doc/website')
-rw-r--r-- | doc/website/internals.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/website/internals.xml b/doc/website/internals.xml new file mode 100644 index 0000000..345ef40 --- /dev/null +++ b/doc/website/internals.xml @@ -0,0 +1,17 @@ +<?xml version="1.0"?> +<!DOCTYPE webpage PUBLIC "-//Norman Walsh//DTD Website Full V2.6.0//EN" + "http://docbook.sourceforge.net/release/website/current/schema/dtd/website-full.dtd" [ + <!ENTITY internals SYSTEM "../src/internals.xml"> +]> + +<webpage id="internals"> + +<config param="rcsdate" value="$Date: 2005/10/18 03:48:37 $"/> + +<head> + <title>Internals</title> +</head> + +&internals; + +</webpage> |