Sha256: cf6de1d49734b52ff67753ed0009b0842a17edc0a17951e65f488f146a23c2a3

Contents?: true

Size: 1.77 KB

Versions: 3

Compression:

Stored size: 1.77 KB

Contents

<?xml version="1.0"?>
<!DOCTYPE book SYSTEM "../tools/dtd/<%= options[:dtd] %>/dtd/docbook.dtd"
[
<!ENTITY ch01 			SYSTEM "ch01_put_short_title_here.xml">
<!ENTITY dedication SYSTEM "dedication.xml">
]>

<book id="oc">
  <title>Put Your Title Here</title>

  <bookinfo>

    <subtitle>Put Your Subtitle Here</subtitle>

    <edition>First</edition>
    <isbn>0000000000000</isbn>
    <authorgroup>

      <author>
        <firstname>Firstname</firstname>
        <surname>Lastname</surname>
      </author>

    </authorgroup>

    <editor>
      <firstname>Firstname</firstname>
      <surname>Lastname</surname>
    </editor>

    <editor>
      <firstname>Firstname</firstname>
      <surname>Lastname</surname>
    </editor>

    <pagenums>98 (est.)</pagenums>
    <pubdate>02/01/2011</pubdate>

    <copyright>
      <year>2010</year>
      <year>2011</year>
      <holder>D.a. Thompson, Inc.</holder>
    </copyright>

    <legalnotice>
			<para>
				All rights reserved including the right of reproduction in whole or in part in any form.
			</para>
		</legalnotice>
		
		<releaseinfo>1.01.00</releaseinfo>
		
		<abstract>
      <para>This is where you put the abstract about your book.</para>
    </abstract>

		<cover>
			<para role="tagline">This is the tagline for the cover</para>
			<mediaobject>
				<imageobject>
					<imagedata fileref="images/bluehead_logo.gif">
						<info>
							<othercredit>             
								<orgname>Your Publishing Org</orgname>           
							</othercredit>           
							<othercredit>          
								<orgname>Maybe an Author Name</orgname>           
							</othercredit>         
						</info>       
					</imagedata>    
				</imageobject>   
			</mediaobject> 
		</cover>

  </bookinfo>

  <!-- External entity refs -->

  &ch01;
  &dedication;

</book>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bookshop-0.0.2.1 lib/bookshop/generators/bookshop/project/templates/book/book.xml.tt
bookshop-0.0.2 lib/bookshop/generators/bookshop/project/templates/book/book.xml.tt
bookshop-0.0.1 lib/bookshop/generators/bookshop/project/templates/book/book.xml.tt