thalassa/doc/devdoc.html

84 lines
3.0 KiB
HTML
Raw Normal View History

2026-03-19 01:23:52 +00:00
<?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="navbar" id="uppernavbar"> <a href="userdoc.html#uppernavbar" title="previous" class="navlnk">&lArr;</a> &nbsp;&nbsp; <a href="index.html#devdoc" title="up" class="navlnk">&uArr;</a> &nbsp;&nbsp; </div>
<div class="page_content">
<h1 class="page_title"><a href="">Developer's documentation</a></h1>
<div class="page_body"><p>Documentation of Thalassa CMS for developers willing to contribute to
Thalassa itself is under construction. As of now, only some information is
available:
</p>
<h2>Things we do and things we never do</h2>
<p class="remark"> The following texts were initially written for a broader
purpose than to serve the Thalassa CMS project. Despite that Thalassa CMS
is sometimes explicitly mentioned in these texts, there are lots of
fragments that hardly can have anything to do with this particular project.
There's still a hope to reuse all these for a project similar to what they
were originally written for; of this happens one day, the texts themselves
will move elsewhere, and the Thalassa CMS developer documentation will have
links to them instead. Anyway, as of now, just don't be confused when you
see something that can obviously have nothing to do with Thalassa.</p>
<p><a href="banned_techniques.html">Technologies, methods and tools
<strong>banned</strong> at Thalassa CMS project</a>
</p>
<p><a href="cpp_subset.html">Subsets of C++ and C used for Thalassa CMS</a>
</p>
<p><a href="coding_style.html">Coding style guide</a>
</p>
<h2>Libraries used in the project</h2>
<p><a href="scriptpp.html">Scriptpp: string manipulations and more</a>
</p>
<p>TODO: inifile
</p>
<p>TODO: stfilter
</p>
<p>TODO: captcha
</p>
<p>TODO: md5
</p>
<h2>Modules and subsystems</h2>
<h3>... TODO ...</h3>
<h2>Writing custom CGI programs</h2>
<p><a href="dullcgi.html">The <code>dullcgi</code> framework</a>
</p>
</div>
</div>
<div class="navbar" id="bottomnavbar"> <a href="userdoc.html#bottomnavbar" title="previous" class="navlnk">&lArr;</a> &nbsp;&nbsp; <a href="index.html#devdoc" title="up" class="navlnk">&uArr;</a> &nbsp;&nbsp; </div>
<div class="bottomref"><a href="map.html">site map</a></div>
<div class="clear_both"></div>
<div class="thefooter">
<p>&copy; Andrey Vikt. Stolyarov, 2023-2026</p>
</div>
</body></html>