[rs-commit] r112 - /rs-manual/trunk/src/site/xhtml5/directives.xhtml5

rs-commit at redwax.eu rs-commit at redwax.eu
Thu Oct 24 00:20:20 CEST 2019


Author: minfrin at redwax.eu
Date: Thu Oct 24 00:20:19 2019
New Revision: 112

Log:
Add a template for the directives.

Added:
    rs-manual/trunk/src/site/xhtml5/directives.xhtml5

Added: rs-manual/trunk/src/site/xhtml5/directives.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/directives.xhtml5	(added)
+++ rs-manual/trunk/src/site/xhtml5/directives.xhtml5	Thu Oct 24 00:20:19 2019
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+  <head>
+    <title>Directives</title>
+    <meta name="description" content="Directives quick reference." />
+  </head>
+  <body>
+    <div class="index align-left">
+
+      <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">
+
+            <section>
+              <div class="content">
+
+                <p>
+                   A  |  B  |  C 
+                </p>
+
+                <dl>
+                  <dt><a href="mod/mod_ca_crl.html#directive-CACRLCertificateRevocationList">CACRL<wbr />Certificate<wbr />RevocationList file</a></dt>
+                  <dd>
+                    <p>
+                      The max-age of the certificate revocation list will be divided by this
+                        factor.
+                    </p>
+                  </dd>
+                  <dt><a href="mod/mod_ca_disk.html#directive-CADiskCertificateSignRequestPath">CADisk<wbr />Certificate<wbr />SignRequestPath path</a></dt>
+                  <dd>
+                    <p>
+                      Set to the path where certificate sign requests should be stored.
+                    </p>
+                  </dd>
+                </dl>
+
+              </div>
+            </section>
+
+          </div>
+        </div>
+      </section>
+
+
+    </div>
+  </body>
+</html>
+



More information about the rs-commit mailing list