Initial check-in
authorDan Vanderkam <danvdk@gmail.com>
Tue, 18 Aug 2009 23:35:08 +0000 (23:35 +0000)
committerDan Vanderkam <danvdk@gmail.com>
Tue, 18 Aug 2009 23:35:08 +0000 (23:35 +0000)
commit6a1aa64f6d22473e0357ad1cd7bd93259d899a69
treec99876125ba4ce41ab2399870259affd7f84bbe9
Initial check-in
270 files changed:
data.js [new file with mode: 0644]
dygraph-canvas.js [new file with mode: 0644]
dygraph-combined.js [new file with mode: 0644]
dygraph.js [new file with mode: 0644]
generate-combined.sh [new file with mode: 0755]
mochikit_v14/LICENSE.txt [new file with mode: 0644]
mochikit_v14/MochiKit/Async.js [new file with mode: 0644]
mochikit_v14/MochiKit/Base.js [new file with mode: 0644]
mochikit_v14/MochiKit/Color.js [new file with mode: 0644]
mochikit_v14/MochiKit/Controls.js [new file with mode: 0644]
mochikit_v14/MochiKit/DOM.js [new file with mode: 0644]
mochikit_v14/MochiKit/DateTime.js [new file with mode: 0644]
mochikit_v14/MochiKit/DragAndDrop.js [new file with mode: 0644]
mochikit_v14/MochiKit/Format.js [new file with mode: 0644]
mochikit_v14/MochiKit/Iter.js [new file with mode: 0644]
mochikit_v14/MochiKit/Logging.js [new file with mode: 0644]
mochikit_v14/MochiKit/LoggingPane.js [new file with mode: 0644]
mochikit_v14/MochiKit/MochiKit.js [new file with mode: 0644]
mochikit_v14/MochiKit/MockDOM.js [new file with mode: 0644]
mochikit_v14/MochiKit/Position.js [new file with mode: 0644]
mochikit_v14/MochiKit/Selector.js [new file with mode: 0644]
mochikit_v14/MochiKit/Signal.js [new file with mode: 0644]
mochikit_v14/MochiKit/Sortable.js [new file with mode: 0644]
mochikit_v14/MochiKit/Style.js [new file with mode: 0644]
mochikit_v14/MochiKit/Test.js [new file with mode: 0644]
mochikit_v14/MochiKit/Visual.js [new file with mode: 0644]
mochikit_v14/MochiKit/__package__.js [new file with mode: 0644]
mochikit_v14/doc/html/MochiKit/Async.html [new file with mode: 0644]
mochikit_v14/doc/html/MochiKit/Base.html [new file with mode: 0644]
mochikit_v14/doc/html/MochiKit/Color.html [new file with mode: 0644]
mochikit_v14/doc/html/MochiKit/DOM.html [new file with mode: 0644]
mochikit_v14/doc/html/MochiKit/DateTime.html [new file with mode: 0644]
mochikit_v14/doc/html/MochiKit/DragAndDrop.html [new file with mode: 0644]
mochikit_v14/doc/html/MochiKit/Format.html [new file with mode: 0644]
mochikit_v14/doc/html/MochiKit/Iter.html [new file with mode: 0644]
mochikit_v14/doc/html/MochiKit/Logging.html [new file with mode: 0644]
mochikit_v14/doc/html/MochiKit/LoggingPane.html [new file with mode: 0644]
mochikit_v14/doc/html/MochiKit/Position.html [new file with mode: 0644]
mochikit_v14/doc/html/MochiKit/Selector.html [new file with mode: 0644]
mochikit_v14/doc/html/MochiKit/Signal.html [new file with mode: 0644]
mochikit_v14/doc/html/MochiKit/Sortable.html [new file with mode: 0644]
mochikit_v14/doc/html/MochiKit/Style.html [new file with mode: 0644]
mochikit_v14/doc/html/MochiKit/VersionHistory.html [new file with mode: 0644]
mochikit_v14/doc/html/MochiKit/Visual.html [new file with mode: 0644]
mochikit_v14/doc/html/MochiKit/index.html [new file with mode: 0644]
mochikit_v14/doc/js/toc.js [new file with mode: 0644]
mochikit_v14/doc/rst/MochiKit/Async.rst [new file with mode: 0755]
mochikit_v14/doc/rst/MochiKit/Base.rst [new file with mode: 0755]
mochikit_v14/doc/rst/MochiKit/Color.rst [new file with mode: 0755]
mochikit_v14/doc/rst/MochiKit/DOM.rst [new file with mode: 0755]
mochikit_v14/doc/rst/MochiKit/DateTime.rst [new file with mode: 0755]
mochikit_v14/doc/rst/MochiKit/DragAndDrop.rst [new file with mode: 0755]
mochikit_v14/doc/rst/MochiKit/Format.rst [new file with mode: 0755]
mochikit_v14/doc/rst/MochiKit/Iter.rst [new file with mode: 0755]
mochikit_v14/doc/rst/MochiKit/Logging.rst [new file with mode: 0755]
mochikit_v14/doc/rst/MochiKit/LoggingPane.rst [new file with mode: 0755]
mochikit_v14/doc/rst/MochiKit/Position.rst [new file with mode: 0644]
mochikit_v14/doc/rst/MochiKit/Selector.rst [new file with mode: 0644]
mochikit_v14/doc/rst/MochiKit/Signal.rst [new file with mode: 0755]
mochikit_v14/doc/rst/MochiKit/Sortable.rst [new file with mode: 0755]
mochikit_v14/doc/rst/MochiKit/Style.rst [new file with mode: 0755]
mochikit_v14/doc/rst/MochiKit/VersionHistory.rst [new file with mode: 0755]
mochikit_v14/doc/rst/MochiKit/Visual.rst [new file with mode: 0755]
mochikit_v14/doc/rst/MochiKit/index.rst [new file with mode: 0755]
mochikit_v14/examples/ajax_tables/ajax_tables.css [new file with mode: 0755]
mochikit_v14/examples/ajax_tables/ajax_tables.js [new file with mode: 0644]
mochikit_v14/examples/ajax_tables/domains.json [new file with mode: 0755]
mochikit_v14/examples/ajax_tables/domains.xml [new file with mode: 0755]
mochikit_v14/examples/ajax_tables/index.html [new file with mode: 0644]
mochikit_v14/examples/color_wheel/color_wheel.css [new file with mode: 0755]
mochikit_v14/examples/color_wheel/color_wheel.js [new file with mode: 0644]
mochikit_v14/examples/color_wheel/index.html [new file with mode: 0644]
mochikit_v14/examples/dnd_sortable/dnd_sortable.css [new file with mode: 0755]
mochikit_v14/examples/dnd_sortable/dropmarker.png [new file with mode: 0755]
mochikit_v14/examples/dnd_sortable/icon.png [new file with mode: 0755]
mochikit_v14/examples/dnd_sortable/index.html [new file with mode: 0644]
mochikit_v14/examples/dnd_sortable/sortable2_test.html [new file with mode: 0644]
mochikit_v14/examples/dnd_sortable/sortable3_test.html [new file with mode: 0644]
mochikit_v14/examples/dnd_sortable/sortable4_test.html [new file with mode: 0644]
mochikit_v14/examples/dnd_sortable/sortable5_test.html [new file with mode: 0644]
mochikit_v14/examples/dnd_sortable/sortable_test.html [new file with mode: 0644]
mochikit_v14/examples/dnd_sortable/sortable_tree_test.html [new file with mode: 0644]
mochikit_v14/examples/draggable/draggable.css [new file with mode: 0755]
mochikit_v14/examples/draggable/draggable.js [new file with mode: 0644]
mochikit_v14/examples/draggable/index.html [new file with mode: 0644]
mochikit_v14/examples/effects/effects_bigslide.html [new file with mode: 0644]
mochikit_v14/examples/effects/effects_blind.html [new file with mode: 0644]
mochikit_v14/examples/effects/effects_blindslide.html [new file with mode: 0644]
mochikit_v14/examples/effects/effects_combi.css [new file with mode: 0755]
mochikit_v14/examples/effects/effects_fadeappear.html [new file with mode: 0644]
mochikit_v14/examples/effects/effects_grow_shrink.html [new file with mode: 0644]
mochikit_v14/examples/effects/effects_onload.html [new file with mode: 0644]
mochikit_v14/examples/effects/effects_queue.html [new file with mode: 0644]
mochikit_v14/examples/effects/effects_queue_limit.html [new file with mode: 0644]
mochikit_v14/examples/effects/effects_scroll.html [new file with mode: 0644]
mochikit_v14/examples/effects/effects_slide.html [new file with mode: 0644]
mochikit_v14/examples/effects/full.html [new file with mode: 0644]
mochikit_v14/examples/effects/icon.png [new file with mode: 0755]
mochikit_v14/examples/effects/index.html [new file with mode: 0644]
mochikit_v14/examples/interpreter/index.html [new file with mode: 0644]
mochikit_v14/examples/interpreter/interpreter.css [new file with mode: 0755]
mochikit_v14/examples/interpreter/interpreter.js [new file with mode: 0644]
mochikit_v14/examples/key_events/index.html [new file with mode: 0644]
mochikit_v14/examples/key_events/key_events.css [new file with mode: 0755]
mochikit_v14/examples/key_events/key_events.js [new file with mode: 0644]
mochikit_v14/examples/logging_pane/index.html [new file with mode: 0644]
mochikit_v14/examples/logging_pane/logging_pane.css [new file with mode: 0755]
mochikit_v14/examples/logging_pane/logging_pane.js [new file with mode: 0644]
mochikit_v14/examples/mochiregexp/index.html [new file with mode: 0644]
mochikit_v14/examples/mochiregexp/mochiregexp.css [new file with mode: 0755]
mochikit_v14/examples/mochiregexp/mochiregexp.js [new file with mode: 0644]
mochikit_v14/examples/rounded_corners/index.html [new file with mode: 0644]
mochikit_v14/examples/rounded_corners/rounded_corners.css [new file with mode: 0755]
mochikit_v14/examples/rounded_corners/rounded_corners.js [new file with mode: 0644]
mochikit_v14/examples/simple_dnd/dnd_boxes.html [new file with mode: 0644]
mochikit_v14/examples/simple_dnd/dnd_full.html [new file with mode: 0644]
mochikit_v14/examples/simple_dnd/dnd_ghost.html [new file with mode: 0644]
mochikit_v14/examples/simple_dnd/dnd_hoverclass.html [new file with mode: 0644]
mochikit_v14/examples/simple_dnd/dnd_scroll.html [new file with mode: 0644]
mochikit_v14/examples/simple_dnd/dnd_snap.html [new file with mode: 0644]
mochikit_v14/examples/simple_dnd/index.html [new file with mode: 0644]
mochikit_v14/examples/simple_dnd/simple_dnd.css [new file with mode: 0755]
mochikit_v14/examples/sortable_tables/index.html [new file with mode: 0644]
mochikit_v14/examples/sortable_tables/sortable_tables.css [new file with mode: 0755]
mochikit_v14/examples/sortable_tables/sortable_tables.js [new file with mode: 0644]
mochikit_v14/examples/view-source/lib/SyntaxHighlighter/SyntaxHighlighter.css [new file with mode: 0755]
mochikit_v14/examples/view-source/lib/SyntaxHighlighter/Tests.html [new file with mode: 0644]
mochikit_v14/examples/view-source/lib/SyntaxHighlighter/shBrushCSharp.js [new file with mode: 0644]
mochikit_v14/examples/view-source/lib/SyntaxHighlighter/shBrushDelphi.js [new file with mode: 0644]
mochikit_v14/examples/view-source/lib/SyntaxHighlighter/shBrushJScript.js [new file with mode: 0644]
mochikit_v14/examples/view-source/lib/SyntaxHighlighter/shBrushPhp.js [new file with mode: 0644]
mochikit_v14/examples/view-source/lib/SyntaxHighlighter/shBrushPython.js [new file with mode: 0644]
mochikit_v14/examples/view-source/lib/SyntaxHighlighter/shBrushSql.js [new file with mode: 0644]
mochikit_v14/examples/view-source/lib/SyntaxHighlighter/shBrushVb.js [new file with mode: 0644]
mochikit_v14/examples/view-source/lib/SyntaxHighlighter/shBrushXml.js [new file with mode: 0644]
mochikit_v14/examples/view-source/lib/SyntaxHighlighter/shCore.js [new file with mode: 0644]
mochikit_v14/examples/view-source/view-source.css [new file with mode: 0755]
mochikit_v14/examples/view-source/view-source.html [new file with mode: 0644]
mochikit_v14/examples/view-source/view-source.js [new file with mode: 0644]
mochikit_v14/include/_img/bg_docheader.gif [new file with mode: 0755]
mochikit_v14/include/_img/g_bullet.gif [new file with mode: 0755]
mochikit_v14/include/_img/g_logo_doc.gif [new file with mode: 0755]
mochikit_v14/include/css/documentation.css [new file with mode: 0755]
mochikit_v14/include/css/general.css [new file with mode: 0755]
mochikit_v14/packed/MochiKit/MochiKit.js [new file with mode: 0644]
mochikit_v14/packed/MochiKit/__package__.js [new file with mode: 0644]
mochikit_v14/scripts/build.py [new file with mode: 0755]
mochikit_v14/scripts/custom_rhino.jar [new file with mode: 0755]
mochikit_v14/scripts/js.jar [new file with mode: 0755]
mochikit_v14/scripts/jscriptmochi.js [new file with mode: 0644]
mochikit_v14/scripts/make_docs.py [new file with mode: 0755]
mochikit_v14/scripts/pack.py [new file with mode: 0755]
mochikit_v14/scripts/rhinomochi.js [new file with mode: 0644]
mochikit_v14/scripts/spidermochi.js [new file with mode: 0644]
mochikit_v14/tests/FakeJSAN.js [new file with mode: 0644]
mochikit_v14/tests/SimpleTest/SimpleTest.js [new file with mode: 0644]
mochikit_v14/tests/SimpleTest/TestRunner.js [new file with mode: 0644]
mochikit_v14/tests/SimpleTest/test.css [new file with mode: 0755]
mochikit_v14/tests/cli.js [new file with mode: 0644]
mochikit_v14/tests/index.html [new file with mode: 0644]
mochikit_v14/tests/standalone.js [new file with mode: 0644]
mochikit_v14/tests/test_Base.js [new file with mode: 0644]
mochikit_v14/tests/test_Color.js [new file with mode: 0644]
mochikit_v14/tests/test_DateTime.js [new file with mode: 0644]
mochikit_v14/tests/test_DragAndDrop.js [new file with mode: 0644]
mochikit_v14/tests/test_Format.js [new file with mode: 0644]
mochikit_v14/tests/test_Iter.js [new file with mode: 0644]
mochikit_v14/tests/test_Logging.js [new file with mode: 0644]
mochikit_v14/tests/test_MochiKit-Async.html [new file with mode: 0644]
mochikit_v14/tests/test_MochiKit-Async.json [new file with mode: 0755]
mochikit_v14/tests/test_MochiKit-Base.html [new file with mode: 0644]
mochikit_v14/tests/test_MochiKit-Color.html [new file with mode: 0644]
mochikit_v14/tests/test_MochiKit-DOM-Safari.html [new file with mode: 0644]
mochikit_v14/tests/test_MochiKit-DOM.html [new file with mode: 0644]
mochikit_v14/tests/test_MochiKit-DateTime.html [new file with mode: 0644]
mochikit_v14/tests/test_MochiKit-DragAndDrop.html [new file with mode: 0644]
mochikit_v14/tests/test_MochiKit-Format.html [new file with mode: 0644]
mochikit_v14/tests/test_MochiKit-Iter.html [new file with mode: 0644]
mochikit_v14/tests/test_MochiKit-JSAN.html [new file with mode: 0644]
mochikit_v14/tests/test_MochiKit-Logging.html [new file with mode: 0644]
mochikit_v14/tests/test_MochiKit-MochiKit.html [new file with mode: 0644]
mochikit_v14/tests/test_MochiKit-Selector.html [new file with mode: 0644]
mochikit_v14/tests/test_MochiKit-Signal.html [new file with mode: 0644]
mochikit_v14/tests/test_MochiKit-Style.html [new file with mode: 0644]
mochikit_v14/tests/test_MochiKit-Visual.html [new file with mode: 0644]
mochikit_v14/tests/test_Signal.js [new file with mode: 0644]
plotkit_v091/COPYING [new file with mode: 0644]
plotkit_v091/PlotKit/Base.js [new file with mode: 0644]
plotkit_v091/PlotKit/Canvas.js [new file with mode: 0644]
plotkit_v091/PlotKit/EasyPlot.js [new file with mode: 0644]
plotkit_v091/PlotKit/Layout.js [new file with mode: 0644]
plotkit_v091/PlotKit/PlotKit.js [new file with mode: 0644]
plotkit_v091/PlotKit/PlotKit_Packed.js [new file with mode: 0644]
plotkit_v091/PlotKit/SVG.js [new file with mode: 0644]
plotkit_v091/PlotKit/SweetCanvas.js [new file with mode: 0644]
plotkit_v091/PlotKit/SweetSVG.js [new file with mode: 0644]
plotkit_v091/PlotKit/dummy.svg [new file with mode: 0644]
plotkit_v091/PlotKit/excanvas.js [new file with mode: 0644]
plotkit_v091/README [new file with mode: 0644]
plotkit_v091/doc/MochiKitAdditions.html [new file with mode: 0644]
plotkit_v091/doc/MochiKitAdditions.txt [new file with mode: 0644]
plotkit_v091/doc/PlotKit.Base.html [new file with mode: 0644]
plotkit_v091/doc/PlotKit.Base.txt [new file with mode: 0644]
plotkit_v091/doc/PlotKit.Canvas.html [new file with mode: 0644]
plotkit_v091/doc/PlotKit.Canvas.txt [new file with mode: 0644]
plotkit_v091/doc/PlotKit.EasyPlot.html [new file with mode: 0644]
plotkit_v091/doc/PlotKit.EasyPlot.txt [new file with mode: 0644]
plotkit_v091/doc/PlotKit.Layout.html [new file with mode: 0644]
plotkit_v091/doc/PlotKit.Layout.txt [new file with mode: 0644]
plotkit_v091/doc/PlotKit.QuickStart.html [new file with mode: 0644]
plotkit_v091/doc/PlotKit.QuickStart.txt [new file with mode: 0644]
plotkit_v091/doc/PlotKit.Renderer.html [new file with mode: 0644]
plotkit_v091/doc/PlotKit.Renderer.txt [new file with mode: 0644]
plotkit_v091/doc/PlotKit.SVG.html [new file with mode: 0644]
plotkit_v091/doc/PlotKit.SVG.txt [new file with mode: 0644]
plotkit_v091/doc/PlotKit.SweetCanvas.html [new file with mode: 0644]
plotkit_v091/doc/PlotKit.SweetCanvas.txt [new file with mode: 0644]
plotkit_v091/doc/PlotKit.SweetSVG.html [new file with mode: 0644]
plotkit_v091/doc/PlotKit.SweetSVG.txt [new file with mode: 0644]
plotkit_v091/doc/PlotKit.html [new file with mode: 0644]
plotkit_v091/doc/PlotKit.txt [new file with mode: 0644]
plotkit_v091/doc/SVGCanvasCompat.html [new file with mode: 0644]
plotkit_v091/doc/SVGCanvasCompat.txt [new file with mode: 0644]
plotkit_v091/doc/barsample.png [new file with mode: 0644]
plotkit_v091/doc/black.png [new file with mode: 0644]
plotkit_v091/doc/blue.png [new file with mode: 0644]
plotkit_v091/doc/cyan.png [new file with mode: 0644]
plotkit_v091/doc/doc.css [new file with mode: 0644]
plotkit_v091/doc/generate.py [new file with mode: 0755]
plotkit_v091/doc/green.png [new file with mode: 0644]
plotkit_v091/doc/orange.png [new file with mode: 0644]
plotkit_v091/doc/piesample.png [new file with mode: 0644]
plotkit_v091/doc/purple.png [new file with mode: 0644]
plotkit_v091/doc/red.png [new file with mode: 0644]
plotkit_v091/scripts/custom_rhino.jar [new file with mode: 0644]
plotkit_v091/scripts/pack.py [new file with mode: 0755]
plotkit_v091/tests/axis.html [new file with mode: 0644]
plotkit_v091/tests/basic.html [new file with mode: 0644]
plotkit_v091/tests/basic.js [new file with mode: 0644]
plotkit_v091/tests/debug.html [new file with mode: 0644]
plotkit_v091/tests/demo-svg.html [new file with mode: 0644]
plotkit_v091/tests/demo-svg.js [new file with mode: 0644]
plotkit_v091/tests/demo.html [new file with mode: 0644]
plotkit_v091/tests/demo.js [new file with mode: 0644]
plotkit_v091/tests/dynamic.html [new file with mode: 0644]
plotkit_v091/tests/img/firefox.png [new file with mode: 0644]
plotkit_v091/tests/img/konqueror.png [new file with mode: 0644]
plotkit_v091/tests/img/mozilla.ico [new file with mode: 0644]
plotkit_v091/tests/img/msie.gif [new file with mode: 0644]
plotkit_v091/tests/img/opera.ico [new file with mode: 0644]
plotkit_v091/tests/img/safari.gif [new file with mode: 0644]
plotkit_v091/tests/labels-img.html [new file with mode: 0644]
plotkit_v091/tests/labels.html [new file with mode: 0644]
plotkit_v091/tests/prototype_compat.html [new file with mode: 0644]
plotkit_v091/tests/quickstart-easy.html [new file with mode: 0644]
plotkit_v091/tests/quickstart-horiz.html [new file with mode: 0644]
plotkit_v091/tests/quickstart-neg.html [new file with mode: 0644]
plotkit_v091/tests/quickstart-svg.html [new file with mode: 0644]
plotkit_v091/tests/quickstart.html [new file with mode: 0644]
plotkit_v091/tests/sample.txt [new file with mode: 0644]
plotkit_v091/tests/svg-sweet.html [new file with mode: 0644]
plotkit_v091/tests/svg-sweet.js [new file with mode: 0644]
plotkit_v091/tests/svg.html [new file with mode: 0644]
plotkit_v091/tests/svg.js [new file with mode: 0644]
plotkit_v091/tests/sweet.html [new file with mode: 0644]
plotkit_v091/tests/sweet.js [new file with mode: 0644]
plotkit_v091/tests/tests.css [new file with mode: 0644]
plotkit_v091/tests/testsvg.html [new file with mode: 0644]
plotkit_v091/tests/testsvg.js [new file with mode: 0644]
test.html [new file with mode: 0644]