mirror of
https://github.com/standardebooks/web.git
synced 2025-07-10 00:30:28 -04:00
Remove unneccesary #long-description refinement
This commit is contained in:
parent
92f550e9c1
commit
f3ecfa59d7
1 changed files with 0 additions and 3 deletions
|
@ -199,9 +199,6 @@ require_once('Core.php');
|
|||
<p>The long description must be in <em>escaped</em> HTML, with the HTML beginning on its own line after the <code class="html"><meta property="se:long-description"></code> element.</p>
|
||||
<p>An easy way to escape your HTML is to compose your long description in regular HTML, then insert it into the <code class="html"><meta property="se:long-description"></code> element surrounded by a <code class="html"><![CDATA[ ... ]]></code> element. Once you’re done, run the <code class="path">clean</code> tool, which will remove the <code class="html"><![CDATA[ ... ]]></code> element and escape the contained HTML for you.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Include the following element directly after the long description: <code class="html"><meta property="authority" refines="#long-description">https://standardebooks.org</meta></code></p>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>The <code class="html"><dc:language></code> element</h2>
|
||||
<p>The <code class="html"><dc:language></code> element follows the long description block. It contains the IETF language tag for the language that the work is in. Usually this is either <code class="ietf">en-US</code> or <code class="ietf">en-GB</code>.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue