22 lines
888 B
HTML
22 lines
888 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Foundry Documentation - CSS files</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
|
</head>
|
|
<body>
|
|
<h1>About Foundry</h1>
|
|
<main>
|
|
<p>
|
|
Foundry is a theme engine for the LibreCCM family of Content Management systems, for
|
|
example ScientificCMS and APLAWS+. Some parts of based on the Mandalay theme engine
|
|
developed by Sören Bernstein for ScientificCMS.
|
|
</p>
|
|
<p>
|
|
With Foundry the designer has full control of the HTML created from the content managed
|
|
by CCM. The templates for defining the HTML are almost plain HTML (in XML syntax) with
|
|
some additional elements which provide the data to display.
|
|
</p>
|
|
</main>
|
|
</body>
|
|
</html> |