Sha256: 701adfad935e08f769ccde042e04f7b0569063381d22a232fdbee9dd19589519

Contents?: true

Size: 1.71 KB

Versions: 22

Compression:

Stored size: 1.71 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>Copyright Page</title>
    <style type="text/css"> img { max-width: 100%; } </style>
  </head>
  <body>
    <div class="copyright">
    <h2 class="no-toc"><%= title %></h2>
  <% if type == 'fiction' %>
  <p>This is a work of fiction. Names, characters, places and incidents are either
  the product of the author's imagination or are used fictitiously, and any resemblance to
  actual persons, living or dead, business establishments, events or locales is entirely
  coincidental.</p>
  <% end %>

  <p><em><%= copyright.gsub("(C)", "&copy;") %></em></p>

  <% unless designer['cover'].nil? || designer['cover'].empty? %>
  <p> Cover Design by <%= designer['cover'] %></p>
  <% end %>

  <% unless designer['book'].nil? || designer['book'].empty? %>
  <p> Book Design by <%= designer['book'] %></p>
  <% end %>

  <% unless editors['text'].nil? || editors['text'].empty? %>
  <p> Edited by <%= editors['text'].join(',') %></p>
  <% end %>


  <p> All rights reserved.</p>

  <p> No part of this publication may be reproduced, stored in a retrieval system, posted on the Internet, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without prior written permission from the author. The only exception is by a reviewer, who may quote short excerpts in a review.</p>

  <p> Visit my website at <%= "<a href='#{base_url}'>#{base_url}</a>" %></p>

  <p> Printed in the United States of America</p>

  <p><em>First Printing, <%= published_at %></em></p>

  <p> <%= identifier['type'] %> <%= identifier['id'] %></p>

  </div>
</body>
</html>

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
verku-0.16.10 templates/html/copyright.erb
verku-0.16.9 templates/html/copyright.erb
verku-0.16.8 templates/html/copyright.erb
verku-0.16.7 templates/html/copyright.erb
verku-0.16.6 templates/html/copyright.erb
verku-0.16.5 templates/html/copyright.erb
verku-0.16.4 templates/html/copyright.erb
verku-0.16.3 templates/html/copyright.erb
verku-0.16.2 templates/html/copyright.erb
verku-0.16.1 templates/html/copyright.erb
verku-0.16.0 templates/html/copyright.erb
verku-0.15.0 templates/html/copyright.erb
verku-0.14.1 templates/html/copyright.erb
verku-0.14.0 templates/html/copyright.erb
verku-0.10.1 templates/html/copyright.erb
verku-0.10.0 templates/html/copyright.erb
verku-0.8.1.0 templates/html/copyright.erb
verku-0.8.0.p templates/html/copyright.erb
bookmaker-0.7.0.pre9 templates/html/copyright.erb
bookmaker-0.7.0.pre5 templates/html/copyright.erb