
What is Lopsus?

Lopsus is small, light website generator. It has special form to
specify pages content , which is a mix of latex and mediawiki syntax.
Pages content does not contain any style data. Considering
style data can be stored completely in CSS. There is a lack of
documentation in this distribution. It is a subject for further
developing. 

Directory ./initial/ contains example of simple site. Copy its content
into clean directory and simple call 'lopsus' command. It must perform
simple site generation. In 'scripts' folder there is 'lopsus-init'
script to copy initial site content into specified directory. Note,
'make install' command does not installs initial website content and
'lopsus-init' script. It only installs lopsus binaries.

INitial website contains template based on modern 'div' tag, but
almost all browsers have bugs with processing this tag. For example if
we have div block with float set to left, list enumerations in ambient
text can overlie into left div. Before using you can handle this
problem and modify the pattern with workaround you choose. For example
you can move site menu into right side or use tables to separate site
menu from page content. Hopefully popular browsers will fix these bugs in the future.

Michael Pozhidaev <msp@altlinux.org>; 
Date: 2009-06-06.
