[Scummvm-cvs-logs] SF.net SVN: scummvm: [25994] scummvm/trunk/tools/credits.pl
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Mon Mar 5 17:42:59 CET 2007
Revision: 25994
http://scummvm.svn.sourceforge.net/scummvm/?rev=25994&view=rev
Author: fingolfin
Date: 2007-03-05 08:42:58 -0800 (Mon, 05 Mar 2007)
Log Message:
-----------
Updated credits.pl to add a XML header/DTD to credits.xml
Modified Paths:
--------------
scummvm/trunk/tools/credits.pl
Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl 2007-03-05 13:05:24 UTC (rev 25993)
+++ scummvm/trunk/tools/credits.pl 2007-03-05 16:42:58 UTC (rev 25994)
@@ -179,8 +179,11 @@
print "// This file was generated by credits.pl. Do not edit by hand!\n";
print "static const char *credits[] = {\n";
} elsif ($mode eq "XML") {
+ print "<?xml version='1.0'?>\n";
print "<!-- This file was generated by credits.pl. Do not edit by hand! -->\n";
- print "<appendix>\n";
+ print "<!DOCTYPE appendix PUBLIC '-//OASIS//DTD DocBook XML V4.2//EN'\n";
+ print " 'http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd'>\n";
+ print "<appendix id='credits'>\n";
print " <title>" . $title . "</title>\n";
print " <informaltable frame='none'>\n";
print " <tgroup cols='3' align='left' colsep='0' rowsep='0'>\n";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list