Sha256: 470df5cff7e870850cd4f4a13fc5e71aa819c3e3685170cd5c6a5388a3b4a40f

Contents?: true

Size: 1.34 KB

Versions: 8

Compression:

Stored size: 1.34 KB

Contents

<?xml version="1.0" encoding="utf-8" ?>
<html xmlns="http://www.w3.org/1999/xhtml"> 
<head>
  <title><%= title %></title> 
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
  <meta name="generator" content="Bookmaker Gem" /> 
  <meta name="author" content="<%= authors.to_sentence %>" />
  <meta name="subject" content="<%= subject %>" />
  <meta name="keywords" content="<%= keywords %>" />
  <meta name="date" content="<%= published_at %>" />
   
  <!-- charset=utf-8,html,xhtml --> 
  <meta name="date" content="<%= published_at %>" /> 

  <link rel="stylesheet" type="text/css" href="../templates/html/layout.css"/>
  <link rel="stylesheet" type="text/css" href="../templates/html/syntax.css"/>
  <link rel="stylesheet" type="text/css" href="../templates/html/user.css"/>
</head>
<body>
  <div class="frontcover container">
    <div>
      <h1><%= title %></h1>
      <p class="description"><%= subject %></p>
      <p class="authors"><%= authors.to_sentence %></p>
    </div>
  </div>

  <div class="table-of-contents">
    <h2 class="no-toc">Content</h2>
    <div id="toc">
      <%= toc %>
    </div>
  </div>
  <div id='chapters'>
    <%= contents %>
  </div>
  <div class="imprint container">
    <div>
      <h2><%= title %></h2>
      <p><%= authors.to_sentence %></p>
      <p><%= copyright %></p>
    </div>
  </div>
</body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bookmaker-0.7.0.pre9 templates/html/layout.erb
bookmaker-0.7.0.pre5 templates/html/layout.erb
bookmaker-0.7.0.pre4 templates/html/layout.erb
bookmaker-0.7.0.pre3 templates/html/layout.erb
bookmaker-0.6.0 templates/html.erb
bookmaker-0.5.5 templates/html.erb
bookmaker-0.5.2 templates/html.erb
bookmaker-0.5.0 templates/html.erb