[rs-commit] r347 - /rs-manual/trunk/src/site/xhtml5/introduction.xhtml5
rs-commit at redwax.eu
rs-commit at redwax.eu
Thu Mar 19 23:50:58 CET 2020
Author: minfrin at redwax.eu
Date: Thu Mar 19 23:50:57 2020
New Revision: 347
Log:
Be clearer on the goals.
Modified:
rs-manual/trunk/src/site/xhtml5/introduction.xhtml5
Modified: rs-manual/trunk/src/site/xhtml5/introduction.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/introduction.xhtml5 (original)
+++ rs-manual/trunk/src/site/xhtml5/introduction.xhtml5 Thu Mar 19 23:50:57 2020
@@ -39,15 +39,18 @@
</section>
<section class="wrapper style1 align-center inner"
- id="modularity">
+ id="goals">
<header>
- <h2>Modularity and the Apache HTTP Server</h2>
+ <h2>The Redwax Server Is...</h2>
+ <p>
+ The goals of the Redwax server.
+ </p>
</header>
<div class="content index align-left">
<section>
<header>
- <h3>Modularity</h3>
+ <h3>Modular</h3>
</header>
<div class="content none">
<p>
@@ -65,7 +68,7 @@
<section>
<header>
- <h3>Deploy What You Need</h3>
+ <h3>What You Need and No More</h3>
</header>
<div class="content none">
<p>
@@ -81,7 +84,7 @@
<section>
<header>
- <h3>Hardening</h3>
+ <h3>Hardened</h3>
</header>
<div class="content none">
<p>
@@ -95,6 +98,21 @@
</div>
</section>
+ <section>
+ <header>
+ <h3>Sanitised</h3>
+ </header>
+ <div class="content none">
+ <p>
+ Inputs are passed as standard X509 Certificates and Certificate Sign Requests.
+ </p>
+ <p>
+ As a result, all inputs are correctly escaped and unescaped as required before
+ being passed on to the next component in the system.
+ </p>
+ </div>
+ </section>
+
</div>
</section>
@@ -102,6 +120,9 @@
id="frontback">
<header>
<h2>Where do certificates come from, and how do they get here?</h2>
+ <p>
+ Choose a frontend, pair it with a backend.
+ </p>
</header>
<div class="content index align-left">
@@ -123,7 +144,7 @@
like a smartcard</a>.
</p>
<p>
- Redwax Server gives you <a href="mod/mod_ca.html#backend">backend modules</a> to pick
+ Redwax Server gives you <a href="modules.html#backend">backend modules</a> to pick
and choose the behaviour you are looking for.
</p>
</div>
@@ -156,7 +177,7 @@
Certificate Status Protocol</a>.
</p>
<p>
- Redwax Server gives you <a href="mod/mod_ca.html#frontend">frontend modules</a> to pick
+ Redwax Server gives you <a href="modules.html#frontend">frontend modules</a> to pick
and choose the behaviour you are looking for.
</p>
</div>
More information about the rs-commit
mailing list