rpgtheory.xml
branchecjdr
changeset 30 bbd7d782878a
child 42 58cf3c7d4b1b
equal deleted inserted replaced
29:3fe8dad06e4a 30:bbd7d782878a
       
     1 <?xml version="1.0"?>
       
     2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
       
     3       "/usr/share/sgml/docbook/dtd/xml/4.2/docbookx.dtd">
       
     4 <book
       
     5   xmlns:xi="http://www.w3.org/2003/XInclude">
       
     6   <bookinfo>
       
     7     <title>RPG Theory Articles</title>
       
     8     <abstract>
       
     9       <para>Here is some articles I wrote about RPG design and theory.
       
    10       Currently, they are mostly speculative articles since I don't
       
    11       trust much experimentation done without theory, even less they
       
    12       theory not support with experimentation.  The goals of must of
       
    13       those articles is to provide some tools for analyzing and
       
    14       designing role-playing game.  Don't hesitate to copy them, as
       
    15       long as you keep my authorship in clear, but let me know if you
       
    16       publish it, either in electronic or paper format.  All your
       
    17       comments are welcome also.</para>
       
    18     </abstract>
       
    19     <author>
       
    20       <firstname>Fabien</firstname>
       
    21       <surname>Niñoles</surname>
       
    22       <email>fabien@tzone.org</email>
       
    23     </author>
       
    24     <copyright>
       
    25       <year>2006</year>
       
    26       <holder>Fabien Niñoles</holder>
       
    27     </copyright>
       
    28     <revhistory>
       
    29       <revision>
       
    30 	<revnumber>1.0: </revnumber>
       
    31 	<date>20 janvier, 2006</date>
       
    32 	<revdescription>
       
    33 	  <para>Link articles in one book.</para>
       
    34 	</revdescription>
       
    35       </revision>
       
    36     </revhistory>
       
    37   </bookinfo>
       
    38 
       
    39   <xi:include href="colors.xml"/>
       
    40 
       
    41 </book>
       
    42 
       
    43