<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rhizi/index.html, branch wip/id_not_lower_case_name</title>
<subtitle>Connective intelligence</subtitle>
<id>https://git.yuv.al/rhizi/atom/index.html?h=wip%2Fid_not_lower_case_name</id>
<link rel='self' href='https://git.yuv.al/rhizi/atom/index.html?h=wip%2Fid_not_lower_case_name'/>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/'/>
<updated>2014-11-02T15:15:34Z</updated>
<entry>
<title>add a gitignored local_config for the urlArgs</title>
<updated>2014-11-02T15:15:34Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-11-02T15:15:33Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=0c3012f96cf952ecccfa72498befbf360778b8fa'/>
<id>urn:sha1:0c3012f96cf952ecccfa72498befbf360778b8fa</id>
<content type='text'>
.. cache busting feature so it won't be accidentally committed
</content>
</entry>
<entry>
<title>history: show last logged action (ui has negative z-index)</title>
<updated>2014-10-28T17:57:54Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-28T17:57:54Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=1169d0fff03ee7642a8b5e06462781f8996bb6e5'/>
<id>urn:sha1:1169d0fff03ee7642a8b5e06462781f8996bb6e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>introduce require.js and rewrite tests</title>
<updated>2014-10-20T18:36:37Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-20T10:25:32Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=c919c4bfef4ad9e2dc25d040c0727dd29ad541ae'/>
<id>urn:sha1:c919c4bfef4ad9e2dc25d040c0727dd29ad541ae</id>
<content type='text'>
Yes, I'm being lazy. The purpose of require.js is to allow writing
modules, i.e. individual smaller then the whole files with clear
dependencies. This is achieved by using a new api provided by
require.js:

define, require, requirejs

Read more at [requirejs] (http://requirejs.org)

Tests have been rewritten to work correctly with require.js; they still
use jsdom.

Test output is now stored in the repository, all tests are run via
run_tests.js; This is a hack - once a good harness (with assertions,
suites - unittest like) presents itself it will be used.

Hidden here is also using FileSaver for history saving, so history is
saved to history.json instead to a random name. Plus dropping some dead
code.
</content>
</entry>
<entry>
<title>factor out util.js</title>
<updated>2014-10-19T12:03:42Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-19T12:03:42Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=386ccba26490590914027f8ab3e64f2bfdd203d9'/>
<id>urn:sha1:386ccba26490590914027f8ab3e64f2bfdd203d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adding proper Save As (with non random filename); MIT licensed</title>
<updated>2014-10-19T08:36:06Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-19T08:19:19Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=23547b19674fed733245fc9bec0facb9af855e72'/>
<id>urn:sha1:23547b19674fed733245fc9bec0facb9af855e72</id>
<content type='text'>
Actually seems that the proper way to save nowadays is the [download]
(https://html.spec.whatwg.org/multipage/semantics.html#attr-hyperlink-download)
attribute of a 'a' element, but that's also supported by the added
[FileSaver.js] (external/scripts/FileSaver.js)
</content>
</entry>
<entry>
<title>#91 Fixed</title>
<updated>2014-10-13T02:50:10Z</updated>
<author>
<name>Anmol Agrawal</name>
<email>anmol1771@gmail.com</email>
</author>
<published>2014-10-13T02:50:10Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=6e65f14104029fce947fb865cd39913206ae8f7c'/>
<id>urn:sha1:6e65f14104029fce947fb865cd39913206ae8f7c</id>
<content type='text'>
It’s fixed except when nodes have  “….” in it. That’s issue #79 which I
still haven’t figured out.
</content>
</entry>
<entry>
<title>index.html: forgot to update d3.js location after changing to non min</title>
<updated>2014-10-05T13:25:43Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-05T13:25:43Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=41f42bc1ba7fb728e8ced0a2285cbaf2570da170'/>
<id>urn:sha1:41f42bc1ba7fb728e8ced0a2285cbaf2570da170</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move all external scripts to a subdirectory 'external'; easier to grep stuff</title>
<updated>2014-10-05T10:07:00Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-05T10:07:00Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=a9d208121c7e8bdad62b3a1dc6ccf3b809246d52'/>
<id>urn:sha1:a9d208121c7e8bdad62b3a1dc6ccf3b809246d52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>index.html: s/Expand/expand/ for #62</title>
<updated>2014-10-02T07:07:07Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-02T07:07:07Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=5a9241f271be1d574424e5421904b5351a3622bf'/>
<id>urn:sha1:5a9241f271be1d574424e5421904b5351a3622bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Undo of commit Merge branch '#62' into Prototype</title>
<updated>2014-10-02T06:32:41Z</updated>
<author>
<name>garbash</name>
<email>dor.garbash@gmail.com</email>
</author>
<published>2014-10-02T06:32:41Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=dda3212eeb21b0057fba9c395a16c1ac5b1a71be'/>
<id>urn:sha1:dda3212eeb21b0057fba9c395a16c1ac5b1a71be</id>
<content type='text'>
It broke the input box
</content>
</entry>
</feed>
