[Pkg-javascript-commits] [simile-timeline] 05/05: Merge tag 'upstream/2.3.0+dfsg1'
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Aug 22 08:13:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to branch master
in repository simile-timeline.
commit 3e19d817c766f99ba4d02a3ed961a05c69992a13
Merge: 0b55c8a 5b6d82f
Author: W. Martin Borgert <debacle at debian.org>
Date: Fri Aug 21 16:07:17 2015 +0200
Merge tag 'upstream/2.3.0+dfsg1'
Upstream version 2.3.0+dfsg1
.project | 7 +
CHANGES.txt | 263 ++
LICENSE.txt | 39 +
README.txt | 88 +
build.xml | 142 +
jetty.xml | 178 ++
run | 2 +
run.bat | 1 +
src/ajax/api/content/history.html | 7 +
src/ajax/api/images/bubble-arrow-point-down.png | Bin 0 -> 3654 bytes
src/ajax/api/images/bubble-arrow-point-left.png | Bin 0 -> 3455 bytes
src/ajax/api/images/bubble-arrow-point-right.png | Bin 0 -> 3529 bytes
src/ajax/api/images/bubble-arrow-point-up.png | Bin 0 -> 3413 bytes
src/ajax/api/images/bubble-bottom-left.png | Bin 0 -> 3232 bytes
src/ajax/api/images/bubble-bottom-right.png | Bin 0 -> 3291 bytes
src/ajax/api/images/bubble-bottom.png | Bin 0 -> 3119 bytes
src/ajax/api/images/bubble-left.png | Bin 0 -> 3601 bytes
src/ajax/api/images/bubble-right.png | Bin 0 -> 3620 bytes
src/ajax/api/images/bubble-top-left.png | Bin 0 -> 3115 bytes
src/ajax/api/images/bubble-top-right.png | Bin 0 -> 3241 bytes
src/ajax/api/images/bubble-top.png | Bin 0 -> 3095 bytes
src/ajax/api/images/close-button.png | Bin 0 -> 624 bytes
src/ajax/api/images/copy.png | Bin 0 -> 196 bytes
src/ajax/api/images/message-bottom-left.png | Bin 0 -> 1339 bytes
src/ajax/api/images/message-bottom-right.png | Bin 0 -> 2074 bytes
src/ajax/api/images/message-left.png | Bin 0 -> 717 bytes
src/ajax/api/images/message-right.png | Bin 0 -> 1892 bytes
src/ajax/api/images/message-top-left.png | Bin 0 -> 918 bytes
src/ajax/api/images/message-top-right.png | Bin 0 -> 1604 bytes
src/ajax/api/scripts/ajax.js | 45 +
src/ajax/api/scripts/data-structure.js | 447 +++
src/ajax/api/scripts/date-time.js | 452 +++
src/ajax/api/scripts/debug.js | 94 +
src/ajax/api/scripts/dom.js | 344 +++
src/ajax/api/scripts/graphics.js | 653 +++++
src/ajax/api/scripts/history.js | 220 ++
src/ajax/api/scripts/html.js | 274 ++
src/ajax/api/scripts/json.js | 129 +
src/ajax/api/scripts/platform.js | 114 +
src/ajax/api/scripts/signal.js | 43 +
src/ajax/api/scripts/string.js | 43 +
src/ajax/api/scripts/units.js | 64 +
src/ajax/api/scripts/window-manager.js | 414 +++
src/ajax/api/scripts/xmlhttp.js | 137 +
src/ajax/api/simile-ajax-api.js | 212 ++
src/ajax/api/simile-ajax-bundle.js | 2623 ++++++++++++++++++
src/ajax/api/styles/graphics-ie6.css | 77 +
src/ajax/api/styles/graphics.css | 171 ++
src/ajax/site/docs/_01.html | 42 +
src/ajax/site/docs/_02.html | 643 +++++
src/ajax/site/docs/_03.html | 811 ++++++
src/ajax/site/docs/_04.html | 42 +
src/ajax/site/docs/_05.html | 42 +
src/ajax/site/docs/_06.html | 719 +++++
src/ajax/site/docs/_07.html | 42 +
src/ajax/site/docs/_08.html | 42 +
src/ajax/site/docs/_09.html | 42 +
src/ajax/site/docs/_10.html | 42 +
src/ajax/site/docs/_11.html | 42 +
src/ajax/site/docs/_12.html | 42 +
src/ajax/site/docs/_13.html | 42 +
src/ajax/site/docs/_14.html | 42 +
src/ajax/site/docs/_15.html | 69 +
src/ajax/site/docs/_16.html | 262 ++
src/ajax/site/docs/_17.html | 197 ++
src/ajax/site/docs/_18.html | 42 +
src/ajax/site/docs/constructor.gif | Bin 0 -> 363 bytes
src/ajax/site/docs/default.css | 116 +
src/ajax/site/docs/file.gif | Bin 0 -> 242 bytes
src/ajax/site/docs/file_list.html | 146 +
src/ajax/site/docs/function.gif | Bin 0 -> 224 bytes
src/ajax/site/docs/index.html | 13 +
src/ajax/site/docs/object.gif | Bin 0 -> 585 bytes
src/ajax/site/docs/overview.gif | Bin 0 -> 614 bytes
src/ajax/site/docs/splash.html | 7 +
src/ajax/site/styles.css | 9 +
src/ajax/site/test.html | 57 +
src/graphics/blue-circle.psd | Bin 0 -> 12382 bytes
src/graphics/bubble-arrows.png | Bin 0 -> 12291 bytes
src/graphics/bubble-body-and-arrows.png | Bin 0 -> 12699 bytes
src/graphics/bubble-body.png | Bin 0 -> 5455 bytes
src/graphics/bubble-bottom-arrow.png | Bin 0 -> 1073 bytes
src/graphics/bubble-bottom-left.png | Bin 0 -> 754 bytes
src/graphics/bubble-bottom-right.png | Bin 0 -> 803 bytes
src/graphics/bubble-bottom.png | Bin 0 -> 1141 bytes
src/graphics/bubble-left-arrow.png | Bin 0 -> 825 bytes
src/graphics/bubble-left.png | Bin 0 -> 5670 bytes
src/graphics/bubble-right-arrow.png | Bin 0 -> 941 bytes
src/graphics/bubble-right.png | Bin 0 -> 5686 bytes
src/graphics/bubble-top-arrow.png | Bin 0 -> 762 bytes
src/graphics/bubble-top-left.png | Bin 0 -> 560 bytes
src/graphics/bubble-top-right.png | Bin 0 -> 676 bytes
src/graphics/bubble-top.png | Bin 0 -> 905 bytes
src/graphics/bubble.psd | Bin 0 -> 98753 bytes
src/graphics/close-button.psd | Bin 0 -> 14850 bytes
src/graphics/copyright.psd | Bin 0 -> 31810 bytes
src/graphics/ether.indd | Bin 0 -> 303104 bytes
src/graphics/gray-circle.psd | Bin 0 -> 12362 bytes
src/graphics/green-circle.psd | Bin 0 -> 12378 bytes
src/graphics/message.png | Bin 0 -> 6141 bytes
src/graphics/message.psd | Bin 0 -> 89492 bytes
src/graphics/red-circle.psd | Bin 0 -> 12376 bytes
src/graphics/red-pin.psd | Bin 0 -> 17116 bytes
src/graphics/sundial-simile.psd | Bin 0 -> 966682 bytes
src/graphics/sundial.png | Bin 0 -> 62341 bytes
src/graphics/sundial.psd | Bin 0 -> 125574 bytes
src/graphics/sundial.skb | Bin 0 -> 287789 bytes
src/graphics/sundial.skp | Bin 0 -> 356373 bytes
src/graphics/timeline.indd | Bin 0 -> 196608 bytes
src/misc/fix_svn_props.txt | 43 +
src/misc/japanese-eras.xls | Bin 0 -> 77312 bytes
src/webapp/api/ext/geochrono/geochrono-api.js | 92 +
.../api/ext/geochrono/scripts/ether-painters.js | 204 ++
src/webapp/api/ext/geochrono/scripts/geochrono.js | 518 ++++
.../api/ext/geochrono/scripts/l10n/en/labellers.js | 10 +
src/webapp/api/ext/geochrono/scripts/labellers.js | 52 +
src/webapp/api/ext/geochrono/scripts/units.js | 86 +
src/webapp/api/ext/planning/planning-api.js | 92 +
.../api/ext/planning/scripts/ether-painters.js | 176 ++
.../api/ext/planning/scripts/l10n/en/labellers.js | 12 +
src/webapp/api/ext/planning/scripts/labellers.js | 33 +
src/webapp/api/ext/planning/scripts/planning.js | 47 +
src/webapp/api/ext/planning/scripts/units.js | 66 +
src/webapp/api/images/blue-circle.png | Bin 0 -> 534 bytes
src/webapp/api/images/bubble-bottom-arrow.png | Bin 0 -> 1087 bytes
src/webapp/api/images/bubble-bottom-left.png | Bin 0 -> 754 bytes
src/webapp/api/images/bubble-bottom-right.png | Bin 0 -> 803 bytes
src/webapp/api/images/bubble-bottom.png | Bin 0 -> 1141 bytes
src/webapp/api/images/bubble-left-arrow.png | Bin 0 -> 880 bytes
src/webapp/api/images/bubble-left.png | Bin 0 -> 5670 bytes
src/webapp/api/images/bubble-right-arrow.png | Bin 0 -> 941 bytes
src/webapp/api/images/bubble-right.png | Bin 0 -> 5686 bytes
src/webapp/api/images/bubble-top-arrow.png | Bin 0 -> 793 bytes
src/webapp/api/images/bubble-top-left.png | Bin 0 -> 560 bytes
src/webapp/api/images/bubble-top-right.png | Bin 0 -> 676 bytes
src/webapp/api/images/bubble-top.png | Bin 0 -> 905 bytes
src/webapp/api/images/close-button.png | Bin 0 -> 624 bytes
src/webapp/api/images/copyright-vertical.png | Bin 0 -> 1695 bytes
src/webapp/api/images/copyright.png | Bin 0 -> 1400 bytes
src/webapp/api/images/dark-blue-circle.png | Bin 0 -> 551 bytes
src/webapp/api/images/dark-green-circle.png | Bin 0 -> 513 bytes
src/webapp/api/images/dark-red-circle.png | Bin 0 -> 497 bytes
src/webapp/api/images/dull-blue-circle.png | Bin 0 -> 539 bytes
src/webapp/api/images/dull-green-circle.png | Bin 0 -> 539 bytes
src/webapp/api/images/dull-red-circle.png | Bin 0 -> 532 bytes
src/webapp/api/images/gray-circle.png | Bin 0 -> 513 bytes
src/webapp/api/images/green-circle.png | Bin 0 -> 544 bytes
src/webapp/api/images/message-bottom-left.png | Bin 0 -> 1339 bytes
src/webapp/api/images/message-bottom-right.png | Bin 0 -> 2074 bytes
src/webapp/api/images/message-left.png | Bin 0 -> 717 bytes
src/webapp/api/images/message-right.png | Bin 0 -> 1892 bytes
src/webapp/api/images/message-top-left.png | Bin 0 -> 918 bytes
src/webapp/api/images/message-top-right.png | Bin 0 -> 1604 bytes
src/webapp/api/images/progress-running.gif | Bin 0 -> 1002 bytes
src/webapp/api/images/red-circle.png | Bin 0 -> 538 bytes
src/webapp/api/images/top-bubble.png | Bin 0 -> 6092 bytes
src/webapp/api/scripts/band.js | 733 +++++
src/webapp/api/scripts/compact-painter.js | 1041 +++++++
src/webapp/api/scripts/decorators.js | 184 ++
src/webapp/api/scripts/detailed-painter.js | 691 +++++
src/webapp/api/scripts/ether-painters.js | 576 ++++
src/webapp/api/scripts/ethers.js | 305 +++
src/webapp/api/scripts/event-utils.js | 64 +
src/webapp/api/scripts/ext/japanese-eras.js | 395 +++
src/webapp/api/scripts/l10n/cs/labellers.js | 30 +
src/webapp/api/scripts/l10n/cs/timeline.js | 9 +
src/webapp/api/scripts/l10n/de/labellers.js | 27 +
src/webapp/api/scripts/l10n/de/timeline.js | 8 +
src/webapp/api/scripts/l10n/en/labellers.js | 12 +
src/webapp/api/scripts/l10n/en/timeline.js | 9 +
src/webapp/api/scripts/l10n/es/labellers.js | 8 +
src/webapp/api/scripts/l10n/es/timeline.js | 9 +
src/webapp/api/scripts/l10n/fr/labellers.js | 8 +
src/webapp/api/scripts/l10n/fr/timeline.js | 9 +
src/webapp/api/scripts/l10n/it/labellers.js | 8 +
src/webapp/api/scripts/l10n/it/timeline.js | 9 +
src/webapp/api/scripts/l10n/nl/labellers.js | 11 +
src/webapp/api/scripts/l10n/nl/timeline.js | 9 +
src/webapp/api/scripts/l10n/ru/labellers.js | 10 +
src/webapp/api/scripts/l10n/ru/timeline.js | 9 +
src/webapp/api/scripts/l10n/se/labellers.js | 12 +
src/webapp/api/scripts/l10n/se/timeline.js | 9 +
src/webapp/api/scripts/l10n/tr/labellers.js | 8 +
src/webapp/api/scripts/l10n/tr/timeline.js | 9 +
src/webapp/api/scripts/l10n/vi/labellers.js | 26 +
src/webapp/api/scripts/l10n/vi/timeline.js | 9 +
src/webapp/api/scripts/l10n/zh/labellers.js | 27 +
src/webapp/api/scripts/l10n/zh/timeline.js | 9 +
src/webapp/api/scripts/labellers.js | 91 +
src/webapp/api/scripts/original-painter.js | 674 +++++
src/webapp/api/scripts/overview-painter.js | 258 ++
src/webapp/api/scripts/sources.js | 567 ++++
src/webapp/api/scripts/themes.js | 180 ++
src/webapp/api/scripts/timeline.js | 645 +++++
src/webapp/api/scripts/units.js | 68 +
src/webapp/api/styles/ethers.css | 120 +
src/webapp/api/styles/events.css | 45 +
src/webapp/api/styles/timeline.css | 65 +
src/webapp/api/timeline-api.js | 280 ++
src/webapp/api/timeline-bundle.css | 229 ++
src/webapp/api/timeline-bundle.js | 2835 +++++++++++++++++++
src/webapp/doap.rdf | 42 +
src/webapp/docs/bands.html | 297 ++
src/webapp/docs/basics.html | 138 +
src/webapp/docs/create-timelines.html | 527 ++++
src/webapp/docs/create-timelines.js | 224 ++
src/webapp/docs/ether-painters.html | 109 +
src/webapp/docs/ethers.html | 130 +
src/webapp/docs/event-painters.html | 87 +
src/webapp/docs/example1.xml | 27 +
src/webapp/docs/example2.xml | 45 +
src/webapp/docs/gregorian-ether-painter.html | 91 +
src/webapp/docs/hot-zone-ether.html | 225 ++
.../docs/hot-zone-gregorian-ether-painter.html | 233 ++
src/webapp/docs/images/ether-coordinates.jpg | Bin 0 -> 50493 bytes
src/webapp/docs/images/timeline.jpg | Bin 0 -> 16568 bytes
src/webapp/docs/index.html | 52 +
src/webapp/docs/linear-ether.html | 88 +
src/webapp/docs/styles.css | 43 +
src/webapp/docs/timelines.html | 501 ++++
.../examples/compact-painter/compact-painter.html | 104 +
src/webapp/examples/compact-painter/data.json | 597 ++++
.../examples/compact-painter/no-image-40.png | Bin 0 -> 1383 bytes
.../examples/compact-painter/no-image-80.png | Bin 0 -> 2085 bytes
src/webapp/examples/cubism/blue_stripes.png | Bin 0 -> 116 bytes
src/webapp/examples/cubism/cubism.html | 76 +
src/webapp/examples/cubism/cubism.js | 108 +
src/webapp/examples/cubism/dark-red-circle.png | Bin 0 -> 497 bytes
src/webapp/examples/dinosaurs/dinosaurs.html | 98 +
src/webapp/examples/dinosaurs/dinosaurs.xls | Bin 0 -> 292864 bytes
src/webapp/examples/dinosaurs/dinosaurs.xml | 1800 ++++++++++++
src/webapp/examples/dinosaurs/dinosaurs2.html | 142 +
src/webapp/examples/dinosaurs/layouts.js | 113 +
src/webapp/examples/dinosaurs/painters.js | 241 ++
src/webapp/examples/dinosaurs/scrape-gallery.js | 34 +
src/webapp/examples/dinosaurs/scrape-list.js | 42 +
src/webapp/examples/dinosaurs/scrape-timespans.js | 42 +
src/webapp/examples/dinosaurs/unknown.png | Bin 0 -> 365 bytes
src/webapp/examples/examples.js | 123 +
src/webapp/examples/index.html | 76 +
src/webapp/examples/jfk/dark-red-circle.png | Bin 0 -> 497 bytes
src/webapp/examples/jfk/jfk.html | 174 ++
src/webapp/examples/jfk/jfk.xml | 954 +++++++
src/webapp/examples/jfk/motorcade.png | Bin 0 -> 22704 bytes
src/webapp/examples/jfk_i18n/dark-red-circle.png | Bin 0 -> 497 bytes
src/webapp/examples/jfk_i18n/jfk.html | 174 ++
src/webapp/examples/jfk_i18n/jfk.xml | 954 +++++++
src/webapp/examples/jfk_i18n/motorcade.png | Bin 0 -> 22704 bytes
src/webapp/examples/monet/green-circle.png | Bin 0 -> 544 bytes
src/webapp/examples/monet/impression-sunrise.png | Bin 0 -> 18284 bytes
src/webapp/examples/monet/monet.html | 96 +
src/webapp/examples/monet/monet.png | Bin 0 -> 6076 bytes
src/webapp/examples/monet/monet.xml | 238 ++
src/webapp/examples/monet/water-lily-pond.png | Bin 0 -> 26125 bytes
src/webapp/examples/religions/christianity.html | 137 +
src/webapp/examples/religions/christianity.xml | 2897 ++++++++++++++++++++
src/webapp/examples/religions/jewish-history.html | 140 +
src/webapp/examples/religions/jewish.xml | 1201 ++++++++
src/webapp/examples/religions/religions.html | 179 ++
src/webapp/examples/styles.css | 11 +
src/webapp/examples/test_example/blue_stripes.png | Bin 0 -> 116 bytes
.../examples/test_example/dark-red-circle.png | Bin 0 -> 497 bytes
.../test_example/firefox_mac_test_case.html | 46 +
src/webapp/examples/test_example/test.html | 116 +
src/webapp/examples/test_example/test.js | 287 ++
src/webapp/examples/test_example2/blue_stripes.png | Bin 0 -> 116 bytes
src/webapp/examples/test_example2/cubism1.js | 108 +
src/webapp/examples/test_example2/cubism2.js | 242 ++
.../examples/test_example2/dark-red-circle.png | Bin 0 -> 497 bytes
.../examples/test_example2/test_example2.html | 182 ++
src/webapp/images/sundial.png | Bin 0 -> 30623 bytes
src/webapp/index.html | 280 ++
src/webapp/sidebar.html | 23 +
src/webapp/styles.css | 17 +
274 files changed, 37518 insertions(+)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/simile-timeline.git
More information about the Pkg-javascript-commits
mailing list