[rs-commit] r113 - in /rs-manual/trunk/src/site: site.xml xhtml5/hooks.xhtml5
rs-commit at redwax.eu
rs-commit at redwax.eu
Thu Oct 24 00:21:13 CEST 2019
Author: minfrin at redwax.eu
Date: Thu Oct 24 00:21:12 2019
New Revision: 113
Log:
Add a template for the list of hook implementations.
Added:
rs-manual/trunk/src/site/xhtml5/hooks.xhtml5
Modified:
rs-manual/trunk/src/site/site.xml
Modified: rs-manual/trunk/src/site/site.xml
==============================================================================
--- rs-manual/trunk/src/site/site.xml (original)
+++ rs-manual/trunk/src/site/site.xml Thu Oct 24 00:21:12 2019
@@ -31,6 +31,7 @@
<menu name="Documentation">
<item name="Reference" href="index.html"/>
<item name="Modules" href="modules.html"/>
+ <item name="Hooks" href="hooks.html"/>
<item name="Directives" href="directives.html"/>
<item name="User Guide" href="userguide.html"/>
<item name="FAQ" href="faq.html"/>
Added: rs-manual/trunk/src/site/xhtml5/hooks.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/hooks.xhtml5 (added)
+++ rs-manual/trunk/src/site/xhtml5/hooks.xhtml5 Thu Oct 24 00:21:12 2019
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+ <head>
+ <title>Hook Implementations</title>
+ <meta name="description" content="Hook Implementations Quick Reference." />
+ </head>
+ <body>
+
+ <div class="index align-left">
+
+ <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">
+
+ <section>
+ <div class="content">
+
+ <p>
+ A | B | C
+ </p>
+
+ <dl>
+ <dt><a href="mod/mod_ca_crl.html#hook-ca_getcrl">Get Certificate Revocation List From Disk</a></dt>
+ <dd>
+ <p>
+ Returns the certificate revocation list from a file on disk.
+ </p>
+ </dd>
+ <dt><a href="mod/mod_ca_disk.html#hook-ca_disk_sign">Sign Request Save To Disk</a></dt>
+ <dd>
+ <p>
+ Saves the certificate revocation list to a directory
+ on disk for later processing.
+ </p>
+ </dd>
+ </dl>
+
+ </div>
+ </section>
+
+ </div>
+ </div>
+ </section>
+
+
+ </div>
+ </body>
+</html>
+
More information about the rs-commit
mailing list