<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rhizi/external/scripts, branch master</title>
<subtitle>Connective intelligence</subtitle>
<id>https://git.yuv.al/rhizi/atom/external/scripts?h=master</id>
<link rel='self' href='https://git.yuv.al/rhizi/atom/external/scripts?h=master'/>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/'/>
<updated>2014-10-20T18:36:37Z</updated>
<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>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>jquery: use uncompressed, upgrade 1.11.0-&gt;1.11.1</title>
<updated>2014-10-12T19:34:19Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-12T19:34:19Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=e28862fa773d7f7eb92a1494c4deb5fe1fba9dca'/>
<id>urn:sha1:e28862fa773d7f7eb92a1494c4deb5fe1fba9dca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>d3: don't divide by zero if no weight is set</title>
<updated>2014-10-07T05:51:34Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-07T05:46:20Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=5ffbcbb1630e0101e1be841008be53e7186bbc3a'/>
<id>urn:sha1:5ffbcbb1630e0101e1be841008be53e7186bbc3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>d3: use non minified version, upgrade to 3.4.11 from release</title>
<updated>2014-10-05T10:24:44Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-10-05T10:24:31Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=dccf2139c7a819e820ea885f5e9f2dff1a67c786'/>
<id>urn:sha1:dccf2139c7a819e820ea885f5e9f2dff1a67c786</id>
<content type='text'>
https://github.com/mbostock/d3/archive/v3.4.11.tar.gz

Non scientifically, looks much faster on firefox.
</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>
</feed>
