libs-base/Tools/indextemplate.gsdoc
Manuel Guesdon 150d7bbc64 2000-08-13 Manuel Guesdon <mguesdon@orange-concept.com>
* Tools/GNUmakefile: added DocTemplates
	* Tools/Makefile.postamble: added DocTemplates
	* Tools/indextemplate.gsdoc: New file. Use it as template for
		gsdoc index generation
	* Tools/AutoDocTemplate.gsdoc: New File: Use it as templae for AutoDoc
		source-to-documentation generation.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7203 72102866-910b-0410-8b05-ffd578937521
2000-08-13 16:43:25 +00:00

23 lines
893 B
XML

<?xml version="1.0" encoding='ISO-8859-1'?>
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.6//EN" "/usr/GNUstep/System/Libraries/Resources/DTDs/gsdoc-0_6_6.dtd">
<gsdoc base="[[indexBaseFileName]]" next="[[next]]" up="[[infoDictionary.up]]" stylesheeturl="[[infoDictionary.stylesheeturl]]">
<head>
<title>[[projectName]]</title>
<author name="[[infoDictionary.authorName]]">
<email address="[[infoDictionary.authorEMail]]"/>
<url url="[[infoDictionary.authorURL]]"/>
<desc>[[infoDictionary.authorDesc]]</desc>
</author>
<version>[[infoDictionary.version]]</version>
<date>[[infoDictionary.date]] [[timestampString]]</date>
<abstract>
[<uref url="[[indexFileName]]">Source : [[indexFileName]]</uref>] <uref url="http://www.gnustep.org/gsdoc.xml">DTD</uref>]
</abstract>
<copy>[[infoDictionary.copyright]]</copy>
</head>
<body>
[[content]]
</body>
</gsdoc>