==============================
How to update the web-pages?
==============================

  1. Make your own copy of the gtml directory.  

  2. Edit whatever files you want.

  3. Execute the command

gtml english.gtp bulgarian.gtp

     In case of errors due to missing files repeat this command.

  4. The new html-files will be created in the upper level directory.
     Execute

cd ..
cp main.en.html index.html

  5. Now the new web-pages are ready for upload.


===============================
The language of the gtml-files
===============================

GTML is a macroprocessor optimized for html-files.  The following
macroses are defined and used in our web-pages:

STRUCTURE

<h1>..</ht>, <h2>..</h2> and <h3>..</h3>
      First, second and third level titles.
<ul>
      Used before the first paragraph.
</ul>
      Used after the last paragraph.
<li>...</li>
      Used before and after each paragraph.

INSIDE THE TEXT

<label>txt</label>
      Equivalent to <a name="txt"></a>.
<url>http://address,visible_text</url>
      Equivalent to <a href="http://address">visible_text</a>.  Must
      be entirely on one line.
<fmiurl>url,text</fmiurl>
      Equivalent to <a
      href="http://www.fmi.uni-sofia.bg/fmi/logic/url"> text </a>
<surl>url</url>
      Equivalent to <a href="url">url</a>
<mail>mail-address</mail>
      Equivalent to <a href="mailto:mail-address">mail-address</a>
<name>..</name>
      Used in members.??.gtml and phd_students.??.gtml around peoples
      names.
<subj>..</subj>
      Used in bachelor.??.gtml.

SYMBOLS

<c>	 The copyright sign
<>	 Non-break space
<_>	 The usual space (you don't need to use this)
<,>      Comma
``	 Left English quotation mark
''	 Right English quotation mark
"`	 Left Bulgarian quotation mark
"'	 Right Bulgarian quotation mark
---	 Em-dash

If you want to define your own macroses, read the documentation of
GTML.
