[rs-commit] r268 - in /rs-manual/trunk: pom.xml src/site/xhtml5/mod/mod_timestamp.xhtml5

rs-commit at redwax.eu rs-commit at redwax.eu
Sun Feb 9 23:04:38 CET 2020


Author: minfrin at redwax.eu
Date: Sun Feb  9 23:04:37 2020
New Revision: 268

Log:
Place paragraphs insidee the content div.

Modified:
    rs-manual/trunk/pom.xml
    rs-manual/trunk/src/site/xhtml5/mod/mod_timestamp.xhtml5

Modified: rs-manual/trunk/pom.xml
==============================================================================
--- rs-manual/trunk/pom.xml	(original)
+++ rs-manual/trunk/pom.xml	Sun Feb  9 23:04:37 2020
@@ -74,6 +74,11 @@
           </dependency>
         </dependencies>
       </plugin>
+      <plugin>
+        <groupId>org.simplify4u.plugins</groupId>
+        <artifactId>sitemapxml-maven-plugin</artifactId>
+        <version>2.0.0</version>
+      </plugin>
     </plugins>
   </build>
 </project>

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_timestamp.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_timestamp.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_timestamp.xhtml5	Sun Feb  9 23:04:37 2020
@@ -170,10 +170,8 @@
 </IfModule>
 ]]></code>
                 </pre>
-              </div>
-              <div>Note that it is essential that the timestamp sever certifcate (as set with <code>TimestampSigningCertificate</code>) has the key usage extensions <code>cirtical</code> and <code>timeStamping</code></div>
-              <div>
-These can be set by openssl (e.g. when testing) with:
+                <p>Note that it is essential that the timestamp sever certifcate (as set with <code>TimestampSigningCertificate</code>) has the key usage extensions <code>cirtical</code> and <code>timeStamping</code></p>
+                <p>These can be set by openssl (e.g. when testing) with:</p>
                 <pre><code><![CDATA[
 # Generate an unencrypted keypair and a request.
 #
@@ -197,7 +195,7 @@
 # And delete the request - it is no longer needed.
 rm /tmp/timestmap.csr
 ]]></code></pre>
-</div>
+              </div>
             </section>
             <section>
               <header>



More information about the rs-commit mailing list