[rs-commit] r118 - in /rs-manual/trunk/src/site: xhtml5/ xhtml5/mod/ xsl/

rs-commit at redwax.eu rs-commit at redwax.eu
Sun Oct 27 13:50:18 CET 2019


Author: minfrin at redwax.eu
Date: Sun Oct 27 13:50:18 2019
New Revision: 118

Log:
Add discrete headers to each module document.

Modified:
    rs-manual/trunk/src/site/xhtml5/directives.xhtml5
    rs-manual/trunk/src/site/xhtml5/hooks.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_ca.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_ca_crl.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_ca_disk.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_ca_engine.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_ca_ldap.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_ca_simple.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_crl.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_csr.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_ocsp.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_pkcs12.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_scep.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_spkac.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_timestamp.xhtml5
    rs-manual/trunk/src/site/xsl/modules.xhtml5

Modified: rs-manual/trunk/src/site/xhtml5/directives.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/directives.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/directives.xhtml5	Sun Oct 27 13:50:18 2019
@@ -6,15 +6,22 @@
     <meta name="description" content="Directives quick reference." />
   </head>
   <body>
-    <div class="index align-left">
+
+    <section class="spotlight style2 orient-right content-align-left image-position-left" id="introduction">
+      <div class="content null">
+        <h2>Directive Quick Reference</h2>
+        <p>The following directives are available across the modules.</p>
+      </div>
+      <div class="image">
+        <img src="images/candles-green.jpg" alt="" />
+      </div>
+    </section>
+
+    <div class="none">
 
       <section class="wrapper style1 align-center"
         id="introduction">
         <div class="inner">
-          <h2>Directive Quick Reference</h2>
-          <p>
-            The following directives are available across the modules.
-          </p>
 
           <div class="index align-left">
 

Modified: rs-manual/trunk/src/site/xhtml5/hooks.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/hooks.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/hooks.xhtml5	Sun Oct 27 13:50:18 2019
@@ -7,15 +7,21 @@
   </head>
   <body>
 
-    <div class="index align-left">
+    <section class="spotlight style2 orient-right content-align-left image-position-left" id="introduction">
+      <div class="content null">
+        <h2>Hooks Quick Reference</h2>
+        <p>The following hook implementations are available across the backend modules.</p>
+      </div>
+      <div class="image">
+        <img src="images/candles-purple.jpg" alt="" />
+      </div>
+    </section>
+
+    <div class="none">
 
       <section class="wrapper style1 align-center"
         id="introduction">
         <div class="inner">
-          <h2>Hooks Quick Reference</h2>
-          <p>
-            The following hook implementations are available across the backend modules.
-          </p>
 
           <div class="index align-left">
 

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_ca.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_ca.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_ca.xhtml5	Sun Oct 27 13:50:18 2019
@@ -7,14 +7,23 @@
     <meta name="mod-ca-type" content="core" />
   </head>
   <body>
-    <div class="index align-left">
-
+
+    <section class="spotlight style2 orient-right content-align-left image-position-left">
+      <div class="content null">
+        <h2>Core Module</h2>
+        <p>This module provides the hooks that tie frontend and backend
+            modules together.</p>
+      </div>
+      <div class="image">
+        <img src="../images/candles-red.jpg" alt="" />
+      </div>
+    </section>
+
+    <div class="none">
 
       <section class="wrapper style1 align-center"
         id="introduction">
         <div class="inner">
-          <h2>Core Module</h2>
-          <p>This module provides the hooks that tie frontend and backend modules together.</p>
 
           <div class="index align-left">
 

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_ca_crl.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_ca_crl.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_ca_crl.xhtml5	Sun Oct 27 13:50:18 2019
@@ -7,15 +7,23 @@
     <meta name="mod-ca-type" content="backend" />
   </head>
   <body>
-    <div class="index align-left">
+
+    <section class="spotlight style2 orient-right content-align-left image-position-left">
+      <div class="content null">
+        <h2>Certificate Revocation List Backend Module</h2>
+        <p>Read a certificate revocation list from a file on disk, and make the CRL available
+          to any module that wants one.</p>
+      </div>
+      <div class="image">
+        <img src="../images/candles-cyan.jpg" alt="" />
+      </div>
+    </section>
+
+    <div class="none">
 
       <section class="wrapper style1 align-center"
         id="introduction">
         <div class="inner">
-          <h2>Certificate Revocation List Backend Module</h2>
-          <p>Read a certificate revocation list from a file on disk, and make the CRL available
-            to any module that wants one.</p>
-
           <div class="index align-left">
 
             <section>

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_ca_disk.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_ca_disk.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_ca_disk.xhtml5	Sun Oct 27 13:50:18 2019
@@ -7,13 +7,23 @@
     <meta name="mod-ca-type" content="backend" />
   </head>
   <body>
-    <div class="index align-left">
+
+    <section class="spotlight style2 orient-right content-align-left image-position-left">
+      <div class="content null">
+        <h2>Disk Backend Module</h2>
+        <p>Read and write certificates, serial numbers and certificate sign requests
+          from and to files on disk.</p>
+      </div>
+      <div class="image">
+        <img src="../images/candles-green.jpg" alt="" />
+      </div>
+    </section>
+
+    <div class="none">
 
       <section class="wrapper style1 align-center"
         id="introduction">
         <div class="inner">
-          <h2>Disk Backend Module</h2>
-          <p>Read and write certificates, serial numbers and certificate sign requests from and to files on disk.</p>
 
           <div class="index align-left">
 

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_ca_engine.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_ca_engine.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_ca_engine.xhtml5	Sun Oct 27 13:50:18 2019
@@ -7,13 +7,23 @@
     <meta name="mod-ca-type" content="backend" />
   </head>
   <body>
-    <div class="index align-left">
+
+    <section class="spotlight style2 orient-right content-align-left image-position-left">
+      <div class="content null">
+        <h2>Engine Backend Module</h2>
+        <p>Sign certificates using certificates and keys on a smartcard or HSM using
+            the OpenSSL ENGINE mechanism.</p>
+      </div>
+      <div class="image">
+        <img src="../images/candles-lightgreen.jpg" alt="" />
+      </div>
+    </section>
+
+    <div class="none">
 
       <section class="wrapper style1 align-center"
         id="introduction">
         <div class="inner">
-          <h2>Engine Backend Module</h2>
-          <p>Sign certificates using certificates and keys on a smartcard or HSM using the OpenSSL ENGINE mechanism.</p>
 
           <div class="index align-left">
 

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_ca_ldap.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_ca_ldap.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_ca_ldap.xhtml5	Sun Oct 27 13:50:18 2019
@@ -8,14 +8,23 @@
     <meta name="mod-ca-type" content="backend" />
   </head>
   <body>
-    <div class="index align-left">
+
+    <section class="spotlight style2 orient-right content-align-left image-position-left">
+      <div class="content null">
+        <h2>LDAP Backend Module</h2>
+        <p>Authorise the issuing of a certificate, and store the certificate issued
+            against an LDAP directory.</p>
+      </div>
+      <div class="image">
+        <img src="../images/candles-orange.jpg" alt="" />
+      </div>
+    </section>
+
+    <div class="none">
 
       <section class="wrapper style1 align-center"
         id="introduction">
         <div class="inner">
-          <h2>LDAP Backend Module</h2>
-          <p>Authorise the issuing of a certificate, and store the certificate issued
-            against an LDAP directory.</p>
 
           <div class="index align-left">
 

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_ca_simple.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_ca_simple.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_ca_simple.xhtml5	Sun Oct 27 13:50:18 2019
@@ -7,13 +7,23 @@
     <meta name="mod-ca-type" content="backend" />
   </head>
   <body>
-    <div class="index align-left">
+
+    <section class="spotlight style2 orient-right content-align-left image-position-left">
+      <div class="content null">
+        <h2>Simple Backend Module</h2>
+        <p>Sign certificates using certificates and keys on disk, generate random
+          serial numbers, return the system time.</p>
+      </div>
+      <div class="image">
+        <img src="../images/candles-purple.jpg" alt="" />
+      </div>
+    </section>
+
+    <div class="none">
 
       <section class="wrapper style1 align-center"
         id="introduction">
         <div class="inner">
-          <h2>Simple Backend Module</h2>
-          <p>Sign certificates using certificates and keys on disk, generate random serial numbers, return the system time.</p>
 
           <div class="index align-left">
 

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_crl.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_crl.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_crl.xhtml5	Sun Oct 27 13:50:18 2019
@@ -7,13 +7,22 @@
     <meta name="mod-ca-type" content="frontend" />
   </head>
   <body>
-    <div class="index align-left">
+
+    <section class="spotlight style2 orient-right content-align-left image-position-left">
+      <div class="content null">
+        <h2>Certificate Revocation List Module</h2>
+        <p>Generate and return a certificate revocation list as a response.</p>
+      </div>
+      <div class="image">
+        <img src="../images/candles-red.jpg" alt="" />
+      </div>
+    </section>
+
+    <div class="none">
 
       <section class="wrapper style1 align-center"
         id="introduction">
         <div class="inner">
-          <h2>Certificate Revocation List Module</h2>
-          <p>Generate and return a certificate revocation list as a response.</p>
 
           <div class="index align-left">
 

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_csr.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_csr.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_csr.xhtml5	Sun Oct 27 13:50:18 2019
@@ -8,18 +8,25 @@
     <meta name="mod-ca-type" content="frontend" />
   </head>
   <body>
-    <div class="index align-left">
+
+    <section class="spotlight style2 orient-right content-align-left image-position-left">
+      <div class="content null">
+        <h2>Certificate Sign Request Module</h2>
+        <p>Generate and issue certificates in response to an X509
+            certificate request.</p>
+      </div>
+      <div class="image">
+        <img src="../images/candles-red.jpg" alt="" />
+      </div>
+    </section>
+
+    <div class="none">
 
       <section class="wrapper style1 align-center"
         id="introduction">
         <div class="inner">
-          <h2>Certificate Sign Request Module</h2>
-          <p>Generate and issue certificates in response to an X509
-            certificate request.</p>
 
           <div class="index align-left">
-
-
 
             <section>
               <header>

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_ocsp.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_ocsp.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_ocsp.xhtml5	Sun Oct 27 13:50:18 2019
@@ -7,13 +7,22 @@
     <meta name="mod-ca-type" content="frontend" />
   </head>
   <body>
-    <div class="index align-left">
+
+    <section class="spotlight style2 orient-right content-align-left image-position-left">
+      <div class="content null">
+        <h2>Online Certificate Status Protocol Module</h2>
+        <p>Respond with the revocation status of a certificate.</p>
+      </div>
+      <div class="image">
+        <img src="../images/candles-red.jpg" alt="" />
+      </div>
+    </section>
+
+    <div class="none">
 
       <section class="wrapper style1 align-center"
         id="introduction">
         <div class="inner">
-          <h2>Online Certificate Status Protocol Module</h2>
-          <p>Respond with the revocation status of a certificate.</p>
 
           <div class="index align-left">
 

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_pkcs12.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_pkcs12.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_pkcs12.xhtml5	Sun Oct 27 13:50:18 2019
@@ -8,18 +8,25 @@
     <meta name="mod-ca-type" content="frontend" />
   </head>
   <body>
-    <div class="index align-left">
+
+    <section class="spotlight style2 orient-right content-align-left image-position-left">
+      <div class="content null">
+        <h2>PKCS12 Module</h2>
+        <p>Generate public/private key pairs and and issue certificates in response
+            to a <code>application/x-www-form-urlencoded</code> form request.</p>
+      </div>
+      <div class="image">
+        <img src="../images/candles-red.jpg" alt="" />
+      </div>
+    </section>
+
+    <div class="none">
 
       <section class="wrapper style1 align-center"
         id="introduction">
         <div class="inner">
-          <h2>PKCS12 Module</h2>
-          <p>Generate public/private key pairs and and issue certificates in response
-            to a <code>application/x-www-form-urlencoded</code> form request.</p>
 
           <div class="index align-left">
-
-
 
             <section>
               <header>

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_scep.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_scep.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_scep.xhtml5	Sun Oct 27 13:50:18 2019
@@ -7,13 +7,22 @@
     <meta name="mod-ca-type" content="frontend" />
   </head>
   <body>
-    <div class="index align-left">
+
+    <section class="spotlight style2 orient-right content-align-left image-position-left">
+      <div class="content null">
+        <h2>Simple Certificate Enrollment Protocol Module</h2>
+        <p>Generate and issue certificates using the SCEP protocol.</p>
+      </div>
+      <div class="image">
+        <img src="../images/candles-red.jpg" alt="" />
+      </div>
+    </section>
+
+    <div class="none">
 
       <section class="wrapper style1 align-center"
         id="introduction">
         <div class="inner">
-          <h2>Simple Certificate Enrollment Protocol Module</h2>
-          <p>Generate and issue certificates using the SCEP protocol.</p>
 
           <div class="index align-left">
 

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_spkac.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_spkac.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_spkac.xhtml5	Sun Oct 27 13:50:18 2019
@@ -7,13 +7,22 @@
     <meta name="mod-ca-type" content="frontend" />
   </head>
   <body>
-    <div class="index align-left">
+
+    <section class="spotlight style2 orient-right content-align-left image-position-left">
+      <div class="content null">
+        <h2>Signed Public Key and Challenge Module</h2>
+        <p>Generate and issue certificates using the SPKAC protocol.</p>
+      </div>
+      <div class="image">
+        <img src="../images/candles-red.jpg" alt="" />
+      </div>
+    </section>
+
+    <div class="none">
 
       <section class="wrapper style1 align-center"
         id="introduction">
         <div class="inner">
-          <h2>Signed Public Key and Challenge Module</h2>
-          <p>Generate and issue certificates using the SPKAC protocol.</p>
 
           <div class="index align-left">
 

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 Oct 27 13:50:18 2019
@@ -7,13 +7,22 @@
     <meta name="mod-ca-type" content="frontend" />
   </head>
   <body>
-    <div class="index align-left">
+
+    <section class="spotlight style2 orient-right content-align-left image-position-left">
+      <div class="content null">
+        <h2>Time Stamp Protocol Module</h2>
+        <p>Parse and return responses to RFC3161 Time Stamp Protocol requests.</p>
+      </div>
+      <div class="image">
+        <img src="../images/candles-red.jpg" alt="" />
+      </div>
+    </section>
+
+    <div class="none">
 
       <section class="wrapper style1 align-center"
         id="introduction">
         <div class="inner">
-          <h2>Time Stamp Protocol Module</h2>
-          <p>Parse and return responses to RFC3161 Time Stamp Protocol requests.</p>
 
           <div class="index align-left">
 

Modified: rs-manual/trunk/src/site/xsl/modules.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xsl/modules.xhtml5	(original)
+++ rs-manual/trunk/src/site/xsl/modules.xhtml5	Sun Oct 27 13:50:18 2019
@@ -5,15 +5,19 @@
     <title>Modules</title>
   </head>
   <body>
-    <div class="index align-left">
 
-      <section class="wrapper style1 align-center" id="introduction">
-        <div class="inner">
-          <h2>Modules</h2>
-          <p>Redwax server requires you to pair backend modules with frontend modules to create a userful server.</p>
+    <section class="spotlight style2 orient-right content-align-left image-position-left" id="introduction">
+      <div class="content null">
+        <h2>Modules</h2>
+        <p>Redwax server requires you to pair backend modules with frontend modules to
+            create a useful server.</p>
+      </div>
+      <div class="image">
+        <img src="images/candles-red.jpg" alt="" />
+      </div>
+    </section>
 
-        </div>
-      </section>
+    <div class="none">
 
       <section class="wrapper style1 align-center" id="frontend">
         <div class="inner">



More information about the rs-commit mailing list