[rs-commit] r79 - in /rs-manual/trunk/src/site/xhtml5: mod/mod_ca.xhtml5 mod/mod_crl.xhtml5 mod/mod_csr.xhtml5 mod/mod_ocsp.xhtml5 mod/mod_pkcs12.xhtml5 mod/mod_scep.xhtml5 mod/mod_spkac.xhtml5 mod/mod_timestamp.xhtml5 subjects.xhtml5

rs-commit at redwax.eu rs-commit at redwax.eu
Wed Oct 9 22:16:58 CEST 2019


Author: minfrin at redwax.eu
Date: Wed Oct  9 22:16:57 2019
New Revision: 79

Log:
Add metadata tags to the module docs.

Modified:
    rs-manual/trunk/src/site/xhtml5/mod/mod_ca.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/xhtml5/subjects.xhtml5

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	Wed Oct  9 22:16:57 2019
@@ -3,6 +3,8 @@
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
     <title>Virtual Library</title>
+    <meta name="description" content="Base module that ties frontend and backend modules together." />
+    <meta name="mod-ca-type" content="core" />
   </head>
   <body>
     <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	Wed Oct  9 22:16:57 2019
@@ -3,6 +3,8 @@
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
     <title>mod_crl Module</title>
+    <meta name="description" content="Generate and return a certificate revocation list as a response." />
+    <meta name="mod-ca-type" content="frontend" />
   </head>
   <body>
     <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	Wed Oct  9 22:16:57 2019
@@ -3,6 +3,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
     <title>mod_csr Module</title>
+    <meta name="description" content="Generate and issue certificates in response to an X509
+            certificate request." />
+    <meta name="mod-ca-type" content="frontend" />
   </head>
   <body>
     <div class="index align-left">

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	Wed Oct  9 22:16:57 2019
@@ -3,6 +3,8 @@
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
     <title>mod_ocsp Module</title>
+    <meta name="description" content="Respond with the revocation status of a certificate." />
+    <meta name="mod-ca-type" content="frontend" />
   </head>
   <body>
     <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	Wed Oct  9 22:16:57 2019
@@ -3,6 +3,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
     <title>mod_pkcs12 Module</title>
+    <meta name="description" content="Generate public/private key pairs and and issue certificates in response
+            to a application/x-www-form-urlencoded form request." />
+    <meta name="mod-ca-type" content="frontend" />
   </head>
   <body>
     <div class="index align-left">

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	Wed Oct  9 22:16:57 2019
@@ -3,6 +3,8 @@
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
     <title>mod_scep Module</title>
+    <meta name="description" content="Generate and issue certificates using the SCEP protocol." />
+    <meta name="mod-ca-type" content="frontend" />
   </head>
   <body>
     <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	Wed Oct  9 22:16:57 2019
@@ -3,6 +3,8 @@
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
     <title>mod_spkac Module</title>
+    <meta name="description" content="Generate and issue certificates using the SPKAC protocol." />
+    <meta name="mod-ca-type" content="frontend" />
   </head>
   <body>
     <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	Wed Oct  9 22:16:57 2019
@@ -3,6 +3,8 @@
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
     <title>mod_timestamp Module</title>
+    <meta name="description" content="Parse and return responses to RFC3161 Time Stamp Protocol requests." />
+    <meta name="mod-ca-type" content="frontend" />
   </head>
   <body>
     <div class="index align-left">

Modified: rs-manual/trunk/src/site/xhtml5/subjects.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/subjects.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/subjects.xhtml5	Wed Oct  9 22:16:57 2019
@@ -3,6 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
     <title>Subject Handling</title>
+    <meta name="description" content="How Subjects and Subject Alternative Names are handled." />
   </head>
   <body>
     <div class="index align-left">



More information about the rs-commit mailing list