64 lines
2.5 KiB
HTML
64 lines
2.5 KiB
HTML
<?xml version="1.0" encoding="us-ascii"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
<head>
|
|
<link type="text/CSS" rel="stylesheet" href="style.css" />
|
|
<link type="image/x-icon" rel="shortcut icon" href="favicon.png" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
|
<title>Thalassa CMS official documentation</title>
|
|
</head><body>
|
|
<div class="theheader">
|
|
<a href="index.html"><img src="logo.png"
|
|
alt="thalassa cms logo" class="logo" /></a>
|
|
<h1><a href="index.html">Thalassa CMS official documentation</a></h1>
|
|
</div>
|
|
<div class="clear_both"></div>
|
|
|
|
<div class="page_content">
|
|
|
|
<h1 class="page_title"><a href="">Welcome to Thalassa CMS official documentation</a></h1>
|
|
<div class="page_body">
|
|
<p>Thalassa CMS is, well, a CMS, which means 'Content Management System'. It
|
|
is based on architecture <a href="principles.html">principles</a> that may
|
|
look unusual. Briefly speaking, it is written in (a <a href="cpp_subset.html">restricted subset of</a>) C++ with no external
|
|
dependencies, it doesn't rely on client-side scripting, it uses no database
|
|
engine (everything is stored in plain text files), it generates all
|
|
non-interactive HTML pages beforehand so your web server basically deals
|
|
with static content.
|
|
</p>
|
|
<p>Thalassa provides certain interactive features, such as a contact form and
|
|
user comments, using a CGI program; in case you don't need them, you don't
|
|
even need to install Thalassa on your server. For non-interactive sites,
|
|
Thalassa doesn't use any cookies; the interactive part relies on exactly
|
|
one cookie, which is only set when the user requests it explicitly.
|
|
</p>
|
|
<p>Choose a link from the list below to discover it in more detail:
|
|
</p>
|
|
<ul>
|
|
|
|
<li id="principles"><a href="principles.html">Design principles</a></li>
|
|
|
|
<li id="doyouneedit"><a href="doyouneedit.html">Does it fit your needs:
|
|
what it can and what it can't</a></li>
|
|
|
|
<li id="overview"><a href="overview.html">Thalassa CMS overview</a></li>
|
|
|
|
<li id="quickstart"><a href="quickstart.html">Quick start</a></li>
|
|
|
|
<li id="userdoc"><a href="userdoc.html">User documentation</a></li>
|
|
|
|
<li id="devdoc"><a href="devdoc.html">Developer's documentation</a></li>
|
|
|
|
</ul>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="bottomref"><a href="map.html">site map</a></div>
|
|
<div class="clear_both"></div>
|
|
<div class="thefooter">
|
|
<p>© Andrey Vikt. Stolyarov, 2023-2026</p>
|
|
</div>
|
|
</body></html>
|