Commit c2e93a43 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

+ to docs

parent a7763ba4
......@@ -52,6 +52,36 @@
<p>Each application is embedded into this page as IFRAME HTML element, they communicate with each other and the top page by sending messages. Web server optionally redirects requests for the specific applications to this framed version depending on a referrer URI. So if you come to <b><i>https://blog.elphel.com/some-blog-page</i></b> from external web site (such as a search engine), your browser is redirected to <b><i>https://www.elphel.com/blog/some-page</i></b> and the requested blog post is shown with other applications in the background allowing navigation and search.</p>
<p>No redirection happens if the web address is entered directly (no referrer) or the page is opened from a link on one of Elphel web sites.</p>
<p style='color:red'><b>If JavaScript is OFF or iframes do not load, the list of websites is:</b></p>
<table>
<tr>
<td valign='top'>&bull;</td>
<td valign='top'><b>Main</b></td>
<td>https://www3.elphel.com</td>
</tr>
<tr>
<td valign='top'>&bull;</td>
<td valign='top'><b>Blog</b></td>
<td>https://blog.elphel.com</td>
</tr>
<tr>
<td valign='top'>&bull;</td>
<td valign='top'><b>Wiki</b></td>
<td>https://wiki.elphel.com</td>
</tr>
<tr>
<td valign='top'>&bull;</td>
<td valign='top'><b>Support&nbsp;</b></td>
<td>https://www.mail-archive.com/support-list@support.elphel.com</td>
</tr>
<tr>
<td valign='top'>&bull;</td>
<td valign='top'><b>Code</b></td>
<td>https://git.elphel.com</td>
</tr>
</table>
<br/>
<br/>
<br/>
<br/>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment