feat(cloudron): add tirreno package artifacts

- Add CloudronStack/output/CloudronPackages-Artifacts/tirreno/ directory and its contents
- Includes package manifest, Dockerfile, source code, documentation, and build artifacts
- Add tirreno-1761840148.tar.gz as a build artifact
- Add tirreno-cloudron-package-1761841304.tar.gz as the Cloudron package
- Include all necessary files for the tirreno Cloudron package

This adds the complete tirreno Cloudron package artifacts to the repository.
This commit is contained in:
2025-10-30 11:43:06 -05:00
parent 0ce353ea9d
commit 91d52d2de5
1692 changed files with 202851 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2012,2016 Caleb Jacob and Louis Ameline
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.

View File

@@ -0,0 +1,114 @@
Tooltipster
===========
A flexible and extensible jQuery plugin for modern tooltips by Caleb Jacob and Louis Ameline under MIT license.
Compatible with Mozilla Firefox, Google Chrome, IE6+ and others.
Requires jQuery 1.10+ (or less, see the compatibility note in the doc).
Default css + js files = 10Kb gzipped.
A reminder of options/methods lies below. For detailed documentation, visit http://calebjacob.github.io/tooltipster/
Standard options
----------------
animation
animationDuration
content
contentAsHTML
contentCloning
debug
delay
delayTouch
functionInit
functionBefore
functionReady
functionAfter
functionFormat
IEmin
interactive
multiple
plugins
repositionOnScroll
restoration
selfDestruction
timer
theme
trackerInterval
trackOrigin
trackTooltip
trigger
triggerClose
triggerOpen
updateAnimation
zIndex
Other options
-------------
(these are available when you use sideTip, the default plugin)
arrow
distance
functionPosition
maxWidth
minIntersection
minWidth
side
viewportAware
Instance methods
----------------
close([callback])
content([myNewContent])
destroy()
disable()
elementOrigin()
elementTooltip()
enable()
instance()
on, one, off, triggerHandler
open([callback])
option(optionName [, optionValue])
reposition()
status()
Core methods
------------
instances([selector || element])
instancesLatest()
on, one, off, triggerHandler
origins()
setDefaults({})
Events
------
after
before
close
closing
created
destroy
destroyed
dismissable
format
geometry
init
state
ready
reposition
repositioned
scroll
start
startcancel
startend
updated
sideTip events
--------------
position
positionTest
positionTested

View File

@@ -0,0 +1,7 @@
{
"name": "tooltipster",
"main": ["dist/js/tooltipster.bundle.js", "dist/css/tooltipster.bundle.css"],
"dependencies": {
"jquery": ">=1.10"
}
}

View File

@@ -0,0 +1,25 @@
{
"name": "tooltipster/tooltipster",
"description": "Tooltipster is a flexible and extensible jQuery plugin for modern tooltips.",
"keywords": [
"jquery",
"tooltip",
"plugin",
"replacement"
],
"homepage": "http://calebjacob.github.io/tooltipster/",
"authors": [
{
"name": "Caleb Jacob",
"homepage": "https://plus.google.com/+CalebJacob?rel=author"
},
{
"name": "Louis Ameline",
"homepage": "https://github.com/louisameline"
}
],
"license": "MIT",
"suggest": {
"components/jquery": ">=1.10"
}
}

View File

@@ -0,0 +1,48 @@
{
"author": {
"name" : "Caleb Jacob",
"email" : "hello@calebjacob.com",
"url" : "http://calebjacob.com"
},
"bugs": {
"url": "https://github.com/calebjacob/tooltipster/issues"
},
"description": "A flexible and extensible jQuery plugin for modern tooltips.",
"devDependencies": {
"grunt": "1.0.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-compress": "1.2.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "1.0.1",
"grunt-contrib-uglify": "1.0.1",
"grunt-string-replace": "1.2.1",
"grunt-umd": "3.0.0"
},
"homepage": "https://github.com/calebjacob/tooltipster",
"keywords": [
"ecosystem:jquery",
"jquery-plugin",
"tooltip",
"tooltips"
],
"license": "MIT",
"main": "dist/js/tooltipster.bundle.min.js",
"maintainers": [{
"name" : "Louis Ameline",
"email" : "evangun2001@yahoo.fr",
"url" : "https://github.com/louisameline"
}],
"name": "tooltipster",
"peerDependencies": {
"jquery": ">=1.11.0"
},
"repository": {
"type": "git",
"url": "https://github.com/iamceege/tooltipster.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "4.2.8"
}