From d1e3fc2f99dcb66d3fb0f89cce3fe65876f8831b Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Thu, 20 May 2021 11:15:05 -0400 Subject: Added templates for about and home pages. --- captain/templates/about.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 captain/templates/about.html (limited to 'captain/templates/about.html') diff --git a/captain/templates/about.html b/captain/templates/about.html new file mode 100644 index 0000000..cdee89d --- /dev/null +++ b/captain/templates/about.html @@ -0,0 +1,38 @@ +{% extends index.html as contents %} + +

About Levitating

+ +

Levitating is a pure-Fortran distributed build service that is extraordinarily simple + and lean on system resources. It relies on the Gemini and Titan protocols for information + transfer between the players, or systems doing the actual work, and the captain, or this + server that coordinates builds and reports results. +

+ +

This version of the Levitating captain was compiled on {{ build_date }}.

+ +

Levitating Home Page

+ +

License

+ +

Copyright © 2021 Approximatrix, LLC <support@approximatrix.com>

+ +

Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: +

+The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. +

+The Software shall be used for Good, not Evil. +

+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +

-- cgit v1.2.3