mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -04:00
Update manual to new draft version
This commit is contained in:
parent
a3f543ac2e
commit
6783e0e1a9
13 changed files with 1496 additions and 91 deletions
|
@ -132,6 +132,10 @@
|
|||
margin-top: -3px; /* to match poor crimson alignment */
|
||||
}
|
||||
|
||||
code.bash > span{
|
||||
color: var(--dark-button-highlight);
|
||||
}
|
||||
|
||||
figure code.html .ws,
|
||||
code.full .ws{
|
||||
border-color: #fff;
|
||||
|
@ -185,6 +189,12 @@ main.manual > nav ol{
|
|||
list-style: none;
|
||||
}
|
||||
|
||||
figure code.html,
|
||||
figure code.css{
|
||||
white-space: pre;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
@media(max-width: 1700px){
|
||||
main.manual > article{
|
||||
margin-left: 10rem;
|
||||
|
|
|
@ -47,8 +47,10 @@
|
|||
.mh { color: #ae81ff } /* Literal.Number.Hex */
|
||||
.mi { color: #ae81ff } /* Literal.Number.Integer */
|
||||
.mo { color: #ae81ff } /* Literal.Number.Oct */
|
||||
.sa { color: #e6db74 } /* Literal.String.Affix */
|
||||
.sb { color: #e6db74 } /* Literal.String.Backtick */
|
||||
.sc { color: #e6db74 } /* Literal.String.Char */
|
||||
.dl { color: #e6db74 } /* Literal.String.Delimiter */
|
||||
.sd { color: #e6db74 } /* Literal.String.Doc */
|
||||
.s2 { color: #e6db74 } /* Literal.String.Double */
|
||||
.se { color: #ae81ff } /* Literal.String.Escape */
|
||||
|
@ -59,7 +61,9 @@
|
|||
.s1 { color: #e6db74 } /* Literal.String.Single */
|
||||
.ss { color: #e6db74 } /* Literal.String.Symbol */
|
||||
.bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
|
||||
.fm { color: #a6e22e } /* Name.Function.Magic */
|
||||
.vc { color: #f8f8f2 } /* Name.Variable.Class */
|
||||
.vg { color: #f8f8f2 } /* Name.Variable.Global */
|
||||
.vi { color: #f8f8f2 } /* Name.Variable.Instance */
|
||||
.vm { color: #f8f8f2 } /* Name.Variable.Magic */
|
||||
.il { color: #ae81ff } /* Literal.Number.Integer.Long */
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
403
www/manual/1.0.0/6-standard-ebooks-section-patterns.php
Normal file
403
www/manual/1.0.0/6-standard-ebooks-section-patterns.php
Normal file
File diff suppressed because one or more lines are too long
980
www/manual/1.0.0/7-high-level-structural-patterns.php
Normal file
980
www/manual/1.0.0/7-high-level-structural-patterns.php
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -10,6 +10,8 @@ require_once('Core.php');
|
|||
<p>If a rule is not covered in this manual, the directive is to follow the rules in the Chicago Manual of Style, 16th edition.</p>
|
||||
<p>These rules align closely with the style rules used in modern publishing. However, books from the turn of the 20th century and older may appear to follow a different set of rules. Producers are expected to adjust those older conventions to match this manual.</p>
|
||||
<p>Having said that, literature is a complex and multifaceted art, and in the process of converting older books some may call for a bending of a rule, or for an outright exception. Producers should not feel bound to slavishly follow these directives if a book seems to cry out for an exception. As Ralph Waldo Emerson once wrote, “a foolish consistency is the hobgoblin of little minds.” If unsure, producers are urged and welcomed to contact the <a href="https://groups.google.com/group/standardebooks/">Standard Ebooks Editor in Chief</a> for final-word guidance.</p>
|
||||
<p>Editor-in-chief: Alex Cabal</p>
|
||||
<p>Contributors (in alpha order): David Grigg, B. Timothy Keith, Vince Rice, Emma Sweeney, Robin Whittleton, Kenny Williams.</p>
|
||||
<section>
|
||||
<h2>Table of Contents</h2>
|
||||
<ol type="1">
|
||||
|
@ -18,8 +20,8 @@ require_once('Core.php');
|
|||
<li><p><a href="/manual/1.0.0/3-the-structure-of-an-ebook">The Structure of an Ebook</a></p></li>
|
||||
<li><p><a href="/manual/1.0.0/4-semantics">Semantics</a></p></li>
|
||||
<li><p><a href="/manual/1.0.0/5-general-xhtml-patterns">General XHTML Patterns</a></p></li>
|
||||
<li><p><a href="/manual/1.0.0/6-high-level-structural-patterns">High-Level Structural Patterns</a></p></li>
|
||||
<li><p><a href="/manual/1.0.0/7-table-of-contents-patterns">Table of Contents Patterns</a></p></li>
|
||||
<li><p><a href="/manual/1.0.0/6-standard-ebooks-section-patterns">Standard Ebooks Section Patterns</a></p></li>
|
||||
<li><p><a href="/manual/1.0.0/7-high-level-structural-patterns">High-Level Structural Patterns</a></p></li>
|
||||
<li><p><a href="/manual/1.0.0/8-typography">Typography</a></p></li>
|
||||
<li><p><a href="/manual/1.0.0/9-metadata">Metadata</a></p></li>
|
||||
<li><p><a href="/manual/1.0.0/10-art-and-images">Art and Images</a></p></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue