diff --git a/pacotes/balloon-tooltips/DISCLAIMER b/pacotes/balloon-tooltips/DISCLAIMER new file mode 100644 index 0000000..9f375b7 --- /dev/null +++ b/pacotes/balloon-tooltips/DISCLAIMER @@ -0,0 +1,28 @@ +This balloon tooltip package and associated files not otherwise +copyrighted are distributed under the MIT-style license: + + http://opensource.org/licenses/mit-license.php + + + Copyright (c) 2007 Sheldon McKay, Cold Spring Harbor Laboratory + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + + If publications result from research using this SOFTWARE, we ask that + CSHL and the author be acknowledged as scientifically appropriate. diff --git a/pacotes/balloon-tooltips/INSTALL b/pacotes/balloon-tooltips/INSTALL new file mode 100644 index 0000000..87c0805 --- /dev/null +++ b/pacotes/balloon-tooltips/INSTALL @@ -0,0 +1,29 @@ +Balloon tooltips +Sheldon McKay + +NOTE: +Complete documentation for installation and use of the balloon toolip library +can be found on the web at: + +http://www.gmod.org/wiki/index.php/Popup_Balloons + + +Components of this package: + +-javascript +htdocs/js/balloon.js +htdocs/js/balloon.config.js +htdocs/js/yahoo-dom-event.js +htdocs/js/box.js + +-balloon images +htdocs/images/balloons/up_left.png +htdocs/images/balloons/down_left.png +htdocs/images/balloons/up_right.png +htdocs/images/balloons/down_right.png +htdocs/images/balloons/balloon.png +htdocs/images/balloons/balloon_ie.png +htdocs/images/balloons/close.png + +-example implementations (in this distribution) +htdocs/balloons.html diff --git a/pacotes/balloon-tooltips/README b/pacotes/balloon-tooltips/README new file mode 100644 index 0000000..cd181dd --- /dev/null +++ b/pacotes/balloon-tooltips/README @@ -0,0 +1,13 @@ +NOTE: balloons.html is an example implementation. +You will have to edit the image and javascript URLs to match your own system's architecture. + +Please consult the documentation at +http://gmod.org/wiki/Popup_Balloons + +This is a fairly complex library and is not trivial to set up. +Most common implementation errors are typos or not getting the image or JavaScript paths/URLs right. +Please check each of these carefully if you get 'balloon is not defined' type errors or you see text with no balloons. + +Best Regards, +Sheldon McKay + -- libgit2 0.21.2