Optional (changing settings):
Changing settings (for cache, etc.) is done by editing files ending with settings.inc.php (eg. check.settings.inc.php).
Each such file affects only specific function or area of the website (eg. check.settings.inc.php provides settings for check.php which is used to check for updates,
one can open .php files in a text editor to see what they are used for).
One may also want to edit files ending with header.inc.php, as these contain webpage headers.
Note that, even if enabled, user registration will not be possible before the admin account is registered. Admin id (username) must be specified in
| tag | description | additional notes |
| log_date | date of article creation | |
| log_update | date of last update | by default, this is filled automatically and should be left empty |
| log_mtime | file modification date | by default, this is filled automatically and should be left empty |
| log_author | author name | can contain additional tags - log_address and log_email, specifying affiliation or address and email, this data is used in LaTeX generation. In case of multiple authors, use one log_author tag for each author. |
| log_desc | short description of the work | useful if writing a log type webpage, this will then be used in log index page |
| log_category | category | useful for log type webpages, used in log index if categories are enabled |
| log_tags | keywords | used in log index and LaTeX generation (as keywords) |
| log_keywords | words to highlight | case sensitive, these phrases will be highlighted (bold) in the article |
| log_cls | document class, eg. article | used in LaTeX generation |
| cite_year | year of publication | used for citations, by default, year will be extracted from log_update or log_date, so it is unnecessary to specify this if log_date is specified |
| cite_doi | alternative link to article | used for citations |
| cite_contrib | an address for contributions | this can be a wallet or web (URL) address for support |
| pdf_link | link to a pdf version of the webpage | available from 2022.02.26, if present, an pdf icon linking to pdf will be shown in page header |
| set_body_numbering | controls auto-numbering of chapters | set to 0 to turn off automatic numbering |
| ref_authors | alternative generation of citations/references in LaTeX | sorts LaTeX references by author's last name, changes in text citation to include last name and publication year instead of numbering (automatically adding alphabetic suffix to years in case of multiple references with the same author/year (e.g. Einstein, 1905a and Einstein, 1905b) |
| latex_package | package to use in LaTeX generation | if packages included by default do not suffice, this can be used to specify additional package to use (for multiple packages, enclose every package in its own latex_package tag) |
| set_body_class | sets the CSS class name for the body, controls page design | some of defined classes are scientific, log, blog, however, currently there's no much difference between these apart from title color, this can be changed in main.css file |
| set_lang | sets the webpage language | available from 2022.02.26, language to be used for webpage elements (default is English), should be specified as abbreviation, currently only Croatian (hr) is supported, but other translations can be added easily (see lang directory) |
| no_discussion | controls article comments | when specified and not 0, turns off comments |