thalassa/examples
2026-03-19 06:23:52 +05:00
..
Agenda 0.3.61 2026-03-19 06:23:52 +05:00
Common 0.3.61 2026-03-19 06:23:52 +05:00
Smoky 0.3.61 2026-03-19 06:23:52 +05:00
testcgi 0.3.61 2026-03-19 06:23:52 +05:00
thalassa 0.3.61 2026-03-19 06:23:52 +05:00
Woodpecker 0.3.61 2026-03-19 06:23:52 +05:00
ytid 0.3.61 2026-03-19 06:23:52 +05:00
Makefile 0.3.61 2026-03-19 06:23:52 +05:00
README 0.3.61 2026-03-19 06:23:52 +05:00

In this directory
=================

thalassa/    the source of the official Thalassa CMS documentation,
             may be used as an example of a fully-static site generated
             with Thalassa CMS

crocodiles/  another static site example; may be omitted from the thalassa
             source tarball, in which case you can get it as a separate
             archive from the Thalassa CMS official site

testcgi/     a (nearly the simplest possible) example of a CGI program
             created with the dullcgi framework; see the README file inside

ytid/        another CGI made with the dullcgi framework; lets the user to
             choose where to watch a youtube video, given either a youtube
             video id or a youtube URL

Common/      the common files for the Smoky, Agenda and Woodpecker templates

Smoky/       a site template, with the main navigation menu located at the
             top of the page, right after the heading; three color schemes
             are available;

Agenda/      another site template, with the main navigation menu shown
             as a side panel (either left or right); this template allows
             for a lot of customizations, e.g. most of the lengths and sizes
             are adjustable, and several color schemes are there to choose
             from, as well as the possibility to make a custom one

Woodpecker/  yet another site template, based in Agenda, but using a
             navigation strip along pages' top instead of a side panel;
             as of now, only one (default) color scheme is provided, but
             the possibility to make your own custom scheme is still there.


_smoky_en/       _smoky_ru_koi/       _smoky_ru_utf/
_agenda_en/      _agenda_ru_koi/      _agenda_ru_utf/
_woodpecker_en/  _woodpecker_ru_koi/  _woodpecker_ru_utf/
             directories for the templates prepared for use; type

                     make (dir-name)

             e.g., ``make _agenda_ru_utf'' or ``make _smoky_en'' to create
             the versions you need (en stands for English, ru for Russian,
             and koi/utf mean the koi8-r and the utf-8 encodings,
             respectively)

Type ``make clean'' to remove all non-source files.  Please be warned that
it erases all the _templ_lang directories, so it is not a good idea to keep
the working sources of your site here; be sure to copy the desired prepared
template version somewhere else.