Skip to content
Snippets Groups Projects
Commit 38a9355e authored by Bob Mottram's avatar Bob Mottram
Browse files

Mention that web ui is single user

parent b7d5c020
No related branches found
No related tags found
No related merge requests found
......@@ -182,6 +182,8 @@ The user interface is regenerated by the function *install_web_admin* within *sr
Although it's tempting and easy, avoid adding javascript into the html files. The policy is to /keep the web interface free from javascript/, so that if you're using noscript or have javascript turned off then the interface can still be used without any loss of functionality.
It is assumed that only the administrator will be accessing the web interface, so dealing with collisions between multiple users making contradicting changes to the same things at the same time isn't necessary.
** How translations happen
Translations are stored within *webadmin/translations*. When you select a language html files are copied from *webadmin/EN* and then the English strings are searched and replaced. Strings to be translated are indicated within the html files with the parameter *translate=*"*yes*".
......
......@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Freedombone</title>
<!-- 2018-09-27 Thu 11:24 -->
<!-- 2018-09-27 Thu 11:30 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<meta name="author" content="Bob Mottram" />
......@@ -473,6 +473,10 @@ The user interface is regenerated by the function <b>install_web_admin</b> withi
<p>
Although it's tempting and easy, avoid adding javascript into the html files. The policy is to <i>keep the web interface free from javascript</i>, so that if you're using noscript or have javascript turned off then the interface can still be used without any loss of functionality.
</p>
<p>
It is assumed that only the administrator will be accessing the web interface, so dealing with collisions between multiple users making contradicting changes to the same things at the same time isn't necessary.
</p>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment