You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Ian Clatworthy <ia...@mincom.com> on 1997/08/17 04:56:50 UTC

SDF test file

In order to test SDF's SGML/LaTeX support, I've put together
a test document containing the features Ralf said were required.
It might be useful as an example of SDF's syntax, so I've
included it below. If there are additional features you need,
feel free to update the document and email me the new version.

Ian.
-------------------------

##### Build a title #####
!define DOC_NAME   "Apache Testing"
!define DOC_AUTHOR "Ian Clatworthy"
!build_title

##### Test headings #####

H1: Heading 1

H2: Heading 2

Some text

H3: Heading 3

Some more text

H4: Heading 4

Some text for 4

H4: Heading 4a

Some text for 4a

H2: Heading 1.2

Some text for 1.2

H1: Heading 1b

H2: Heading 2.1


#### Test code blocks ####

!block example
 Type Bits/KeyID    Date       User ID
 pub  1024/26BB437D 1997/04/28 Ralf S. Engelschall <rs...@engelschall.com>

 -----BEGIN PGP PUBLIC KEY BLOCK-----
 Version: 2.6.3ia

 mQCNAzNko/QAAAEEANZ2kpN/oMkz4tqzxvKPZws/XwsD0Y+E5/y7P2DIw4uHS/4N
 syQbgkdrZhPBlXDv68DQioHXWsb904qyr7iZB1LC5ItK9MgqlK+Z2mvPqsGbHM8J
 +oYib8kf2zJ6HvrYrP7NYB0tN9YYum2ICtx+hIi6aKGXdB1ATA5erwYmu0N9AAUR
 tClSYWxmIFMuIEVuZ2Vsc2NoYWxsIDxyc2VAZW5nZWxzY2hhbGwuY29tPokAlQMF
 EDNko/QOXq8GJrtDfQEBKVoD/2K/+4pcwhxok+FkuLwC5Pnuh/1oeOYHiKYwx0Z3
 p09RLvDtNldr6VD+aL9JltxdPTARzZ8M50UqoF9jMr25GifheFYhilww41OVZA3e
 cLXlLgda1+t0vWs3Eg/i2b0arQQDaIq7PeRdjdEDgwnG4xBaqaAqfgxwOXJ+LPWF
 hiXZ
 =K7lL
 -----END PGP PUBLIC KEY BLOCK-----
!endblock


#### Test notes ####

!block note
This is a note.
!endblock


#### Test figures ####

!import "apache_logo"


#### Test lists ####

An ordered list:

^ Item 1
+ Item 2
+ Item 3

An unordered list:

* item 1
* item 2
* item 3


A tagged list:

& tag 1
. item 1

& tag 2
. item 2

& tag 3
. item 3


#### Test tables ####

!block table
Code    Description
A       alpha
B       beta
!endblock


#### Other stuff ####

For general questions on SDF, send email to
{{EMAIL:sdf-users@mincom.com}}.

See {{SECT: Heading 1}} for an example of a heading.