[rs-commit] r73 - /rs-manual/trunk/src/site/xhtml5/modules.xhtml5
rs-commit at redwax.eu
rs-commit at redwax.eu
Mon Sep 2 23:48:07 CEST 2019
Author: minfrin at redwax.eu
Date: Mon Sep 2 23:48:07 2019
New Revision: 73
Log:
Add a template for the module page.
Added:
rs-manual/trunk/src/site/xhtml5/modules.xhtml5
Added: rs-manual/trunk/src/site/xhtml5/modules.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/modules.xhtml5 (added)
+++ rs-manual/trunk/src/site/xhtml5/modules.xhtml5 Mon Sep 2 23:48:07 2019
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+ <head>
+ <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>
+
+ </div>
+ </section>
+
+ <section class="wrapper style1 align-center"
+ id="introduction">
+ <div class="inner">
+ <h2>Frontend Modules</h2>
+ <p>Frontend modules implement web facing protocols like SCEP and OCSP.</p>
+
+ <div class="content align-left">
+
+ <dl>
+ <dt><a href="mod/mod_foo.html">mod_foo</a></dt><dd><p>Module to support foo.</p></dd>
+ <dt><a href="mod/mod_bar.html">mod_bar</a></dt><dd><p>Module to support bar.</p></dd>
+ </dl>
+
+ </div>
+ </div>
+ </section>
+
+ <section class="wrapper style1 align-center"
+ id="introduction">
+ <div class="inner">
+ <h2>Backend Modules</h2>
+ <p>Backend modules perform discrete tasks, like returning the time, or signing a certificate.</p>
+
+ <div class="content align-left">
+
+ <dl>
+ <dt><a href="mod/mod_foo.html">mod_foo</a></dt><dd><p>Module to support foo.</p></dd>
+ <dt><a href="mod/mod_bar.html">mod_bar</a></dt><dd><p>Module to support bar.</p></dd>
+ </dl>
+
+ </div>
+ </div>
+ </section>
+
+
+ </div>
+ </body>
+</html>
+
More information about the rs-commit
mailing list