<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fg21sim.git/bin/fg21sim-webui, branch master</title>
<subtitle>Simulate foreground for 21cm EoR signal detection
</subtitle>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/'/>
<entry>
<title>Add `fg21sim.share` module to hold globally shared "CONFIGS" &amp; "COSMO"</title>
<updated>2017-07-31T11:48:43+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-07-31T11:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=38ab63fc5191a4893f6f46d9b8b40ae988f66c88'/>
<id>38ab63fc5191a4893f6f46d9b8b40ae988f66c88</id>
<content type='text'>
Signed-off-by: Aaron LI &lt;aly@aaronly.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Aaron LI &lt;aly@aaronly.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update bin scripts to use global "CONFIGS"</title>
<updated>2017-07-23T01:38:27+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-07-23T01:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=e9c6dbe6d3dafff46ae2b065ff11b9f9a5a28741'/>
<id>e9c6dbe6d3dafff46ae2b065ff11b9f9a5a28741</id>
<content type='text'>
Also update copyright year/email and minor cleanups

Signed-off-by: Aaron LI &lt;aly@aaronly.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also update copyright year/email and minor cleanups

Signed-off-by: Aaron LI &lt;aly@aaronly.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: WSHandler: remove "check_origin()" and "hosts_allowed" option</title>
<updated>2016-11-23T07:56:12+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-23T07:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=e0a8e62d8931694b184f9f3c1aeddc2d87b7c359'/>
<id>e0a8e62d8931694b184f9f3c1aeddc2d87b7c359</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Move "password" option definition to "login.py"</title>
<updated>2016-11-17T08:42:38+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-17T08:42:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=f1bd912c85710bee5aae7a3112bdcfacd062c466'/>
<id>f1bd912c85710bee5aae7a3112bdcfacd062c466</id>
<content type='text'>
NOTE:
By using the "tornado.options", each module can defines its own
options, which are added to the global namespace.
And the defined options can also be used by other modules.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NOTE:
By using the "tornado.options", each module can defines its own
options, which are added to the global namespace.
And the defined options can also be used by other modules.
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: To support password authentication</title>
<updated>2016-11-15T08:27:26+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-15T08:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=94ce3f24262e948e0b3275552c9ed4550bf41248'/>
<id>94ce3f24262e948e0b3275552c9ed4550bf41248</id>
<content type='text'>
Move the "IndexHandler" to separate module located at the "handlers/"
directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the "IndexHandler" to separate module located at the "handlers/"
directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>bin/fg21sim-webui: Add options "host" to allow localhost access only</title>
<updated>2016-11-15T07:17:37+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-15T07:17:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=6f34464b51e7c3fc2ad6e6f146eb071cac4a75a7'/>
<id>6f34464b51e7c3fc2ad6e6f146eb071cac4a75a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Replace "make_application()" with Application class</title>
<updated>2016-11-14T07:53:53+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-14T07:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=3d3b662ce0eb40ed91c0d1a6466dbcd9e42d2abf'/>
<id>3d3b662ce0eb40ed91c0d1a6466dbcd9e42d2abf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: bin/fg21sim-webui: implement argument "--no-browser"</title>
<updated>2016-11-10T01:47:42+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-10T01:47:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=56853d117d14df0a2636902e085a253394095486'/>
<id>56853d117d14df0a2636902e085a253394095486</id>
<content type='text'>
Now, by default, this executable will open the Web UI in a new browser
tab, unless the "--no-browser" argument presents
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now, by default, this executable will open the Web UI in a new browser
tab, unless the "--no-browser" argument presents
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Some minor updates</title>
<updated>2016-11-09T15:38:15+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-09T15:38:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=e5a05c8e3c77aa292b7dd9bc4a2682148be873ac'/>
<id>e5a05c8e3c77aa292b7dd9bc4a2682148be873ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bin/fg21sim-webui: Use "tornado.options" instead of "argparse"</title>
<updated>2016-11-08T11:11:42+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-08T11:08:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=fca4b4700a12b26c623f0dfd5f83e7342567bb10'/>
<id>fca4b4700a12b26c623f0dfd5f83e7342567bb10</id>
<content type='text'>
* The "tornado.options" can be used in the *global scope*, therefore,
  the command line arguments can be stored in the options and then
  import the options in other modules if needed.

* Add argument "--hosts-allowed", which specifies the hosts/network can
  access the Web UI (i.e., WebSocket)

* Add argument "--no-browser", which controls whether to open the Web UI
  in a browser after startup. (TODO)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* The "tornado.options" can be used in the *global scope*, therefore,
  the command line arguments can be stored in the options and then
  import the options in other modules if needed.

* Add argument "--hosts-allowed", which specifies the hosts/network can
  access the Web UI (i.e., WebSocket)

* Add argument "--no-browser", which controls whether to open the Web UI
  in a browser after startup. (TODO)
</pre>
</div>
</content>
</entry>
</feed>
