Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
<?xml version="1.0"?> | |
<root> | |
<item> | |
<name>Tarmak transitional layout</name> | |
<!-- http://forum.colemak.com/viewtopic.php?pid=8786#p8786 --> | |
<item> | |
<name>Tarmak1(E) transitional layout (E>K>N>J)</name> | |
<identifier>private.tarmak.tarmak_1_e</identifier> | |
<autogen>__KeyToKey__ KeyCode::K, KeyCode::E</autogen> | |
<autogen>__KeyToKey__ KeyCode::N, KeyCode::K</autogen> |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000