<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rhizi/src/client/app.js, branch wip__doc_support</title>
<subtitle>Connective intelligence</subtitle>
<id>https://git.yuv.al/rhizi/atom/src/client/app.js?h=wip__doc_support</id>
<link rel='self' href='https://git.yuv.al/rhizi/atom/src/client/app.js?h=wip__doc_support'/>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/'/>
<updated>2015-03-17T06:14:04Z</updated>
<entry>
<title>client: Bacon/jquery dependency: use shim</title>
<updated>2015-03-17T06:14:04Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-03-17T06:14:04Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=bf4df7f0c9898f748bce01ed237e0c52738432cf'/>
<id>urn:sha1:bf4df7f0c9898f748bce01ed237e0c52738432cf</id>
<content type='text'>
add shim requirement for Bacon to have jquery loaded first, since Bacon
patches in asEventStream (and other APIs).

Undo the Bacon_wrapper non fix:

git grep -l Bacon_wrapper | while read f; do sed -i -e s/Bacon_wrapper/Bacon/g $f; done
</content>
</entry>
<entry>
<title>client/server: support optimizing with require.js using node run r.js</title>
<updated>2015-02-17T10:52:37Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-02-17T10:52:24Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=edf91a5ab2a6afa88999403af5b11b722bb0b378'/>
<id>urn:sha1:edf91a5ab2a6afa88999403af5b11b722bb0b378</id>
<content type='text'>
built is controlled by property do-client-optimize which defaults to
false.

Even if the optimized main is built (single file main-built.js and
source map file main-built.js.map) they are not used unless
rhizi-config.conf client_optimize is set to True which causes app.js to
use main-built.js and not main.js

The resulting file is 687 KiloBytes large. Pretty scary, but it still
loads faster this way. (from very small tests locally). This is without
compression done by the server.
</content>
</entry>
<entry>
<title>add underscore, implement ctrl-click to append to selection</title>
<updated>2015-02-15T10:19:55Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-02-15T10:19:55Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=56d2d3cd4a556fd88fd3018716a7b3f974a4e305'/>
<id>urn:sha1:56d2d3cd4a556fd88fd3018716a7b3f974a4e305</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rz_config: embed in index, remove as module</title>
<updated>2015-02-09T15:07:51Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-02-09T14:38:24Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=97a8ff937aeaba6f5b7a409cb3d96d33a1a4c43a'/>
<id>urn:sha1:97a8ff937aeaba6f5b7a409cb3d96d33a1a4c43a</id>
<content type='text'>
Still missing:
remove host/port, let client use same as url it was served on.
remove other flags no longer relevant.
better mapping of server config to avoid double work?
</content>
</entry>
<entry>
<title>server/client: move rz_config to templates, fill in to match server config host/post</title>
<updated>2015-02-09T14:18:12Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-02-09T14:18:12Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=75bba28a7c739002c1a8412914e10f3506bea86d'/>
<id>urn:sha1:75bba28a7c739002c1a8412914e10f3506bea86d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add feedback - no email yet, just client side plus server parse client post</title>
<updated>2015-01-13T06:36:09Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-01-12T15:27:46Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=96534de0c0dceefde8795e879927c5bedbdaa858'/>
<id>urn:sha1:96534de0c0dceefde8795e879927c5bedbdaa858</id>
<content type='text'>
Notes:
* using https://github.com/ivoviz/feedback
 + commit 337a8146e567a06035fb1f1ffedfce083be2a2d1
* with tiny changes to use require.js:
 + html2canvas.js &amp; feedback.js (not minified) start+end lines
   changed to call define
 + feedback.js changed to not load html2canvas since require.js does
   that for us (dropping _html2canvas and getScript usage)
</content>
</entry>
<entry>
<title>server/client: s/res/static/, drop dev_mode__resend_from_static</title>
<updated>2015-01-12T09:42:31Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-01-12T09:41:12Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=2974f916df0614c892a94d3e0f192e10aa03b0b6'/>
<id>urn:sha1:2974f916df0614c892a94d3e0f192e10aa03b0b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>requirejs config: sort, import socket.io via shim</title>
<updated>2014-12-28T22:59:48Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2014-12-28T22:57:06Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=3037de1b318be035c195a9c0582c70f5246b19eb'/>
<id>urn:sha1:3037de1b318be035c195a9c0582c70f5246b19eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>app.js: configure baseUrl comment</title>
<updated>2014-12-21T10:08:41Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2014-12-21T09:42:49Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=9cabfe315a8eb4a564afda1c72dc8717e3e8b678'/>
<id>urn:sha1:9cabfe315a8eb4a564afda1c72dc8717e3e8b678</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client fixes to run with new layout</title>
<updated>2014-12-16T16:29:07Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-12-16T16:26:18Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=4974c1aa6589b1e6fe7e6d6bf11cf8810bc64292'/>
<id>urn:sha1:4974c1aa6589b1e6fe7e6d6bf11cf8810bc64292</id>
<content type='text'>
directives for src names:
any js file should be relative
any resource should be absolute

i.e. all images are /res/img/bla
and all js files are bla.js / view/node_view.js etc
</content>
</entry>
</feed>
