2007/08/24
The idea of FreshTemplates technology is realized. Now content manager has possibility to create templates which been substituted at the place of its calling at the page code. Template calling is doing by this code: <*template(Name, [param1, param2 ...])*>. So text of template will be placed there and values of parameters will be put on the corresponding place.
2007/08/23
New feature is added. Gallery function is added to the system. Now to show all previews of images from some folder you need to write this command <*gallery(FolderName)*> inside of the page text, "FolderName" is a name of folder with images situated in site's images folder. If you would that previews to be links to large images you just need put large images into child folder of gallery with name "zoom".
2007/07/30
Creating of new level of content representation on the bases of subject sorting is started. This approach is based on the Tree-Net Data Model which is developed in the SET Laboratory.
2007/12/14
Further application of Tree-Net Data Model for content management was done. Pages can take part in several subject groups. Groups are structured in hierarchy. System shows page’s groups under page header now. Technology of groups corresponds to content tagging technology.