Downloads:
272
Downloads of v 2.0.1.0:
71
Last Update:
27 Sep 2023
Package Maintainer(s):
Software Author(s):
- Andrew Trvarrow
- Derek Wilson
Tags:
worldolio timezone time planner geographical- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Worldolio Install
- 1
- 2
- 3
2.0.1.0 | Updated: 27 Sep 2023
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
272
Downloads of v 2.0.1.0:
71
Maintainer(s):
Software Author(s):
- Andrew Trvarrow
- Derek Wilson
Worldolio Install 2.0.1.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Andrew Trvarrow, Derek Wilson. The inclusion of Andrew Trvarrow, Derek Wilson trademark(s), if any, upon this webpage is solely to identify Andrew Trvarrow, Derek Wilson goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Worldolio Install, run the following command from the command line or from PowerShell:
To upgrade Worldolio Install, run the following command from the command line or from PowerShell:
To uninstall Worldolio Install, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download worldolio --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade worldolio -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade worldolio -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install worldolio
win_chocolatey:
name: worldolio
version: '2.0.1.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'worldolio' do
action :install
source 'INTERNAL REPO URL'
version '2.0.1.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller worldolio
{
Name = "worldolio"
Version = "2.0.1.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'worldolio':
ensure => '2.0.1.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator Windos on 07 Oct 2023.
World map view showing your selected cities and day/night shadow
Time planner view allows you to change the time and see the equivalent time in all your selected cities (great for planning meetings)
Local time, sunrise, sunset for 500+ cities
Daylight savings information, including the new US changes
Time differences, distances, Longitude and latitude
Shows how to dial phone numbers between any of the cities
For an demonstration of all the features available check out the Online Version
$ErrorActionPreference = 'Stop';
$PackageName = $env:ChocolateyPackageName;
$StartMenu = "$([System.Environment]::GetFolderPath('CommonStartMenu'))\Programs"
$Desktop = [System.Environment]::GetFolderPath("Desktop");
$PrgmData = [System.Environment]::GetFolderPath("CommonApplicationData");
$installDir = Join-Path $PrgmData worldolio
# we only need to do the things that the auto uninstall doesnt do
Remove-Item "$Desktop\worldolio.lnk" -ErrorAction SilentlyContinue -Force | Out-Null
Remove-Item "$StartMenu\worldolio.lnk" -ErrorAction SilentlyContinue -Force | Out-Null
Uninstall-BinFile -Name worldolio
Remove-Item –path "$installDir" –recurse -ErrorAction SilentlyContinue -Force
LICENSE
FreeBSD License
Worldolio.NET
Copyright (c) 2003 - 2012, Andrew Trevarrow and Derek Wilson
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provide
d that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the
following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The software is installed from the archive embedded in this nuppkg: Worldolio.zip
It can also be obtained from <https://worldolio.azurewebsites.net/Download/Worldolio.zip>
You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
get-filehash Worldolio.zip
- Use chocolatey utility 'checksum.exe'
C:\ProgramData\chocolatey\tools\checksum.exe .\Worldolio.zip -t=sha256
Compare the SHA256 Checksum Value: B519F17C78EC73452C03C3D59096D3083A55FBBBD6FBCA836C0BDEA8172D3A47
File 'LICENSE.txt' is obtained from <https://worldolio.azurewebsites.net/Download/LICENSE.txt>
md5: 1ADC3947031736FABA8758A77E9C283A | sha1: 5247998C644EA5207D05D2B6A3805D53E6268F4A | sha256: B519F17C78EC73452C03C3D59096D3083A55FBBBD6FBCA836C0BDEA8172D3A47 | sha512: E5CC10D96E396F192F67FC2CF47E1EF12D8CCC83852101375CCC9A775B4E9CE1CA1054B00EAD0E7FD427D9C5DEF23B90AF3D8B04BFCA1A3A29764BE6C24BDE1C
Log in or click on link to see number of positives.
- worldolio.2.0.1.0.nupkg (b3b2bec8576d) - ## / 64
- Worldolio.zip (b519f17c78ec) - ## / 65
- AAD.Utility.DLL (140620a9ea40) - ## / 71
- WOControls.DLL (fe3c0a8548de) - ## / 71
- WOData.DLL (f21c1457963e) - ## / 70
- Worldolio.exe (ce09efb09128) - ## / 72
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Worldolio Install 2.0.1.0 | 71 | Wednesday, September 27, 2023 | Approved | |
Worldolio Install 2.0.0.0 | 201 | Thursday, September 9, 2021 | Approved |
2003-2012 Andrew Trvarrow and Derek Wilson
This package has no dependencies.
Ground Rules:
- This discussion is only about Worldolio Install and the Worldolio Install package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Worldolio Install, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.