rpgtheory.xml
author fabien
Mon, 03 Jul 2006 11:47:57 -0400
branchecjdr
changeset 90 9803b2ef6621
parent 42 58cf3c7d4b1b
permissions -rw-r--r--
[svn] r2127@freebird: fabien | 2006-07-02 18:02:06 -0400 Revision et ajout des index. Prêt pour une soumission.

<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
      "/usr/share/sgml/docbook/dtd/xml/4.2/docbookx.dtd"
[
    <!ENTITY % local.common.attrib
            "xmlns:xi CDATA #IMPLIED
             xml:base CDATA #IMPLIED">
    <!ELEMENT xi:include EMPTY>
    <!ATTLIST xi:include href CDATA #REQUIRED>
    <!ENTITY % local.article.class "|xi:include">
]>
<book
  xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>RPG Theory Articles</title>
    <abstract>
      <para>Here is some articles I wrote about RPG design and theory.
      Currently, they are mostly speculative articles since I don't
      trust much experimentation done without theory, even less they
      theory not support with experimentation.  The goals of must of
      those articles is to provide some tools for analyzing and
      designing role-playing game.  Don't hesitate to copy them, as
      long as you keep my authorship in clear, but let me know if you
      publish it, either in electronic or paper format.  All your
      comments are welcome also.</para>
    </abstract>
    <author>
      <firstname>Fabien</firstname>
      <surname>Niñoles</surname>
      <email>fabien@tzone.org</email>
    </author>
    <copyright>
      <year>2006</year>
      <holder>Fabien Niñoles</holder>
    </copyright>
    <revhistory>
      <revision>
	<revnumber>1.0: </revnumber>
	<date>20 janvier, 2006</date>
	<revdescription>
	  <para>Link articles in one book.</para>
	</revdescription>
      </revision>
    </revhistory>
  </bookinfo>

  <xi:include href="colors.xml"/>

</book>